Interface: StyleTransferProps
Defined in: packages/react-native-executorch/src/types/styleTransfer.ts:12
Configuration properties for the useStyleTransfer hook.
Properties
model
model:
object
Defined in: packages/react-native-executorch/src/types/styleTransfer.ts:13
Object containing the modelSource for the style transfer model.
modelSource
modelSource:
ResourceSource
preventLoad?
optionalpreventLoad:boolean
Defined in: packages/react-native-executorch/src/types/styleTransfer.ts:14
Boolean that can prevent automatic model loading (and downloading the data if loaded for the first time) after running the hook.