static StartLabelDetectionRequest.Builder |
StartLabelDetectionRequest.builder() |
|
StartLabelDetectionRequest.Builder |
StartLabelDetectionRequest.Builder.clientRequestToken(String clientRequestToken) |
Idempotent token used to identify the start request.
|
StartLabelDetectionRequest.Builder |
StartLabelDetectionRequest.Builder.features(Collection<LabelDetectionFeatureName> features) |
The features to return after video analysis.
|
StartLabelDetectionRequest.Builder |
StartLabelDetectionRequest.Builder.features(LabelDetectionFeatureName... features) |
The features to return after video analysis.
|
StartLabelDetectionRequest.Builder |
StartLabelDetectionRequest.Builder.featuresWithStrings(String... features) |
The features to return after video analysis.
|
StartLabelDetectionRequest.Builder |
StartLabelDetectionRequest.Builder.featuresWithStrings(Collection<String> features) |
The features to return after video analysis.
|
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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
StartLabelDetectionRequest.Builder |
StartLabelDetectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default StartLabelDetectionRequest.Builder |
StartLabelDetectionRequest.Builder.settings(Consumer<LabelDetectionSettings.Builder> settings) |
The settings for a StartLabelDetection request.Contains the specified parameters for the label detection
request of an asynchronous label analysis operation.
|
StartLabelDetectionRequest.Builder |
StartLabelDetectionRequest.Builder.settings(LabelDetectionSettings settings) |
The settings for a StartLabelDetection request.Contains the specified parameters for the label detection
request of an asynchronous label analysis operation.
|
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.
|