TrackDetectionInput
About CreateDetectionInput
This type is used to create a new Detection when creating or updating a Track
timestamp
The time at which the detection occurred.
Type: DateTimeOffset!
polygon
A GeoJSON polygon that represents the two dimensional bounds of the detection in its captured video or image.
Type: GeoJSONPolygonInput
position
A GeoJSON point that represents the location of the detection in the world.
Type: GeoJSONPointInput
direction
The direction, in degrees, of the detection in the world.
Direction is measured clockwise from north, so 0 is north, 90 is east, 180 is south and 270 is west.
The direction should be between 0 and 360 degrees.
Type: Float
metadata
Arbitrary metadata associated with the detection.
Type: JSON