Common

  • Provides access to essential Ver-ID functions.

    See more

    Declaration

    Swift

    @objc
    public final class VerID : NSObject
  • Base class for Ver-ID sessions

    See more

    Declaration

    Swift

    @objc
    public class VerIDSession : NSObject, VerIDViewControllerDelegate
  • Delegate that receives Ver-ID session results.

    See more

    Declaration

    Swift

    @objc
    public protocol VerIDSessionDelegate
  • Settings common to registration, authentication and liveness detection sessions

    See more

    Declaration

    Swift

    @objc
    public class VerIDSessionSettings : NSObject, Codable
  • Represents a result of face detection and authentication

    See more

    Declaration

    Swift

    @objc
    public class VerIDSessionResult : NSObject, Codable
  • Represents a user and her/his registered bearings

    See more

    Declaration

    Swift

    @objc
    public class VerIDUser : NSObject, Codable
  • Represents a face found by Ver-ID

    See more

    Declaration

    Swift

    @objc
    public class VerIDFace : NSObject, Codable