Class: Google::Cloud::DataLabeling::V1beta1::NormalizedBoundingPoly

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 bounding polygon.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns The bounding polygon normalized vertices.

Returns:



137
138
139
140
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 137

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