Agora RTC Objective-C API Reference
Refactor
|
Inherits <NSObject>.
Properties | |
AgoraFaceShapeArea | shapeArea |
int | shapeIntensity |
Face shape area options in [setFaceShapeAreaOptions]([AgoraRtcEngineKit setFaceShapeAreaOptions:]).
This structure defines options for facial adjustments on different facial areas.
|
readwritenonatomicassign |
The specific facial area to be adjusted.
[AgoraFaceShapeArea](AgoraFaceShapeArea), used with the shapeIntensity property:
|
readwritenonatomicassign |
The intensity of the pinching effect applied to the specified facial area.
For the following area values: AgoraFaceShapeAreaForehead, AgoraFaceShapeAreaFaceLength, AgoraFaceShapeAreaChin, AgoraFaceShapeAreaNoseLength, AgoraFaceShapeAreaNoseWidth, AgoraFaceShapeAreaMouthScale, the value ranges from -100 to 100. The default value is 0. The greater the absolute value, the stronger the intensity applied to the specified facial area, and negative values indicate the opposite direction.
For enumeration values other than the above, the value ranges from 0 to 100. The default value is 0. The greater the value, the stronger the intensity applied to the specified facial area.