Class: Google::Cloud::VisionAI::V1::NormalizedPolygon

Inherits:
Object
  • Object
show all
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

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].

Returns:



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