Class ImageAnalysisResult
java.lang.Object
com.microblink.blinkid.entities.recognizers.blinkid.generic.imageanalysis.ImageAnalysisResult
- All Implemented Interfaces:
android.os.Parcelable
Contains document image analysis information.
-
Nested Class Summary
-
Field Summary
FieldsFields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE -
Method Summary
Modifier and TypeMethodDescriptionstatic ImageAnalysisResultcreateFromNative(boolean blurDetected, boolean glareDetected, int documentImageColorStatus, int documentImageMoireStatus, int faceDetectionStatus, int mrzDetectionStatus, int barcodeDetectionStatus, int realIdDetectionStatus, int cardOrientation, int cardRotation) This method is called from native code to buildImageAnalysisResultfrom native object.intBarcode detection status determined from the scanned image.Orientation determined from the scanned image.Rotation determined from the scanned image.The color status determined from scanned image.The Moire pattern detection status determined from the scanned image.Face detection status determined from the scanned image.Mrz detection status determined from the scanned image.RealID detection status determined from the scanned image.booleanIndicates if blur was detected on the scanned image.booleanIndicates if glare was detected on the scanned image.voidwriteToParcel(android.os.Parcel dest, int flags)
-
Field Details
-
CREATOR
-
-
Method Details
-
isBlurDetected
public boolean isBlurDetected()Indicates if blur was detected on the scanned image. -
isGlareDetected
public boolean isGlareDetected()Indicates if glare was detected on the scanned image. -
getDocumentImageColorStatus
The color status determined from scanned image. -
getDocumentImageMoireStatus
The Moire pattern detection status determined from the scanned image. -
getFaceDetectionStatus
Face detection status determined from the scanned image. -
getMrzDetectionStatus
Mrz detection status determined from the scanned image. -
getBarcodeDetectionStatus
Barcode detection status determined from the scanned image. -
getRealIdDetectionStatus
RealID detection status determined from the scanned image. -
getCardOrientation
Orientation determined from the scanned image. -
getCardRotation
Rotation determined from the scanned image. -
createFromNative
@NonNull public static ImageAnalysisResult createFromNative(boolean blurDetected, boolean glareDetected, int documentImageColorStatus, int documentImageMoireStatus, int faceDetectionStatus, int mrzDetectionStatus, int barcodeDetectionStatus, int realIdDetectionStatus, int cardOrientation, int cardRotation) This method is called from native code to buildImageAnalysisResultfrom native object. -
describeContents
public int describeContents()- Specified by:
describeContentsin interfaceandroid.os.Parcelable
-
writeToParcel
public void writeToParcel(@NonNull android.os.Parcel dest, int flags) - Specified by:
writeToParcelin interfaceandroid.os.Parcelable
-