UNPKG

microsoft-cognitiveservices-speech-sdk

Version:
11 lines (10 loc) 193 B
import { InsertionPoint } from "./InsertionPoint"; /** * The dictation type. */ export interface Dictation { /** * The insertion point. */ insertionPoint: InsertionPoint; }