ActivePassiveLivenessDetectionModel
import com.sybrin.livenessdetection.models.livenessDetectionModels.ActivePassiveLivenessDetectionModel
extend
LivenessDetectionModel
Summary
Inherited methods
Public methods
getAllActionImages
public List<Bitmap> getAllActionImages ()
Returns a list of images captured when the subject performed its respective action.
getAllFocusImages
public List<Bitmap> getAllFocusImages ()
Returns a list of images captured when the subject refocused after performing a respective action.
getLivenessConfidence
public float getLivenessConfidence ()
Returns a floating point number indicating whether the subject is a real human or not.
getLivenessDetectionQuestions
public
LivenessDetectionQuestion
[]
getLivenessDetectionQuestions ()
Returns an array of LivenessDetectioniQuestion containing the subject's performance data during the liveness detection process.
Last updated