Function: useObjectDetection()
useObjectDetection(
ObjectDetectionProps):ObjectDetectionType
Defined in: packages/react-native-executorch/src/hooks/computer_vision/useObjectDetection.ts:15
React hook for managing an Object Detection model instance.
Parameters
ObjectDetectionProps
Configuration object containing model source and optional preventLoad flag.
Returns
Ready to use Object Detection model.