LiveFaceCheckResult
public struct LiveFaceCheckResult
Live Face Check** Live Face Detection result.
-
Captured
Selfieface data.Declaration
Swift
public var selfie: Selfie -
Whether or not the captured selfie was a fake face.
Declaration
Swift
public var isFakeFace: Bool -
Submits a
LiveFaceCheckResultto the server.Declaration
Swift
public func submit(completion: @escaping LiveFaceCheckAPICompletionV3) -
Submits a
LiveFaceCheckResultto the server.Declaration
Swift
public func finalSubmit(completion: @escaping LiveFaceCheckAPICompletion)Parameters
completionReturns a
CustomerLiveCheckResponsefrom the server.