Environment Factories
-
Ver-ID environment factory
See moreDeclaration
Swift
@objc public class VerIDFactory : NSObject
-
Ver-ID factory delegate protocol
See moreDeclaration
Swift
@objc public protocol VerIDFactoryDelegate
-
Face detection factory protocol
See moreDeclaration
Swift
@objc(VerIDFaceDetectionFactory) public protocol FaceDetectionFactory
-
Face recognition factory protocol
See moreDeclaration
Swift
@objc(VerIDFaceRecognitionFactory) public protocol FaceRecognitionFactory
-
Ver-ID SDK’s default implementation of the
See moreFaceDetectionFactory
andFaceRecognitionFactory
protocolsDeclaration
Swift
@objc public class VerIDFaceDetectionRecognitionFactory : NSObject, FaceDetectionFactory, FaceRecognitionFactory
-
User management protocol factory
See moreDeclaration
Swift
@objc(VerIDUserManagementFactory) public protocol UserManagementFactory
-
Ver-ID SDK’s default implementation of the user management protocol
See moreDeclaration
Swift
@objc public class VerIDUserManagementFactory : NSObject, UserManagementFactory