react-native-vision-cameraInterfaces
BoundingBox
interface BoundingBoxRepresents the bounding box around a ScannedObject, in
camera-space coordinates (0.0 ... 1.0).
Convert to view-space using
PreviewView.convertCameraPointToViewPoint(...).
Properties
height
height: numberThe height of the bounding box.
width
width: numberThe width of the bounding box.
x
x: numberThe minimum X coordinate.
y
y: numberThe minimum Y coordinate.