Detection Object
Reference for the Detection Object JSON element.
See also: Detection Object
Example
{
"detection_type": "class_name",
"class_name": "person",
"class_confidence": 99,
"bounds": {
"left": 939,
"top": 305,
"width": 341,
"height": 412
}
}
Fields
| Field | Type | Description |
|---|---|---|
detection_type | string | Match type. |
class_name | string | Detected class. |
class_confidence | number | Confidence score for the class match. |
bounds | Bounding Box | Bounding box for the object. |
image | string | Base64 image or crop when provided. |
object_descriptions | Object Description[] | Prompt matches and confidence values. |
face | object | Face recognition match details. |
similarity | object | Similarity match details. |