Class: Google::Cloud::AutoML::V1beta1::BoundingPoly

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/automl/v1beta1/geometry.rb

Overview

A bounding polygon of a detected object on a plane. On output both vertices and normalized_vertices are provided. The polygon is formed by connecting vertices in the order they are listed.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Output only . The bounding polygon normalized vertices.

Returns:



46
47
48
49
# File 'proto_docs/google/cloud/automl/v1beta1/geometry.rb', line 46

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