Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
Instances
Eq AgeRange Source # | |
Read AgeRange Source # | |
Show AgeRange Source # | |
Generic AgeRange Source # | |
NFData AgeRange Source # | |
Defined in Amazonka.Rekognition.Types.AgeRange | |
Hashable AgeRange Source # | |
Defined in Amazonka.Rekognition.Types.AgeRange | |
FromJSON AgeRange Source # | |
type Rep AgeRange Source # | |
Defined in Amazonka.Rekognition.Types.AgeRange type Rep AgeRange = D1 ('MetaData "AgeRange" "Amazonka.Rekognition.Types.AgeRange" "libZSservicesZSamazonka-rekognitionZSamazonka-rekognition" 'False) (C1 ('MetaCons "AgeRange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "low") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "high") '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:low:AgeRange'
, ageRange_low
- The lowest estimated age.
$sel:high:AgeRange'
, ageRange_high
- The highest estimated age.