Skip to main content
Version: 0.10.0

Type Alias: WhisperSttOptions<L>

WhisperSttOptions<L> = object

Defined in: extensions/speech/tasks/whisperSpeechToText.ts:65

Options passed to a single transcription call.

Type Parameters

L

L extends WhisperLanguage = WhisperLanguage

Properties

language

readonly language: L

Defined in: extensions/speech/tasks/whisperSpeechToText.ts:71

Whisper language code of the spoken audio. Must be one of the WhisperLanguage values declared in the model's supportedLanguages list.