UNPKG

microsoft-cognitiveservices-speech-sdk

Version:
14 lines (13 loc) 193 B
/** * The insertion point type. */ export interface InsertionPoint { /** * The left context. */ left: string; /** * The right context. */ right: string; }