| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
FaceMatch |
FaceMatch.clone() |
FaceMatch |
FaceMatch.withFace(Face face)
Describes the face properties such as the bounding box, face ID, image ID of the source image, and external image
ID that you assigned.
|
FaceMatch |
FaceMatch.withSimilarity(Float similarity)
Confidence in the match of this face with the input face.
|
| Modifier and Type | Method and Description |
|---|---|
List<FaceMatch> |
SearchFacesByImageResult.getFaceMatches()
An array of faces that match the input face, along with the confidence in the match.
|
List<FaceMatch> |
SearchFacesResult.getFaceMatches()
An array of faces that matched the input face, along with the confidence in the match.
|
List<FaceMatch> |
PersonMatch.getFaceMatches()
Information about the faces in the input collection that match the face of a person in the video.
|
| Modifier and Type | Method and Description |
|---|---|
SearchFacesByImageResult |
SearchFacesByImageResult.withFaceMatches(FaceMatch... faceMatches)
An array of faces that match the input face, along with the confidence in the match.
|
SearchFacesResult |
SearchFacesResult.withFaceMatches(FaceMatch... faceMatches)
An array of faces that matched the input face, along with the confidence in the match.
|
PersonMatch |
PersonMatch.withFaceMatches(FaceMatch... faceMatches)
Information about the faces in the input collection that match the face of a person in the video.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchFacesByImageResult.setFaceMatches(Collection<FaceMatch> faceMatches)
An array of faces that match the input face, along with the confidence in the match.
|
void |
SearchFacesResult.setFaceMatches(Collection<FaceMatch> faceMatches)
An array of faces that matched the input face, along with the confidence in the match.
|
void |
PersonMatch.setFaceMatches(Collection<FaceMatch> faceMatches)
Information about the faces in the input collection that match the face of a person in the video.
|
SearchFacesByImageResult |
SearchFacesByImageResult.withFaceMatches(Collection<FaceMatch> faceMatches)
An array of faces that match the input face, along with the confidence in the match.
|
SearchFacesResult |
SearchFacesResult.withFaceMatches(Collection<FaceMatch> faceMatches)
An array of faces that matched the input face, along with the confidence in the match.
|
PersonMatch |
PersonMatch.withFaceMatches(Collection<FaceMatch> faceMatches)
Information about the faces in the input collection that match the face of a person in the video.
|
Copyright © 2022. All rights reserved.