| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition |
This is the Amazon Rekognition API reference.
|
| Modifier and Type | Method and Description |
|---|---|
default StartTextDetectionResponse |
RekognitionClient.startTextDetection(Consumer<StartTextDetectionRequest.Builder> startTextDetectionRequest)
Starts asynchronous detection of text in a stored video.
|
default StartTextDetectionResponse |
RekognitionClient.startTextDetection(StartTextDetectionRequest startTextDetectionRequest)
Starts asynchronous detection of text in a stored video.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StartTextDetectionResponse> |
RekognitionAsyncClient.startTextDetection(Consumer<StartTextDetectionRequest.Builder> startTextDetectionRequest)
Starts asynchronous detection of text in a stored video.
|
default CompletableFuture<StartTextDetectionResponse> |
RekognitionAsyncClient.startTextDetection(StartTextDetectionRequest startTextDetectionRequest)
Starts asynchronous detection of text in a stored video.
|
Copyright © 2020. All rights reserved.