Interface: SpeechToTextProps
Defined in: packages/react-native-executorch/src/types/stt.ts:9
Configuration for Speech to Text model.
Properties
model
model:
SpeechToTextModelConfig
Defined in: packages/react-native-executorch/src/types/stt.ts:13
Configuration object containing model sources.
preventLoad?
optionalpreventLoad:boolean
Defined in: packages/react-native-executorch/src/types/stt.ts:17
Boolean that can prevent automatic model loading (and downloading the data if you load it for the first time) after running the hook.