UNPKG

microsoft-cognitiveservices-speech-sdk

Version:
11 lines (10 loc) 235 B
import { InterimResults } from "./InterimResultsMode"; /** * The language id output configuration */ export interface LanguageIdOutput { /** * The interim results configuration */ interimResults?: InterimResults; }