| 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.
|
| software.amazon.awssdk.services.rekognition.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListFacesResponse |
RekognitionClient.listFaces(Consumer<ListFacesRequest.Builder> listFacesRequest)
Returns metadata for faces in the specified collection.
|
default ListFacesResponse |
RekognitionClient.listFaces(ListFacesRequest listFacesRequest)
Returns metadata for faces in the specified collection.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListFacesResponse> |
RekognitionAsyncClient.listFaces(Consumer<ListFacesRequest.Builder> listFacesRequest)
Returns metadata for faces in the specified collection.
|
default CompletableFuture<ListFacesResponse> |
RekognitionAsyncClient.listFaces(ListFacesRequest listFacesRequest)
Returns metadata for faces in the specified collection.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListFacesResponse> |
ListFacesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListFacesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListFacesResponse> subscriber) |
Copyright © 2023. All rights reserved.