disableFaceDetection abstract method

Future<int?> disableFaceDetection()

关闭人脸识别功能

返回值:

  • 0:调用成功。
  • –1000:未集成特效 SDK。
  • –1001:特效 SDK 不支持该功能。
  • –1002:特效 SDK 版本不兼容。
  • < 0:调用失败,错误码对应具体描述参看 错误码表

Implementation

Future<int?> disableFaceDetection();