public class MrzDetectorResult extends DetectorResult
DetectorResult.DetectionCode| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<MrzDetectorResult> |
CREATOR |
mDetectionCode, mDetectionStatus, mTransformMatrix| Modifier | Constructor and Description |
|---|---|
|
MrzDetectorResult(int detectionCode,
int detectionStatus,
float[] transformMatrix,
float[] points) |
protected |
MrzDetectorResult(android.os.Parcel parcel) |
| Modifier and Type | Method and Description |
|---|---|
PointsDetectorResult |
getPointsDetectorResult() |
describeContents, getDetectionCode, getDetectionCodeName, getDetectionCodeOrdinal, getDetectionStatus, setDetectionCode, toString, writeToParcelpublic static final android.os.Parcelable.Creator<MrzDetectorResult> CREATOR
public MrzDetectorResult(int detectionCode,
int detectionStatus,
float[] transformMatrix,
float[] points)
protected MrzDetectorResult(android.os.Parcel parcel)
public PointsDetectorResult getPointsDetectorResult()