LayoutTableBlock(mapping=None, *, ignore_unknown_fields=False, **kwargs)Represents a table type block.
Attributes |
|
|---|---|
| Name | Description |
header_rows |
MutableSequence[google.cloud.documentai_v1.types.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow]
Header rows at the top of the table. |
body_rows |
MutableSequence[google.cloud.documentai_v1.types.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow]
Body rows containing main table content. |
caption |
str
Table caption/title. |
annotations |
google.cloud.documentai_v1.types.Document.Annotations
Annotation of the table block. |