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
faces
Faces to assign
user
User to assign the faces to
completion
Completion callback
-
Analyze registered users and faces
Since
2.6.0Declaration
Swift
public func analyzeUserManagement(completion: @escaping (Result<[VerIDFaceTemplateVersion : UserManagementAnalysis], Error>) -> Void)
Parameters
completion
Completion callback