| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
FaceDetail |
FaceDetail.clone() |
FaceDetail |
FaceRecord.getFaceDetail() |
FaceDetail |
FaceDetail.withAgeRange(AgeRange ageRange)
The estimated age range, in years, for the face.
|
FaceDetail |
FaceDetail.withBeard(Beard beard)
Indicates whether or not the face has a beard, and the confidence level in the determination.
|
FaceDetail |
FaceDetail.withBoundingBox(BoundingBox boundingBox)
Bounding box of the face.
|
FaceDetail |
FaceDetail.withConfidence(Float confidence)
Confidence level that the bounding box contains a face (and not a different object such as a tree).
|
FaceDetail |
FaceDetail.withEmotions(Collection<Emotion> emotions)
The emotions detected on the face, and the confidence level in the determination.
|
FaceDetail |
FaceDetail.withEmotions(Emotion... emotions)
The emotions detected on the face, and the confidence level in the determination.
|
FaceDetail |
FaceDetail.withEyeglasses(Eyeglasses eyeglasses)
Indicates whether or not the face is wearing eye glasses, and the confidence level in the determination.
|
FaceDetail |
FaceDetail.withEyesOpen(EyeOpen eyesOpen)
Indicates whether or not the eyes on the face are open, and the confidence level in the determination.
|
FaceDetail |
FaceDetail.withGender(Gender gender)
Gender of the face and the confidence level in the determination.
|
FaceDetail |
FaceDetail.withLandmarks(Collection<Landmark> landmarks)
Indicates the location of the landmark on the face.
|
FaceDetail |
FaceDetail.withLandmarks(Landmark... landmarks)
Indicates the location of the landmark on the face.
|
FaceDetail |
FaceDetail.withMouthOpen(MouthOpen mouthOpen)
Indicates whether or not the mouth on the face is open, and the confidence level in the determination.
|
FaceDetail |
FaceDetail.withMustache(Mustache mustache)
Indicates whether or not the face has a mustache, and the confidence level in the determination.
|
FaceDetail |
FaceDetail.withPose(Pose pose)
Indicates the pose of the face as determined by pitch, roll, and the yaw.
|
FaceDetail |
FaceDetail.withQuality(ImageQuality quality)
Identifies image brightness and sharpness.
|
FaceDetail |
FaceDetail.withSmile(Smile smile)
Indicates whether or not the face is smiling, and the confidence level in the determination.
|
FaceDetail |
FaceDetail.withSunglasses(Sunglasses sunglasses)
Indicates whether or not the face is wearing sunglasses, and the confidence level in the determination.
|
| Modifier and Type | Method and Description |
|---|---|
List<FaceDetail> |
DetectFacesResult.getFaceDetails()
Details of each face found in the image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FaceRecord.setFaceDetail(FaceDetail faceDetail) |
FaceRecord |
FaceRecord.withFaceDetail(FaceDetail faceDetail) |
DetectFacesResult |
DetectFacesResult.withFaceDetails(FaceDetail... faceDetails)
Details of each face found in the image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DetectFacesResult.setFaceDetails(Collection<FaceDetail> faceDetails)
Details of each face found in the image.
|
DetectFacesResult |
DetectFacesResult.withFaceDetails(Collection<FaceDetail> faceDetails)
Details of each face found in the image.
|
Copyright © 2017. All rights reserved.