Detection
Object detection result with label and bounding box
- bboxType: object ยท BoundingBox
Bounding box coordinates for object detection and image regions
- x1Type: number
The x-coordinate of the top-left corner (percentage 0-100)
- x2Type: number
The x-coordinate of the bottom-right corner (percentage 0-100)
- y1Type: number
The y-coordinate of the top-left corner (percentage 0-100)
- y2Type: number
The y-coordinate of the bottom-right corner (percentage 0-100)
- labelType: string
The label of the detected object
- segmentationType: array array number[][]
Array of coordinate pairs [x, y] defining the object segmentation polygon