You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Rekognition::Types::AgeRange

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#highInteger

The highest estimated age.

Returns:

  • (Integer)

    The highest estimated age.

#lowInteger

The lowest estimated age.

Returns:

  • (Integer)

    The lowest estimated age.