Uses of Interface
software.amazon.awssdk.services.rekognition.model.ModerationLabel.Builder
-
Packages that use ModerationLabel.Builder Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of ModerationLabel.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return ModerationLabel.Builder Modifier and Type Method Description static ModerationLabel.BuilderModerationLabel. builder()ModerationLabel.BuilderModerationLabel.Builder. confidence(Float confidence)Specifies the confidence that Amazon Rekognition has that the label has been correctly identified.ModerationLabel.BuilderModerationLabel.Builder. name(String name)The label name for the type of unsafe content detected in the image.ModerationLabel.BuilderModerationLabel.Builder. parentName(String parentName)The name for the parent label.ModerationLabel.BuilderModerationLabel. toBuilder()Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type ModerationLabel.Builder Modifier and Type Method Description static Class<? extends ModerationLabel.Builder>ModerationLabel. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type ModerationLabel.Builder Modifier and Type Method Description default ContentModerationDetection.BuilderContentModerationDetection.Builder. moderationLabel(Consumer<ModerationLabel.Builder> moderationLabel)The content moderation label detected by in the stored video.
-