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
- #normalized_bounding_poly ⇒ ::Google::Cloud::DataLabeling::V1beta1::NormalizedBoundingPoly
-
#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
280 281 282 283 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 280 class ObjectTrackingFrame include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#normalized_bounding_poly ⇒ ::Google::Cloud::DataLabeling::V1beta1::NormalizedBoundingPoly
280 281 282 283 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 280 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.
280 281 282 283 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 280 class ObjectTrackingFrame include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |