react-native-vision-cameraInterfaces
UseObjectOutputProps
interface UseObjectOutputPropsProperties
onObjectsScanned()?
optional onObjectsScanned: (objects: ScannedObject[]) => voidA callback that will be called every time the CameraObjectOutput
has scanned one or more objects.
See
types
types: ScannedObjectType[]The array of ScannedObjectTypes the CameraObjectOutput
should scan for.