Interface: SpeechToTextProps
Defined in: types/stt.ts:23
Configuration for Speech to Text model.
Properties
model
model:
SpeechToTextModelConfig
Defined in: types/stt.ts:27
Configuration object containing model sources.
preventLoad?
optionalpreventLoad:boolean
Defined in: types/stt.ts:31
Boolean that can prevent automatic model loading (and downloading the data if you load it for the first time) after running the hook.