QEAutoFaceShapeData
@interface QEAutoFaceShapeData : NSObject
/****
* The face shaping status.
*/
@property (nonatomic, assign) kQueenAutoFaceShapeStatus status;
/****
* Face Yaw.
*/
@property (nonatomic, assign) float yaw;
/****
* Face Pitch.
*/
@property (nonatomic, assign) float pitch;
/****
* Face Roll.
*/
@property (nonatomic, assign) float roll;
@end
Undocumented
-
The face shaping status.
Declaration
Objective-C
@property (nonatomic) kQueenAutoFaceShapeStatus status;
-
Face Yaw.
Declaration
Objective-C
@property (nonatomic) float yaw;
-
Face Pitch.
Declaration
Objective-C
@property (nonatomic) float pitch;
-
Face Roll.
Declaration
Objective-C
@property (nonatomic) float roll;