UNPKG

microsoft-cognitiveservices-speech-sdk

Version:
1 lines 839 B
{"version":3,"sources":["src/common.speech/ServiceMessages/LanguageId/InterimResultsMode.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,oBAAY,kBAAkB;IAC1B,MAAM,WAAW;IACjB,OAAO,YAAY;CACtB;AAED;;GAEG;AACH,MAAM,WAAW,cAAc;IAC3B;;OAEG;IACH,IAAI,CAAC,EAAE,kBAAkB,CAAC;CAC7B","file":"InterimResultsMode.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\n/**\r\n * The mode for interim results\r\n */\r\nexport enum InterimResultsMode {\r\n Enable = \"Enable\",\r\n Disable = \"Disable\"\r\n}\r\n\r\n/**\r\n * The interim results configuration\r\n */\r\nexport interface InterimResults {\r\n /**\r\n * The mode for interim results\r\n */\r\n mode?: InterimResultsMode;\r\n}\r\n"]}