UNPKG

microsoft-cognitiveservices-speech-sdk

Version:
1 lines 743 B
{"version":3,"sources":["src/common.speech/ServiceMessages/PhraseDetection/Conversation.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C;;GAEG;AACH,MAAM,WAAW,YAAY;IACzB;;OAEG;IACH,YAAY,EAAE,YAAY,CAAC;CAC9B","file":"Conversation.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\nimport { Segmentation } from \"./Segmentation\";\r\n\r\n/**\r\n * Defines the conversation configuration in the speech Context message\r\n */\r\nexport interface Conversation {\r\n /**\r\n * The segmentation configuration.\r\n */\r\n segmentation: Segmentation;\r\n}\r\n"]}