Class: Google::Cloud::DocumentAI::V1beta3::Vertex

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/documentai/v1beta3/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/documentai/v1beta3/geometry.rb', line 32

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

#y::Integer

Returns Y coordinate (starts from the top of the image).

Returns:

  • (::Integer)

    Y coordinate (starts from the top of the image).



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

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