UNPKG

microsoft-cognitiveservices-speech-sdk

Version:
1 lines 740 B
{"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":["//\r\n// Copyright (c) Microsoft. All rights reserved.\r\n// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.\r\n//\r\n\r\nimport { InterimResults } from \"./InterimResultsMode\";\r\n\r\n/**\r\n * The language id output configuration\r\n */\r\nexport interface LanguageIdOutput {\r\n /**\r\n * The interim results configuration\r\n */\r\n interimResults?: InterimResults;\r\n}\r\n"]}