UNPKG

ac-microsoft-cognitiveservices-speech-sdk

Version:
1 lines 765 B
{"version":3,"sources":["src/sdk/LanguageIdPriority.ts"],"names":[],"mappings":"AAGA;;;GAGG;AACH,oBAAY,kBAAkB;IAE1B;;;OAGG;IACH,QAAQ,IAAA;IAER;;;OAGG;IACH,OAAO,IAAA;CACV","file":"LanguageIdPriority.d.ts","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT license.\r\n\r\n/**\r\n * Language Identification priority\r\n * @class LanguageIdPriority\r\n */\r\nexport enum LanguageIdPriority {\r\n\r\n /**\r\n * Prioritize Accuracy for Language Id (does not work for continuous mode LID)\r\n * @member LanguageIdPriority.Accuracy\r\n */\r\n Accuracy,\r\n\r\n /**\r\n * Prioritize latency for Language Id\r\n * @member LanguageIdPriority.Latency\r\n */\r\n Latency,\r\n}\r\n"]}