Consolidated track
warning
The Analytics Data Format (ADF) is currently being developed and has not yet reached a stable release. All data structures are subject to change.
This format builds on the following shared types:
Consolidated track type
| Property | Type | Required | Note |
|---|---|---|---|
| id | ID | Yes | |
| classes | Array of ObjectClassification | No | |
| start_time | String | Yes | |
| end_time | String | No | Last observation timestamp. Only set when track has ended |
| end_reason | String | No | Reason for ending track, if no end_reason interpret as Completed |
| duration | Float | Yes | Last observation monotime - first observation monotime. In seconds |
| observations | Array of TrackedObjectObservation | No | |
| image | Image | No |