Class: Google::Cloud::DocumentAI::V1::Document::Page::Line
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::DocumentAI::V1::Document::Page::Line
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/documentai/v1/document.rb
 
Overview
A collection of tokens that a human would perceive as a line. Does not cross column boundaries, can be horizontal, vertical, etc.
Instance Attribute Summary collapse
- 
  
    
      #detected_languages  ⇒ ::Array<::Google::Cloud::DocumentAI::V1::Document::Page::DetectedLanguage> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of detected languages together with confidence.
 - #layout ⇒ ::Google::Cloud::DocumentAI::V1::Document::Page::Layout
 - 
  
    
      #provenance  ⇒ ::Google::Cloud::DocumentAI::V1::Document::Provenance 
    
    
  
  
  
  
    
    
  
  
  
  deprecated
  
  
    Deprecated. 
This field is deprecated and may be removed in the next major version update.
 
Instance Attribute Details
#detected_languages ⇒ ::Array<::Google::Cloud::DocumentAI::V1::Document::Page::DetectedLanguage>
Returns A list of detected languages together with confidence.
      378 379 380 381  | 
    
      # File 'proto_docs/google/cloud/documentai/v1/document.rb', line 378 class Line include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#layout ⇒ ::Google::Cloud::DocumentAI::V1::Document::Page::Layout
      378 379 380 381  | 
    
      # File 'proto_docs/google/cloud/documentai/v1/document.rb', line 378 class Line include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#provenance ⇒ ::Google::Cloud::DocumentAI::V1::Document::Provenance
Deprecated. 
This field is deprecated and may be removed in the next major version update.
Returns The history of this annotation.
      378 379 380 381  | 
    
      # File 'proto_docs/google/cloud/documentai/v1/document.rb', line 378 class Line include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |