FaceDetectionStatus

Face detection status constants

Package com.appliedrec.verid.core2

public final enum FaceDetectionStatus

Properties

STARTED

Introduced in version 1.0.0

public static final FaceDetectionStatus STARTED

The face detection started but no face has yet been detected.

FAILED

Introduced in version 1.0.0

public static final FaceDetectionStatus FAILED

Face detection failed due to a library error.

FACE_FOUND

Introduced in version 1.0.0

public static final FaceDetectionStatus FACE_FOUND

Face detected but not yet fixed in the requested position.

FACE_FIXED

Introduced in version 1.0.0

public static final FaceDetectionStatus FACE_FIXED

Face detected and fixed in the requested position, e.g. inside the oval.

FACE_MISALIGNED

Introduced in version 1.0.0

public static final FaceDetectionStatus FACE_MISALIGNED

Face found but its position doesn't match the requested angle.

FACE_ALIGNED

Introduced in version 1.0.0

public static final FaceDetectionStatus FACE_ALIGNED

Face aligned with the requested angle. This is the face that will be used for face recognition.

FACE_LOST

Introduced in version 1.0.0

public static final FaceDetectionStatus FACE_LOST

Face was previously detected but the user moved away from the camera.

FACE_TURNED_TOO_FAR

Introduced in version 1.0.0

public static final FaceDetectionStatus FACE_TURNED_TOO_FAR

The user turned beyond the requested angle and the face can no longer be detected.

FACE_TURNED_OPPOSITE

Introduced in version 1.0.0

public static final FaceDetectionStatus FACE_TURNED_OPPOSITE

The user turned in the opposite direction of the requested angle.

MOVED_TOO_FAST

Introduced in version 1.0.0

public static final FaceDetectionStatus MOVED_TOO_FAST

The user turned too fast in the requested direction. This may indicate a spoof attempt.