| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
List<FaceMatch> |
SearchFacesResponse.faceMatches()
An array of faces that matched the input face, along with the confidence in the match.
|
List<FaceMatch> |
SearchFacesByImageResponse.faceMatches()
An array of faces that match the input face, along with the confidence in the match.
|
List<FaceMatch> |
PersonMatch.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 |
|---|---|
SearchFacesResponse.Builder |
SearchFacesResponse.Builder.faceMatches(FaceMatch... faceMatches)
An array of faces that matched the input face, along with the confidence in the match.
|
SearchFacesByImageResponse.Builder |
SearchFacesByImageResponse.Builder.faceMatches(FaceMatch... faceMatches)
An array of faces that match the input face, along with the confidence in the match.
|
PersonMatch.Builder |
PersonMatch.Builder.faceMatches(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 |
|---|---|
SearchFacesResponse.Builder |
SearchFacesResponse.Builder.faceMatches(Collection<FaceMatch> faceMatches)
An array of faces that matched the input face, along with the confidence in the match.
|
SearchFacesByImageResponse.Builder |
SearchFacesByImageResponse.Builder.faceMatches(Collection<FaceMatch> faceMatches)
An array of faces that match the input face, along with the confidence in the match.
|
PersonMatch.Builder |
PersonMatch.Builder.faceMatches(Collection<FaceMatch> faceMatches)
Information about the faces in the input collection that match the face of a person in the video.
|
Copyright © 2019. All rights reserved.