CustomerIdentifyResult
public struct CustomerIdentifyResult
Customer Biometric Verification** Customer Identify result.
-
Captured
Selfie
face data.Declaration
Swift
public var selfie: Selfie
-
Submits a
CustomerIdentifyResult
to the server.Declaration
Swift
public func submit(completion: @escaping CustomerIdentifyAPICompletionV3)
-
Submits a
CustomerIdentifyResult
to the server.Declaration
Swift
public func finalSubmit(completion: @escaping CustomerIdentifyAPICompletion)
Parameters
completion
Returns a
CustomerIdentifyResponse
from the server.