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 Symbol
Symbol.Builder. build()
Symbol
Symbol.Builder. buildPartial()
static Symbol
Symbol. getDefaultInstance()
Symbol
Symbol.Builder. getDefaultInstanceForType()
Symbol
Symbol. getDefaultInstanceForType()
Symbol
Word.Builder. getSymbols(int index)
List of symbols in the word.Symbol
Word. getSymbols(int index)
List of symbols in the word.Symbol
WordOrBuilder. getSymbols(int index)
List of symbols in the word.static Symbol
Symbol. parseDelimitedFrom(InputStream input)
static Symbol
Symbol. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Symbol
Symbol. parseFrom(byte[] data)
static Symbol
Symbol. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Symbol
Symbol. parseFrom(com.google.protobuf.ByteString data)
static Symbol
Symbol. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Symbol
Symbol. parseFrom(com.google.protobuf.CodedInputStream input)
static Symbol
Symbol. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Symbol
Symbol. parseFrom(InputStream input)
static Symbol
Symbol. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Symbol
Symbol. parseFrom(ByteBuffer data)
static Symbol
Symbol. 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.Builder
Word.Builder. addSymbols(int index, Symbol value)
List of symbols in the word.Word.Builder
Word.Builder. addSymbols(Symbol value)
List of symbols in the word.Symbol.Builder
Symbol.Builder. mergeFrom(Symbol other)
static Symbol.Builder
Symbol. newBuilder(Symbol prototype)
Word.Builder
Word.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.Builder
Word.Builder. addAllSymbols(Iterable<? extends Symbol> values)
List of symbols in the word.
-