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.
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
hasLayout
clearLayout
setLayout
$this
getRowSpan
How many rows this cell spans.
int
setRowSpan
How many rows this cell spans.
var
int
$this
getColSpan
How many columns this cell spans.
int
setColSpan
How many columns this cell spans.
var
int
$this
getDetectedLanguages
A list of detected languages together with confidence.
setDetectedLanguages
A list of detected languages together with confidence.
$this