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