Reference documentation and code samples for the Cloud Video Intelligence V1p3beta1 API class Google::Cloud::VideoIntelligence::V1p3beta1::ObjectTrackingFrame.
Video frame level annotations for object detection and tracking. This field stores per frame location, time offset, and confidence.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#normalized_bounding_box
def normalized_bounding_box() -> ::Google::Cloud::VideoIntelligence::V1p3beta1::NormalizedBoundingBox
Returns
- (::Google::Cloud::VideoIntelligence::V1p3beta1::NormalizedBoundingBox) — The normalized bounding box location of this object track for the frame.
#normalized_bounding_box=
def normalized_bounding_box=(value) -> ::Google::Cloud::VideoIntelligence::V1p3beta1::NormalizedBoundingBox
Parameter
- value (::Google::Cloud::VideoIntelligence::V1p3beta1::NormalizedBoundingBox) — The normalized bounding box location of this object track for the frame.
Returns
- (::Google::Cloud::VideoIntelligence::V1p3beta1::NormalizedBoundingBox) — The normalized bounding box location of this object track for the frame.
#time_offset
def time_offset() -> ::Google::Protobuf::Duration
Returns
- (::Google::Protobuf::Duration) — The timestamp of the frame in microseconds.
#time_offset=
def time_offset=(value) -> ::Google::Protobuf::Duration
Parameter
- value (::Google::Protobuf::Duration) — The timestamp of the frame in microseconds.
Returns
- (::Google::Protobuf::Duration) — The timestamp of the frame in microseconds.