Enumeration LivenessErrorReadonly

Reason of liveness detection failure.

Enumeration Members

CameraPermissionDenied: "CameraPermissionDenied"

Camera permission issue.

CameraStartupFailure: "CameraStartupFailure"

Other camera issues.

ClientVersionNotSupported: "ClientVersionNotSupported"

Client version not supported error.

EnvironmentNotSupported: "EnvironmentNotSupported"

Lighting condition during operation is not supported by current liveness detection mode.

ExcessiveFaceBrightness: "ExcessiveFaceBrightness"

Face was too brightly and unevenly illuminated.

ExcessiveImageBlurDetected: "ExcessiveImageBlurDetected"

Image was too blurry.

FaceEyeRegionNotVisible: "FaceEyeRegionNotVisible"

Eye region of the face was not visible.

FaceMouthRegionNotVisible: "FaceMouthRegionNotVisible"

Mouth region of the face was not visible.

FaceTrackingFailed: "FaceTrackingFailed"

Tracking failure

FaceWithMaskDetected: "FaceWithMaskDetected"

A mask was blocking the view of the face.

HeadTurnNotPerformed: "HeadTurnNotPerformed"

User did not perform the required head movements.

InvalidToken: "InvalidToken"

Invalid token.

NoFaceDetected: "NoFaceDetected"

No face detected.

None: "None"

Liveness has not failed.

ServerRequestTimedOut: "ServerRequestTimedOut"

API request timed out.

SmileNotPerformed: "SmileNotPerformed"

User did not smile during Active check.

TimedOut: "TimedOut"

The operation took longer than the time limit.

Unexpected: "Unexpected"

Unexpected generic error.

UnexpectedClientError: "UnexpectedClientError"

Unexpected client error.

UnexpectedServerError: "UnexpectedServerError"

Unexpected server error.

UserCanceledActiveMotion: "UserCanceledActiveMotion"

User canceled active motion

UserCanceledActiveMotionPrompt: "UserCanceledActiveMotionPrompt"

User canceled active motion prompt

UserCanceledSession: "UserCanceledSession"

User canceled session

VerifyImageNotProvided: "VerifyImageNotProvided"

Verification image not provided error.

Generated using TypeDoc