Class: Google::Cloud::Vision::V1::BoundingPoly

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/vision/v1/geometry.rb

Overview

A bounding polygon for the detected image annotation.

Instance Attribute Summary collapse

Instance Attribute Details

#normalized_vertices::Array<::Google::Cloud::Vision::V1::NormalizedVertex>

Returns The bounding polygon normalized vertices.

Returns:



58
59
60
61
# File 'proto_docs/google/cloud/vision/v1/geometry.rb', line 58

class BoundingPoly
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#vertices::Array<::Google::Cloud::Vision::V1::Vertex>

Returns The bounding polygon vertices.

Returns:



58
59
60
61
# File 'proto_docs/google/cloud/vision/v1/geometry.rb', line 58

class BoundingPoly
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end