Detected Face
Detected face.
Functions
Create an ICAO full frontal image of the face. If boundaries of the normalized image leak outside of the original image, a white background is applied. This operation should be called on background thread.
Create the face template which can be used for matching. This method requires dot-face-verification
module. This operation should be called on a background thread.
Evaluation of face aspects. This operation should be called on background thread.
Evaluation of all available face quality attributes. If an attribute requires a module which is not activated, it is not evaluated and null is returned. If you need only one or a specific set of attributes, use .evaluateFaceQuality method for better performance. This operation should be called on background thread.
Evaluation of specific set of face quality attributes. This is the recommended way for face quality evaluation due to performance reasons. If an attribute in the query requires a module which is not activated, exception is thrown. This operation should be called on background thread.
Evaluation of passive liveness. This method requires dot-face-passive-liveness
module. This operation should be called on background thread.
The confidence score of the face detection. It also represents the quality of the detected face.