Class: Google::Cloud::Vision::V1p3beta1::BoundingPoly
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1p3beta1::BoundingPoly
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vision/v1p3beta1/geometry.rb
Overview
A bounding polygon for the detected image annotation.
Instance Attribute Summary collapse
-
#normalized_vertices ⇒ ::Array<::Google::Cloud::Vision::V1p3beta1::NormalizedVertex>
The bounding polygon normalized vertices.
-
#vertices ⇒ ::Array<::Google::Cloud::Vision::V1p3beta1::Vertex>
The bounding polygon vertices.
Instance Attribute Details
#normalized_vertices ⇒ ::Array<::Google::Cloud::Vision::V1p3beta1::NormalizedVertex>
Returns The bounding polygon normalized vertices.
58 59 60 61 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/geometry.rb', line 58 class BoundingPoly include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vertices ⇒ ::Array<::Google::Cloud::Vision::V1p3beta1::Vertex>
Returns The bounding polygon vertices.
58 59 60 61 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/geometry.rb', line 58 class BoundingPoly include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |