Package | Description |
---|---|
com.google.api.services.vision.v1.model |
Modifier and Type | Method and Description |
---|---|
GoogleCloudVisionV1p5beta1Block |
GoogleCloudVisionV1p5beta1Block.clone() |
GoogleCloudVisionV1p5beta1Block |
GoogleCloudVisionV1p5beta1KeyValuePair.getKeyBlock()
Key block of the pair containing the normalized bounding box and key text.
|
GoogleCloudVisionV1p5beta1Block |
GoogleCloudVisionV1p5beta1TableTableCell.getTextBlock()
Text block for this cell which also contains the normalized bounding box for the cell and
deeper structures within a cell if present.
|
GoogleCloudVisionV1p5beta1Block |
GoogleCloudVisionV1p5beta1KeyValuePair.getValueBlock()
Value block of the pair containing the normalized bounding box and value text, including
potentially deeper structures within the value text.
|
GoogleCloudVisionV1p5beta1Block |
GoogleCloudVisionV1p5beta1Block.set(String fieldName,
Object value) |
GoogleCloudVisionV1p5beta1Block |
GoogleCloudVisionV1p5beta1Block.setBlockType(String blockType)
Detected block type (text, image etc) for this block.
|
GoogleCloudVisionV1p5beta1Block |
GoogleCloudVisionV1p5beta1Block.setBoundingBox(GoogleCloudVisionV1p5beta1BoundingPoly boundingBox)
The bounding box for the block.
|
GoogleCloudVisionV1p5beta1Block |
GoogleCloudVisionV1p5beta1Block.setConfidence(Float confidence)
Confidence of the OCR results on the block.
|
GoogleCloudVisionV1p5beta1Block |
GoogleCloudVisionV1p5beta1Block.setKeyValuePair(GoogleCloudVisionV1p5beta1KeyValuePair keyValuePair)
Detected pair for KEY_VALUE_PAIR block_type.
|
GoogleCloudVisionV1p5beta1Block |
GoogleCloudVisionV1p5beta1Block.setMergedText(String mergedText)
All UTF-8 text detected in this block.
|
GoogleCloudVisionV1p5beta1Block |
GoogleCloudVisionV1p5beta1Block.setParagraphs(List<GoogleCloudVisionV1p5beta1Paragraph> paragraphs)
List of paragraphs in this block (if this blocks is of type text).
|
GoogleCloudVisionV1p5beta1Block |
GoogleCloudVisionV1p5beta1Block.setProperty(GoogleCloudVisionV1p5beta1TextAnnotationTextProperty property)
Additional information detected for the block.
|
GoogleCloudVisionV1p5beta1Block |
GoogleCloudVisionV1p5beta1Block.setTable(GoogleCloudVisionV1p5beta1Table table)
Detected table for TABLE block_type.
|
Modifier and Type | Method and Description |
---|---|
List<GoogleCloudVisionV1p5beta1Block> |
GoogleCloudVisionV1p5beta1Page.getBlocks()
List of blocks of text, images etc on this page.
|
Modifier and Type | Method and Description |
---|---|
GoogleCloudVisionV1p5beta1KeyValuePair |
GoogleCloudVisionV1p5beta1KeyValuePair.setKeyBlock(GoogleCloudVisionV1p5beta1Block keyBlock)
Key block of the pair containing the normalized bounding box and key text.
|
GoogleCloudVisionV1p5beta1TableTableCell |
GoogleCloudVisionV1p5beta1TableTableCell.setTextBlock(GoogleCloudVisionV1p5beta1Block textBlock)
Text block for this cell which also contains the normalized bounding box for the cell and
deeper structures within a cell if present.
|
GoogleCloudVisionV1p5beta1KeyValuePair |
GoogleCloudVisionV1p5beta1KeyValuePair.setValueBlock(GoogleCloudVisionV1p5beta1Block valueBlock)
Value block of the pair containing the normalized bounding box and value text, including
potentially deeper structures within the value text.
|
Modifier and Type | Method and Description |
---|---|
GoogleCloudVisionV1p5beta1Page |
GoogleCloudVisionV1p5beta1Page.setBlocks(List<GoogleCloudVisionV1p5beta1Block> blocks)
List of blocks of text, images etc on this page.
|
Copyright © 2011–2019 Google. All rights reserved.