onFaceDetectResult property
Callback of the face detection result with Effect SDK.
After registering an RTCFaceDetectionObserver by calling RTCVideoEffect.enableFaceDetection and using the Effect SDK integrated in the RTC SDK, you will receive this callback.
Implementation
OnFaceDetectResultType? onFaceDetectResult;