| 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 GetTextDetectionResponse |
RekognitionClient.getTextDetection(GetTextDetectionRequest getTextDetectionRequest)
Gets the text detection results of a Amazon Rekognition Video analysis started by StartTextDetection.
|
default CompletableFuture<GetTextDetectionResponse> |
RekognitionAsyncClient.getTextDetection(GetTextDetectionRequest getTextDetectionRequest)
Gets the text detection results of a Amazon Rekognition Video analysis started by StartTextDetection.
|
default GetTextDetectionIterable |
RekognitionClient.getTextDetectionPaginator(GetTextDetectionRequest getTextDetectionRequest)
Gets the text detection results of a Amazon Rekognition Video analysis started by StartTextDetection.
|
default GetTextDetectionPublisher |
RekognitionAsyncClient.getTextDetectionPaginator(GetTextDetectionRequest getTextDetectionRequest)
Gets the text detection results of a Amazon Rekognition Video analysis started by StartTextDetection.
|
| Constructor and Description |
|---|
GetTextDetectionIterable(RekognitionClient client,
GetTextDetectionRequest firstRequest) |
GetTextDetectionPublisher(RekognitionAsyncClient client,
GetTextDetectionRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetTextDetectionRequestMarshaller.marshall(GetTextDetectionRequest getTextDetectionRequest) |
Copyright © 2021. All rights reserved.