microsoft-cognitiveservices-speech-sdk
Version:
Microsoft Cognitive Services Speech SDK for JavaScript
1 lines • 679 B
Source Map (JSON)
{"version":3,"sources":["src/common.speech/ServiceMessages/PhraseDetection/SecondPassRescoringMode.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,oBAAY,uBAAuB;IAC/B,IAAI,SAAS;IACb,KAAK,UAAU;IACf,SAAS,cAAc;IACvB,YAAY,iBAAiB;CAChC","file":"SecondPassRescoringMode.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 * Second pass rescoring type\r\n */\r\nexport enum SecondPassRescoringMode {\r\n None = \"None\",\r\n Voice = \"Voice\",\r\n Dictation = \"Dictation\",\r\n Conversation = \"Conversation\"\r\n}\r\n"]}