UserManagementAnalysis
public struct UserManagementAnalysis
Result of user management analysis
Since
2.6.0-
Count of managed users
Since
2.6.0Declaration
Swift
public let userCount: Int
-
Count of managed faces
Since
2.6.0Declaration
Swift
public let faceCount: Int
-
Managed users who are not compatible with the current face template version
Since
2.6.0Declaration
Swift
public let incompatibleUsers: [String]
-
Users whose faces are the most similar among the managed user set or nil if there are fewer than 2 managed users
Since
2.6.0Declaration
Swift
public let mostSimilarUsers: (String, String, Float)?
-
Users whose faces are the most different among the managed user set or nil if there are fewer than 2 managed users
Since
2.6.0Declaration
Swift
public let mostDifferentUsers: (String, String, Float)?