Package | Description |
---|---|
com.google.cloud.vision.v1 |
A client to Cloud Vision API
|
Modifier and Type | Method and Description |
---|---|
Paragraph.Builder |
Paragraph.Builder.addAllWords(Iterable<? extends Word> values)
List of all words in this paragraph.
|
Paragraph.Builder |
Block.Builder.addParagraphsBuilder()
List of paragraphs in this block (if this blocks is of type text).
|
Paragraph.Builder |
Block.Builder.addParagraphsBuilder(int index)
List of paragraphs in this block (if this blocks is of type text).
|
Paragraph.Builder |
Paragraph.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
Paragraph.Builder |
Paragraph.Builder.addWords(int index,
Word.Builder builderForValue)
List of all words in this paragraph.
|
Paragraph.Builder |
Paragraph.Builder.addWords(int index,
Word value)
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.addWords(Word value)
List of all words in this paragraph.
|
Paragraph.Builder |
Paragraph.Builder.clear() |
Paragraph.Builder |
Paragraph.Builder.clearBoundingBox()
The bounding box for the paragraph.
|
Paragraph.Builder |
Paragraph.Builder.clearConfidence()
Confidence of the OCR results for the paragraph.
|
Paragraph.Builder |
Paragraph.Builder.clearField(Descriptors.FieldDescriptor field) |
Paragraph.Builder |
Paragraph.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
Paragraph.Builder |
Paragraph.Builder.clearProperty()
Additional information detected for the paragraph.
|
Paragraph.Builder |
Paragraph.Builder.clearWords()
List of all words in this paragraph.
|
Paragraph.Builder |
Paragraph.Builder.clone() |
Paragraph.Builder |
Block.Builder.getParagraphsBuilder(int index)
List of paragraphs in this block (if this blocks is of type text).
|
Paragraph.Builder |
Paragraph.Builder.mergeBoundingBox(BoundingPoly value)
The bounding box for the paragraph.
|
Paragraph.Builder |
Paragraph.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
Paragraph.Builder |
Paragraph.Builder.mergeFrom(Message other) |
Paragraph.Builder |
Paragraph.Builder.mergeFrom(Paragraph other) |
Paragraph.Builder |
Paragraph.Builder.mergeProperty(TextAnnotation.TextProperty value)
Additional information detected for the paragraph.
|
Paragraph.Builder |
Paragraph.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static Paragraph.Builder |
Paragraph.newBuilder() |
static Paragraph.Builder |
Paragraph.newBuilder(Paragraph prototype) |
Paragraph.Builder |
Paragraph.newBuilderForType() |
protected Paragraph.Builder |
Paragraph.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
Paragraph.Builder |
Paragraph.Builder.removeWords(int index)
List of all words in this paragraph.
|
Paragraph.Builder |
Paragraph.Builder.setBoundingBox(BoundingPoly.Builder builderForValue)
The bounding box for the paragraph.
|
Paragraph.Builder |
Paragraph.Builder.setBoundingBox(BoundingPoly value)
The bounding box for the paragraph.
|
Paragraph.Builder |
Paragraph.Builder.setConfidence(float value)
Confidence of the OCR results for the paragraph.
|
Paragraph.Builder |
Paragraph.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
Paragraph.Builder |
Paragraph.Builder.setProperty(TextAnnotation.TextProperty.Builder builderForValue)
Additional information detected for the paragraph.
|
Paragraph.Builder |
Paragraph.Builder.setProperty(TextAnnotation.TextProperty value)
Additional information detected for the paragraph.
|
Paragraph.Builder |
Paragraph.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
Paragraph.Builder |
Paragraph.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
Paragraph.Builder |
Paragraph.Builder.setWords(int index,
Word.Builder builderForValue)
List of all words in this paragraph.
|
Paragraph.Builder |
Paragraph.Builder.setWords(int index,
Word value)
List of all words in this paragraph.
|
Paragraph.Builder |
Paragraph.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<Paragraph.Builder> |
Block.Builder.getParagraphsBuilderList()
List of paragraphs in this block (if this blocks is of type text).
|
Modifier and Type | Method and Description |
---|---|
Block.Builder |
Block.Builder.addParagraphs(int index,
Paragraph.Builder builderForValue)
List of paragraphs in this block (if this blocks is of type text).
|
Block.Builder |
Block.Builder.addParagraphs(Paragraph.Builder builderForValue)
List of paragraphs in this block (if this blocks is of type text).
|
Block.Builder |
Block.Builder.setParagraphs(int index,
Paragraph.Builder builderForValue)
List of paragraphs in this block (if this blocks is of type text).
|
Copyright © 2022 Google LLC. All rights reserved.