LivenessDetectionQuestion
import com.sybrin.livenessdetection.models.livenessDetectionModels.LivenessDetectionQuestion
Summary
Public methods
getActionImage
public Bitmap getActionImage ()
Returns the image captured when the subject performed the liveness detection action.
getActionImagePath
public String getActionImagePath ()
Returns the file path of the image captured when the subject performed the liveness detection action.
getActionLabel
public String getActionLabel ()
Returns the action instruction that the subject was expected to perform during the liveness detection process.
getCroppedActionImage
public Bitmap getCroppedActionImage ()
Returns the cropped image captured when the subject performed the liveness detection action.
getCroppedActionImagePath
public String getCroppedActionImagePath ()
Returns the file path of the cropped image captured when the subject performed the liveness detection action.
getCroppedFocusImage
public Bitmap getCroppedFocusImage ()
Returns the cropped image captured when the subject refocused after performing the liveness detection action.
getCroppedFocusImagePath
public String getCroppedFocusImagePath()
Returns the file path of the cropped image captured when the subject refocused after performing the liveness detection action.
getFocusImage
public Bitmap getFocusImage ()
Returns the image captured when the subject refocused after performing the liveness detection action.
getFocusImagePath
public String getFocusImagePath ()
Returns the file path of the image captured when the subject refocused after performing the liveness detection action.
getFocusLabel
public String getFocusLabel ()
Returns the focus instruction that the subject was expected to perform during the liveness detection process.
isActionCompleted
public Bitmap isActionCompleted ()
Returns the a boolean indicating whether the subject completed the indicated action instruction.
isFocusCompleted
public Bitmap isFocusCompleted ()
Returns the a boolean indicating whether the subject completed the indicated focus instruction.
saveImages
public void saveImage (Context context)
Saves all images within the model to the local device and populates all path fields.
Last updated