Uses of Interface
com.google.cloud.vision.v1p1beta1.SymbolOrBuilder
-
Packages that use SymbolOrBuilder Package Description com.google.cloud.vision.v1p1beta1 A client to Cloud Vision API -
-
Uses of SymbolOrBuilder in com.google.cloud.vision.v1p1beta1
Classes in com.google.cloud.vision.v1p1beta1 that implement SymbolOrBuilder Modifier and Type Class Description class
Symbol
A single symbol representation.static class
Symbol.Builder
A single symbol representation.Methods in com.google.cloud.vision.v1p1beta1 that return SymbolOrBuilder Modifier and Type Method Description SymbolOrBuilder
Word.Builder. getSymbolsOrBuilder(int index)
List of symbols in the word.SymbolOrBuilder
Word. getSymbolsOrBuilder(int index)
List of symbols in the word.SymbolOrBuilder
WordOrBuilder. getSymbolsOrBuilder(int index)
List of symbols in the word.Methods in com.google.cloud.vision.v1p1beta1 that return types with arguments of type SymbolOrBuilder Modifier and Type Method Description List<? extends SymbolOrBuilder>
Word.Builder. getSymbolsOrBuilderList()
List of symbols in the word.List<? extends SymbolOrBuilder>
Word. getSymbolsOrBuilderList()
List of symbols in the word.List<? extends SymbolOrBuilder>
WordOrBuilder. getSymbolsOrBuilderList()
List of symbols in the word.
-