Reference documentation and code samples for the Google Cloud Document Ai V1 Client class TableCell.
A cell representation inside the table.
Generated from protobuf message google.cloud.documentai.v1.Document.Page.Table.TableCell
Namespace
Google \ Cloud \ DocumentAI \ V1 \ Document \ Page \ TableMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ layout |
Google\Cloud\DocumentAI\V1\Document\Page\Layout
|
↳ row_span |
int
How many rows this cell spans. |
↳ col_span |
int
How many columns this cell spans. |
↳ detected_languages |
array<Google\Cloud\DocumentAI\V1\Document\Page\DetectedLanguage>
A list of detected languages together with confidence. |
getLayout
Returns | |
---|---|
Type | Description |
Google\Cloud\DocumentAI\V1\Document\Page\Layout|null |
hasLayout
clearLayout
setLayout
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\DocumentAI\V1\Document\Page\Layout
|
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 |
getDetectedLanguages
A list of detected languages together with confidence.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setDetectedLanguages
A list of detected languages together with confidence.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\DocumentAI\V1\Document\Page\DetectedLanguage>
|
Returns | |
---|---|
Type | Description |
$this |