| 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 DetectTextResponse |
RekognitionClient.detectText(Consumer<DetectTextRequest.Builder> detectTextRequest)
Detects text in the input image and converts it into machine-readable text.
|
default DetectTextResponse |
RekognitionClient.detectText(DetectTextRequest detectTextRequest)
Detects text in the input image and converts it into machine-readable text.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DetectTextResponse> |
RekognitionAsyncClient.detectText(Consumer<DetectTextRequest.Builder> detectTextRequest)
Detects text in the input image and converts it into machine-readable text.
|
default CompletableFuture<DetectTextResponse> |
RekognitionAsyncClient.detectText(DetectTextRequest detectTextRequest)
Detects text in the input image and converts it into machine-readable text.
|
Copyright © 2023. All rights reserved.