Class TieredCheck
java.lang.Object
com.microblink.blinkcard.entities.recognizers.blinkcard.TieredCheck
- All Implemented Interfaces:
android.os.Parcelable
Represents the result of various checks performed on a document,
along with the corresponding match level.
-
Nested Class Summary
-
Field Summary
FieldsFields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE -
Method Summary
Modifier and TypeMethodDescriptionstatic TieredCheckcreateFromNative(int result, int matchLevel) This method is called from native code to buildTieredCheckfrom native object.intRetrieves the result of the document check.Retrieves the match level indicating the strictness of the check result.voidwriteToParcel(android.os.Parcel dest, int flags)
-
Field Details
-
CREATOR
-
-
Method Details
-
getCheckResult
Retrieves the result of the document check.- Returns:
- the result of the document check
-
getMatchLevel
Retrieves the match level indicating the strictness of the check result.- Returns:
- the match level of the document check
-
createFromNative
This method is called from native code to buildTieredCheckfrom 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
-