Reference documentation and code samples for the Document AI V1 API class Google::Cloud::DocumentAI::V1::Vertex.
A vertex represents a 2D point in the image. NOTE: the vertex coordinates are in the same scale as the original image.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#x
def x() -> ::Integer Returns 
 - (::Integer) — X coordinate.
 
#x=
def x=(value) -> ::Integer Parameter 
 - value (::Integer) — X coordinate.
 
 Returns 
 - (::Integer) — X coordinate.
 
#y
def y() -> ::Integer Returns 
 - (::Integer) — Y coordinate (starts from the top of the image).
 
#y=
def y=(value) -> ::Integer Parameter 
 - value (::Integer) — Y coordinate (starts from the top of the image).
 
 Returns 
 - (::Integer) — Y coordinate (starts from the top of the image).