Detected Object
Encapsulates data about a detected object.
Example
"detections": [
{
"stream_url": "rtsp://192.168.1.14/live0",
"region": "Office",
"time": "2025-02-25 16:00:44",
"class_name": "person",
"condition": {
"type": "count_greater_than",
"count": 0,
"line_name": null,
"alert_direction": null,
"objects": [
{
"object_description": "person standing",
"confidence": 93,
"bounds": {
"left": 939,
"top": 305,
"width": 341,
"height": 412
}
}
]
},
}
]
Attributes
Name | Type | Description |
---|---|---|
object_description | string | the object description associated with the detection of this object |
confidence | number | the confidence level for the object_description when this object was detected |
bounds | BoundingBox | the bounds of this object in image pixels |