ActiveLivenessDetectionModel

import com.sybrin.livenessdetection.models.livenessDetectionModels.ActiveLivenessDetectionModel

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.

getLivenessDetectionQuestions

public LivenessDetectionQuestion[] getLivenessDetectionQuestions ()

Returns an array of LivenessDetectioniQuestion containing the subject's performance data during the liveness detection process.

Last updated