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