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 classDocument.Page.TableA table representation similar to HTML table structure.static classDocument.Page.Table.BuilderA 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.TableOrBuilderDocument.Page.Builder. getTablesOrBuilder(int index)A list of visually detected tables on the page.Document.Page.TableOrBuilderDocument.Page. getTablesOrBuilder(int index)A list of visually detected tables on the page.Document.Page.TableOrBuilderDocument.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.
-