ValidateIdMatchFaceResult
public struct ValidateIdMatchFaceResult
ID Validation and Face Match** Validate ID and Match Face result.
-
Captured
Selfieface data.Declaration
Swift
public var selfie: Selfie -
ID Front
DetectedData.Declaration
Swift
public var front: DetectedData -
ID Back
DetectedData.Declaration
Swift
public var back: DetectedData? -
Submits a
ValidateIdMatchFaceResultto the server.Declaration
Swift
public func submit(completion: @escaping ValidateIdMatchFaceAPICompletionV3) -
Submits a
ValidateIdMatchFaceResultto the server.Declaration
Swift
public func finalSubmit(completion: @escaping ValidateIdMatchFaceAPICompletion)Parameters
completionReturns a
CustomerValidateIdFaceMatchResponsefrom the server.