EventResponse
idId (string)required
labelLabel (string)required
sub_label objectrequired
anyOf
- string
- null
string
null
cameraCamera (string)required
start_timeStart Time (number)required
end_time objectrequired
anyOf
- number
- null
number
null
false_positive objectrequired
anyOf
- boolean
- null
boolean
null
zonesstring[]required
thumbnail objectrequired
anyOf
- string
- null
string
null
has_clipHas Clip (boolean)required
has_snapshotHas Snapshot (boolean)required
retain_indefinitelyRetain Indefinitely (boolean)required
plus_id objectrequired
anyOf
- string
- null
string
null
model_hash objectrequired
anyOf
- string
- null
string
null
detector_type objectrequired
anyOf
- string
- null
string
null
model_type objectrequired
anyOf
- string
- null
string
null
dataobjectrequired
EventResponse
{
"id": "string",
"label": "string",
"sub_label": "string",
"camera": "string",
"start_time": 0,
"end_time": 0,
"false_positive": true,
"zones": [
"string"
],
"thumbnail": "string",
"has_clip": true,
"has_snapshot": true,
"retain_indefinitely": true,
"plus_id": "string",
"model_hash": "string",
"detector_type": "string",
"model_type": "string",
"data": {}
}