FaceShapeBeautyOptions

Face shaping style options.

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

Properties

shapeStyle
Face shaping style. See FaceShapeBeautyStyle.
styleIntensity
Face shaping style intensity. Value range: [0,100], with a default value of 0.0, meaning no shaping effect. The greater the value, the more obvious the change in shaped area.