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:



204
205
206
207
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 204

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

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

Returns Note: The following fields are mutually exclusive: normalized_polyline, polyline. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:



204
205
206
207
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 204

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

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

Returns Note: The following fields are mutually exclusive: polyline, normalized_polyline. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:



204
205
206
207
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 204

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