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