FaceShapeBeautyOptions
The facial enhancement style options.
public class FaceShapeBeautyOptions {
public static final int FACE_SHAPE_BEAUTY_STYLE_FEMALE = 0;
public static final int FACE_SHAPE_BEAUTY_STYLE_MALE = 1;
public static final int FACE_SHAPE_BEAUTY_STYLE_NATURAL = 2;
public int shapeStyle;
public int styleIntensity;
}
Attributes
- shapeStyle
-
Facial enhancement style options:
- FACE_SHAPE_BEAUTY_STYLE_FEMALE0: (Default) Female.
- FACE_SHAPE_BEAUTY_STYLE_MALE1: Male.
- FACE_SHAPE_BEAUTY_STYLE_NATURAL(2): The natural style beauty effect only makes minimal adjustments to facial features.
- styleIntensity
- The intensity of the facial enhancement style, with a value range oof [0.0,1.0]. The default value is 0.0, which means no face enhancement effect. The higher the value, the more obvious the facial enhancement effect.