Detection
Object detection result with label and bounding box
- Type: object ยท BoundingBox
bbox 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)
- Type: string
label The label of the detected object
- Type: array array number[][]
segmentation Array of coordinate pairs [x, y] defining the object segmentation polygon