OnFaceDetectResultType typedef

OnFaceDetectResultType = void Function(FaceDetectionResult result)

result:人脸检测结果

Implementation

typedef OnFaceDetectResultType = void Function(FaceDetectionResult result);