UNPKG

microsoft-cognitiveservices-speech-sdk

Version:
11 lines (10 loc) 248 B
import { Segmentation } from "./Segmentation"; /** * Defines the conversation configuration in the speech Context message */ export interface Conversation { /** * The segmentation configuration. */ segmentation: Segmentation; }