@hahnpro/ms-speech-sdk
Version:
Microsoft Cognitive Services Speech SDK for JavaScript
1 lines • 651 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":["//\n// Copyright (c) Microsoft. All rights reserved.\n// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.\n//\n\n/**\n * Second pass rescoring type\n */\nexport enum SecondPassRescoringMode {\n None = \"None\",\n Voice = \"Voice\",\n Dictation = \"Dictation\",\n Conversation = \"Conversation\"\n}\n"]}