microsoft-cognitiveservices-speech-sdk
Version:
Microsoft Cognitive Services Speech SDK for JavaScript
1 lines • 811 B
Source Map (JSON)
{"version":3,"sources":["src/common.speech/ServiceMessages/LanguageId/InterimResults.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,EAAE,kBAAkB,CAAC;CAC5B","file":"InterimResults.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 * Interim results type\r\n */\r\nexport interface InterimResults {\r\n /**\r\n * The mode for InterimResults\r\n */\r\n mode: InterimResultsMode;\r\n}\r\n"]}