| 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 |
|---|---|
StartTextDetectionResult |
AmazonRekognitionClient.startTextDetection(StartTextDetectionRequest request)
Starts asynchronous detection of text in a stored video.
|
StartTextDetectionResult |
AbstractAmazonRekognition.startTextDetection(StartTextDetectionRequest request) |
StartTextDetectionResult |
AmazonRekognition.startTextDetection(StartTextDetectionRequest startTextDetectionRequest)
Starts asynchronous detection of text in a stored video.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StartTextDetectionResult> |
AmazonRekognitionAsyncClient.startTextDetectionAsync(StartTextDetectionRequest request,
AsyncHandler<StartTextDetectionRequest,StartTextDetectionResult> asyncHandler) |
Future<StartTextDetectionResult> |
AbstractAmazonRekognitionAsync.startTextDetectionAsync(StartTextDetectionRequest request,
AsyncHandler<StartTextDetectionRequest,StartTextDetectionResult> asyncHandler) |
Future<StartTextDetectionResult> |
AmazonRekognitionAsync.startTextDetectionAsync(StartTextDetectionRequest startTextDetectionRequest,
AsyncHandler<StartTextDetectionRequest,StartTextDetectionResult> asyncHandler)
Starts asynchronous detection of text in a stored video.
|
| Modifier and Type | Method and Description |
|---|---|
StartTextDetectionResult |
StartTextDetectionResult.clone() |
StartTextDetectionResult |
StartTextDetectionResult.withJobId(String jobId)
Identifier for the text detection job.
|
Copyright © 2024. All rights reserved.