Class Table (1.2.1)

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

A table representation similar to HTML table structure.

Attributes

NameDescription
layout google.cloud.documentai_v1beta2.types.Document.Page.Layout
Layout for Table.
header_rows Sequence[google.cloud.documentai_v1beta2.types.Document.Page.Table.TableRow]
Header rows of the table.
body_rows Sequence[google.cloud.documentai_v1beta2.types.Document.Page.Table.TableRow]
Body rows of the table.
detected_languages Sequence[google.cloud.documentai_v1beta2.types.Document.Page.DetectedLanguage]
A list of detected languages together with confidence.

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.