UNPKG

microsoft-cognitiveservices-speech-sdk

Version:
11 lines (10 loc) 203 B
import { PhraseExtension } from "./PhraseOutput"; /** * The simple options configuration */ export interface SimpleOptions { /** * The extensions */ extensions?: PhraseExtension[]; }