| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Rekognition.Types.AgeRange
Description
Documentation
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.
See: newAgeRange smart constructor.
Constructors
| AgeRange' | |
Instances
| FromJSON AgeRange Source # | |
| Generic AgeRange Source # | |
| Read AgeRange Source # | |
| Show AgeRange Source # | |
| NFData AgeRange Source # | |
Defined in Amazonka.Rekognition.Types.AgeRange | |
| Eq AgeRange Source # | |
| Hashable AgeRange Source # | |
Defined in Amazonka.Rekognition.Types.AgeRange | |
| type Rep AgeRange Source # | |
Defined in Amazonka.Rekognition.Types.AgeRange type Rep AgeRange = D1 ('MetaData "AgeRange" "Amazonka.Rekognition.Types.AgeRange" "amazonka-rekognition-2.0-EaCrS9R3rWADqefEZvOx5B" 'False) (C1 ('MetaCons "AgeRange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "high") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "low") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) | |
newAgeRange :: AgeRange Source #
Create a value of AgeRange with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:high:AgeRange', ageRange_high - The highest estimated age.
$sel:low:AgeRange', ageRange_low - The lowest estimated age.