java.lang.Object
com.microblink.blinkcard.entities.recognizers.blinkcard.TieredCheck
All Implemented Interfaces:
android.os.Parcelable

public final class TieredCheck extends Object implements android.os.Parcelable
Represents the result of various checks performed on a document, along with the corresponding match level.
  • Field Details

    • CREATOR

      public static final android.os.Parcelable.Creator<TieredCheck> CREATOR
  • Method Details

    • getCheckResult

      @NonNull public CheckResult getCheckResult()
      Retrieves the result of the document check.
      Returns:
      the result of the document check
    • getMatchLevel

      @NonNull public MatchLevel getMatchLevel()
      Retrieves the match level indicating the strictness of the check result.
      Returns:
      the match level of the document check
    • createFromNative

      @NonNull public static TieredCheck createFromNative(int result, int matchLevel)
      This method is called from native code to build TieredCheck from native object.
    • describeContents

      public int describeContents()
      Specified by:
      describeContents in interface android.os.Parcelable
    • writeToParcel

      public void writeToParcel(@NonNull android.os.Parcel dest, int flags)
      Specified by:
      writeToParcel in interface android.os.Parcelable