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