Skip to main content
Version: Next

Interface: DecodingOptions

Defined in: types/stt.ts:208

Options for decoding speech to text.

Extended by

Properties

language?

optional language: SpeechToTextLanguage

Defined in: types/stt.ts:209

Optional language code to guide the transcription.


verbose?

optional verbose: 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.