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