| Package | Description |
|---|---|
| com.amazonaws.services.rekognition |
This is the Amazon Rekognition API reference.
|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<StartLabelDetectionResult> |
AmazonRekognitionAsyncClient.startLabelDetectionAsync(StartLabelDetectionRequest request,
AsyncHandler<StartLabelDetectionRequest,StartLabelDetectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartLabelDetectionRequest |
StartLabelDetectionRequest.clone() |
StartLabelDetectionRequest |
StartLabelDetectionRequest.withClientRequestToken(String clientRequestToken)
Idempotent token used to identify the start request.
|
StartLabelDetectionRequest |
StartLabelDetectionRequest.withJobTag(String jobTag)
Unique identifier you specify to identify the job in the completion status published to the Amazon Simple
Notification Service topic.
|
StartLabelDetectionRequest |
StartLabelDetectionRequest.withMinConfidence(Float minConfidence)
Specifies the minimum confidence that Rekognition Video must have in order to return a detected label.
|
StartLabelDetectionRequest |
StartLabelDetectionRequest.withNotificationChannel(NotificationChannel notificationChannel)
The Amazon SNS topic ARN you want Rekognition Video to publish the completion status of the label detection
operation to.
|
StartLabelDetectionRequest |
StartLabelDetectionRequest.withVideo(Video video)
The video in which you want to detect labels.
|
Copyright © 2018. All rights reserved.