Google Cloud Document Ai V1 Client - Class TableRow (1.8.2)

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 \ Table

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setCells

Cells that make up this row.

Parameter
NameDescription
var array<Google\Cloud\DocumentAI\V1\Document\Page\Table\TableCell>
Returns
TypeDescription
$this