Protocols
The following protocols are available globally.
-
Delegate of the best shot detector.
See moreDeclaration
Objective-C
@protocol LCBestShotDelegate <NSObject>
Swift
protocol LCBestShotDelegate : NSObjectProtocol
-
Interface of the best shot detector.
See moreDeclaration
Objective-C
@protocol LCBestShotDetectorProtocol <NSObject>
Swift
protocol LCBestShotDetectorProtocol : NSObjectProtocol
-
Interface of descriptor extractor.
See moreDeclaration
Objective-C
@protocol LCDescriptorExtractorProtocol <NSObject>
Swift
protocol LCDescriptorExtractorProtocol : NSObjectProtocol
-
Undocumented
See moreDeclaration
Objective-C
@protocol LCFaceDetectorProtocol <NSObject> /// Detects faces in the image /// @param image Source image. /// @param maxCount Maximum number of faces to be detected. - (NSArray<LCFaceDetection *> *)detectFaces: (UIImage *)image maxCount: (NSUInteger) maxCount; @end
Swift
protocol LCFaceDetectorProtocol : NSObjectProtocol
-
Interface of the object which checks Liveness.
See moreDeclaration
Objective-C
@protocol LCOnlineLivenessProtocol <NSObject>
Swift
protocol LCOnlineLivenessProtocol : NSObjectProtocol