| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition |
This is the Amazon Rekognition API reference.
|
| software.amazon.awssdk.services.rekognition.model |
| 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 GetLabelDetectionResponse |
RekognitionClient.getLabelDetection(Consumer<GetLabelDetectionRequest.Builder> getLabelDetectionRequest)
Gets the label detection results of a Amazon Rekognition Video analysis started by StartLabelDetection.
|
default GetLabelDetectionPublisher |
RekognitionAsyncClient.getLabelDetectionPaginator(Consumer<GetLabelDetectionRequest.Builder> getLabelDetectionRequest)
Gets the label detection results of a Amazon Rekognition Video analysis started by StartLabelDetection.
|
default GetLabelDetectionIterable |
RekognitionClient.getLabelDetectionPaginator(Consumer<GetLabelDetectionRequest.Builder> getLabelDetectionRequest)
Gets the label detection results of a Amazon Rekognition Video analysis started by StartLabelDetection.
|
| Modifier and Type | Method and Description |
|---|---|
static GetLabelDetectionRequest.Builder |
GetLabelDetectionRequest.builder() |
GetLabelDetectionRequest.Builder |
GetLabelDetectionRequest.Builder.jobId(String jobId)
Job identifier for the label detection operation for which you want results returned.
|
GetLabelDetectionRequest.Builder |
GetLabelDetectionRequest.Builder.maxResults(Integer maxResults)
Maximum number of results to return per paginated call.
|
GetLabelDetectionRequest.Builder |
GetLabelDetectionRequest.Builder.nextToken(String nextToken)
If the previous response was incomplete (because there are more labels to retrieve), Amazon Rekognition Video
returns a pagination token in the response.
|
GetLabelDetectionRequest.Builder |
GetLabelDetectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetLabelDetectionRequest.Builder |
GetLabelDetectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetLabelDetectionRequest.Builder |
GetLabelDetectionRequest.Builder.sortBy(LabelDetectionSortBy sortBy)
Sort to use for elements in the
Labels array. |
GetLabelDetectionRequest.Builder |
GetLabelDetectionRequest.Builder.sortBy(String sortBy)
Sort to use for elements in the
Labels array. |
GetLabelDetectionRequest.Builder |
GetLabelDetectionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetLabelDetectionRequest.Builder> |
GetLabelDetectionRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.