ValidateIdMatchFaceResult
public struct ValidateIdMatchFaceResult
ID Validation and Face Match** Validate ID and Match Face result.
-
Captured
Selfie
face 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
ValidateIdMatchFaceResult
to the server.Declaration
Swift
public func submit(completion: @escaping ValidateIdMatchFaceAPICompletionV3)
-
Submits a
ValidateIdMatchFaceResult
to the server.Declaration
Swift
public func finalSubmit(completion: @escaping ValidateIdMatchFaceAPICompletion)
Parameters
completion
Returns a
CustomerValidateIdFaceMatchResponse
from the server.