| Package | Description |
|---|---|
| com.amazonaws.services.rekognition |
This is the Amazon Rekognition API reference.
|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
StartTextDetectionResult |
AbstractAmazonRekognition.startTextDetection(StartTextDetectionRequest request) |
StartTextDetectionResult |
AmazonRekognition.startTextDetection(StartTextDetectionRequest startTextDetectionRequest)
Starts asynchronous detection of text in a stored video.
|
StartTextDetectionResult |
AmazonRekognitionClient.startTextDetection(StartTextDetectionRequest request)
Starts asynchronous detection of text in a stored video.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StartTextDetectionResult> |
AmazonRekognitionAsync.startTextDetectionAsync(StartTextDetectionRequest startTextDetectionRequest,
AsyncHandler<StartTextDetectionRequest,StartTextDetectionResult> asyncHandler)
Starts asynchronous detection of text in a stored video.
|
Future<StartTextDetectionResult> |
AmazonRekognitionAsyncClient.startTextDetectionAsync(StartTextDetectionRequest request,
AsyncHandler<StartTextDetectionRequest,StartTextDetectionResult> asyncHandler) |
Future<StartTextDetectionResult> |
AbstractAmazonRekognitionAsync.startTextDetectionAsync(StartTextDetectionRequest request,
AsyncHandler<StartTextDetectionRequest,StartTextDetectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartTextDetectionResult |
StartTextDetectionResult.clone() |
StartTextDetectionResult |
StartTextDetectionResult.withJobId(String jobId)
Identifier for the text detection job.
|
Copyright © 2022. All rights reserved.