Reference documentation and code samples for the Google Cloud Document Ai V1 Client class LayoutTableRow.
Represents a row in a table.
Generated from protobuf message google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow
Namespace
Google \ Cloud \ DocumentAI \ V1 \ Document \ DocumentLayout \ DocumentLayoutBlockMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ cells |
array<Google\Cloud\DocumentAI\V1\Document\DocumentLayout\DocumentLayoutBlock\LayoutTableCell>
A table row is a list of table cells. |
getCells
A table row is a list of table cells.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setCells
A table row is a list of table cells.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\DocumentAI\V1\Document\DocumentLayout\DocumentLayoutBlock\LayoutTableCell>
|
Returns | |
---|---|
Type | Description |
$this |