Package com.banuba.sdk.types
Enum Class FeatureId
- All Implemented Interfaces:
Serializable
,Comparable<FeatureId>
,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionCombined face acne and eyebags removalEnable latents filtration for AU, affects FRX face meshBody segmentation.Ears detectionActivates eyes correctorFace skin segmentationComputes coefficient for light correctionActivates lips correctorNails segmentation and recoloringWatch try-on -
Method Summary
-
Enum Constant Details
-
FRX
-
PULSE
-
ACTION_UNITS
-
BACKGROUND
-
HAIR
-
EYES
-
BROWS
-
SKIN
-
FACE
-
LIPS
-
LIPS_SHINE
-
OCCLUSSION
-
GLASSES
-
ACNE
-
HAND_SKELET
-
EYE_BAGS
-
FACE_ACNE
-
RULER
-
HAIR_STRAND
-
RING
-
NECK
-
POSE_ESTIMATION
-
BODY
Body segmentation. I.e. bodies detection on the frame. -
NAILS
Nails segmentation and recoloring -
ACNE_EYEBAGS
Combined face acne and eyebags removal -
HAND_GESTURES
-
TEXTURED_NAILS
-
EYES_CORRECTION
Activates eyes corrector -
LIPS_CORRECTION
Activates lips corrector -
LIGHT_CORRECTION
Computes coefficient for light correction -
WATCH
Watch try-on -
FACE_MATCH
-
EARS
Ears detection -
ACTION_UNITS_ANTIJITTER
Enable latents filtration for AU, affects FRX face mesh -
FACE_SKIN
Face skin segmentation -
FACE_ATTRIBUTES
-
PUPILLARY_DISTANCE
-
FROWN_DETECTION
-
GENDER_DETECT
-
TEETH_TONE
-
LIGHT_SOURCE
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-