public class MRZTextRecognitionResult
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
double |
confidenceValue |
static android.os.Parcelable.Creator<MRZTextRecognitionResult> |
CREATOR |
java.lang.String |
recognizedString |
| Modifier | Constructor and Description |
|---|---|
protected |
MRZTextRecognitionResult(android.os.Parcel in) |
|
MRZTextRecognitionResult(java.lang.String recognizedString,
double confidenceValue) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public final java.lang.String recognizedString
public final double confidenceValue
public static final android.os.Parcelable.Creator<MRZTextRecognitionResult> CREATOR