Class: Google::Cloud::Vision::V1::Vertex

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 vertex represents a 2D point in the image. NOTE: the vertex coordinates are in the same scale as the original image.

Instance Attribute Summary collapse

Instance Attribute Details

#x::Integer

Returns X coordinate.

Returns:

  • (::Integer)

    X coordinate.



32
33
34
35
# File 'proto_docs/google/cloud/vision/v1/geometry.rb', line 32

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

#y::Integer

Returns Y coordinate.

Returns:

  • (::Integer)

    Y coordinate.



32
33
34
35
# File 'proto_docs/google/cloud/vision/v1/geometry.rb', line 32

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