Class: Google::Cloud::AutoML::V1::BoundingPoly
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1::BoundingPoly
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1/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::V1::NormalizedVertex>
Returns Output only . The bounding polygon normalized vertices.
46 47 48 49 |
# File 'proto_docs/google/cloud/automl/v1/geometry.rb', line 46 class BoundingPoly include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |