Class: Google::Cloud::DocumentAI::V1beta3::Vertex
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::DocumentAI::V1beta3::Vertex
 
 
- 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
- 
  
    
      #x  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
X coordinate.
 - 
  
    
      #y  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Y coordinate (starts from the top of the image).