Uses of Class
software.amazon.awssdk.services.rekognition.model.ModerationLabel
-
Packages that use ModerationLabel Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of ModerationLabel in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return ModerationLabel Modifier and Type Method Description ModerationLabelContentModerationDetection. moderationLabel()The content moderation label detected by in the stored video.Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type ModerationLabel Modifier and Type Method Description List<ModerationLabel>DetectModerationLabelsResponse. moderationLabels()Array of detected Moderation labels.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type ModerationLabel Modifier and Type Method Description ContentModerationDetection.BuilderContentModerationDetection.Builder. moderationLabel(ModerationLabel moderationLabel)The content moderation label detected by in the stored video.DetectModerationLabelsResponse.BuilderDetectModerationLabelsResponse.Builder. moderationLabels(ModerationLabel... moderationLabels)Array of detected Moderation labels.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type ModerationLabel Modifier and Type Method Description DetectModerationLabelsResponse.BuilderDetectModerationLabelsResponse.Builder. moderationLabels(Collection<ModerationLabel> moderationLabels)Array of detected Moderation labels.
-