react-native-vision-cameraHybridObjects
ScannedObject
iOS
interface ScannedObject extends HybridObjectRepresents any kind of scanned object.
See
Extended by
Properties
boundingBox
readonly boundingBox: BoundingBoxThe bounding box coordinates of this ScannedObject.
Coordinates are in camera-space (0.0 ... 1.0), and can be
converted to view-space via the PreviewView.
type
readonly type: ScannedObjectTypeThe ScannedObjectType of this ScannedObject.