| 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<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.
|
Future<StartTextDetectionResult> |
AmazonRekognitionAsyncClient.startTextDetectionAsync(StartTextDetectionRequest request,
AsyncHandler<StartTextDetectionRequest,StartTextDetectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartTextDetectionRequest |
StartTextDetectionRequest.clone() |
StartTextDetectionRequest |
StartTextDetectionRequest.withClientRequestToken(String clientRequestToken)
Idempotent token used to identify the start request.
|
StartTextDetectionRequest |
StartTextDetectionRequest.withFilters(StartTextDetectionFilters filters)
Optional parameters that let you set criteria the text must meet to be included in your response.
|
StartTextDetectionRequest |
StartTextDetectionRequest.withJobTag(String jobTag)
An identifier returned in the completion status published by your Amazon Simple Notification Service topic.
|
StartTextDetectionRequest |
StartTextDetectionRequest.withNotificationChannel(NotificationChannel notificationChannel) |
StartTextDetectionRequest |
StartTextDetectionRequest.withVideo(Video video) |
Copyright © 2022. All rights reserved.