Type Alias StreamingTranscriberParams
StreamingTranscriberParams: {     apiKey?: string;     encoding?: AudioEncoding;     endOfTurnConfidenceThreshold?: number;     filterProfanity?: boolean;     formatTurns?: boolean;     keyterms?: string[];     keytermsPrompt?: string[];     maxTurnSilence?: number;     minEndOfTurnSilenceWhenConfident?: number;     sampleRate: number;     speechModel?: StreamingSpeechModel;     token?: string;     websocketBaseUrl?: string; }