VerIDSessionResult.Outcome

Package com.appliedrec.ver_id.session

public static final enum VerIDSessionResult.Outcome

Properties

SUCCESS

Introduced in version 1.8

public static final VerIDSessionResult.Outcome SUCCESS

The session succeeded in registering or authenticating the user.

FAIL_NUMBER_OF_RESULTS

Introduced in version 1.8

public static final VerIDSessionResult.Outcome FAIL_NUMBER_OF_RESULTS

The session failed because it didn't gather enough valid images before it timed out.

UNKNOWN_FAILURE

Introduced in version 1.8

public static final VerIDSessionResult.Outcome UNKNOWN_FAILURE

The session failed.

CANCEL

Introduced in version 1.8

public static final VerIDSessionResult.Outcome CANCEL

The session was cancelled by the user.

FAIL_ANTI_SPOOFING_CHALLENGE

Introduced in version 1.8

public static final VerIDSessionResult.Outcome FAIL_ANTI_SPOOFING_CHALLENGE

The session failed because it failed the anti-spoofing challenge.

WAITING

Introduced in version 1.8

public static final VerIDSessionResult.Outcome WAITING

The session is waiting for images and the outcome is yet inconclusive.

FAIL_HOST_AUTHENTICATION

Introduced in version 1.8

public static final VerIDSessionResult.Outcome FAIL_HOST_AUTHENTICATION

The session failed because the app hasn't authenticated to use the Ver-ID API. Only applies to the demo version of the Ver-ID library.

DET_REC_LIB_FAILURE

Introduced in version 1.8

public static final VerIDSessionResult.Outcome DET_REC_LIB_FAILURE

Failed because of an exception thrown by the face detection and recognition library.

FACE_LOST

Introduced in version 1.8

public static final VerIDSessionResult.Outcome FACE_LOST

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

NOT_AUTHENTICATED

Introduced in version 1.8

public static final VerIDSessionResult.Outcome NOT_AUTHENTICATED

User passed liveness detection but the face cannot be authenticated.

PROCESSING

Introduced in version 1.8

public static final VerIDSessionResult.Outcome PROCESSING

The session finished collecting faces and it's processing them.