AWSRekognitionEmotion

Objective-C

@interface AWSRekognitionEmotion

Swift

class AWSRekognitionEmotion

The emotions that appear to be expressed on the face, and the confidence level in the determination. The API is only making a determination of the physical appearance of a person’s face. It is not a determination of the person’s internal emotional state and should not be used in such a way. For example, a person pretending to have a sad face might not be sad emotionally.

  • Level of confidence in the determination.

    Declaration

    Objective-C

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

    Swift

    var confidence: NSNumber? { get set }
  • Type of emotion detected.

    Declaration

    Objective-C

    @property (nonatomic) AWSRekognitionEmotionName types;

    Swift

    var types: AWSRekognitionEmotionName { get set }