| Package | Description |
|---|---|
| com.amazonaws.services.rekognition |
This is the Amazon Rekognition API reference.
|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
StartLabelDetectionResult |
AbstractAmazonRekognition.startLabelDetection(StartLabelDetectionRequest request) |
StartLabelDetectionResult |
AmazonRekognition.startLabelDetection(StartLabelDetectionRequest startLabelDetectionRequest)
Starts asynchronous detection of labels in a stored video.
|
StartLabelDetectionResult |
AmazonRekognitionClient.startLabelDetection(StartLabelDetectionRequest request)
Starts asynchronous detection of labels in a stored video.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StartLabelDetectionResult> |
AmazonRekognitionAsync.startLabelDetectionAsync(StartLabelDetectionRequest startLabelDetectionRequest,
AsyncHandler<StartLabelDetectionRequest,StartLabelDetectionResult> asyncHandler)
Starts asynchronous detection of labels in a stored video.
|
Future<StartLabelDetectionResult> |
AbstractAmazonRekognitionAsync.startLabelDetectionAsync(StartLabelDetectionRequest request,
AsyncHandler<StartLabelDetectionRequest,StartLabelDetectionResult> asyncHandler) |
Future<StartLabelDetectionResult> |
AmazonRekognitionAsyncClient.startLabelDetectionAsync(StartLabelDetectionRequest request,
AsyncHandler<StartLabelDetectionRequest,StartLabelDetectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartLabelDetectionResult |
StartLabelDetectionResult.clone() |
StartLabelDetectionResult |
StartLabelDetectionResult.withJobId(String jobId)
The identifier for the label detection job.
|
Copyright © 2021. All rights reserved.