Class: Google::Cloud::Vision::V1::BoundingPoly
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1::BoundingPoly
- Defined in:
- lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/geometry.rb
Overview
A bounding polygon for the detected image annotation.
Instance Attribute Summary collapse
-
#vertices ⇒ Array<Google::Cloud::Vision::V1::Vertex>
The bounding polygon vertices.
Instance Attribute Details
#vertices ⇒ Array<Google::Cloud::Vision::V1::Vertex>
Returns The bounding polygon vertices.
33 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/geometry.rb', line 33 class BoundingPoly; end |