public static final class MRTDDetector.Result extends QuadWithSizeDetector.Result
Detector.Result.DetectionCode
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator |
CREATOR |
mOwner
Modifier | Constructor and Description |
---|---|
protected |
Result(long nativeResult) |
Modifier and Type | Method and Description |
---|---|
MRTDDetector.Result |
clone()
Create a copy of the result.
|
protected void |
deserializeFromByteArray(byte[] arr) |
Quadrilateral |
getMRZLocation()
Returns the location of Machine Readable Zone in coordinate system of image in which detection was performed.
|
float |
getMrzPhysicalHeightInInches()
Returns the physical height in inches of Machine Readable Zone.
|
protected byte[] |
serializeToByteArray() |
protected void |
terminateNative(long nativeContext) |
java.lang.String |
toString() |
getPhysicalHeightInInches
getDetectionLocation
getDetectionCode, getDetectionStatus, isEmpty, nativeGetDetectionCode
describeContents, finalize, getNativeContext, readFromParcel, writeToParcel
public float getMrzPhysicalHeightInInches()
public Quadrilateral getMRZLocation()
public java.lang.String toString()
toString
in class QuadDetector.Result
@Nullable protected byte[] serializeToByteArray()
serializeToByteArray
in class Entity.Result
protected void deserializeFromByteArray(@NonNull byte[] arr)
deserializeFromByteArray
in class Entity.Result
public MRTDDetector.Result clone()
Entity.Result
clone
in class Entity.Result
protected void terminateNative(long nativeContext)
terminateNative
in class Entity.Result