| 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(com.google.protobuf.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(com.google.protobuf.Descriptors.FieldDescriptor field) |
Word.Builder |
Word.Builder.clearOneof(com.google.protobuf.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(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Word.Builder |
Word.Builder.mergeFrom(com.google.protobuf.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(com.google.protobuf.UnknownFieldSet unknownFields) |
static Word.Builder |
Word.newBuilder() |
static Word.Builder |
Word.newBuilder(Word prototype) |
Word.Builder |
Word.newBuilderForType() |
protected Word.Builder |
Word.newBuilderForType(com.google.protobuf.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(com.google.protobuf.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(com.google.protobuf.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(com.google.protobuf.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 © 2023 Google LLC. All rights reserved.