class Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1beta1BoundingPoly
A bounding polygon in the image.
Attributes
vertices[RW]
The bounding polygon 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 1234 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 1239 def update!(**args) @vertices = args[:vertices] if args.key?(:vertices) end