lsqVideoCameraFaceDetectionResultType

人脸信息检测结果类型

Definition

typedef NS_ENUM(NSUInteger, lsqVideoCameraFaceDetectionResultType ) {
   lsqVideoCameraFaceDetectionResultTypeNoFaceDetected,
   lsqVideoCameraFaceDetectionResultTypeFaceDetected,
};

Constants

lsqVideoCameraFaceDetectionResultTypeNoFaceDetected

No face is detected

TuSDKVideoCameraBase.h.

lsqVideoCameraFaceDetectionResultTypeFaceDetected

Succeed

TuSDKVideoCameraBase.h.

TuSDKVideoCameraBase.h