Google Cloud Document Ai V1 Client - Class LayoutTableRow (2.5.0)

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

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ cells array<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<LayoutTableCell>
Returns
Type Description
$this

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.