| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition |
This is the Amazon Rekognition API reference.
|
| Modifier and Type | Method and Description |
|---|---|
default IndexFacesResponse |
RekognitionClient.indexFaces(Consumer<IndexFacesRequest.Builder> indexFacesRequest)
Detects faces in the input image and adds them to the specified collection.
|
default IndexFacesResponse |
RekognitionClient.indexFaces(IndexFacesRequest indexFacesRequest)
Detects faces in the input image and adds them to the specified collection.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<IndexFacesResponse> |
RekognitionAsyncClient.indexFaces(Consumer<IndexFacesRequest.Builder> indexFacesRequest)
Detects faces in the input image and adds them to the specified collection.
|
default CompletableFuture<IndexFacesResponse> |
RekognitionAsyncClient.indexFaces(IndexFacesRequest indexFacesRequest)
Detects faces in the input image and adds them to the specified collection.
|
Copyright © 2019. All rights reserved.