Class: Google::Cloud::DocumentAI::V1beta3::BoundingPoly
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::DocumentAI::V1beta3::BoundingPoly
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/documentai/v1beta3/geometry.rb
 
Overview
A bounding polygon for the detected image annotation.
Instance Attribute Summary collapse
- 
  
    
      #normalized_vertices  ⇒ ::Array<::Google::Cloud::DocumentAI::V1beta3::NormalizedVertex> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The bounding polygon normalized vertices.
 - 
  
    
      #vertices  ⇒ ::Array<::Google::Cloud::DocumentAI::V1beta3::Vertex> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The bounding polygon vertices.
 
Instance Attribute Details
#normalized_vertices ⇒ ::Array<::Google::Cloud::DocumentAI::V1beta3::NormalizedVertex>
Returns The bounding polygon normalized vertices.
      58 59 60 61  | 
    
      # File 'proto_docs/google/cloud/documentai/v1beta3/geometry.rb', line 58 class BoundingPoly include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#vertices ⇒ ::Array<::Google::Cloud::DocumentAI::V1beta3::Vertex>
Returns The bounding polygon vertices.
      58 59 60 61  | 
    
      # File 'proto_docs/google/cloud/documentai/v1beta3/geometry.rb', line 58 class BoundingPoly include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |