UNPKG

microsoft-cognitiveservices-speech-sdk

Version:
15 lines (14 loc) 314 B
import { PhraseOption, PhraseExtension } from "./PhraseOutput"; /** * The detailed format options. */ export interface DetailedOptions { /** * The detailed format options. */ options?: PhraseOption[]; /** * The detailed format extensions. */ extensions?: PhraseExtension[]; }