Class: Google::Cloud::DocumentAI::V1::Document::DocumentLayout::DocumentLayoutBlock::LayoutTableCell
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::DocumentAI::V1::Document::DocumentLayout::DocumentLayoutBlock::LayoutTableCell
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/documentai/v1/document.rb
 
Overview
Represents a cell in a table row.
Instance Attribute Summary collapse
- 
  
    
      #blocks  ⇒ ::Array<::Google::Cloud::DocumentAI::V1::Document::DocumentLayout::DocumentLayoutBlock> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A table cell is a list of blocks.
 - 
  
    
      #col_span  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
How many columns this cell spans.
 - 
  
    
      #row_span  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
How many rows this cell spans.
 
Instance Attribute Details
#blocks ⇒ ::Array<::Google::Cloud::DocumentAI::V1::Document::DocumentLayout::DocumentLayoutBlock>
Returns A table cell is a list of blocks. Repeated blocks support further hierarchies and nested blocks.
      1145 1146 1147 1148  | 
    
      # File 'proto_docs/google/cloud/documentai/v1/document.rb', line 1145 class LayoutTableCell include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#col_span ⇒ ::Integer
Returns How many columns this cell spans.
      1145 1146 1147 1148  | 
    
      # File 'proto_docs/google/cloud/documentai/v1/document.rb', line 1145 class LayoutTableCell include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#row_span ⇒ ::Integer
Returns How many rows this cell spans.
      1145 1146 1147 1148  | 
    
      # File 'proto_docs/google/cloud/documentai/v1/document.rb', line 1145 class LayoutTableCell include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |