Class LivenessResponse

java.lang.Object
com.regula.facesdk.model.results.LivenessResponse

public final class LivenessResponse extends Object
  • Constructor Details

    • LivenessResponse

      public LivenessResponse()
  • Method Details

    • getBitmap

      public Bitmap getBitmap()
      Return the android.graphics.Bitmap of the captured face
      Returns:
      android.graphics.Bitmap
    • getLiveness

      public LivenessStatus getLiveness()
      Getting the one of LivenessStatus
      Returns:
      liveness status. Default value: UNKNOWN
    • getException

      public LivenessErrorException getException()
      Getting the LivenessErrorException object of the LivenessResponse
      Returns:
      LivenessErrorException object
    • getTag

      public String getTag()
      Getting tag
      Returns:
      current tag
    • getTransactionId

      public String getTransactionId()
      Getting transaction id
      Returns:
      current transaction id
    • getEstimatedAge

      public Integer getEstimatedAge()