Class: Google::Cloud::DocumentAI::V1beta3::Document::DocumentLayout::DocumentLayoutBlock::LayoutTableCell

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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