Package | Description |
---|---|
com.google.api.services.vision.v1.model |
Modifier and Type | Method and Description |
---|---|
GoogleCloudVisionV1p5beta1TableTableCell |
GoogleCloudVisionV1p5beta1TableTableCell.clone() |
GoogleCloudVisionV1p5beta1TableTableCell |
GoogleCloudVisionV1p5beta1TableTableCell.set(String fieldName,
Object value) |
GoogleCloudVisionV1p5beta1TableTableCell |
GoogleCloudVisionV1p5beta1TableTableCell.setColSpan(Integer colSpan)
How many columns this cell spans.
|
GoogleCloudVisionV1p5beta1TableTableCell |
GoogleCloudVisionV1p5beta1TableTableCell.setRowSpan(Integer rowSpan)
How many rows this cell spans.
|
GoogleCloudVisionV1p5beta1TableTableCell |
GoogleCloudVisionV1p5beta1TableTableCell.setText(String text)
The merged text value of this cell, omitting any deeper structural information unlike
`text_block`.
|
GoogleCloudVisionV1p5beta1TableTableCell |
GoogleCloudVisionV1p5beta1TableTableCell.setTextBlock(GoogleCloudVisionV1p5beta1Block textBlock)
Text block for this cell which also contains the normalized bounding box for the cell and
deeper structures within a cell if present.
|
Modifier and Type | Method and Description |
---|---|
List<GoogleCloudVisionV1p5beta1TableTableCell> |
GoogleCloudVisionV1p5beta1TableTableRow.getCells()
Cells that make up this row.
|
Modifier and Type | Method and Description |
---|---|
GoogleCloudVisionV1p5beta1TableTableRow |
GoogleCloudVisionV1p5beta1TableTableRow.setCells(List<GoogleCloudVisionV1p5beta1TableTableCell> cells)
Cells that make up this row.
|
Copyright © 2011–2019 Google. All rights reserved.