Class Table (1.0.0)

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

A table representation similar to HTML table structure. .. attribute:: layout

Layout for Table. :type: google.cloud.documentai_v1beta2.types.Document.Page.Layout

Attributes

NameDescription
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. .. attribute:: layout

Layout for TableCell. :type: google.cloud.documentai_v1beta2.types.Document.Page.Layout

TableRow

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

A row of table cells. .. attribute:: cells

Cells that make up this row.

:type: Sequence[google.cloud.documentai_v1beta2.types.Document.Page.Table.TableCell]