onExpressionDetectResult method

FutureOr<void> onExpressionDetectResult(
  1. ExpressionDetectResult result
)

@hidden for internal use only @detail callback @author zhushufan.ref @brief Callback of the result of face detection with Effect SDK.
After calling registerFaceDetectionObserver and setVideoEffectExpressionDetect{@link #IVideoEffect#setVideoEffectExpressionDetect}, you will receive this callback. @param result Expression detection result. See ExpressionDetectResult{@link #ExpressionDetectResult}.

Implementation

FutureOr<void> onExpressionDetectResult(
    ExpressionDetectResult result) async {}