LivenessStatus
public enum LivenessStatus : Equatable
Liveness status of the face, indicating it appears to be alive and real or a spoof that is not a live person.
-
Indicates the face appearing to be alive and real.
Declaration
Swift
case realFace
-
Indicates the face appearing to be a spoof that is not a live person.
Declaration
Swift
case spoofFace
-
Indicates the detection is completed, but the detection result is only queryable from service.
Declaration
Swift
case resultQueryableFromService