Other Classes

The following classes are available globally.

  • Face attribute classifier

    Since

    2.2.0
    See more

    Declaration

    Swift

    @objc(VerIDClassifier)
    public class Classifier : NSObject
  • Result of face detection ran in a Ver-ID session

    See more

    Declaration

    Swift

    @objc
    public class FaceDetectionResult : NSObject, Codable
  • Device information

    Since

    2.6.0
    See more

    Declaration

    Swift

    @objc(VerIDDeviceInfo)
    public class DeviceInfo : NSObject, Codable
  • System information (useful for debugging)

    Since

    2.6.0
    See more

    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.0
    See more

    Declaration

    Swift

    @objc
    public class FaceWithScore : NSObject, Comparable
  • Declaration

    Swift

    @objc
    public class VerIDImage : NSObject, ImageProvider, Codable
  • Ver-ID SDK’s default implementation of the UserManagement protocol. Uses Core Data to store the user face records.

    See more

    Declaration

    Swift

    @objc
    public class VerIDUserManagementiOS9 : NSObject, UserManagement