QELivingHumanInfoData
@interface QELivingHumanInfoData : NSObject
@property (nonatomic, assign) float score;
@property (nonatomic, strong) NSArray<QELivingHumanDetectedItem *> *detectedItems;
@property (nonatomic, assign) int faceNum;
@property (nonatomic, assign) int detectType;
@end
Undocumented
-
Undocumented
Declaration
Objective-C
@property (nonatomic) float score -
Undocumented
Declaration
Objective-C
@property (nonatomic, strong) NSArray<QELivingHumanDetectedItem *> *detectedItems -
Undocumented
Declaration
Objective-C
@property (nonatomic) int faceNum -
Undocumented
Declaration
Objective-C
@property (nonatomic) int detectType
QELivingHumanInfoData Class Reference