Class: Google::Cloud::DataLabeling::V1beta1::ObjectTrackingFrame

Inherits:
Object
  • Object
show all
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

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.

Returns:



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