Banuba SDK
BNBFeatureId.h
Go to the documentation of this file.
1 // AUTOGENERATED FILE - DO NOT MODIFY!
2 // This file generated by Djinni from recognizer.djinni
3 
4 #import <Foundation/Foundation.h>
5 
6 typedef NS_ENUM(NSInteger, BNBFeatureId)
7 {
8  BNBFeatureIdFrx,
9  BNBFeatureIdActionUnits,
10  BNBFeatureIdBackground,
11  BNBFeatureIdHair,
12  BNBFeatureIdEyes,
13  BNBFeatureIdSkin,
14  BNBFeatureIdFace,
15  BNBFeatureIdFaceSkin,
16  BNBFeatureIdLips,
17  BNBFeatureIdLipsShine,
18  BNBFeatureIdOcclussion,
19  BNBFeatureIdGlasses,
20  BNBFeatureIdAcne,
21  BNBFeatureIdHandSkelet,
22  BNBFeatureIdFrameBrightness,
23  BNBFeatureIdEyeBags,
24  BNBFeatureIdFaceAcne,
25  BNBFeatureIdRuler,
26  BNBFeatureIdHairStrand,
27  BNBFeatureIdPoseEstimation,
28  BNBFeatureIdRing,
29  /**
30  * This feature will prepare blurred texture to apply on
31  * input image resulting a smoothed skin.
32  */
33  BNBFeatureIdSkinSmoothing,
34  /** Body segmentation. I.e. bodies detection on the frame. */
35  BNBFeatureIdBody,
36  /** Draw NN-generated smile on user face */
37  BNBFeatureIdCreepySmile,
38  /** Nails segmentation and recoloring */
39  BNBFeatureIdNails,
40  /** Neuro beauty preprocessing */
41  BNBFeatureIdBeautyPreproc,
42  /** Combined face acne and eyebags removal */
43  BNBFeatureIdAcneEyebags,
44  /** Combined face acne and eyebags removal, plus skin smoothing */
45  BNBFeatureIdAcneEyebagsSkinSmoothing,
46  BNBFeatureIdHandGestures,
47  /** Hair recoloring in blonde */
48  BNBFeatureIdHairRecolor,
49  BNBFeatureIdTexturedNails,
50  /** Activates eyes corrector */
51  BNBFeatureIdEyesCorrection,
52  /** Activates lips corrector */
53  BNBFeatureIdLipsCorrection,
54  /** Activates brows corrector */
55  BNBFeatureIdBrowsCorrection,
56 };
NS_ENUM
typedef NS_ENUM(NSInteger, BNBFeatureId)
Definition: BNBFeatureId.h:6