Class: Google::Cloud::VisionAI::V1::NormalizedPolygon
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::NormalizedPolygon
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/annotations.rb
Overview
Normalized Polygon.
Instance Attribute Summary collapse
-
#normalized_vertices ⇒ ::Array<::Google::Cloud::VisionAI::V1::NormalizedVertex>
The bounding polygon normalized vertices.
Instance Attribute Details
#normalized_vertices ⇒ ::Array<::Google::Cloud::VisionAI::V1::NormalizedVertex>
Returns The bounding polygon normalized vertices. Top left corner of the image will be [0, 0].
639 640 641 642 |
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 639 class NormalizedPolygon include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |