default FaceDetail.Builder |
FaceDetail.Builder.ageRange(Consumer<AgeRange.Builder> ageRange) |
The estimated age range, in years, for the face.
|
FaceDetail.Builder |
FaceDetail.Builder.ageRange(AgeRange ageRange) |
The estimated age range, in years, for the face.
|
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.beard(Beard beard) |
Indicates whether or not the face has a beard, and the confidence level in the determination.
|
default FaceDetail.Builder |
FaceDetail.Builder.boundingBox(Consumer<BoundingBox.Builder> boundingBox) |
Bounding box of the face.
|
FaceDetail.Builder |
FaceDetail.Builder.boundingBox(BoundingBox 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.eyeDirection(Consumer<EyeDirection.Builder> eyeDirection) |
Indicates the direction the eyes are gazing in, as defined by pitch and yaw.
|
FaceDetail.Builder |
FaceDetail.Builder.eyeDirection(EyeDirection eyeDirection) |
Indicates the direction the eyes are gazing in, as defined by pitch and yaw.
|
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.faceOccluded(Consumer<FaceOccluded.Builder> faceOccluded) |
FaceOccluded should return "true" with a high confidence score if a detected face’s eyes, nose,
and mouth are partially captured or if they are covered by masks, dark sunglasses, cell phones, hands, or
other objects.
|
FaceDetail.Builder |
FaceDetail.Builder.faceOccluded(FaceOccluded faceOccluded) |
FaceOccluded should return "true" with a high confidence score if a detected face’s eyes, nose,
and mouth are partially captured or if they are covered by masks, dark sunglasses, cell phones, hands, or
other objects.
|
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() |
|