Class: Google::Cloud::DataLabeling::V1beta1::ObjectTrackingFrame
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::ObjectTrackingFrame
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb
Overview
Video frame level annotation for object detection and tracking.
Instance Attribute Summary collapse
-
#bounding_poly ⇒ ::Google::Cloud::DataLabeling::V1beta1::BoundingPoly
Note: The following fields are mutually exclusive:
bounding_poly
,normalized_bounding_poly
. -
#normalized_bounding_poly ⇒ ::Google::Cloud::DataLabeling::V1beta1::NormalizedBoundingPoly
Note: The following fields are mutually exclusive:
normalized_bounding_poly
,bounding_poly
. -
#time_offset ⇒ ::Google::Protobuf::Duration
The time offset of this frame relative to the beginning of the video.
Instance Attribute Details
#bounding_poly ⇒ ::Google::Cloud::DataLabeling::V1beta1::BoundingPoly
Returns Note: The following fields are mutually exclusive: bounding_poly
, normalized_bounding_poly
. If a field in that set is populated, all other fields in the set will automatically be cleared.
304 305 306 307 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 304 class ObjectTrackingFrame include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#normalized_bounding_poly ⇒ ::Google::Cloud::DataLabeling::V1beta1::NormalizedBoundingPoly
Returns Note: The following fields are mutually exclusive: normalized_bounding_poly
, bounding_poly
. If a field in that set is populated, all other fields in the set will automatically be cleared.
304 305 306 307 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 304 class ObjectTrackingFrame include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#time_offset ⇒ ::Google::Protobuf::Duration
Returns The time offset of this frame relative to the beginning of the video.
304 305 306 307 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 304 class ObjectTrackingFrame include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |