| 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 GetLabelDetectionResponse |
RekognitionClient.getLabelDetection(Consumer<GetLabelDetectionRequest.Builder> getLabelDetectionRequest)
Gets the label detection results of a Amazon Rekognition Video analysis started by StartLabelDetection.
|
default GetLabelDetectionResponse |
RekognitionClient.getLabelDetection(GetLabelDetectionRequest getLabelDetectionRequest)
Gets the label detection results of a Amazon Rekognition Video analysis started by StartLabelDetection.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetLabelDetectionResponse> |
RekognitionAsyncClient.getLabelDetection(Consumer<GetLabelDetectionRequest.Builder> getLabelDetectionRequest)
Gets the label detection results of a Amazon Rekognition Video analysis started by StartLabelDetection.
|
default CompletableFuture<GetLabelDetectionResponse> |
RekognitionAsyncClient.getLabelDetection(GetLabelDetectionRequest getLabelDetectionRequest)
Gets the label detection results of a Amazon Rekognition Video analysis started by StartLabelDetection.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetLabelDetectionResponse> |
GetLabelDetectionIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetLabelDetectionPublisher.subscribe(org.reactivestreams.Subscriber<? super GetLabelDetectionResponse> subscriber) |
Copyright © 2020. All rights reserved.