Uses of Interface
com.google.cloud.documentai.v1.Document.Page.TableOrBuilder
-
Packages that use Document.Page.TableOrBuilder Package Description com.google.cloud.documentai.v1 A client to Cloud Document AI API -
-
Uses of Document.Page.TableOrBuilder in com.google.cloud.documentai.v1
Classes in com.google.cloud.documentai.v1 that implement Document.Page.TableOrBuilder Modifier and Type Class Description static class
Document.Page.Table
A table representation similar to HTML table structure.static class
Document.Page.Table.Builder
A table representation similar to HTML table structure.Methods in com.google.cloud.documentai.v1 that return Document.Page.TableOrBuilder Modifier and Type Method Description Document.Page.TableOrBuilder
Document.Page.Builder. getTablesOrBuilder(int index)
A list of visually detected tables on the page.Document.Page.TableOrBuilder
Document.Page. getTablesOrBuilder(int index)
A list of visually detected tables on the page.Document.Page.TableOrBuilder
Document.PageOrBuilder. getTablesOrBuilder(int index)
A list of visually detected tables on the page.Methods in com.google.cloud.documentai.v1 that return types with arguments of type Document.Page.TableOrBuilder Modifier and Type Method Description List<? extends Document.Page.TableOrBuilder>
Document.Page.Builder. getTablesOrBuilderList()
A list of visually detected tables on the page.List<? extends Document.Page.TableOrBuilder>
Document.Page. getTablesOrBuilderList()
A list of visually detected tables on the page.List<? extends Document.Page.TableOrBuilder>
Document.PageOrBuilder. getTablesOrBuilderList()
A list of visually detected tables on the page.
-