| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition |
This is the API Reference for Amazon
Rekognition Image, Amazon
Rekognition Custom Labels, Amazon
Rekognition Stored Video, Amazon
Rekognition Streaming Video.
|
| Modifier and Type | Method and Description |
|---|---|
default SearchFacesResponse |
RekognitionClient.searchFaces(Consumer<SearchFacesRequest.Builder> searchFacesRequest)
For a given input face ID, searches for matching faces in the collection the face belongs to.
|
default SearchFacesResponse |
RekognitionClient.searchFaces(SearchFacesRequest searchFacesRequest)
For a given input face ID, searches for matching faces in the collection the face belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SearchFacesResponse> |
RekognitionAsyncClient.searchFaces(Consumer<SearchFacesRequest.Builder> searchFacesRequest)
For a given input face ID, searches for matching faces in the collection the face belongs to.
|
default CompletableFuture<SearchFacesResponse> |
RekognitionAsyncClient.searchFaces(SearchFacesRequest searchFacesRequest)
For a given input face ID, searches for matching faces in the collection the face belongs to.
|
Copyright © 2023. All rights reserved.