| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
ComparedFace |
Celebrity.face()
Provides information about the celebrity's face, such as its location on the image.
|
ComparedFace |
CompareFacesMatch.face()
Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
|
| Modifier and Type | Method and Description |
|---|---|
List<ComparedFace> |
CompareFacesResponse.unmatchedFaces()
An array of faces in the target image that did not match the source image face.
|
List<ComparedFace> |
RecognizeCelebritiesResponse.unrecognizedFaces()
Details about each unrecognized face in the image.
|
| Modifier and Type | Method and Description |
|---|---|
Celebrity.Builder |
Celebrity.Builder.face(ComparedFace face)
Provides information about the celebrity's face, such as its location on the image.
|
CompareFacesMatch.Builder |
CompareFacesMatch.Builder.face(ComparedFace face)
Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
|
CompareFacesResponse.Builder |
CompareFacesResponse.Builder.unmatchedFaces(ComparedFace... unmatchedFaces)
An array of faces in the target image that did not match the source image face.
|
RecognizeCelebritiesResponse.Builder |
RecognizeCelebritiesResponse.Builder.unrecognizedFaces(ComparedFace... unrecognizedFaces)
Details about each unrecognized face in the image.
|
| Modifier and Type | Method and Description |
|---|---|
CompareFacesResponse.Builder |
CompareFacesResponse.Builder.unmatchedFaces(Collection<ComparedFace> unmatchedFaces)
An array of faces in the target image that did not match the source image face.
|
RecognizeCelebritiesResponse.Builder |
RecognizeCelebritiesResponse.Builder.unrecognizedFaces(Collection<ComparedFace> unrecognizedFaces)
Details about each unrecognized face in the image.
|
Copyright © 2021. All rights reserved.