class Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1beta1NormalizedBoundingPoly
Normalized bounding polygon.
Attributes
normalized_vertices[RW]
The bounding polygon normalized vertices. Corresponds to the JSON property `normalizedVertices` @return [Array<Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1beta1NormalizedVertex>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/datalabeling_v1beta1/classes.rb, line 3677 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 3682 def update!(**args) @normalized_vertices = args[:normalized_vertices] if args.key?(:normalized_vertices) end