{"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":["// --------------------------------------------------------------------------------------------------------------------\n// Ported from SpeechRecognition.Protocols.Universal.Applications.Contracts.V20241101.DTO.PhraseDetection\n// --------------------------------------------------------------------------------------------------------------------\n\nimport { Segmentation } from \"./Segmentation\";\n\n/**\n * Defines the phrase detection payload in the speech Context message\n */\nexport interface Dictation {\n    /**\n     * The segmentation configuration.\n     */\n    segmentation?: Segmentation;\n}\n"]}