Class: Google::Cloud::DataLabeling::V1beta1::BoundingPoly

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 bounding polygon in the image.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns The bounding polygon vertices.

Returns:



128
129
130
131
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 128

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