getFaceShapeBeautyOptions [2/2]

Gets the beauty effect options.

public abstract FaceShapeBeautyOptions getFaceShapeBeautyOptions();
Since
v4.5.0

Calling this method can retrieve the current settings of the beauty effect.

Applicable scenarios

When the user opens the beauty style and style intensity menu in the app, you can call this method to get the current beauty effect options, then refresh the menu in the user interface according to the results, and update the UI.

Call timing

Call this method after calling enableVideo.

Restrictions

None.

Returns

  • A pointer to the FaceShapeBeautyOptions instance, if the method call succeeds.
  • NULL is returned, if the method call fails.