Class ObjectTrackingFrame (2.8.0)

ObjectTrackingFrame(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Video frame level annotations for object detection and tracking. This field stores per frame location, time offset, and confidence.

Attributes

NameDescription
normalized_bounding_box google.cloud.videointelligence_v1p3beta1.types.NormalizedBoundingBox
The normalized bounding box location of this object track for the frame.
time_offset google.protobuf.duration_pb2.Duration
The timestamp of the frame in microseconds.

Inheritance

builtins.object > proto.message.Message > ObjectTrackingFrame