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