Uses of Interface
com.google.cloud.documentai.v1beta3.Document.Page.SymbolOrBuilder
-
Packages that use Document.Page.SymbolOrBuilder Package Description com.google.cloud.documentai.v1beta3 A client to Cloud Document AI API -
-
Uses of Document.Page.SymbolOrBuilder in com.google.cloud.documentai.v1beta3
Classes in com.google.cloud.documentai.v1beta3 that implement Document.Page.SymbolOrBuilder Modifier and Type Class Description static classDocument.Page.SymbolA detected symbol.static classDocument.Page.Symbol.BuilderA detected symbol.Methods in com.google.cloud.documentai.v1beta3 that return Document.Page.SymbolOrBuilder Modifier and Type Method Description Document.Page.SymbolOrBuilderDocument.Page.Builder. getSymbolsOrBuilder(int index)A list of visually detected symbols on the page.Document.Page.SymbolOrBuilderDocument.Page. getSymbolsOrBuilder(int index)A list of visually detected symbols on the page.Document.Page.SymbolOrBuilderDocument.PageOrBuilder. getSymbolsOrBuilder(int index)A list of visually detected symbols on the page.Methods in com.google.cloud.documentai.v1beta3 that return types with arguments of type Document.Page.SymbolOrBuilder Modifier and Type Method Description List<? extends Document.Page.SymbolOrBuilder>Document.Page.Builder. getSymbolsOrBuilderList()A list of visually detected symbols on the page.List<? extends Document.Page.SymbolOrBuilder>Document.Page. getSymbolsOrBuilderList()A list of visually detected symbols on the page.List<? extends Document.Page.SymbolOrBuilder>Document.PageOrBuilder. getSymbolsOrBuilderList()A list of visually detected symbols on the page.
-