| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition |
This is the Amazon Rekognition API reference.
|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
default StartLabelDetectionResponse |
RekognitionClient.startLabelDetection(Consumer<StartLabelDetectionRequest.Builder> startLabelDetectionRequest)
Starts asynchronous detection of labels in a stored video.
|
default CompletableFuture<StartLabelDetectionResponse> |
RekognitionAsyncClient.startLabelDetection(Consumer<StartLabelDetectionRequest.Builder> startLabelDetectionRequest)
Starts asynchronous detection of labels in a stored video.
|
| Modifier and Type | Method and Description |
|---|---|
static StartLabelDetectionRequest.Builder |
StartLabelDetectionRequest.builder() |
StartLabelDetectionRequest.Builder |
StartLabelDetectionRequest.Builder.clientRequestToken(String clientRequestToken)
Idempotent token used to identify the start request.
|
StartLabelDetectionRequest.Builder |
StartLabelDetectionRequest.Builder.jobTag(String jobTag)
An identifier you specify that's returned in the completion notification that's published to your Amazon
Simple Notification Service topic.
|
StartLabelDetectionRequest.Builder |
StartLabelDetectionRequest.Builder.minConfidence(Float minConfidence)
Specifies the minimum confidence that Amazon Rekognition Video must have in order to return a detected label.
|
default StartLabelDetectionRequest.Builder |
StartLabelDetectionRequest.Builder.notificationChannel(Consumer<NotificationChannel.Builder> notificationChannel)
The Amazon SNS topic ARN you want Amazon Rekognition Video to publish the completion status of the label
detection operation to.
|
StartLabelDetectionRequest.Builder |
StartLabelDetectionRequest.Builder.notificationChannel(NotificationChannel notificationChannel)
The Amazon SNS topic ARN you want Amazon Rekognition Video to publish the completion status of the label
detection operation to.
|
StartLabelDetectionRequest.Builder |
StartLabelDetectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartLabelDetectionRequest.Builder |
StartLabelDetectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartLabelDetectionRequest.Builder |
StartLabelDetectionRequest.toBuilder() |
default StartLabelDetectionRequest.Builder |
StartLabelDetectionRequest.Builder.video(Consumer<Video.Builder> video)
The video in which you want to detect labels.
|
StartLabelDetectionRequest.Builder |
StartLabelDetectionRequest.Builder.video(Video video)
The video in which you want to detect labels.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartLabelDetectionRequest.Builder> |
StartLabelDetectionRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.