Package | Description |
---|---|
com.google.cloud.vision.v1 |
A client to Cloud Vision API
|
Modifier and Type | Method and Description |
---|---|
Symbol.Builder |
Symbol.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
Symbol.Builder |
Word.Builder.addSymbolsBuilder()
List of symbols in the word.
|
Symbol.Builder |
Word.Builder.addSymbolsBuilder(int index)
List of symbols in the word.
|
Symbol.Builder |
Symbol.Builder.clear() |
Symbol.Builder |
Symbol.Builder.clearBoundingBox()
The bounding box for the symbol.
|
Symbol.Builder |
Symbol.Builder.clearConfidence()
Confidence of the OCR results for the symbol.
|
Symbol.Builder |
Symbol.Builder.clearField(Descriptors.FieldDescriptor field) |
Symbol.Builder |
Symbol.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
Symbol.Builder |
Symbol.Builder.clearProperty()
Additional information detected for the symbol.
|
Symbol.Builder |
Symbol.Builder.clearText()
The actual UTF-8 representation of the symbol.
|
Symbol.Builder |
Symbol.Builder.clone() |
Symbol.Builder |
Word.Builder.getSymbolsBuilder(int index)
List of symbols in the word.
|
Symbol.Builder |
Symbol.Builder.mergeBoundingBox(BoundingPoly value)
The bounding box for the symbol.
|
Symbol.Builder |
Symbol.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
Symbol.Builder |
Symbol.Builder.mergeFrom(Message other) |
Symbol.Builder |
Symbol.Builder.mergeFrom(Symbol other) |
Symbol.Builder |
Symbol.Builder.mergeProperty(TextAnnotation.TextProperty value)
Additional information detected for the symbol.
|
Symbol.Builder |
Symbol.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static Symbol.Builder |
Symbol.newBuilder() |
static Symbol.Builder |
Symbol.newBuilder(Symbol prototype) |
Symbol.Builder |
Symbol.newBuilderForType() |
protected Symbol.Builder |
Symbol.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
Symbol.Builder |
Symbol.Builder.setBoundingBox(BoundingPoly.Builder builderForValue)
The bounding box for the symbol.
|
Symbol.Builder |
Symbol.Builder.setBoundingBox(BoundingPoly value)
The bounding box for the symbol.
|
Symbol.Builder |
Symbol.Builder.setConfidence(float value)
Confidence of the OCR results for the symbol.
|
Symbol.Builder |
Symbol.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
Symbol.Builder |
Symbol.Builder.setProperty(TextAnnotation.TextProperty.Builder builderForValue)
Additional information detected for the symbol.
|
Symbol.Builder |
Symbol.Builder.setProperty(TextAnnotation.TextProperty value)
Additional information detected for the symbol.
|
Symbol.Builder |
Symbol.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
Symbol.Builder |
Symbol.Builder.setText(String value)
The actual UTF-8 representation of the symbol.
|
Symbol.Builder |
Symbol.Builder.setTextBytes(ByteString value)
The actual UTF-8 representation of the symbol.
|
Symbol.Builder |
Symbol.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
Symbol.Builder |
Symbol.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<Symbol.Builder> |
Word.Builder.getSymbolsBuilderList()
List of symbols in the word.
|
Modifier and Type | Method and Description |
---|---|
Word.Builder |
Word.Builder.addSymbols(int index,
Symbol.Builder builderForValue)
List of symbols in the word.
|
Word.Builder |
Word.Builder.addSymbols(Symbol.Builder builderForValue)
List of symbols in the word.
|
Word.Builder |
Word.Builder.setSymbols(int index,
Symbol.Builder builderForValue)
List of symbols in the word.
|
Copyright © 2022 Google LLC. All rights reserved.