Search Result
One result returned by archive_search.
Example
{
"confidence": 96,
"source_type": "stream",
"folder": "/archive/2025/03/17",
"file": "result.jpg",
"stream_url": "rtsp://camera/live",
"stream_name": "Warehouse Camera 01",
"region": "Front Entrance",
"class_name": "person",
"time": "2025-03-17T22:27:33Z",
"image": "<base64 image>",
"person_id": "person-001",
"facerec_person_display_name": "Alex Carter",
"result_id": "res-123"
}
Fields
| Field | Type | Description |
|---|---|---|
confidence | number | Confidence score for the result. |
source_type | string | Source type such as stream or file-based archive content. |
folder | string | Folder that contains the result. |
file | string | File name for the result. |
stream_url | string | Stream URL when the result came from a stream source. |
stream_name | string | Stream display name. |
region | string | Region name associated with the result. |
class_name | string | Class associated with the result. |
time | string | Result time in ISO format. |
image | string | Base64-encoded preview image. |
person_id | string | Matched person ID for face recognition results. |
facerec_person_display_name | string | Matched person display name. |
result_id | string | Result identifier used by similarity search and archive references. |