Skip to main content
Version: 0.7.x

Function: useImageSegmentation()

useImageSegmentation(ImageSegmentationProps): ImageSegmentationType

Defined in: packages/react-native-executorch/src/hooks/computer_vision/useImageSegmentation.ts:15

React hook for managing an Image Segmentation model instance.

Parameters

ImageSegmentationProps

ImageSegmentationProps

Configuration object containing model source and optional preventLoad flag.

Returns

ImageSegmentationType

Ready to use Image Segmentation model.