Services
-
Video writer service protocol
See moreDeclaration
Swift
@objc public protocol VideoWriterService -
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 -
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
Services Reference