Class: Google::Cloud::DocumentAI::V1::Document::Page::Table::TableCell
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::DocumentAI::V1::Document::Page::Table::TableCell
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/documentai/v1/document.rb
 
Overview
A cell representation inside the table.
Instance Attribute Summary collapse
- 
  
    
      #col_span  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
How many columns this cell spans.
 - 
  
    
      #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
 - 
  
    
      #row_span  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
How many rows this cell spans.
 
Instance Attribute Details
#col_span ⇒ ::Integer
Returns How many columns this cell spans.
      564 565 566 567  | 
    
      # File 'proto_docs/google/cloud/documentai/v1/document.rb', line 564 class TableCell include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#detected_languages ⇒ ::Array<::Google::Cloud::DocumentAI::V1::Document::Page::DetectedLanguage>
Returns A list of detected languages together with confidence.
      564 565 566 567  | 
    
      # File 'proto_docs/google/cloud/documentai/v1/document.rb', line 564 class TableCell include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |