UNPKG

microsoft-cognitiveservices-speech-sdk

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