Detection
Reference for the Detection JSON element.
See also: Detection
Example
{
"region": "Front Entrance",
"class_name": "person",
"objects": []
}
Fields
| Field | Type | Description |
|---|---|---|
region | string | Region name. |
class_name | string | Detected class when available. |
objects | Detection Object[] | Object matches for image processing results. |
stream_url | string | Stream URL for stream or video detections. |
stream_name | string | Stream or job name. |
time | string | Detection time in ISO format. |
frame_num | number | Frame number. |
event | string | Event label when provided. |
object_description | string | Primary object description when provided. |
condition | Detection Condition | Triggering condition for stream or video detections. |
result_id | string | Search result identifier when available. |
image | string | Base64-encoded detection image when provided. |