Other Classes
The following classes are available globally.
-
Declaration
Swift
@objc(VerIDClassifier) public class Classifier : NSObject
-
Result of face detection ran in a Ver-ID session
See moreDeclaration
Swift
@objc public class FaceDetectionResult : NSObject, Codable
-
Declaration
Swift
@objc(VerIDDeviceInfo) public class DeviceInfo : NSObject, Codable
-
Declaration
Swift
@objc(VerIDSystemInfo) public class SystemInfo : NSObject, Codable
-
Face and score pair used returned by functions that find faces similar to a challenge face
Since
2.0.0Declaration
Swift
@objc public class FaceWithScore : NSObject, Comparable
-
Declaration
Swift
@objc public class VerIDImage : NSObject, ImageProvider, Codable
-
Ver-ID SDK’s default implementation of the
See moreUserManagement
protocol. Uses Core Data to store the user face records.Declaration
Swift
@objc public class VerIDUserManagementiOS9 : NSObject, UserManagement