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