Package com.banuba.sdk.recognizer
Enum FeatureId
java.lang.Object
java.lang.Enum<FeatureId>
com.banuba.sdk.recognizer.FeatureId
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<FeatureId>
,java.lang.constant.Constable
public enum FeatureId extends java.lang.Enum<FeatureId>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
-
Enum Constant Summary
Enum Constants Enum Constant Description ACNE
ACNE_EYEBAGS
Combined face acne and eyebags removalACNE_EYEBAGS_SKIN_SMOOTHING
Combined face acne and eyebags removal, plus skin smoothingACTION_UNITS
BACKGROUND
BEAUTY_PREPROC
Neuro beauty preprocessingBODY
Body segmentation.BROWS_CORRECTION
Activates brows correctorCREEPY_SMILE
Draw NN-generated smile on user faceEYE_BAGS
EYES
EYES_CORRECTION
Activates eyes correctorFACE
FACE_ACNE
FACE_SKIN
FRAME_BRIGHTNESS
FRX
GLASSES
HAIR
HAIR_RECOLOR
Hair recoloring in blondeHAIR_STRAND
HAND_GESTURES
HAND_SKELET
LIPS
LIPS_CORRECTION
Activates lips correctorLIPS_SHINE
NAILS
Nails segmentation and recoloringOCCLUSSION
POSE_ESTIMATION
RING
RULER
SKIN
SKIN_SMOOTHING
This feature will prepare blurred texture to apply on input image resulting a smoothed skin.TEXTURED_NAILS
-
Method Summary
Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
-
Enum Constant Details
-
FRX
-
ACTION_UNITS
-
BACKGROUND
-
HAIR
-
EYES
-
SKIN
-
FACE
-
FACE_SKIN
-
LIPS
-
LIPS_SHINE
-
OCCLUSSION
-
GLASSES
-
ACNE
-
HAND_SKELET
-
FRAME_BRIGHTNESS
-
EYE_BAGS
-
FACE_ACNE
-
RULER
-
HAIR_STRAND
-
POSE_ESTIMATION
-
RING
-
SKIN_SMOOTHING
This feature will prepare blurred texture to apply on input image resulting a smoothed skin. -
BODY
Body segmentation. I.e. bodies detection on the frame. -
CREEPY_SMILE
Draw NN-generated smile on user face -
NAILS
Nails segmentation and recoloring -
BEAUTY_PREPROC
Neuro beauty preprocessing -
ACNE_EYEBAGS
Combined face acne and eyebags removal -
ACNE_EYEBAGS_SKIN_SMOOTHING
Combined face acne and eyebags removal, plus skin smoothing -
HAND_GESTURES
-
HAIR_RECOLOR
Hair recoloring in blonde -
TEXTURED_NAILS
-
EYES_CORRECTION
Activates eyes corrector -
LIPS_CORRECTION
Activates lips corrector -
BROWS_CORRECTION
Activates brows corrector
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-