| Package | Description |
|---|---|
| com.amazonaws.services.rekognition |
This is the Amazon Rekognition API reference.
|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
GetTextDetectionResult |
AbstractAmazonRekognition.getTextDetection(GetTextDetectionRequest request) |
GetTextDetectionResult |
AmazonRekognition.getTextDetection(GetTextDetectionRequest getTextDetectionRequest)
Gets the text detection results of a Amazon Rekognition Video analysis started by StartTextDetection.
|
GetTextDetectionResult |
AmazonRekognitionClient.getTextDetection(GetTextDetectionRequest request)
Gets the text detection results of a Amazon Rekognition Video analysis started by StartTextDetection.
|
| Modifier and Type | Method and Description |
|---|---|
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> |
AbstractAmazonRekognitionAsync.getTextDetectionAsync(GetTextDetectionRequest request,
AsyncHandler<GetTextDetectionRequest,GetTextDetectionResult> asyncHandler) |
Future<GetTextDetectionResult> |
AmazonRekognitionAsyncClient.getTextDetectionAsync(GetTextDetectionRequest request,
AsyncHandler<GetTextDetectionRequest,GetTextDetectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetTextDetectionResult |
GetTextDetectionResult.clone() |
GetTextDetectionResult |
GetTextDetectionResult.withJobStatus(String jobStatus)
Current status of the text detection job.
|
GetTextDetectionResult |
GetTextDetectionResult.withJobStatus(VideoJobStatus jobStatus)
Current status of the text detection job.
|
GetTextDetectionResult |
GetTextDetectionResult.withNextToken(String nextToken)
If the response is truncated, Amazon Rekognition Video returns this token that you can use in the subsequent
request to retrieve the next set of text.
|
GetTextDetectionResult |
GetTextDetectionResult.withStatusMessage(String statusMessage)
If the job fails,
StatusMessage provides a descriptive error message. |
GetTextDetectionResult |
GetTextDetectionResult.withTextDetections(Collection<TextDetectionResult> textDetections)
An array of text detected in the video.
|
GetTextDetectionResult |
GetTextDetectionResult.withTextDetections(TextDetectionResult... textDetections)
An array of text detected in the video.
|
GetTextDetectionResult |
GetTextDetectionResult.withTextModelVersion(String textModelVersion)
Version number of the text detection model that was used to detect text.
|
GetTextDetectionResult |
GetTextDetectionResult.withVideoMetadata(VideoMetadata videoMetadata) |
Copyright © 2021. All rights reserved.