ZoneEvent
ZoneEvent
An event triggered by a Track interacting with a Zone, either by entering, leaving, or remaining in the zone.
id
The unique idenifier for the zone event.
Type: ID!
zone
The camera zone the event happened in.
Type: Zone!
track
The track associated with the object that triggered the zone event.
Type: Track!
tag
The class label of the object that triggered the zone event, i.e person, car, truck, etc.
Type: String!
type
The type of zone event, i.e ingress (an object entered the zone), dwell (an object remained in the zone), and egress. (an object exited the zone)
Type: ActivityType!
startTime
The time at which the event started.
Type: DateTimeOffset!
endTime
The time at which the event ended.
Type: DateTimeOffset
polygon
The two-dimensional shape of the detection that triggered the event.
Type: GeoJSONMultiPolygon