Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 1.04 KB

File metadata and controls

33 lines (17 loc) · 1.04 KB

Interface: VADProps

Defined in: types/vad.ts:18

Props for the useVAD hook.

Properties

model

model: object

Defined in: types/vad.ts:19

An object containing the model configuration.

modelName

modelName: "fsmn-vad"

modelSource

modelSource: ResourceSource


preventLoad?

optional preventLoad: boolean

Defined in: types/vad.ts:20

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