@hahnpro/ms-speech-sdk
Version:
Microsoft Cognitive Services Speech SDK for JavaScript
1 lines • 708 B
Source Map (JSON)
{"version":3,"sources":["src/common.speech/ServiceMessages/LanguageId/LanguageIdOutput.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAEtD;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;OAEG;IACH,cAAc,CAAC,EAAE,cAAc,CAAC;CACnC","file":"LanguageIdOutput.d.ts","sourcesContent":["//\n// Copyright (c) Microsoft. All rights reserved.\n// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.\n//\n\nimport { InterimResults } from \"./InterimResultsMode\";\n\n/**\n * The language id output configuration\n */\nexport interface LanguageIdOutput {\n /**\n * The interim results configuration\n */\n interimResults?: InterimResults;\n}\n"]}