AWSRekognitionImageQuality

Objective-C

@interface AWSRekognitionImageQuality

Swift

class AWSRekognitionImageQuality

Identifies face image brightness and sharpness.

  • Value representing brightness of the face. The service returns a value between 0 and 100 (inclusive). A higher value indicates a brighter face image.

    Declaration

    Objective-C

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

    Swift

    var brightness: NSNumber? { get set }
  • Value representing sharpness of the face. The service returns a value between 0 and 100 (inclusive). A higher value indicates a sharper face image.

    Declaration

    Objective-C

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

    Swift

    var sharpness: NSNumber? { get set }