Class: Google::Cloud::DataLabeling::V1beta1::NormalizedPolyline

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

Overview

Normalized polyline.

Instance Attribute Summary collapse

Instance Attribute Details

#normalized_vertices::Array<::Google::Cloud::DataLabeling::V1beta1::NormalizedVertex>

Returns The normalized polyline vertices.

Returns:



169
170
171
172
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 169

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