| 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 GetTextDetectionResponse |
RekognitionClient.getTextDetection(Consumer<GetTextDetectionRequest.Builder> getTextDetectionRequest)
Gets the text detection results of a Amazon Rekognition Video analysis started by StartTextDetection.
|
default GetTextDetectionResponse |
RekognitionClient.getTextDetection(GetTextDetectionRequest getTextDetectionRequest)
Gets the text detection results of a Amazon Rekognition Video analysis started by StartTextDetection.
|
| 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 CompletableFuture<GetTextDetectionResponse> |
RekognitionAsyncClient.getTextDetection(GetTextDetectionRequest getTextDetectionRequest)
Gets the text detection results of a Amazon Rekognition Video analysis started by StartTextDetection.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetTextDetectionResponse> |
GetTextDetectionIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetTextDetectionPublisher.subscribe(org.reactivestreams.Subscriber<? super GetTextDetectionResponse> subscriber) |
Copyright © 2021. All rights reserved.