Banuba SDK
BNBNeuroBeautyInput.h
Go to the documentation of this file.
1 // AUTOGENERATED FILE - DO NOT MODIFY!
2 // This file generated by Djinni from neuro_beauty.djinni
3 
4 #import <Foundation/Foundation.h>
5 
6 /** Tuple with apply_texture neuro_beauty input. */
7 @interface BNBNeuroBeautyInput : NSObject
8 - (nonnull instancetype)initWithSkinSmoothStrength:(float)skinSmoothStrength
9  lutPath:(nonnull NSString *)lutPath
10  lutOnlySkin:(BOOL)lutOnlySkin
11  tonePath:(nonnull NSString *)tonePath
12  toneStrength:(float)toneStrength
13  blushPath:(nonnull NSString *)blushPath
14  blushAutoCorrection:(BOOL)blushAutoCorrection
15  eyePath:(nonnull NSString *)eyePath
16  applyScleraMod:(BOOL)applyScleraMod
17  applyEyeFiltration:(BOOL)applyEyeFiltration
18  eyelashPath:(nonnull NSString *)eyelashPath
19  lipsPainting:(BOOL)lipsPainting
20  lipsColorR:(float)lipsColorR
21  lipsColorG:(float)lipsColorG
22  lipsColorB:(float)lipsColorB;
23 + (nonnull instancetype)neuroBeautyInputWithSkinSmoothStrength:(float)skinSmoothStrength
24  lutPath:(nonnull NSString *)lutPath
25  lutOnlySkin:(BOOL)lutOnlySkin
26  tonePath:(nonnull NSString *)tonePath
27  toneStrength:(float)toneStrength
28  blushPath:(nonnull NSString *)blushPath
29  blushAutoCorrection:(BOOL)blushAutoCorrection
30  eyePath:(nonnull NSString *)eyePath
31  applyScleraMod:(BOOL)applyScleraMod
32  applyEyeFiltration:(BOOL)applyEyeFiltration
33  eyelashPath:(nonnull NSString *)eyelashPath
34  lipsPainting:(BOOL)lipsPainting
35  lipsColorR:(float)lipsColorR
36  lipsColorG:(float)lipsColorG
37  lipsColorB:(float)lipsColorB;
38 
39 @property (nonatomic, readonly) float skinSmoothStrength;
40 
41 @property (nonatomic, readonly, nonnull) NSString * lutPath;
42 
43 @property (nonatomic, readonly) BOOL lutOnlySkin;
44 
45 @property (nonatomic, readonly, nonnull) NSString * tonePath;
46 
47 @property (nonatomic, readonly) float toneStrength;
48 
49 @property (nonatomic, readonly, nonnull) NSString * blushPath;
50 
51 @property (nonatomic, readonly) BOOL blushAutoCorrection;
52 
53 @property (nonatomic, readonly, nonnull) NSString * eyePath;
54 
55 @property (nonatomic, readonly) BOOL applyScleraMod;
56 
57 @property (nonatomic, readonly) BOOL applyEyeFiltration;
58 
59 @property (nonatomic, readonly, nonnull) NSString * eyelashPath;
60 
61 @property (nonatomic, readonly) BOOL lipsPainting;
62 
63 @property (nonatomic, readonly) float lipsColorR;
64 
65 @property (nonatomic, readonly) float lipsColorG;
66 
67 @property (nonatomic, readonly) float lipsColorB;
68 
69 @end
BNBNeuroBeautyInput::toneStrength
float toneStrength
Definition: BNBNeuroBeautyInput.h:47
BNBNeuroBeautyInput::lipsPainting
BOOL lipsPainting
Definition: BNBNeuroBeautyInput.h:61
BNBNeuroBeautyInput::tonePath
NSString * tonePath
Definition: BNBNeuroBeautyInput.h:45
BNBNeuroBeautyInput::applyEyeFiltration
BOOL applyEyeFiltration
Definition: BNBNeuroBeautyInput.h:57
BNBNeuroBeautyInput::lutOnlySkin
BOOL lutOnlySkin
Definition: BNBNeuroBeautyInput.h:43
BNBNeuroBeautyInput::skinSmoothStrength
float skinSmoothStrength
Definition: BNBNeuroBeautyInput.h:39
BNBNeuroBeautyInput::blushPath
NSString * blushPath
Definition: BNBNeuroBeautyInput.h:49
BNBNeuroBeautyInput::applyScleraMod
BOOL applyScleraMod
Definition: BNBNeuroBeautyInput.h:55
BNBNeuroBeautyInput::blushAutoCorrection
BOOL blushAutoCorrection
Definition: BNBNeuroBeautyInput.h:51
BNBNeuroBeautyInput::lutPath
NSString * lutPath
Definition: BNBNeuroBeautyInput.h:41
BNBNeuroBeautyInput::eyePath
NSString * eyePath
Definition: BNBNeuroBeautyInput.h:53
BNBNeuroBeautyInput::lipsColorB
float lipsColorB
Definition: BNBNeuroBeautyInput.h:67
BNBNeuroBeautyInput::lipsColorR
float lipsColorR
Definition: BNBNeuroBeautyInput.h:63
BNBNeuroBeautyInput
Tuple with apply_texture neuro_beauty input.
Definition: BNBNeuroBeautyInput.h:8
BNBNeuroBeautyInput::lipsColorG
float lipsColorG
Definition: BNBNeuroBeautyInput.h:65
BNBNeuroBeautyInput::eyelashPath
NSString * eyelashPath
Definition: BNBNeuroBeautyInput.h:59