LCInteractionFrameInfo
Objective-C
@interface LCInteractionFrameInfo : NSObject
Swift
class LCInteractionFrameInfo : NSObject
Contains edge frame for report when single interaction is finished
-
edge image of interaction(e.g. for blink interaction it will be the frame with closed eyes)
Declaration
Objective-C
@property (nonatomic, strong) UIImage *_Nonnull frame;Swift
var frame: UIImage { get set } -
type of interaction for which frame is stored
Declaration
Objective-C
@property (nonatomic) LCInteractionsType interactionsType;Swift
var interactionsType: LCInteractionsType { get set } -
Init method
Declaration
Objective-C
- (nonnull instancetype)initWithFrame:(nonnull UIImage *)frame interactionsType:(LCInteractionsType)type;Swift
init(frame: UIImage, interactionsType type: LCInteractionsType)
LCInteractionFrameInfo Class Reference