Uses of Interface
com.google.cloud.documentai.v1beta1.Document.Page.Table.TableRowOrBuilder
-
Packages that use Document.Page.Table.TableRowOrBuilder Package Description com.google.cloud.documentai.v1beta1 A client to Cloud Document AI API -
-
Uses of Document.Page.Table.TableRowOrBuilder in com.google.cloud.documentai.v1beta1
Classes in com.google.cloud.documentai.v1beta1 that implement Document.Page.Table.TableRowOrBuilder Modifier and Type Class Description static class
Document.Page.Table.TableRow
A row of table cells.static class
Document.Page.Table.TableRow.Builder
A row of table cells.Methods in com.google.cloud.documentai.v1beta1 that return Document.Page.Table.TableRowOrBuilder Modifier and Type Method Description Document.Page.Table.TableRowOrBuilder
Document.Page.Table.Builder. getBodyRowsOrBuilder(int index)
Body rows of the table.Document.Page.Table.TableRowOrBuilder
Document.Page.Table. getBodyRowsOrBuilder(int index)
Body rows of the table.Document.Page.Table.TableRowOrBuilder
Document.Page.TableOrBuilder. getBodyRowsOrBuilder(int index)
Body rows of the table.Document.Page.Table.TableRowOrBuilder
Document.Page.Table.Builder. getHeaderRowsOrBuilder(int index)
Header rows of the table.Document.Page.Table.TableRowOrBuilder
Document.Page.Table. getHeaderRowsOrBuilder(int index)
Header rows of the table.Document.Page.Table.TableRowOrBuilder
Document.Page.TableOrBuilder. getHeaderRowsOrBuilder(int index)
Header rows of the table.Methods in com.google.cloud.documentai.v1beta1 that return types with arguments of type Document.Page.Table.TableRowOrBuilder Modifier and Type Method Description List<? extends Document.Page.Table.TableRowOrBuilder>
Document.Page.Table.Builder. getBodyRowsOrBuilderList()
Body rows of the table.List<? extends Document.Page.Table.TableRowOrBuilder>
Document.Page.Table. getBodyRowsOrBuilderList()
Body rows of the table.List<? extends Document.Page.Table.TableRowOrBuilder>
Document.Page.TableOrBuilder. getBodyRowsOrBuilderList()
Body rows of the table.List<? extends Document.Page.Table.TableRowOrBuilder>
Document.Page.Table.Builder. getHeaderRowsOrBuilderList()
Header rows of the table.List<? extends Document.Page.Table.TableRowOrBuilder>
Document.Page.Table. getHeaderRowsOrBuilderList()
Header rows of the table.List<? extends Document.Page.Table.TableRowOrBuilder>
Document.Page.TableOrBuilder. getHeaderRowsOrBuilderList()
Header rows of the table.
-