| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition |
This is the Amazon Rekognition API reference.
|
| software.amazon.awssdk.services.rekognition.paginators | |
| software.amazon.awssdk.services.rekognition.transform |
| Modifier and Type | Method and Description |
|---|---|
default GetLabelDetectionResponse |
RekognitionClient.getLabelDetection(GetLabelDetectionRequest 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.
|
default GetLabelDetectionIterable |
RekognitionClient.getLabelDetectionPaginator(GetLabelDetectionRequest getLabelDetectionRequest)
Gets the label detection results of a Amazon Rekognition Video analysis started by StartLabelDetection.
|
default GetLabelDetectionPublisher |
RekognitionAsyncClient.getLabelDetectionPaginator(GetLabelDetectionRequest getLabelDetectionRequest)
Gets the label detection results of a Amazon Rekognition Video analysis started by StartLabelDetection.
|
| Constructor and Description |
|---|
GetLabelDetectionIterable(RekognitionClient client,
GetLabelDetectionRequest firstRequest) |
GetLabelDetectionPublisher(RekognitionAsyncClient client,
GetLabelDetectionRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetLabelDetectionRequestMarshaller.marshall(GetLabelDetectionRequest getLabelDetectionRequest) |
Copyright © 2019. All rights reserved.