| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
AgeRange |
AgeRange.clone() |
AgeRange |
FaceDetail.getAgeRange()
The estimated age range, in years, for the face.
|
AgeRange |
AgeRange.withHigh(Integer high)
The highest estimated age.
|
AgeRange |
AgeRange.withLow(Integer low)
The lowest estimated age.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FaceDetail.setAgeRange(AgeRange ageRange)
The estimated age range, in years, for the face.
|
FaceDetail |
FaceDetail.withAgeRange(AgeRange ageRange)
The estimated age range, in years, for the face.
|
Copyright © 2024. All rights reserved.