| Package | Description |
|---|---|
| com.amazonaws.services.rekognition |
This is the API Reference for Amazon
Rekognition Image, Amazon
Rekognition Custom Labels, Amazon
Rekognition Stored Video, Amazon
Rekognition Streaming Video.
|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
DetectTextResult |
AbstractAmazonRekognition.detectText(DetectTextRequest request) |
DetectTextResult |
AmazonRekognitionClient.detectText(DetectTextRequest request)
Detects text in the input image and converts it into machine-readable text.
|
DetectTextResult |
AmazonRekognition.detectText(DetectTextRequest detectTextRequest)
Detects text in the input image and converts it into machine-readable text.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DetectTextResult> |
AbstractAmazonRekognitionAsync.detectTextAsync(DetectTextRequest request) |
Future<DetectTextResult> |
AmazonRekognitionAsync.detectTextAsync(DetectTextRequest detectTextRequest)
Detects text in the input image and converts it into machine-readable text.
|
Future<DetectTextResult> |
AmazonRekognitionAsyncClient.detectTextAsync(DetectTextRequest request) |
Future<DetectTextResult> |
AbstractAmazonRekognitionAsync.detectTextAsync(DetectTextRequest request,
AsyncHandler<DetectTextRequest,DetectTextResult> asyncHandler) |
Future<DetectTextResult> |
AmazonRekognitionAsync.detectTextAsync(DetectTextRequest detectTextRequest,
AsyncHandler<DetectTextRequest,DetectTextResult> asyncHandler)
Detects text in the input image and converts it into machine-readable text.
|
Future<DetectTextResult> |
AmazonRekognitionAsyncClient.detectTextAsync(DetectTextRequest request,
AsyncHandler<DetectTextRequest,DetectTextResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<DetectTextResult> |
AbstractAmazonRekognitionAsync.detectTextAsync(DetectTextRequest request,
AsyncHandler<DetectTextRequest,DetectTextResult> asyncHandler) |
Future<DetectTextResult> |
AmazonRekognitionAsync.detectTextAsync(DetectTextRequest detectTextRequest,
AsyncHandler<DetectTextRequest,DetectTextResult> asyncHandler)
Detects text in the input image and converts it into machine-readable text.
|
Future<DetectTextResult> |
AmazonRekognitionAsyncClient.detectTextAsync(DetectTextRequest request,
AsyncHandler<DetectTextRequest,DetectTextResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DetectTextResult |
DetectTextResult.clone() |
DetectTextResult |
DetectTextResult.withTextDetections(Collection<TextDetection> textDetections)
An array of text that was detected in the input image.
|
DetectTextResult |
DetectTextResult.withTextDetections(TextDetection... textDetections)
An array of text that was detected in the input image.
|
DetectTextResult |
DetectTextResult.withTextModelVersion(String textModelVersion)
The model version used to detect text.
|
Copyright © 2022. All rights reserved.