FaceLivenessResult
class FaceLivenessResult : NSObject
Result of liveness analysis with confidence.
-
Status of liveness detection process.
Declaration
Swift
var status: FaceLivenessStatus { get }
-
Liveness failure reason.
Declaration
Swift
var failureReason: FaceLivenessFailureReason { get }
-
Id of the liveness result.
Declaration
Swift
var resultId: UUID { get }
-
Service response status code for the liveness result.
Declaration
Swift
var serviceResponseStatusCode: Int { get }