Reference documentation and code samples for the Google Cloud Document Ai V1 Client class TableRow.
A row of table cells.
Generated from protobuf message google.cloud.documentai.v1.Document.Page.Table.TableRow
Namespace
Google \ Cloud \ DocumentAI \ V1 \ Document \ Page \ TableMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ cells |
array<Google\Cloud\DocumentAI\V1\Document\Page\Table\TableCell>
Cells that make up this row. |
getCells
Cells that make up this row.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setCells
Cells that make up this row.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\DocumentAI\V1\Document\Page\Table\TableCell>
|
Returns | |
---|---|
Type | Description |
$this |