AWSRekognitionEyeDirection

Objective-C

@interface AWSRekognitionEyeDirection

Swift

class AWSRekognitionEyeDirection

Indicates the direction the eyes are gazing in (independent of the head pose) as determined by its pitch and yaw.

  • The confidence that the service has in its predicted eye direction.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable confidence;

    Swift

    var confidence: NSNumber? { get set }
  • Value representing eye direction on the pitch axis.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable pitch;

    Swift

    var pitch: NSNumber? { get set }
  • yaw

    Value representing eye direction on the yaw axis.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable yaw;

    Swift

    var yaw: NSNumber? { get set }