| 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<StartLabelDetectionResult> |
AbstractAmazonRekognitionAsync.startLabelDetectionAsync(StartLabelDetectionRequest request,
AsyncHandler<StartLabelDetectionRequest,StartLabelDetectionResult> asyncHandler) |
Future<StartLabelDetectionResult> |
AmazonRekognitionAsyncClient.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 |
|---|---|
StartLabelDetectionRequest |
StartLabelDetectionRequest.clone() |
StartLabelDetectionRequest |
StartLabelDetectionRequest.withClientRequestToken(String clientRequestToken)
Idempotent token used to identify the start request.
|
StartLabelDetectionRequest |
StartLabelDetectionRequest.withFeatures(Collection<String> features)
The features to return after video analysis.
|
StartLabelDetectionRequest |
StartLabelDetectionRequest.withFeatures(LabelDetectionFeatureName... features)
The features to return after video analysis.
|
StartLabelDetectionRequest |
StartLabelDetectionRequest.withFeatures(String... features)
The features to return after video analysis.
|
StartLabelDetectionRequest |
StartLabelDetectionRequest.withJobTag(String jobTag)
An identifier you specify that's returned in the completion notification that's published to your Amazon Simple
Notification Service topic.
|
StartLabelDetectionRequest |
StartLabelDetectionRequest.withMinConfidence(Float minConfidence)
Specifies the minimum confidence that Amazon Rekognition Video must have in order to return a detected label.
|
StartLabelDetectionRequest |
StartLabelDetectionRequest.withNotificationChannel(NotificationChannel notificationChannel)
The Amazon SNS topic ARN you want Amazon Rekognition Video to publish the completion status of the label
detection operation to.
|
StartLabelDetectionRequest |
StartLabelDetectionRequest.withSettings(LabelDetectionSettings settings)
The settings for a StartLabelDetection request.Contains the specified parameters for the label detection request
of an asynchronous label analysis operation.
|
StartLabelDetectionRequest |
StartLabelDetectionRequest.withVideo(Video video)
The video in which you want to detect labels.
|
Copyright © 2024. All rights reserved.