Skip to content

Track

Track

A Track is a record of a detected object over time.

id

The unique identifier for the Track.

Type: ID!

dataSource

The data source that captured the Track.

Type: DataSource

video

The video that this detection was captured in

Type: Video

deviceIds

The unique identifiers of the devices that captured the Track.

Type: [ID!]

tag

The class label of the tracked object, i.e person, car, truck, etc.

Type: String!

startTime

The time of the first detection of the tracked object.

Type: DateTimeOffset!

endTime

The time of the last detection of the tracked object, or null if it is still being tracked.

Type: DateTimeOffset

detections

A collection of every Detection associated with the Track.

Type: [Detection!]!

properties

The identifying and descriptive attributes of the Track

Type: TrackProperties

metadata

Arbitrary information about the Track.

Type: JSON

zoneIntersections

Intersections triggered by this track interacting with a zone.

Type: [ZoneIntersection!]

geofenceIntersections

Point-in-time representations of an interaction between the track and a geofence.

Type: [GeofenceIntersection!]