NamedBoundingBox to track an annotated bounding box.
classes[]string
Annotated classes.
entities[]string
Annotated entities.
scores[]number
Annotated scores. Scores are normalized between [0, 1].
x1number
The top-left (x1, y1) corner's unnormalized coordinate.
x2number
y1number
The bottom-right (y1, y2) corner's unnormalized coordinate.
y2number
| JSON representation |
|---|
{ "classes": [ string ], "entities": [ string ], "scores": [ number ], "x1": number, "x2": number, "y1": number, "y2": number } |