Class LayoutTableCell (2.27.0)

LayoutTableCell(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents a cell in a table row.

Attributes

NameDescription
blocks MutableSequence[google.cloud.documentai_v1beta3.types.Document.DocumentLayout.DocumentLayoutBlock]
A table cell is a list of blocks. Repeated blocks support further hierarchies and nested blocks.
row_span int
How many rows this cell spans.
col_span int
How many columns this cell spans.