Class DocumentLivenessCheckSingleSideResult

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

public final class DocumentLivenessCheckSingleSideResult extends Object implements android.os.Parcelable
Represents the result of a document liveness check on a single side of a card.
  • Field Details

  • Method Details

    • getScreenCheck

      @NonNull public TieredCheck getScreenCheck()
      Retrieves the result of the check performed on the document using screen detection.
      Returns:
      result of the screen check
    • getPhotocopyCheck

      @NonNull public TieredCheck getPhotocopyCheck()
      Retrieves the result of the check performed on the document using photocopy detection.
      Returns:
      result of the photocopy check
    • getHandPresenceCheck

      @NonNull public CheckResult getHandPresenceCheck()
      Retrieves the result of the check indicating the presence of a live hand.
      Returns:
      result of the live hand presence check.
    • createFromNative

      @NonNull public static DocumentLivenessCheckSingleSideResult createFromNative(TieredCheck screenCheck, TieredCheck photocopyCheck, int handPresenceCheck)
      This method is called from native code to build DocumentLivenessCheckSingleSideResult 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