Uses of Interface
com.google.cloud.documentai.v1beta1.Document.Page.Table.TableCellOrBuilder
-
Packages that use Document.Page.Table.TableCellOrBuilder Package Description com.google.cloud.documentai.v1beta1 A client to Cloud Document AI API -
-
Uses of Document.Page.Table.TableCellOrBuilder in com.google.cloud.documentai.v1beta1
Classes in com.google.cloud.documentai.v1beta1 that implement Document.Page.Table.TableCellOrBuilder Modifier and Type Class Description static class
Document.Page.Table.TableCell
A cell representation inside the table.static class
Document.Page.Table.TableCell.Builder
A cell representation inside the table.Methods in com.google.cloud.documentai.v1beta1 that return Document.Page.Table.TableCellOrBuilder Modifier and Type Method Description Document.Page.Table.TableCellOrBuilder
Document.Page.Table.TableRow.Builder. getCellsOrBuilder(int index)
Cells that make up this row.Document.Page.Table.TableCellOrBuilder
Document.Page.Table.TableRow. getCellsOrBuilder(int index)
Cells that make up this row.Document.Page.Table.TableCellOrBuilder
Document.Page.Table.TableRowOrBuilder. getCellsOrBuilder(int index)
Cells that make up this row.Methods in com.google.cloud.documentai.v1beta1 that return types with arguments of type Document.Page.Table.TableCellOrBuilder Modifier and Type Method Description List<? extends Document.Page.Table.TableCellOrBuilder>
Document.Page.Table.TableRow.Builder. getCellsOrBuilderList()
Cells that make up this row.List<? extends Document.Page.Table.TableCellOrBuilder>
Document.Page.Table.TableRow. getCellsOrBuilderList()
Cells that make up this row.List<? extends Document.Page.Table.TableCellOrBuilder>
Document.Page.Table.TableRowOrBuilder. getCellsOrBuilderList()
Cells that make up this row.
-