Package com.regula.facesdk.model.results
Class LivenessResponse
- java.lang.Object
-
- com.regula.facesdk.model.results.LivenessResponse
-
public final class LivenessResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LivenessResponse.Builder
-
Constructor Summary
Constructors Constructor Description LivenessResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Bitmap
getBitmap()
Return the android.graphics.Bitmap of the captured facejava.lang.Integer
getEstimatedAge()
LivenessErrorException
getException()
Getting theLivenessErrorException
object of theLivenessResponse
LivenessStatus
getLiveness()
Getting the one ofLivenessStatus
java.lang.String
getTag()
Getting tagjava.lang.String
getTransactionId()
Getting transaction id
-
-
-
Method Detail
-
getBitmap
public Bitmap getBitmap()
Return the android.graphics.Bitmap of the captured face- Returns:
- android.graphics.Bitmap
-
getLiveness
public LivenessStatus getLiveness()
Getting the one ofLivenessStatus
- Returns:
- liveness status. Default value: UNKNOWN
-
getException
public LivenessErrorException getException()
Getting theLivenessErrorException
object of theLivenessResponse
- Returns:
LivenessErrorException
object
-
getTag
public java.lang.String getTag()
Getting tag- Returns:
- current tag
-
getTransactionId
public java.lang.String getTransactionId()
Getting transaction id- Returns:
- current transaction id
-
getEstimatedAge
public java.lang.Integer getEstimatedAge()
-
-