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