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
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ 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
Generated from protobuf field .google.cloud.documentai.v1.Document.Page.Layout layout = 1;
hasLayout
clearLayout
setLayout
Generated from protobuf field .google.cloud.documentai.v1.Document.Page.Layout layout = 1;
$this
getRowSpan
How many rows this cell spans.
Generated from protobuf field int32 row_span = 2;
int
setRowSpan
How many rows this cell spans.
Generated from protobuf field int32 row_span = 2;
var
int
$this
getColSpan
How many columns this cell spans.
Generated from protobuf field int32 col_span = 3;
int
setColSpan
How many columns this cell spans.
Generated from protobuf field int32 col_span = 3;
var
int
$this
getDetectedLanguages
A list of detected languages together with confidence.
Generated from protobuf field repeated .google.cloud.documentai.v1.Document.Page.DetectedLanguage detected_languages = 4;
Google\Protobuf\Internal\RepeatedField
setDetectedLanguages
A list of detected languages together with confidence.
Generated from protobuf field repeated .google.cloud.documentai.v1.Document.Page.DetectedLanguage detected_languages = 4;
$this