| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition |
This is the Amazon Rekognition API reference.
|
| Modifier and Type | Method and Description |
|---|---|
default CompareFacesResponse |
RekognitionClient.compareFaces(CompareFacesRequest compareFacesRequest)
Compares a face in the source input image with each of the 100 largest faces detected in the target
input image.
|
default CompareFacesResponse |
RekognitionClient.compareFaces(Consumer<CompareFacesRequest.Builder> compareFacesRequest)
Compares a face in the source input image with each of the 100 largest faces detected in the target
input image.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CompareFacesResponse> |
RekognitionAsyncClient.compareFaces(CompareFacesRequest compareFacesRequest)
Compares a face in the source input image with each of the 100 largest faces detected in the target
input image.
|
default CompletableFuture<CompareFacesResponse> |
RekognitionAsyncClient.compareFaces(Consumer<CompareFacesRequest.Builder> compareFacesRequest)
Compares a face in the source input image with each of the 100 largest faces detected in the target
input image.
|
Copyright © 2021. All rights reserved.