Skip to content

UpdateTrackInput

About UpdateTrackInput

This input type is used to update an existing Track.

id

The unique identifier of 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 list of detections that will be created and associated to the existing track.

Type: [TrackDetectionInput!]

properties

The identifying and descriptive attributes of a track.

Type: TrackPropertiesInput

metadata

Arbitrary information about the Track.

Type: JSON