Class OcrResult
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class OcrResult implements Parcelable
Result of OCR text recognition.
-
-
Field Summary
Fields Modifier and Type Field Description private final String
text
private final Double
confidence
-
Method Summary
Modifier and Type Method Description final String
getText()
Maximum number of accumulated frames to inspect before actual result is returned. final Double
getConfidence()
Minimum number of accumulated frames that have equal result. final JSONObject
toJson(ToJsonConfiguration config)
final OcrResult
clone()
-
-
-
Method Detail
-
getText
final String getText()
Maximum number of accumulated frames to inspect before actual result is returned.
-
getConfidence
final Double getConfidence()
Minimum number of accumulated frames that have equal result.
-
toJson
final JSONObject toJson(ToJsonConfiguration config)
-
-