| 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 |
|---|---|
Future<GetTextDetectionResult> |
AbstractAmazonRekognitionAsync.getTextDetectionAsync(GetTextDetectionRequest request,
AsyncHandler<GetTextDetectionRequest,GetTextDetectionResult> asyncHandler) |
Future<GetTextDetectionResult> |
AmazonRekognitionAsync.getTextDetectionAsync(GetTextDetectionRequest getTextDetectionRequest,
AsyncHandler<GetTextDetectionRequest,GetTextDetectionResult> asyncHandler)
Gets the text detection results of a Amazon Rekognition Video analysis started by StartTextDetection.
|
Future<GetTextDetectionResult> |
AmazonRekognitionAsyncClient.getTextDetectionAsync(GetTextDetectionRequest request,
AsyncHandler<GetTextDetectionRequest,GetTextDetectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetTextDetectionRequest |
GetTextDetectionRequest.clone() |
GetTextDetectionRequest |
GetTextDetectionRequest.withJobId(String jobId)
Job identifier for the text detection operation for which you want results returned.
|
GetTextDetectionRequest |
GetTextDetectionRequest.withMaxResults(Integer maxResults)
Maximum number of results to return per paginated call.
|
GetTextDetectionRequest |
GetTextDetectionRequest.withNextToken(String nextToken)
If the previous response was incomplete (because there are more labels to retrieve), Amazon Rekognition Video
returns a pagination token in the response.
|
Copyright © 2025. All rights reserved.