Cloud Video Intelligence V1p2beta1 API - Class Google::Cloud::VideoIntelligence::V1p2beta1::ObjectTrackingFrame (v0.12.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Video Intelligence V1p2beta1 API class Google::Cloud::VideoIntelligence::V1p2beta1::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
defnormalized_bounding_box()->::Google::Cloud::VideoIntelligence::V1p2beta1::NormalizedBoundingBox
Returns
- (::Google::Cloud::VideoIntelligence::V1p2beta1::NormalizedBoundingBox) — The normalized bounding box location of this object track for the frame.
#normalized_bounding_box=
defnormalized_bounding_box=(value)->::Google::Cloud::VideoIntelligence::V1p2beta1::NormalizedBoundingBox
Parameter
- value (::Google::Cloud::VideoIntelligence::V1p2beta1::NormalizedBoundingBox) — The normalized bounding box location of this object track for the frame.
Returns
- (::Google::Cloud::VideoIntelligence::V1p2beta1::NormalizedBoundingBox) — The normalized bounding box location of this object track for the frame.
#time_offset
deftime_offset()->::Google::Protobuf::Duration
Returns
- (::Google::Protobuf::Duration) — The timestamp of the frame in microseconds.
#time_offset=
deftime_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.