Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 991 Bytes

File metadata and controls

25 lines (13 loc) · 991 Bytes

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?

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