| 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 |
|---|---|
StartLabelDetectionResult |
AbstractAmazonRekognition.startLabelDetection(StartLabelDetectionRequest request) |
StartLabelDetectionResult |
AmazonRekognitionClient.startLabelDetection(StartLabelDetectionRequest request)
Starts asynchronous detection of labels in a stored video.
|
StartLabelDetectionResult |
AmazonRekognition.startLabelDetection(StartLabelDetectionRequest startLabelDetectionRequest)
Starts asynchronous detection of labels in a stored video.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StartLabelDetectionResult> |
AmazonRekognitionAsyncClient.startLabelDetectionAsync(StartLabelDetectionRequest request,
AsyncHandler<StartLabelDetectionRequest,StartLabelDetectionResult> asyncHandler) |
Future<StartLabelDetectionResult> |
AbstractAmazonRekognitionAsync.startLabelDetectionAsync(StartLabelDetectionRequest request,
AsyncHandler<StartLabelDetectionRequest,StartLabelDetectionResult> asyncHandler) |
Future<StartLabelDetectionResult> |
AmazonRekognitionAsync.startLabelDetectionAsync(StartLabelDetectionRequest startLabelDetectionRequest,
AsyncHandler<StartLabelDetectionRequest,StartLabelDetectionResult> asyncHandler)
Starts asynchronous detection of labels in a stored video.
|
| Modifier and Type | Method and Description |
|---|---|
StartLabelDetectionResult |
StartLabelDetectionResult.clone() |
StartLabelDetectionResult |
StartLabelDetectionResult.withJobId(String jobId)
The identifier for the label detection job.
|
Copyright © 2024. All rights reserved.