Package | Description |
---|---|
com.google.api.services.vision.v1.model |
Modifier and Type | Method and Description |
---|---|
GoogleCloudVisionV1p3beta1Paragraph |
GoogleCloudVisionV1p3beta1Paragraph.clone() |
GoogleCloudVisionV1p3beta1Paragraph |
GoogleCloudVisionV1p3beta1Paragraph.set(String fieldName,
Object value) |
GoogleCloudVisionV1p3beta1Paragraph |
GoogleCloudVisionV1p3beta1Paragraph.setBoundingBox(GoogleCloudVisionV1p3beta1BoundingPoly boundingBox)
The bounding box for the paragraph.
|
GoogleCloudVisionV1p3beta1Paragraph |
GoogleCloudVisionV1p3beta1Paragraph.setConfidence(Float confidence)
Confidence of the OCR results for the paragraph.
|
GoogleCloudVisionV1p3beta1Paragraph |
GoogleCloudVisionV1p3beta1Paragraph.setProperty(GoogleCloudVisionV1p3beta1TextAnnotationTextProperty property)
Additional information detected for the paragraph.
|
GoogleCloudVisionV1p3beta1Paragraph |
GoogleCloudVisionV1p3beta1Paragraph.setWords(List<GoogleCloudVisionV1p3beta1Word> words)
List of words in this paragraph.
|
Modifier and Type | Method and Description |
---|---|
List<GoogleCloudVisionV1p3beta1Paragraph> |
GoogleCloudVisionV1p3beta1Block.getParagraphs()
List of paragraphs in this block (if this blocks is of type text).
|
Modifier and Type | Method and Description |
---|---|
GoogleCloudVisionV1p3beta1Block |
GoogleCloudVisionV1p3beta1Block.setParagraphs(List<GoogleCloudVisionV1p3beta1Paragraph> paragraphs)
List of paragraphs in this block (if this blocks is of type text).
|
Copyright © 2011–2019 Google. All rights reserved.