Sessions
-
Declaration
Swift
public class Session : NSObject -
Session delegate protocol
See moreDeclaration
Swift
@objc public protocol SessionDelegate -
Represents a result of face detection and authentication
See moreDeclaration
Swift
@objc(VerIDSessionResult) public class VerIDSessionResult : NSObject, Codable -
Represents a face detected in a Ver-ID session
See moreDeclaration
Swift
@objc(VerIDFaceCapture) public class FaceCapture : NSObject, Codable -
Settings common to registration, authentication and liveness detection sessions
See moreDeclaration
Swift
@objc(VerIDSessionSettings) public class VerIDSessionSettings : NSObject, Codable -
Liveness detection session settings
See moreDeclaration
Swift
@objc(VerIDLivenessDetectionSessionSettings) public class LivenessDetectionSessionSettings : VerIDSessionSettings -
Settings for authentication sessions
See moreDeclaration
Swift
@objc(VerIDAuthenticationSessionSettings) public class AuthenticationSessionSettings : LivenessDetectionSessionSettings -
Settings for registration sessions
See moreDeclaration
Swift
@objc(VerIDRegistrationSessionSettings) public class RegistrationSessionSettings : VerIDSessionSettings -
Declaration
Swift
@objc(VerIDFaceExtents) public class FaceExtents : NSObject, Comparable -
Declaration
Swift
public class SessionDiagnostics : Codable -
Declaration
Swift
public class DiagnosticImageInfo : Codable
Sessions Reference