|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Recognition.Result
A single recognition result returned by Recognition.getResult(int)
(),
containing the recognized text and the confidence score.
Method Summary | |
---|---|
int |
getScore()
Get the confidence score of this recognition result. |
java.lang.String |
getText()
Retrieve the text that was recognized in this result. |
Method Detail |
---|
java.lang.String getText()
int getScore()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |