BoundingBox
Bounding box coordinates for object detection and image regions
- Type: number
x1 The x-coordinate of the top-left corner (percentage 0-100)
- Type: number
x2 The x-coordinate of the bottom-right corner (percentage 0-100)
- Type: number
y1 The y-coordinate of the top-left corner (percentage 0-100)
- Type: number
y2 The y-coordinate of the bottom-right corner (percentage 0-100)