Package | Description |
---|---|
com.google.cloud.vision.v1p3beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
Symbol |
Symbol.Builder.build() |
Symbol |
Symbol.Builder.buildPartial() |
static Symbol |
Symbol.getDefaultInstance() |
Symbol |
Symbol.getDefaultInstanceForType() |
Symbol |
Symbol.Builder.getDefaultInstanceForType() |
Symbol |
Word.getSymbols(int index)
List of symbols in the word.
|
Symbol |
Word.Builder.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,
ExtensionRegistryLite extensionRegistry) |
static Symbol |
Symbol.parseFrom(byte[] data) |
static Symbol |
Symbol.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Symbol |
Symbol.parseFrom(ByteBuffer data) |
static Symbol |
Symbol.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Symbol |
Symbol.parseFrom(ByteString data) |
static Symbol |
Symbol.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Symbol |
Symbol.parseFrom(CodedInputStream input) |
static Symbol |
Symbol.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Symbol |
Symbol.parseFrom(InputStream input) |
static Symbol |
Symbol.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<Symbol> |
Symbol.getParserForType() |
List<Symbol> |
Word.getSymbolsList()
List of symbols in the word.
|
List<Symbol> |
Word.Builder.getSymbolsList()
List of symbols in the word.
|
List<Symbol> |
WordOrBuilder.getSymbolsList()
List of symbols in the word.
|
static Parser<Symbol> |
Symbol.parser() |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Word.Builder |
Word.Builder.addAllSymbols(Iterable<? extends Symbol> values)
List of symbols in the word.
|
Copyright © 2022 Google LLC. All rights reserved.