| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
List<CompareFacesMatch> |
CompareFacesResponse.faceMatches()
An array of faces in the target image that match the source image face.
|
| Modifier and Type | Method and Description |
|---|---|
CompareFacesResponse.Builder |
CompareFacesResponse.Builder.faceMatches(CompareFacesMatch... faceMatches)
An array of faces in the target image that match the source image face.
|
| Modifier and Type | Method and Description |
|---|---|
CompareFacesResponse.Builder |
CompareFacesResponse.Builder.faceMatches(Collection<CompareFacesMatch> faceMatches)
An array of faces in the target image that match the source image face.
|
Copyright © 2020. All rights reserved.