class Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1beta1Polyline
A line with multiple line segments.
Attributes
vertices[RW]
The polyline vertices. Corresponds to the JSON property `vertices` @return [Array<Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1beta1Vertex>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/datalabeling_v1beta1/classes.rb, line 3961 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/datalabeling_v1beta1/classes.rb, line 3966 def update!(**args) @vertices = args[:vertices] if args.key?(:vertices) end