Interface: DecodingOptions
Defined in: types/stt.ts:208
Options for decoding speech to text.
Extended by
Properties
language?
optionallanguage:SpeechToTextLanguage
Defined in: types/stt.ts:209
Optional language code to guide the transcription.
verbose?
optionalverbose:boolean
Defined in: types/stt.ts:210
Optional flag. If set, transcription result is presented with timestamps
and with additional parameters. For more details please refer to TranscriptionResult.