UNPKG

microsoft-cognitiveservices-speech-sdk

Version:
15 lines (14 loc) 336 B
import { InterimResults } from "./InterimResults"; /** * The translation output configuration */ export interface TranslationOutput { /** * Whether to include pass through results */ includePassThroughResults?: boolean; /** * The interim results configuration */ interimResults?: InterimResults; }