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