Skip to main content

Handling responses:

When the process completes, the callback function will return FaceEnrollmentResults. You can handle the response accordingly in your app.

public struct FaceEnrollmentResults {
public var enrolledFaces: [String : UIImage]?
}