Service Factories
-
Image provider service factory protocol
See moreDeclaration
Swift
@objc public protocol ImageProviderServiceFactory
-
Face detection service factory protocol
See moreDeclaration
Swift
@objc public protocol FaceDetectionServiceFactory -
Ver-ID SDK’s implementation of the
See moreFaceDetectionServiceFactoryprotocolDeclaration
Swift
@objc public class VerIDFaceDetectionServiceFactory : NSObject, FaceDetectionServiceFactory
-
Result evaluation service factory protocol
See moreDeclaration
Swift
@objc public protocol ResultEvaluationServiceFactory -
Ver-ID SDK’s implementation of the
See moreResultEvaluationServiceFactoryprotocolDeclaration
Swift
@objc public class VerIDResultEvaluationServiceFactory : NSObject, ResultEvaluationServiceFactory
-
Image writer service factory protocol
See moreDeclaration
Swift
@objc public protocol ImageWriterServiceFactory -
Ver-ID SDK’s default implementation of the
See moreImageWriterServiceFactoryprotocolDeclaration
Swift
@objc public class VerIDImageWriterServiceFactory : NSObject, ImageWriterServiceFactory
-
Video writer service factory protocol
See moreDeclaration
Swift
@objc public protocol VideoWriterServiceFactory -
Ver-ID SDK’s implementation of the
See moreVideoWriterServiceFactoryprotocolDeclaration
Swift
@objc public class VerIDVideoWriterServiceFactory : NSObject, VideoWriterServiceFactory
-
Declaration
Swift
@objc public protocol ImageProcessorServiceFactory -
Declaration
Swift
@objc public class VerIDImageProcessorServiceFactory : NSObject, ImageProcessorServiceFactory
Service Factories Reference