public static interface DetectModerationLabelsResponse.Builder extends RekognitionResponse.Builder, SdkPojo, CopyableBuilder<DetectModerationLabelsResponse.Builder,DetectModerationLabelsResponse>
| Modifier and Type | Method and Description |
|---|---|
default DetectModerationLabelsResponse.Builder |
humanLoopActivationOutput(Consumer<HumanLoopActivationOutput.Builder> humanLoopActivationOutput)
Shows the results of the human in the loop evaluation.
|
DetectModerationLabelsResponse.Builder |
humanLoopActivationOutput(HumanLoopActivationOutput humanLoopActivationOutput)
Shows the results of the human in the loop evaluation.
|
DetectModerationLabelsResponse.Builder |
moderationLabels(Collection<ModerationLabel> moderationLabels)
Array of detected Moderation labels and the time, in milliseconds from the start of the video, they were
detected.
|
DetectModerationLabelsResponse.Builder |
moderationLabels(Consumer<ModerationLabel.Builder>... moderationLabels)
Array of detected Moderation labels and the time, in milliseconds from the start of the video, they were
detected.
|
DetectModerationLabelsResponse.Builder |
moderationLabels(ModerationLabel... moderationLabels)
Array of detected Moderation labels and the time, in milliseconds from the start of the video, they were
detected.
|
DetectModerationLabelsResponse.Builder |
moderationModelVersion(String moderationModelVersion)
Version number of the moderation detection model that was used to detect unsafe content.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDetectModerationLabelsResponse.Builder moderationLabels(Collection<ModerationLabel> moderationLabels)
Array of detected Moderation labels and the time, in milliseconds from the start of the video, they were detected.
moderationLabels - Array of detected Moderation labels and the time, in milliseconds from the start of the video, they
were detected.DetectModerationLabelsResponse.Builder moderationLabels(ModerationLabel... moderationLabels)
Array of detected Moderation labels and the time, in milliseconds from the start of the video, they were detected.
moderationLabels - Array of detected Moderation labels and the time, in milliseconds from the start of the video, they
were detected.DetectModerationLabelsResponse.Builder moderationLabels(Consumer<ModerationLabel.Builder>... moderationLabels)
Array of detected Moderation labels and the time, in milliseconds from the start of the video, they were detected.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #moderationLabels(List) .moderationLabels - a consumer that will call methods on List.Builder #moderationLabels(List) DetectModerationLabelsResponse.Builder moderationModelVersion(String moderationModelVersion)
Version number of the moderation detection model that was used to detect unsafe content.
moderationModelVersion - Version number of the moderation detection model that was used to detect unsafe content.DetectModerationLabelsResponse.Builder humanLoopActivationOutput(HumanLoopActivationOutput humanLoopActivationOutput)
Shows the results of the human in the loop evaluation.
humanLoopActivationOutput - Shows the results of the human in the loop evaluation.default DetectModerationLabelsResponse.Builder humanLoopActivationOutput(Consumer<HumanLoopActivationOutput.Builder> humanLoopActivationOutput)
Shows the results of the human in the loop evaluation.
This is a convenience that creates an instance of theHumanLoopActivationOutput.Builder avoiding the
need to create one manually via HumanLoopActivationOutput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to humanLoopActivationOutput(HumanLoopActivationOutput).humanLoopActivationOutput - a consumer that will call methods on HumanLoopActivationOutput.BuilderhumanLoopActivationOutput(HumanLoopActivationOutput)Copyright © 2020. All rights reserved.