Skip to main content
Version: Next

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

ObjectDetectionProps

Configuration object containing model source and optional preventLoad flag.

Returns

ObjectDetectionType

Ready to use Object Detection model.