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 value) |
List of paragraphs in this block (if this blocks is of type text).
|
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 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.addRepeatedField(com.google.protobuf.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(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Block.Builder |
Block.Builder.clearOneof(com.google.protobuf.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(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Block.Builder |
Block.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Block.Builder |
Block.Builder.mergeProperty(TextAnnotation.TextProperty value) |
Additional information detected for the block.
|
Block.Builder |
Block.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Block.Builder |
Block.newBuilder() |
|
static Block.Builder |
Block.newBuilder(Block prototype) |
|
Block.Builder |
Block.newBuilderForType() |
|
protected Block.Builder |
Block.newBuilderForType(com.google.protobuf.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 value) |
The bounding box for the block.
|
Block.Builder |
Block.Builder.setBoundingBox(BoundingPoly.Builder builderForValue) |
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(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
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.setParagraphs(int index,
Paragraph.Builder builderForValue) |
List of paragraphs in this block (if this blocks is of type text).
|
Block.Builder |
Block.Builder.setProperty(TextAnnotation.TextProperty value) |
Additional information detected for the block.
|
Block.Builder |
Block.Builder.setProperty(TextAnnotation.TextProperty.Builder builderForValue) |
Additional information detected for the block.
|
Block.Builder |
Block.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Block.Builder |
Block.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Block.Builder |
Block.toBuilder() |
|