Uses of Class
com.google.cloud.vision.v1p4beta1.Symbol
-
Packages that use Symbol Package Description com.google.cloud.vision.v1p4beta1 A client to Cloud Vision API -
-
Uses of Symbol in com.google.cloud.vision.v1p4beta1
Methods in com.google.cloud.vision.v1p4beta1 that return Symbol Modifier and Type Method Description SymbolSymbol.Builder. build()SymbolSymbol.Builder. buildPartial()static SymbolSymbol. getDefaultInstance()SymbolSymbol.Builder. getDefaultInstanceForType()SymbolSymbol. getDefaultInstanceForType()SymbolWord.Builder. getSymbols(int index)List of symbols in the word.SymbolWord. getSymbols(int index)List of symbols in the word.SymbolWordOrBuilder. getSymbols(int index)List of symbols in the word.static SymbolSymbol. parseDelimitedFrom(InputStream input)static SymbolSymbol. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SymbolSymbol. parseFrom(byte[] data)static SymbolSymbol. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SymbolSymbol. parseFrom(com.google.protobuf.ByteString data)static SymbolSymbol. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SymbolSymbol. parseFrom(com.google.protobuf.CodedInputStream input)static SymbolSymbol. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SymbolSymbol. parseFrom(InputStream input)static SymbolSymbol. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SymbolSymbol. parseFrom(ByteBuffer data)static SymbolSymbol. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.vision.v1p4beta1 that return types with arguments of type Symbol Modifier and Type Method Description com.google.protobuf.Parser<Symbol>Symbol. getParserForType()List<Symbol>Word.Builder. getSymbolsList()List of symbols in the word.List<Symbol>Word. getSymbolsList()List of symbols in the word.List<Symbol>WordOrBuilder. getSymbolsList()List of symbols in the word.static com.google.protobuf.Parser<Symbol>Symbol. parser()Methods in com.google.cloud.vision.v1p4beta1 with parameters of type Symbol Modifier and Type Method Description Word.BuilderWord.Builder. addSymbols(int index, Symbol value)List of symbols in the word.Word.BuilderWord.Builder. addSymbols(Symbol value)List of symbols in the word.Symbol.BuilderSymbol.Builder. mergeFrom(Symbol other)static Symbol.BuilderSymbol. newBuilder(Symbol prototype)Word.BuilderWord.Builder. setSymbols(int index, Symbol value)List of symbols in the word.Method parameters in com.google.cloud.vision.v1p4beta1 with type arguments of type Symbol Modifier and Type Method Description Word.BuilderWord.Builder. addAllSymbols(Iterable<? extends Symbol> values)List of symbols in the word.
-