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