microsoft-cognitiveservices-speech-sdk
Version:
Microsoft Cognitive Services Speech SDK for JavaScript
1 lines • 919 B
Source Map (JSON)
{"version":3,"sources":["src/common.speech/ServiceMessages/Translation/InterimResults.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,oBAAY,IAAI;IACZ,IAAI,SAAS;IACb,MAAM,WAAW;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,cAAc;IAC3B;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,CAAC;IAEZ;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB","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 * Result type\r\n */\r\nexport enum Mode {\r\n None = \"None\",\r\n Always = \"Always\"\r\n}\r\n\r\n/**\r\n * Interim results\r\n */\r\nexport interface InterimResults {\r\n /**\r\n * The mode for interim results\r\n */\r\n mode?: Mode;\r\n\r\n /**\r\n * If true, intermediate results only contain stable parts\r\n */\r\n stableOnly?: boolean;\r\n}\r\n"]}