| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
ComparedFace |
ComparedFace.clone() |
ComparedFace |
CompareFacesMatch.getFace()
Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
|
ComparedFace |
Celebrity.getFace()
Provides information about the celebrity's face, such as its location on the image.
|
ComparedFace |
ComparedFace.withBoundingBox(BoundingBox boundingBox)
Bounding box of the face.
|
ComparedFace |
ComparedFace.withConfidence(Float confidence)
Level of confidence that what the bounding box contains is a face.
|
ComparedFace |
ComparedFace.withEmotions(Collection<Emotion> emotions)
The emotions that appear to be expressed on the face, and the confidence level in the determination.
|
ComparedFace |
ComparedFace.withEmotions(Emotion... emotions)
The emotions that appear to be expressed on the face, and the confidence level in the determination.
|
ComparedFace |
ComparedFace.withLandmarks(Collection<Landmark> landmarks)
An array of facial landmarks.
|
ComparedFace |
ComparedFace.withLandmarks(Landmark... landmarks)
An array of facial landmarks.
|
ComparedFace |
ComparedFace.withPose(Pose pose)
Indicates the pose of the face as determined by its pitch, roll, and yaw.
|
ComparedFace |
ComparedFace.withQuality(ImageQuality quality)
Identifies face image brightness and sharpness.
|
ComparedFace |
ComparedFace.withSmile(Smile smile)
Indicates whether or not the face is smiling, and the confidence level in the determination.
|
| Modifier and Type | Method and Description |
|---|---|
List<ComparedFace> |
CompareFacesResult.getUnmatchedFaces()
An array of faces in the target image that did not match the source image face.
|
List<ComparedFace> |
RecognizeCelebritiesResult.getUnrecognizedFaces()
Details about each unrecognized face in the image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompareFacesMatch.setFace(ComparedFace face)
Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
|
void |
Celebrity.setFace(ComparedFace face)
Provides information about the celebrity's face, such as its location on the image.
|
CompareFacesMatch |
CompareFacesMatch.withFace(ComparedFace face)
Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
|
Celebrity |
Celebrity.withFace(ComparedFace face)
Provides information about the celebrity's face, such as its location on the image.
|
CompareFacesResult |
CompareFacesResult.withUnmatchedFaces(ComparedFace... unmatchedFaces)
An array of faces in the target image that did not match the source image face.
|
RecognizeCelebritiesResult |
RecognizeCelebritiesResult.withUnrecognizedFaces(ComparedFace... unrecognizedFaces)
Details about each unrecognized face in the image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompareFacesResult.setUnmatchedFaces(Collection<ComparedFace> unmatchedFaces)
An array of faces in the target image that did not match the source image face.
|
void |
RecognizeCelebritiesResult.setUnrecognizedFaces(Collection<ComparedFace> unrecognizedFaces)
Details about each unrecognized face in the image.
|
CompareFacesResult |
CompareFacesResult.withUnmatchedFaces(Collection<ComparedFace> unmatchedFaces)
An array of faces in the target image that did not match the source image face.
|
RecognizeCelebritiesResult |
RecognizeCelebritiesResult.withUnrecognizedFaces(Collection<ComparedFace> unrecognizedFaces)
Details about each unrecognized face in the image.
|
Copyright © 2025. All rights reserved.