UserManagementUtilities
public class UserManagementUtilities
Utilities for common user management related tasks
Since
2.6.0-
Safely assign faces to user, preventing an assignment of a face that’s similar to other users’ faces
Since
2.6.0Declaration
Swift
public func safeAssignFaces(_ faces: [Recognizable], to user: String, completion: @escaping ErrorCallback)Parameters
facesFaces to assign
userUser to assign the faces to
completionCompletion callback
-
Analyze registered users and faces
Since
2.6.0Declaration
Swift
public func analyzeUserManagement(completion: @escaping (Result<[VerIDFaceTemplateVersion : UserManagementAnalysis], Error>) -> Void)Parameters
completionCompletion callback
UserManagementUtilities Class Reference