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 classSymbolA single symbol representation.static classSymbol.BuilderA single symbol representation.Methods in com.google.cloud.vision.v1p1beta1 that return SymbolOrBuilder Modifier and Type Method Description SymbolOrBuilderWord.Builder. getSymbolsOrBuilder(int index)List of symbols in the word.SymbolOrBuilderWord. getSymbolsOrBuilder(int index)List of symbols in the word.SymbolOrBuilderWordOrBuilder. 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.
-