AWSRekognitionPose
Objective-C
@interface AWSRekognitionPose
Swift
class AWSRekognitionPose
Indicates the pose of the face as determined by its pitch, roll, and yaw.
-
Value representing the face rotation on the pitch axis.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable pitch;
Swift
var pitch: NSNumber? { get set }
-
Value representing the face rotation on the roll axis.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable roll;
Swift
var roll: NSNumber? { get set }
-
Value representing the face rotation on the yaw axis.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable yaw;
Swift
var yaw: NSNumber? { get set }