Class: Google::Cloud::DataLabeling::V1beta1::Polyline

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 line with multiple line segments.

Instance Attribute Summary collapse

Instance Attribute Details

#vertices::Array<::Google::Cloud::DataLabeling::V1beta1::Vertex>

Returns The polyline vertices.

Returns:



160
161
162
163
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 160

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