Metadata
The metadata.json file is a flexible JSON structure that clients can send alongside the video file. It enhances the context of the video data and supports more tailored processing and analysis. All fields are optional.
Example
Section titled “Example”{ "site_id": 134188, "camera_id": "VI08"}Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
site_id | string | int | Site identifier. Falls back to client_id if not provided. |
camera_id | string | int | Camera identifier. Falls back to code_msg if not provided. |
Usage notes
Section titled “Usage notes”- While all fields are optional, providing
site_idandcamera_idenhances data identification and processing. - The metadata format is flexible — clients can include additional fields specific to their needs.
- The entire metadata object is included in the classification result, ensuring a comprehensive overview of the analysis context.