| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition |
This is the API Reference for Amazon
Rekognition Image, Amazon
Rekognition Custom Labels, Amazon
Rekognition Stored Video, Amazon
Rekognition Streaming Video.
|
| 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 © 2023. All rights reserved.