Interface protos.google.cloud.documentai.v1.Document.Page.Table.ITableCell (3.0.2)

Properties of a TableCell.

Package

@google-cloud/documentai!

Properties

colSpan

colSpan?: (number|null);

TableCell colSpan

Property Value
TypeDescription
(number|null)

detectedLanguages

detectedLanguages?: (google.cloud.documentai.v1.Document.Page.IDetectedLanguage[]|null);

TableCell detectedLanguages

Property Value
TypeDescription
(google.cloud.documentai.v1.Document.Page.IDetectedLanguage[]|null)

layout

layout?: (google.cloud.documentai.v1.Document.Page.ILayout|null);

TableCell layout

Property Value
TypeDescription
(google.cloud.documentai.v1.Document.Page.ILayout|null)

rowSpan

rowSpan?: (number|null);

TableCell rowSpan

Property Value
TypeDescription
(number|null)