A single word representation.
Public Method Summary
| Rect |
getBoundingBox()
Gets the bounding box for the
FirebaseVisionCloudText.Word.
|
| float |
getConfidence()
Gets confidence of the OCR results for the word.
|
| List<FirebaseVisionCloudText.Symbol> | |
| FirebaseVisionCloudText.TextProperty |
getTextProperty()
Gets additional information detected for the
FirebaseVisionCloudText.Word.
|
Inherited Method Summary
Public Methods
public Rect getBoundingBox ()
Gets the bounding box for the
FirebaseVisionCloudText.Word.
public float getConfidence ()
Gets confidence of the OCR results for the word. Range [0.0f, 1.0f].
public List<FirebaseVisionCloudText.Symbol> getSymbols ()
Gets the List of
FirebaseVisionCloudText.Symbols in the
FirebaseVisionCloudText.Word. The order of the symbols follows the natural
reading order.
public FirebaseVisionCloudText.TextProperty getTextProperty ()
Gets additional information detected for the
FirebaseVisionCloudText.Word.