UNPKG

microsoft-cognitiveservices-speech-sdk

Version:
11 lines (10 loc) 244 B
import { Segmentation } from "./Segmentation"; /** * Defines the phrase detection payload in the speech Context message */ export interface Dictation { /** * The segmentation configuration. */ segmentation?: Segmentation; }