react-native-vision-cameraInterfaces
BoundingBox
interface BoundingBoxRepresents the bounding box around an object.
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.