Package | Description |
---|---|
com.google.cloud.vision.v1 |
A client to Cloud Vision API
|
Modifier and Type | Method and Description |
---|---|
Block.Builder |
Block.Builder.addAllParagraphs(Iterable<? extends Paragraph> values)
List of paragraphs in this block (if this blocks is of type text).
|
Block.Builder |
Page.Builder.addBlocksBuilder()
List of blocks of text, images etc on this page.
|
Block.Builder |
Page.Builder.addBlocksBuilder(int index)
List of blocks of text, images etc on this page.
|
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(int index,
Paragraph value)
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.addParagraphs(Paragraph value)
List of paragraphs in this block (if this blocks is of type text).
|
Block.Builder |
Block.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
Block.Builder |
Block.Builder.clear() |
Block.Builder |
Block.Builder.clearBlockType()
Detected block type (text, image etc) for this block.
|
Block.Builder |
Block.Builder.clearBoundingBox()
The bounding box for the block.
|
Block.Builder |
Block.Builder.clearConfidence()
Confidence of the OCR results on the block.
|
Block.Builder |
Block.Builder.clearField(Descriptors.FieldDescriptor field) |
Block.Builder |
Block.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
Block.Builder |
Block.Builder.clearParagraphs()
List of paragraphs in this block (if this blocks is of type text).
|
Block.Builder |
Block.Builder.clearProperty()
Additional information detected for the block.
|
Block.Builder |
Block.Builder.clone() |
Block.Builder |
Page.Builder.getBlocksBuilder(int index)
List of blocks of text, images etc on this page.
|
Block.Builder |
Block.Builder.mergeBoundingBox(BoundingPoly value)
The bounding box for the block.
|
Block.Builder |
Block.Builder.mergeFrom(Block other) |
Block.Builder |
Block.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
Block.Builder |
Block.Builder.mergeFrom(Message other) |
Block.Builder |
Block.Builder.mergeProperty(TextAnnotation.TextProperty value)
Additional information detected for the block.
|
Block.Builder |
Block.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static Block.Builder |
Block.newBuilder() |
static Block.Builder |
Block.newBuilder(Block prototype) |
Block.Builder |
Block.newBuilderForType() |
protected Block.Builder |
Block.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
Block.Builder |
Block.Builder.removeParagraphs(int index)
List of paragraphs in this block (if this blocks is of type text).
|
Block.Builder |
Block.Builder.setBlockType(Block.BlockType value)
Detected block type (text, image etc) for this block.
|
Block.Builder |
Block.Builder.setBlockTypeValue(int value)
Detected block type (text, image etc) for this block.
|
Block.Builder |
Block.Builder.setBoundingBox(BoundingPoly.Builder builderForValue)
The bounding box for the block.
|
Block.Builder |
Block.Builder.setBoundingBox(BoundingPoly value)
The bounding box for the block.
|
Block.Builder |
Block.Builder.setConfidence(float value)
Confidence of the OCR results on the block.
|
Block.Builder |
Block.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
Block.Builder |
Block.Builder.setParagraphs(int index,
Paragraph.Builder builderForValue)
List of paragraphs in this block (if this blocks is of type text).
|
Block.Builder |
Block.Builder.setParagraphs(int index,
Paragraph value)
List of paragraphs in this block (if this blocks is of type text).
|
Block.Builder |
Block.Builder.setProperty(TextAnnotation.TextProperty.Builder builderForValue)
Additional information detected for the block.
|
Block.Builder |
Block.Builder.setProperty(TextAnnotation.TextProperty value)
Additional information detected for the block.
|
Block.Builder |
Block.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
Block.Builder |
Block.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
Block.Builder |
Block.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<Block.Builder> |
Page.Builder.getBlocksBuilderList()
List of blocks of text, images etc on this page.
|
Modifier and Type | Method and Description |
---|---|
Page.Builder |
Page.Builder.addBlocks(Block.Builder builderForValue)
List of blocks of text, images etc on this page.
|
Page.Builder |
Page.Builder.addBlocks(int index,
Block.Builder builderForValue)
List of blocks of text, images etc on this page.
|
Page.Builder |
Page.Builder.setBlocks(int index,
Block.Builder builderForValue)
List of blocks of text, images etc on this page.
|
Copyright © 2022 Google LLC. All rights reserved.