VerIDImageProcessorServiceFactory
@objc
public class VerIDImageProcessorServiceFactory : NSObject, ImageProcessorServiceFactory
Ver-ID’s default implementation of the ImageProcessorServiceFactory protocol
Since
1.5.0-
Constructor
Since
1.5.0Declaration
Swift
@objc public init(adjustmentProvider: ImageAdjustmentProvider)Parameters
adjustmentProviderImage adjustment provider used to adjust the grayscale image
-
Create an instance of
VerIDImageProcessorServiceThrows
Error if the service creation failsSince
1.5.0Declaration
Swift
@objc public func makeImageProcessorService() throws -> ImageProcessorServiceReturn Value
Instance of
VerIDImageProcessorService
VerIDImageProcessorServiceFactory Class Reference