| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
CompareFacesMatch |
CompareFacesMatch.clone() |
CompareFacesMatch |
CompareFacesMatch.withFace(ComparedFace face)
Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
|
CompareFacesMatch |
CompareFacesMatch.withSimilarity(Float similarity)
Level of confidence that the faces match.
|
| Modifier and Type | Method and Description |
|---|---|
List<CompareFacesMatch> |
CompareFacesResult.getFaceMatches()
An array of faces in the target image that match the source image face.
|
| Modifier and Type | Method and Description |
|---|---|
CompareFacesResult |
CompareFacesResult.withFaceMatches(CompareFacesMatch... faceMatches)
An array of faces in the target image that match the source image face.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompareFacesResult.setFaceMatches(Collection<CompareFacesMatch> faceMatches)
An array of faces in the target image that match the source image face.
|
CompareFacesResult |
CompareFacesResult.withFaceMatches(Collection<CompareFacesMatch> faceMatches)
An array of faces in the target image that match the source image face.
|
Copyright © 2018. All rights reserved.