Uses of Interface
com.google.cloud.documentai.v1beta2.Document.Page.SymbolOrBuilder
-
Packages that use Document.Page.SymbolOrBuilder Package Description com.google.cloud.documentai.v1beta2 A client to Cloud Document AI API -
-
Uses of Document.Page.SymbolOrBuilder in com.google.cloud.documentai.v1beta2
Classes in com.google.cloud.documentai.v1beta2 that implement Document.Page.SymbolOrBuilder Modifier and Type Class Description static class
Document.Page.Symbol
A detected symbol.static class
Document.Page.Symbol.Builder
A detected symbol.Methods in com.google.cloud.documentai.v1beta2 that return Document.Page.SymbolOrBuilder Modifier and Type Method Description Document.Page.SymbolOrBuilder
Document.Page.Builder. getSymbolsOrBuilder(int index)
A list of visually detected symbols on the page.Document.Page.SymbolOrBuilder
Document.Page. getSymbolsOrBuilder(int index)
A list of visually detected symbols on the page.Document.Page.SymbolOrBuilder
Document.PageOrBuilder. getSymbolsOrBuilder(int index)
A list of visually detected symbols on the page.Methods in com.google.cloud.documentai.v1beta2 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.
-