Services
-
Video writer service protocol
See moreDeclaration
Swift
@objc public protocol VideoWriterService
-
Ver-ID SDK’s implementation of the
See moreVideoWriterService
protocolDeclaration
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
Since
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 moreVideoWriterServiceFactory
protocolDeclaration
Swift
@objc public class VerIDVideoWriterServiceFactory : NSObject, VideoWriterServiceFactory
-
Declaration
Swift
@objc public protocol ImageProcessorServiceFactory
-
Declaration
Swift
@objc public class VerIDImageProcessorServiceFactory : NSObject, ImageProcessorServiceFactory