Interface: ObjectDetectionProps
Defined in: packages/react-native-executorch/src/types/objectDetection.ts:140
Props for the useObjectDetection hook.
Properties
model
model:
object
Defined in: packages/react-native-executorch/src/types/objectDetection.ts:141
An object containing the model source.
modelSource
modelSource:
ResourceSource
preventLoad?
optionalpreventLoad:boolean
Defined in: packages/react-native-executorch/src/types/objectDetection.ts:142
Boolean that can prevent automatic model loading (and downloading the data if you load it for the first time) after running the hook.