LivenessResultType¶
Represents the outcome of a Liveness Test.
- LivenessResultType.NotLive¶
=
0The liveness test decided that the applicant photo was not a live capture of a face.
- LivenessResultType.Live¶
=
1The liveness test decided that the applicant photo was a live capture of a face.
- LivenessResultType.Error¶
=
2There was an error executing the liveness test.
- LivenessResultType.PoorImageQuality¶
=
3The image quality was insufficient to carry out a liveness test.
- LivenessResultType.FaceTooClose¶
=
4The applicant photo was taken too close to the person and should be re-taken from further away.
- LivenessResultType.FaceNotFound¶
=
5No face was detected in the applicant photo.
- LivenessResultType.FaceTooSmall¶
=
6The applicant photo was taken from too far away and should be re-taken from a closer distance.
- LivenessResultType.FaceAngleTooLarge¶
=
7The applicant photo was taken at an angle and should be re-taken head-on.
- LivenessResultType.FailedToReadImage¶
=
8The system could not open the submitted image.
- LivenessResultType.Unknown¶
=
9An unknown error occurred whille executing the liveness test.