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

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

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.

Returns:



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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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