AgoraFaceShapeBeautyOptions
美型风格选项。
Objective-C
__attribute__((visibility("default"))) @interface AgoraFaceShapeBeautyOptions: NSObject
@property(nonatomic, assign) AgoraFaceShapeStyle shapeStyle;
@property(nonatomic, assign) int styleIntensity;
@end
shapeStyle
美型风格,详见 AgoraFaceShapeStyle。
styleIntensity
美型风格强度,取值范围为 [0,100],其中默认值为 0.0,表示无美型效果。取值越大,修饰部位的改变越明显。