| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
FaceDetail |
FaceDetail.clone() |
FaceDetail |
CelebrityDetail.getFace()
Face details for the recognized celebrity.
|
FaceDetail |
FaceDetection.getFace()
The face properties for the detected face.
|
FaceDetail |
PersonDetail.getFace()
Face details for the detected person.
|
FaceDetail |
UnindexedFace.getFaceDetail()
The structure that contains attributes of a face that
IndexFacesdetected, but didn't index. |
FaceDetail |
FaceRecord.getFaceDetail()
Structure containing attributes of the face that the algorithm detected.
|
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 that appear to be expressed on the face, and the confidence level in the determination.
|
FaceDetail |
FaceDetail.withEmotions(Emotion... emotions)
The emotions that appear to be expressed 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)
The predicted gender of a detected face.
|
FaceDetail |
FaceDetail.withLandmarks(Collection<Landmark> landmarks)
Indicates the location of landmarks on the face.
|
FaceDetail |
FaceDetail.withLandmarks(Landmark... landmarks)
Indicates the location of landmarks 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 its pitch, roll, and 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 |
CelebrityDetail.setFace(FaceDetail face)
Face details for the recognized celebrity.
|
void |
FaceDetection.setFace(FaceDetail face)
The face properties for the detected face.
|
void |
PersonDetail.setFace(FaceDetail face)
Face details for the detected person.
|
void |
UnindexedFace.setFaceDetail(FaceDetail faceDetail)
The structure that contains attributes of a face that
IndexFacesdetected, but didn't index. |
void |
FaceRecord.setFaceDetail(FaceDetail faceDetail)
Structure containing attributes of the face that the algorithm detected.
|
CelebrityDetail |
CelebrityDetail.withFace(FaceDetail face)
Face details for the recognized celebrity.
|
FaceDetection |
FaceDetection.withFace(FaceDetail face)
The face properties for the detected face.
|
PersonDetail |
PersonDetail.withFace(FaceDetail face)
Face details for the detected person.
|
UnindexedFace |
UnindexedFace.withFaceDetail(FaceDetail faceDetail)
The structure that contains attributes of a face that
IndexFacesdetected, but didn't index. |
FaceRecord |
FaceRecord.withFaceDetail(FaceDetail faceDetail)
Structure containing attributes of the face that the algorithm detected.
|
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 © 2022. All rights reserved.