menu
volc_engine_rtc package
documentation
api/bytertc_video_effect_api.dart
RTCVideoEffect
disableFaceDetection abstract method
disableFaceDetection abstract method
dark_mode
light_mode
disableFaceDetection
abstract method
Future
<
int
?
>
disableFaceDetection
(
)
关闭人脸识别功能
返回值:
0:调用成功。
–1000:未集成特效 SDK。
–1001:特效 SDK 不支持该功能。
–1002:特效 SDK 版本不兼容。
< 0:调用失败,错误码对应具体描述参看
错误码表
。
Implementation
Future<int?> disableFaceDetection();
volc_engine_rtc package
documentation
api/bytertc_video_effect_api
RTCVideoEffect
disableFaceDetection abstract method
RTCVideoEffect class