@camera.ui/sdk / camera / EventSegment
Interface: EventSegment
Defined in: camera/events.ts:86
A contiguous object detection phase within an event.
Properties
attributes
attributes:
EventAttribute[]
Defined in: camera/events.ts:94
Unified attributes (faces, plates, classifications).
detections
detections:
EventDetection[]
Defined in: camera/events.ts:92
Object detections in this segment.
firstSeen
firstSeen:
number
Defined in: camera/events.ts:88
Segment start time (Unix ms).
lastSeen
lastSeen:
number
Defined in: camera/events.ts:90
Segment end time (Unix ms).
zones?
optionalzones?:string[]
Defined in: camera/events.ts:96
Names of detection zones any detection in this segment overlapped (deduplicated).