Table(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A table representation similar to HTML table structure.
Attributes |
|
---|---|
Name | Description |
layout |
google.cloud.documentai_v1.types.Document.Page.Layout
Layout for Table. |
header_rows |
MutableSequence[google.cloud.documentai_v1.types.Document.Page.Table.TableRow]
Header rows of the table. |
body_rows |
MutableSequence[google.cloud.documentai_v1.types.Document.Page.Table.TableRow]
Body rows of the table. |
detected_languages |
MutableSequence[google.cloud.documentai_v1.types.Document.Page.DetectedLanguage]
A list of detected languages together with confidence. |
provenance |
google.cloud.documentai_v1.types.Document.Provenance
The history of this table. |
Classes
TableCell
TableCell(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A cell representation inside the table.
TableRow
TableRow(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A row of table cells.