| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
FaceDetail.Builder |
FaceDetail.Builder.ageRange(AgeRange ageRange)
The estimated age range, in years, for the face.
|
default FaceDetail.Builder |
FaceDetail.Builder.ageRange(Consumer<AgeRange.Builder> ageRange)
The estimated age range, in years, for the face.
|
FaceDetail.Builder |
FaceDetail.Builder.beard(Beard beard)
Indicates whether or not the face has a beard, and the confidence level in the determination.
|
default FaceDetail.Builder |
FaceDetail.Builder.beard(Consumer<Beard.Builder> beard)
Indicates whether or not the face has a beard, and the confidence level in the determination.
|
FaceDetail.Builder |
FaceDetail.Builder.boundingBox(BoundingBox boundingBox)
Bounding box of the face.
|
default FaceDetail.Builder |
FaceDetail.Builder.boundingBox(Consumer<BoundingBox.Builder> boundingBox)
Bounding box of the face.
|
static FaceDetail.Builder |
FaceDetail.builder() |
FaceDetail.Builder |
FaceDetail.Builder.confidence(Float confidence)
Confidence level that the bounding box contains a face (and not a different object such as a tree).
|
FaceDetail.Builder |
FaceDetail.Builder.emotions(Collection<Emotion> emotions)
The emotions that appear to be expressed on the face, and the confidence level in the determination.
|
FaceDetail.Builder |
FaceDetail.Builder.emotions(Consumer<Emotion.Builder>... emotions)
The emotions that appear to be expressed on the face, and the confidence level in the determination.
|
FaceDetail.Builder |
FaceDetail.Builder.emotions(Emotion... emotions)
The emotions that appear to be expressed on the face, and the confidence level in the determination.
|
default FaceDetail.Builder |
FaceDetail.Builder.eyeglasses(Consumer<Eyeglasses.Builder> eyeglasses)
Indicates whether or not the face is wearing eye glasses, and the confidence level in the determination.
|
FaceDetail.Builder |
FaceDetail.Builder.eyeglasses(Eyeglasses eyeglasses)
Indicates whether or not the face is wearing eye glasses, and the confidence level in the determination.
|
default FaceDetail.Builder |
FaceDetail.Builder.eyesOpen(Consumer<EyeOpen.Builder> eyesOpen)
Indicates whether or not the eyes on the face are open, and the confidence level in the determination.
|
FaceDetail.Builder |
FaceDetail.Builder.eyesOpen(EyeOpen eyesOpen)
Indicates whether or not the eyes on the face are open, and the confidence level in the determination.
|
default FaceDetail.Builder |
FaceDetail.Builder.gender(Consumer<Gender.Builder> gender)
The predicted gender of a detected face.
|
FaceDetail.Builder |
FaceDetail.Builder.gender(Gender gender)
The predicted gender of a detected face.
|
FaceDetail.Builder |
FaceDetail.Builder.landmarks(Collection<Landmark> landmarks)
Indicates the location of landmarks on the face.
|
FaceDetail.Builder |
FaceDetail.Builder.landmarks(Consumer<Landmark.Builder>... landmarks)
Indicates the location of landmarks on the face.
|
FaceDetail.Builder |
FaceDetail.Builder.landmarks(Landmark... landmarks)
Indicates the location of landmarks on the face.
|
default FaceDetail.Builder |
FaceDetail.Builder.mouthOpen(Consumer<MouthOpen.Builder> mouthOpen)
Indicates whether or not the mouth on the face is open, and the confidence level in the determination.
|
FaceDetail.Builder |
FaceDetail.Builder.mouthOpen(MouthOpen mouthOpen)
Indicates whether or not the mouth on the face is open, and the confidence level in the determination.
|
default FaceDetail.Builder |
FaceDetail.Builder.mustache(Consumer<Mustache.Builder> mustache)
Indicates whether or not the face has a mustache, and the confidence level in the determination.
|
FaceDetail.Builder |
FaceDetail.Builder.mustache(Mustache mustache)
Indicates whether or not the face has a mustache, and the confidence level in the determination.
|
default FaceDetail.Builder |
FaceDetail.Builder.pose(Consumer<Pose.Builder> pose)
Indicates the pose of the face as determined by its pitch, roll, and yaw.
|
FaceDetail.Builder |
FaceDetail.Builder.pose(Pose pose)
Indicates the pose of the face as determined by its pitch, roll, and yaw.
|
default FaceDetail.Builder |
FaceDetail.Builder.quality(Consumer<ImageQuality.Builder> quality)
Identifies image brightness and sharpness.
|
FaceDetail.Builder |
FaceDetail.Builder.quality(ImageQuality quality)
Identifies image brightness and sharpness.
|
default FaceDetail.Builder |
FaceDetail.Builder.smile(Consumer<Smile.Builder> smile)
Indicates whether or not the face is smiling, and the confidence level in the determination.
|
FaceDetail.Builder |
FaceDetail.Builder.smile(Smile smile)
Indicates whether or not the face is smiling, and the confidence level in the determination.
|
default FaceDetail.Builder |
FaceDetail.Builder.sunglasses(Consumer<Sunglasses.Builder> sunglasses)
Indicates whether or not the face is wearing sunglasses, and the confidence level in the determination.
|
FaceDetail.Builder |
FaceDetail.Builder.sunglasses(Sunglasses sunglasses)
Indicates whether or not the face is wearing sunglasses, and the confidence level in the determination.
|
FaceDetail.Builder |
FaceDetail.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FaceDetail.Builder> |
FaceDetail.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CelebrityDetail.Builder |
CelebrityDetail.Builder.face(Consumer<FaceDetail.Builder> face)
Face details for the recognized celebrity.
|
default FaceDetection.Builder |
FaceDetection.Builder.face(Consumer<FaceDetail.Builder> face)
The face properties for the detected face.
|
default PersonDetail.Builder |
PersonDetail.Builder.face(Consumer<FaceDetail.Builder> face)
Face details for the detected person.
|
default FaceRecord.Builder |
FaceRecord.Builder.faceDetail(Consumer<FaceDetail.Builder> faceDetail)
Structure containing attributes of the face that the algorithm detected.
|
default UnindexedFace.Builder |
UnindexedFace.Builder.faceDetail(Consumer<FaceDetail.Builder> faceDetail)
The structure that contains attributes of a face that
IndexFacesdetected, but didn't index. |
Copyright © 2022. All rights reserved.