default ComparedFace.Builder |
ComparedFace.Builder.boundingBox(Consumer<BoundingBox.Builder> boundingBox) |
Bounding box of the face.
|
ComparedFace.Builder |
ComparedFace.Builder.boundingBox(BoundingBox boundingBox) |
Bounding box of the face.
|
static ComparedFace.Builder |
ComparedFace.builder() |
|
ComparedFace.Builder |
ComparedFace.Builder.confidence(Float confidence) |
Level of confidence that what the bounding box contains is a face.
|
ComparedFace.Builder |
ComparedFace.Builder.emotions(Collection<Emotion> emotions) |
The emotions that appear to be expressed on the face, and the confidence level in the determination.
|
ComparedFace.Builder |
ComparedFace.Builder.emotions(Consumer<Emotion.Builder>... emotions) |
The emotions that appear to be expressed on the face, and the confidence level in the determination.
|
ComparedFace.Builder |
ComparedFace.Builder.emotions(Emotion... emotions) |
The emotions that appear to be expressed on the face, and the confidence level in the determination.
|
ComparedFace.Builder |
ComparedFace.Builder.landmarks(Collection<Landmark> landmarks) |
An array of facial landmarks.
|
ComparedFace.Builder |
ComparedFace.Builder.landmarks(Consumer<Landmark.Builder>... landmarks) |
An array of facial landmarks.
|
ComparedFace.Builder |
ComparedFace.Builder.landmarks(Landmark... landmarks) |
An array of facial landmarks.
|
default ComparedFace.Builder |
ComparedFace.Builder.pose(Consumer<Pose.Builder> pose) |
Indicates the pose of the face as determined by its pitch, roll, and yaw.
|
ComparedFace.Builder |
ComparedFace.Builder.pose(Pose pose) |
Indicates the pose of the face as determined by its pitch, roll, and yaw.
|
default ComparedFace.Builder |
ComparedFace.Builder.quality(Consumer<ImageQuality.Builder> quality) |
Identifies face image brightness and sharpness.
|
ComparedFace.Builder |
ComparedFace.Builder.quality(ImageQuality quality) |
Identifies face image brightness and sharpness.
|
default ComparedFace.Builder |
ComparedFace.Builder.smile(Consumer<Smile.Builder> smile) |
Indicates whether or not the face is smiling, and the confidence level in the determination.
|
ComparedFace.Builder |
ComparedFace.Builder.smile(Smile smile) |
Indicates whether or not the face is smiling, and the confidence level in the determination.
|
ComparedFace.Builder |
ComparedFace.toBuilder() |
|