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
adjustmentProvider
Image adjustment provider used to adjust the grayscale image
-
Create an instance of
VerIDImageProcessorService
Throws
Error if the service creation failsSince
1.5.0Declaration
Swift
public func makeImageProcessorService() throws -> ImageProcessorService
Return Value
Instance of
VerIDImageProcessorService