Skip to main content
Version: Next

Interface: SpeechToTextProps

Defined in: types/stt.ts:21

Configuration for Speech to Text model.

Properties

model

model: SpeechToTextModelConfig

Defined in: types/stt.ts:25

Configuration object containing model sources.


preventLoad?

optional preventLoad: boolean

Defined in: types/stt.ts:33

Boolean that can prevent automatic model loading (and downloading the data if you load it for the first time) after running the hook.


vad?

optional vad: VADConfig

Defined in: types/stt.ts:29

An optional VAD model to be utilized to enhance speech-to-text streaming capabilities.