Uses of Class
com.google.cloud.documentai.v1beta3.Document.Page.Table.TableCell
-
Packages that use Document.Page.Table.TableCell Package Description com.google.cloud.documentai.v1beta3 A client to Cloud Document AI API -
-
Uses of Document.Page.Table.TableCell in com.google.cloud.documentai.v1beta3
Methods in com.google.cloud.documentai.v1beta3 that return Document.Page.Table.TableCell Modifier and Type Method Description Document.Page.Table.TableCell
Document.Page.Table.TableCell.Builder. build()
Document.Page.Table.TableCell
Document.Page.Table.TableCell.Builder. buildPartial()
Document.Page.Table.TableCell
Document.Page.Table.TableRow.Builder. getCells(int index)
Cells that make up this row.Document.Page.Table.TableCell
Document.Page.Table.TableRow. getCells(int index)
Cells that make up this row.Document.Page.Table.TableCell
Document.Page.Table.TableRowOrBuilder. getCells(int index)
Cells that make up this row.static Document.Page.Table.TableCell
Document.Page.Table.TableCell. getDefaultInstance()
Document.Page.Table.TableCell
Document.Page.Table.TableCell.Builder. getDefaultInstanceForType()
Document.Page.Table.TableCell
Document.Page.Table.TableCell. getDefaultInstanceForType()
static Document.Page.Table.TableCell
Document.Page.Table.TableCell. parseDelimitedFrom(InputStream input)
static Document.Page.Table.TableCell
Document.Page.Table.TableCell. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document.Page.Table.TableCell
Document.Page.Table.TableCell. parseFrom(byte[] data)
static Document.Page.Table.TableCell
Document.Page.Table.TableCell. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document.Page.Table.TableCell
Document.Page.Table.TableCell. parseFrom(com.google.protobuf.ByteString data)
static Document.Page.Table.TableCell
Document.Page.Table.TableCell. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document.Page.Table.TableCell
Document.Page.Table.TableCell. parseFrom(com.google.protobuf.CodedInputStream input)
static Document.Page.Table.TableCell
Document.Page.Table.TableCell. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document.Page.Table.TableCell
Document.Page.Table.TableCell. parseFrom(InputStream input)
static Document.Page.Table.TableCell
Document.Page.Table.TableCell. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document.Page.Table.TableCell
Document.Page.Table.TableCell. parseFrom(ByteBuffer data)
static Document.Page.Table.TableCell
Document.Page.Table.TableCell. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.documentai.v1beta3 that return types with arguments of type Document.Page.Table.TableCell Modifier and Type Method Description List<Document.Page.Table.TableCell>
Document.Page.Table.TableRow.Builder. getCellsList()
Cells that make up this row.List<Document.Page.Table.TableCell>
Document.Page.Table.TableRow. getCellsList()
Cells that make up this row.List<Document.Page.Table.TableCell>
Document.Page.Table.TableRowOrBuilder. getCellsList()
Cells that make up this row.com.google.protobuf.Parser<Document.Page.Table.TableCell>
Document.Page.Table.TableCell. getParserForType()
static com.google.protobuf.Parser<Document.Page.Table.TableCell>
Document.Page.Table.TableCell. parser()
Methods in com.google.cloud.documentai.v1beta3 with parameters of type Document.Page.Table.TableCell Modifier and Type Method Description Document.Page.Table.TableRow.Builder
Document.Page.Table.TableRow.Builder. addCells(int index, Document.Page.Table.TableCell value)
Cells that make up this row.Document.Page.Table.TableRow.Builder
Document.Page.Table.TableRow.Builder. addCells(Document.Page.Table.TableCell value)
Cells that make up this row.Document.Page.Table.TableCell.Builder
Document.Page.Table.TableCell.Builder. mergeFrom(Document.Page.Table.TableCell other)
static Document.Page.Table.TableCell.Builder
Document.Page.Table.TableCell. newBuilder(Document.Page.Table.TableCell prototype)
Document.Page.Table.TableRow.Builder
Document.Page.Table.TableRow.Builder. setCells(int index, Document.Page.Table.TableCell value)
Cells that make up this row.Method parameters in com.google.cloud.documentai.v1beta3 with type arguments of type Document.Page.Table.TableCell Modifier and Type Method Description Document.Page.Table.TableRow.Builder
Document.Page.Table.TableRow.Builder. addAllCells(Iterable<? extends Document.Page.Table.TableCell> values)
Cells that make up this row.
-