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
readonlylanguage: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.