microsoft-cognitiveservices-speech-sdk
Version:
Microsoft Cognitive Services Speech SDK for JavaScript
1 lines • 921 B
Source Map (JSON)
{"version":3,"sources":["src/common.speech/ServiceMessages/PhraseDetection/Dictation.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C;;GAEG;AACH,MAAM,WAAW,SAAS;IACtB;;OAEG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;CAC/B","file":"Dictation.d.ts","sourcesContent":["// --------------------------------------------------------------------------------------------------------------------\r\n// Ported from SpeechRecognition.Protocols.Universal.Applications.Contracts.V20241101.DTO.PhraseDetection\r\n// --------------------------------------------------------------------------------------------------------------------\r\n\r\nimport { Segmentation } from \"./Segmentation\";\r\n\r\n/**\r\n * Defines the phrase detection payload in the speech Context message\r\n */\r\nexport interface Dictation {\r\n /**\r\n * The segmentation configuration.\r\n */\r\n segmentation?: Segmentation;\r\n}\r\n"]}