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