Skip to content

CreateTrackInput

About CreateTrackInput

This input type is used to create a new Track.

id

The unique identifier for the Track. Will be autogenerated if one is not provided.

Type: ID

dataSourceId

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

Type: [TrackDetectionInput!]!

properties

The identifying and descriptive attributes of a new track.

Type: TrackPropertiesInput

metadata

Arbitrary information about the Track.

Type: JSON