detectResult property

int? detectResult
final

人脸检测结果:

  • 0:检测成功;
  • !0:检测失败,失败原因详见CV 错误码

Implementation

final int? detectResult;