Search Result
Reference for the Search Result JSON element.
See also: Search Result
Example
{
"confidence": 96,
"source_type": "stream",
"stream_url": "rtsp://camera/live",
"stream_name": "Warehouse Camera 01",
"region": "Front Entrance",
"class_name": "person",
"time": "2025-03-17T22:27:33Z",
"result_id": "res-123"
}
Fields
| Field | Type | Description |
|---|---|---|
confidence | number | Confidence score for the result. |
source_type | string | Source type. |
folder | string | Folder containing the result. |
file | string | File name. |
stream_url | string | Stream URL when applicable. |
stream_name | string | Stream display name. |
region | string | Region name. |
class_name | string | Associated class. |
time | string | Result time in ISO format. |
image | string | Base64 preview image. |
person_id | string | Matched person ID. |
facerec_person_display_name | string | Matched person display name. |
result_id | string | Result identifier. |