| 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<GetTextDetectionResponse> |
RekognitionAsyncClient.getTextDetection(Consumer<GetTextDetectionRequest.Builder> getTextDetectionRequest)
Gets the text detection results of a Amazon Rekognition Video analysis started by StartTextDetection.
|
default GetTextDetectionResponse |
RekognitionClient.getTextDetection(Consumer<GetTextDetectionRequest.Builder> getTextDetectionRequest)
Gets the text detection results of a Amazon Rekognition Video analysis started by StartTextDetection.
|
default GetTextDetectionPublisher |
RekognitionAsyncClient.getTextDetectionPaginator(Consumer<GetTextDetectionRequest.Builder> getTextDetectionRequest)
Gets the text detection results of a Amazon Rekognition Video analysis started by StartTextDetection.
|
default GetTextDetectionIterable |
RekognitionClient.getTextDetectionPaginator(Consumer<GetTextDetectionRequest.Builder> getTextDetectionRequest)
Gets the text detection results of a Amazon Rekognition Video analysis started by StartTextDetection.
|
| Modifier and Type | Method and Description |
|---|---|
static GetTextDetectionRequest.Builder |
GetTextDetectionRequest.builder() |
GetTextDetectionRequest.Builder |
GetTextDetectionRequest.Builder.jobId(String jobId)
Job identifier for the text detection operation for which you want results returned.
|
GetTextDetectionRequest.Builder |
GetTextDetectionRequest.Builder.maxResults(Integer maxResults)
Maximum number of results to return per paginated call.
|
GetTextDetectionRequest.Builder |
GetTextDetectionRequest.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.
|
GetTextDetectionRequest.Builder |
GetTextDetectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetTextDetectionRequest.Builder |
GetTextDetectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetTextDetectionRequest.Builder |
GetTextDetectionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetTextDetectionRequest.Builder> |
GetTextDetectionRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.