| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition |
This is the Amazon Rekognition API reference.
|
| software.amazon.awssdk.services.rekognition.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetCelebrityRecognitionResponse |
RekognitionClient.getCelebrityRecognition(Consumer<GetCelebrityRecognitionRequest.Builder> getCelebrityRecognitionRequest)
Gets the celebrity recognition results for a Amazon Rekognition Video analysis started by
StartCelebrityRecognition.
|
default GetCelebrityRecognitionResponse |
RekognitionClient.getCelebrityRecognition(GetCelebrityRecognitionRequest getCelebrityRecognitionRequest)
Gets the celebrity recognition results for a Amazon Rekognition Video analysis started by
StartCelebrityRecognition.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetCelebrityRecognitionResponse> |
RekognitionAsyncClient.getCelebrityRecognition(Consumer<GetCelebrityRecognitionRequest.Builder> getCelebrityRecognitionRequest)
Gets the celebrity recognition results for a Amazon Rekognition Video analysis started by
StartCelebrityRecognition.
|
default CompletableFuture<GetCelebrityRecognitionResponse> |
RekognitionAsyncClient.getCelebrityRecognition(GetCelebrityRecognitionRequest getCelebrityRecognitionRequest)
Gets the celebrity recognition results for a Amazon Rekognition Video analysis started by
StartCelebrityRecognition.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetCelebrityRecognitionResponse> |
GetCelebrityRecognitionIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetCelebrityRecognitionPublisher.subscribe(org.reactivestreams.Subscriber<? super GetCelebrityRecognitionResponse> subscriber) |
Copyright © 2019. All rights reserved.