FaceShapeBeautyOptions

Face shaping style options.

export class FaceShapeBeautyOptions {
  shapeStyle?: FaceShapeBeautyStyle;
  styleIntensity?: number;
}

Properties

shapeStyle
Face shaping style. See FaceShapeBeautyStyle.
styleIntensity
Intensity of the face shaping style, ranging from [0,100], with a default value of 0.0, meaning no face shaping effect. The higher the value, the more noticeable the changes to the modified areas.