Package | Description |
---|---|
com.google.api.services.vision.v1.model |
Modifier and Type | Method and Description |
---|---|
Block |
Block.clone() |
Block |
Block.set(String fieldName,
Object value) |
Block |
Block.setBlockType(String blockType)
Detected block type (text, image etc) for this block.
|
Block |
Block.setBoundingBox(BoundingPoly boundingBox)
The bounding box for the block.
|
Block |
Block.setConfidence(Float confidence)
Confidence of the OCR results on the block.
|
Block |
Block.setParagraphs(List<Paragraph> paragraphs)
List of paragraphs in this block (if this blocks is of type text).
|
Block |
Block.setProperty(TextProperty property)
Additional information detected for the block.
|
Modifier and Type | Method and Description |
---|---|
List<Block> |
Page.getBlocks()
List of blocks of text, images etc on this page.
|
Modifier and Type | Method and Description |
---|---|
Page |
Page.setBlocks(List<Block> blocks)
List of blocks of text, images etc on this page.
|
Copyright © 2011–2019 Google. All rights reserved.