Services
-
Image provider service protocol
See moreDeclaration
Swift
@objc public protocol ImageProviderService : AnyObject
-
Face detection service protocol
See moreDeclaration
Swift
@objc public protocol FaceDetectionService : AnyObject -
Ver-ID SDK’s implementation of the face detection service protocol
See moreDeclaration
Swift
@objc open class VerIDFaceDetectionService : NSObject, FaceDetectionService
-
Result of face detection ran in a Ver-ID session
See moreDeclaration
Swift
@objc public class FaceDetectionResult : NSObject, Codable
-
Result evaluation service protocol
See moreDeclaration
Swift
@objc public protocol ResultEvaluationService : AnyObject -
Ver-ID SDK’s base implementation of the
See moreResultEvaluationServiceprotocolDeclaration
Swift
public class VerIDResultEvaluationService<T> : ResultEvaluationService where T : VerIDSessionSettings -
Evaluates face detection results for liveness
Declaration
Swift
public class VerIDLivenessDetectionEvaluationService<T> : VerIDResultEvaluationService<T> where T : LivenessDetectionSessionSettings -
Evaluates face detection results to authenticate a user
Declaration
Swift
public class VerIDAuthenticationEvaluationService : VerIDLivenessDetectionEvaluationService<AuthenticationSessionSettings> -
Evaluates face detection results to register a user
Declaration
Swift
public class VerIDRegistrationEvaluationService : VerIDResultEvaluationService<RegistrationSessionSettings>
-
Image writer service protocol
See moreDeclaration
Swift
@objc public protocol ImageWriterService : AnyObject -
Ver-ID SDK’s default implementation of the
See moreImageWriterServiceprotocolDeclaration
Swift
@objc public class VerIDImageWriterService : NSObject, ImageWriterService
-
Video writer service protocol
See moreDeclaration
Swift
@objc public protocol VideoWriterService : AnyObject -
Ver-ID SDK’s implementation of the
See moreVideoWriterServiceprotocolDeclaration
Swift
@objc public class VerIDVideoWriterService : NSObject, VideoWriterService
-
Declaration
Swift
@objc public protocol ImageProcessorService -
Declaration
Swift
@objc public class VerIDImageProcessorService : NSObject, ImageProcessorService -
Declaration
Swift
@objc open class ImageAdjustmentProvider : NSObject -
Adjust grayscale by applying a histogram
Extend this class to supply your histogram
See moreSince
1.5.0Declaration
Swift
@objc open class ImageAdjustmentHistogramSpec : ImageAdjustmentProvider -
Declaration
Swift
@objc public class ImageAdjustmentBrighten : ImageAdjustmentHistogramSpec -
Declaration
Swift
@objc public class ImageAdjustmentEqualize : ImageAdjustmentProvider
Services Reference