Agora RTC Objective-C API Reference  Refactor
Properties
AgoraFaceShapeBeautyOptions Class Reference

Inherits <NSObject>.

Properties

AgoraFaceShapeStyle shapeStyle
 
int styleIntensity
 

Detailed Description

The face shape beauty options in [setFaceShapeBeautyOptions]([AgoraRtcEngineKit setFaceShapeBeautyOptions:options:]).

This structure defines options for facial adjustments of different facial styles.

Property Documentation

◆ shapeStyle

- (AgoraFaceShapeStyle) shapeStyle
readwritenonatomicassign

The face shape style.

[AgoraFaceShapeStyle](AgoraFaceShapeStyle), used with the styleIntensity property:

  • 0: (Default) Female face shape style.
  • 1: Male face shape style.

◆ styleIntensity

- (int) styleIntensity
readwritenonatomicassign

The intensity of the pinching effect applied to the specified facial style.

The default value is 0. The value ranges from 0 (original) to 100.