Defined in: types/objectDetection.ts:105
Props for the useObjectDetection hook.
C extends ObjectDetectionModelSources
A ObjectDetectionModelSources config specifying which built-in model to load.
model:
C
Defined in: types/objectDetection.ts:106
The model config containing modelName and modelSource.
optionalpreventLoad:boolean
Defined in: types/objectDetection.ts:107
Boolean that can prevent automatic model loading (and downloading the data if you load it for the first time) after running the hook.