LiveFaceCheckResult
public struct LiveFaceCheckResult
Live Face Check** Live Face Detection result.
-
Captured
Selfie
face 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
LiveFaceCheckResult
to the server.Declaration
Swift
public func submit(completion: @escaping LiveFaceCheckAPICompletionV3)
-
Submits a
LiveFaceCheckResult
to the server.Declaration
Swift
public func finalSubmit(completion: @escaping LiveFaceCheckAPICompletion)
Parameters
completion
Returns a
CustomerLiveCheckResponse
from the server.