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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/automl/v1beta1/doc/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_verticesArray<Google::Cloud::AutoML::V1beta1::NormalizedVertex>

Returns Output only . The bounding polygon normalized vertices.

Returns:



39
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/geometry.rb', line 39

class BoundingPoly; end