Package com.regula.facesdk.model.results
Class LivenessResponse
java.lang.Object
com.regula.facesdk.model.results.LivenessResponse
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionBitmap
Return the android.graphics.Bitmap of the captured faceGetting theLivenessErrorException
object of theLivenessResponse
Getting the one ofLivenessStatus
getTag()
Getting tagGetting transaction id
-
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
Getting the one ofLivenessStatus
- Returns:
- liveness status. Default value: UNKNOWN
-
getException
Getting theLivenessErrorException
object of theLivenessResponse
- Returns:
LivenessErrorException
object
-
getTag
Getting tag- Returns:
- current tag
-
getTransactionId
Getting transaction id- Returns:
- current transaction id
-
getEstimatedAge
-