AWSRekognitionAgeRange

Objective-C

@interface AWSRekognitionAgeRange

Swift

class AWSRekognitionAgeRange

Structure containing the estimated age range, in years, for a face.

Amazon Rekognition estimates an age range for faces detected in the input image. Estimated age ranges can overlap. A face of a 5-year-old might have an estimated range of 4-6, while the face of a 6-year-old might have an estimated range of 4-8.

  • The highest estimated age.

    Declaration

    Objective-C

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

    Swift

    var high: NSNumber? { get set }
  • low

    The lowest estimated age.

    Declaration

    Objective-C

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

    Swift

    var low: NSNumber? { get set }