Package | Description |
---|---|
com.google.cloud.vision.v1 |
A client to Cloud Vision API
|
Modifier and Type | Method and Description |
---|---|
Word.Builder |
Word.Builder.addAllSymbols(Iterable<? extends Symbol> values)
List of symbols in the word.
|
Word.Builder |
Word.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
Word.Builder |
Word.Builder.addSymbols(int index,
Symbol.Builder builderForValue)
List of symbols in the word.
|
Word.Builder |
Word.Builder.addSymbols(int index,
Symbol value)
List of symbols in the word.
|
Word.Builder |
Word.Builder.addSymbols(Symbol.Builder builderForValue)
List of symbols in the word.
|
Word.Builder |
Word.Builder.addSymbols(Symbol value)
List of symbols in the word.
|
Word.Builder |
Paragraph.Builder.addWordsBuilder()
List of all words in this paragraph.
|
Word.Builder |
Paragraph.Builder.addWordsBuilder(int index)
List of all words in this paragraph.
|
Word.Builder |
Word.Builder.clear() |
Word.Builder |
Word.Builder.clearBoundingBox()
The bounding box for the word.
|
Word.Builder |
Word.Builder.clearConfidence()
Confidence of the OCR results for the word.
|
Word.Builder |
Word.Builder.clearField(Descriptors.FieldDescriptor field) |
Word.Builder |
Word.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
Word.Builder |
Word.Builder.clearProperty()
Additional information detected for the word.
|
Word.Builder |
Word.Builder.clearSymbols()
List of symbols in the word.
|
Word.Builder |
Word.Builder.clone() |
Word.Builder |
Paragraph.Builder.getWordsBuilder(int index)
List of all words in this paragraph.
|
Word.Builder |
Word.Builder.mergeBoundingBox(BoundingPoly value)
The bounding box for the word.
|
Word.Builder |
Word.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
Word.Builder |
Word.Builder.mergeFrom(Message other) |
Word.Builder |
Word.Builder.mergeFrom(Word other) |
Word.Builder |
Word.Builder.mergeProperty(TextAnnotation.TextProperty value)
Additional information detected for the word.
|
Word.Builder |
Word.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static Word.Builder |
Word.newBuilder() |
static Word.Builder |
Word.newBuilder(Word prototype) |
Word.Builder |
Word.newBuilderForType() |
protected Word.Builder |
Word.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
Word.Builder |
Word.Builder.removeSymbols(int index)
List of symbols in the word.
|
Word.Builder |
Word.Builder.setBoundingBox(BoundingPoly.Builder builderForValue)
The bounding box for the word.
|
Word.Builder |
Word.Builder.setBoundingBox(BoundingPoly value)
The bounding box for the word.
|
Word.Builder |
Word.Builder.setConfidence(float value)
Confidence of the OCR results for the word.
|
Word.Builder |
Word.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
Word.Builder |
Word.Builder.setProperty(TextAnnotation.TextProperty.Builder builderForValue)
Additional information detected for the word.
|
Word.Builder |
Word.Builder.setProperty(TextAnnotation.TextProperty value)
Additional information detected for the word.
|
Word.Builder |
Word.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
Word.Builder |
Word.Builder.setSymbols(int index,
Symbol.Builder builderForValue)
List of symbols in the word.
|
Word.Builder |
Word.Builder.setSymbols(int index,
Symbol value)
List of symbols in the word.
|
Word.Builder |
Word.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
Word.Builder |
Word.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<Word.Builder> |
Paragraph.Builder.getWordsBuilderList()
List of all words in this paragraph.
|
Modifier and Type | Method and Description |
---|---|
Paragraph.Builder |
Paragraph.Builder.addWords(int index,
Word.Builder builderForValue)
List of all words in this paragraph.
|
Paragraph.Builder |
Paragraph.Builder.addWords(Word.Builder builderForValue)
List of all words in this paragraph.
|
Paragraph.Builder |
Paragraph.Builder.setWords(int index,
Word.Builder builderForValue)
List of all words in this paragraph.
|
Copyright © 2022 Google LLC. All rights reserved.