FaceShapeBeautyOptions

Used to set beauty style effect parameters.

struct FaceShapeBeautyOptions {
  FACE_SHAPE_BEAUTY_STYLE shapeStyle;
  int styleIntensity;
};
Since
Added since v4.4.0.

Properties

shapeStyle
Beauty style effect option. See FACE_SHAPE_BEAUTY_STYLE.
styleIntensity
Intensity of the beauty style effect, range [0.0, 1.0]. Default is 0.0, meaning no effect. The higher the value, the more obvious the effect.