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