Agora RTC Objective-C API Reference  Refactor
Public Types | Data Fields
FaceShapeBeautyOptions Struct Reference

Public Types

enum  FACE_SHAPE_BEAUTY_STYLE { FACE_SHAPE_BEAUTY_STYLE_FEMALE = 0, FACE_SHAPE_BEAUTY_STYLE_MALE = 1, FACE_SHAPE_BEAUTY_STYLE_NATURAL = 2 }
 

Data Fields

FACE_SHAPE_BEAUTY_STYLE shapeStyle
 
int styleIntensity
 

Detailed Description

Since
v4.4.0

Member Enumeration Documentation

◆ FACE_SHAPE_BEAUTY_STYLE

The facial enhancement style options.

Since
v4.4.0
Enumerator
FACE_SHAPE_BEAUTY_STYLE_FEMALE 

0: (Default) Feminine style.

FACE_SHAPE_BEAUTY_STYLE_MALE 

1: Masculine style.

FACE_SHAPE_BEAUTY_STYLE_NATURAL 

2: The natural style beauty effect only makes minimal adjustments to facial features.

Since
v4.6.0

Constructor & Destructor Documentation

◆ FaceShapeBeautyOptions() [1/2]

FaceShapeBeautyOptions ( FACE_SHAPE_BEAUTY_STYLE  shapeStyle,
int  styleIntensity 
)
inline

◆ FaceShapeBeautyOptions() [2/2]

Field Documentation

◆ shapeStyle

Facial enhancement style options: FACE_SHAPE_BEAUTY_STYLE.

◆ styleIntensity

int 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.