Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.02 KB

File metadata and controls

26 lines (14 loc) · 1.02 KB

Interface: DecodingOptions

Defined in: types/stt.ts:206

Options for decoding speech to text.

Properties

language?

optional language: SpeechToTextLanguage

Defined in: types/stt.ts:207

Optional language code to guide the transcription.


verbose?

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