Class: Google::Cloud::DataLabeling::V1beta1::ImagePolylineAnnotation

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb

Overview

A polyline for the image annotation.

Instance Attribute Summary collapse

Instance Attribute Details

#annotation_spec::Google::Cloud::DataLabeling::V1beta1::AnnotationSpec

Returns Label of this polyline.

Returns:



182
183
184
185
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 182

class ImagePolylineAnnotation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#normalized_polyline::Google::Cloud::DataLabeling::V1beta1::NormalizedPolyline



182
183
184
185
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 182

class ImagePolylineAnnotation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#polyline::Google::Cloud::DataLabeling::V1beta1::Polyline



182
183
184
185
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 182

class ImagePolylineAnnotation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end