microsoft-cognitiveservices-speech-sdk
Version:
Microsoft Cognitive Services Speech SDK for JavaScript
1 lines • 943 B
Source Map (JSON)
{"version":3,"sources":["src/common.speech/ServiceMessages/PhraseDetection/DisfluencyMode.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,oBAAY,cAAc;IACtB;;OAEG;IACH,GAAG,QAAQ;IAEX;;OAEG;IACH,OAAO,YAAY;IAEnB;;OAEG;IACH,OAAO,YAAY;CACtB","file":"DisfluencyMode.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 * Disfluency handling options.\r\n */\r\nexport enum DisfluencyMode {\r\n /**\r\n * The Microsoft Speech Service does not remove disfluencies from all results.\r\n */\r\n Raw = \"Raw\",\r\n\r\n /**\r\n * The Microsoft Speech Service removes disfluencies from all results.\r\n */\r\n Removed = \"Removed\",\r\n\r\n /**\r\n * The Microsoft Speech Service tags disfluencies in the phrase result.\r\n */\r\n Labeled = \"Labeled\"\r\n}\r\n"]}