Annotation details specific to video object tracking.
A time (frame) of a video to which this annotation pertains. Represented as the duration since the video's start.
A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
xMinnumber
The leftmost coordinate of the bounding box.
xMaxnumber
The rightmost coordinate of the bounding box.
yMinnumber
The topmost coordinate of the bounding box.
yMaxnumber
The bottommost coordinate of the bounding box.
The instance of the object, expressed as a positive integer. Used to track the same object across different frames.
annotationSpecIdstring
The resource id of the AnnotationSpec that this Annotation pertains to.
displayNamestring
The display name of the AnnotationSpec that this Annotation pertains to.
| JSON representation |
|---|
{ "timeOffset": string, "xMin": number, "xMax": number, "yMin": number, "yMax": number, "instanceId": string, "annotationSpecId": string, "displayName": string } |