| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition |
This is the Amazon Rekognition API reference.
|
| software.amazon.awssdk.services.rekognition.transform |
| Modifier and Type | Method and Description |
|---|---|
default SearchFacesByImageResponse |
RekognitionClient.searchFacesByImage(SearchFacesByImageRequest searchFacesByImageRequest)
For a given input image, first detects the largest face in the image, and then searches the specified collection
for matching faces.
|
default CompletableFuture<SearchFacesByImageResponse> |
RekognitionAsyncClient.searchFacesByImage(SearchFacesByImageRequest searchFacesByImageRequest)
For a given input image, first detects the largest face in the image, and then searches the specified collection
for matching faces.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
SearchFacesByImageRequestMarshaller.marshall(SearchFacesByImageRequest searchFacesByImageRequest) |
Copyright © 2021. All rights reserved.