Google Cloud Document Ai V1 Client - Class LayoutTableCell (2.5.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Document Ai V1 Client class LayoutTableCell.
Represents a cell in a table row.
Generated from protobuf message google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell
Namespace
Google \ Cloud \ DocumentAI \ V1 \ Document \ DocumentLayout \ DocumentLayoutBlockMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ blocks |
array<DocumentLayoutBlock>
A table cell is a list of blocks. Repeated blocks support further hierarchies and nested blocks. |
↳ row_span |
int
How many rows this cell spans. |
↳ col_span |
int
How many columns this cell spans. |
getBlocks
A table cell is a list of blocks.
Repeated blocks support further hierarchies and nested blocks.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setBlocks
A table cell is a list of blocks.
Repeated blocks support further hierarchies and nested blocks.
| Parameter | |
|---|---|
| Name | Description |
var |
array<DocumentLayoutBlock>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRowSpan
How many rows this cell spans.
| Returns | |
|---|---|
| Type | Description |
int |
|
setRowSpan
How many rows this cell spans.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getColSpan
How many columns this cell spans.
| Returns | |
|---|---|
| Type | Description |
int |
|
setColSpan
How many columns this cell spans.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|