microsoft-cognitiveservices-speech-sdk
Version:
Microsoft Cognitive Services Speech SDK for JavaScript
1 lines • 1.02 kB
Source Map (JSON)
{"version":3,"sources":["src/common.speech/ServiceMessages/PhraseOutput/InterimResults.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,oBAAY,UAAU;IAClB,IAAI,SAAS;IACb,cAAc,mBAAmB;IACjC,UAAU,eAAe;IACzB,IAAI,SAAS;CAChB;AAED;;GAEG;AACH,MAAM,WAAW,cAAc;IAC3B;;OAEG;IACH,UAAU,CAAC,EAAE,UAAU,CAAC;IAExB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,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 result type enum\r\n */\r\nexport enum ResultType {\r\n Auto = \"Auto\",\r\n StableFragment = \"StableFragment\",\r\n Hypothesis = \"Hypothesis\",\r\n None = \"None\"\r\n}\r\n\r\n/**\r\n * The interim results\r\n */\r\nexport interface InterimResults {\r\n /**\r\n * The result type\r\n */\r\n resultType?: ResultType;\r\n\r\n /**\r\n * The stable threshold\r\n */\r\n stableThreshold?: number;\r\n}\r\n"]}