Uses of Class
software.amazon.awssdk.services.rekognition.model.ContentModerationDetection
-
Packages that use ContentModerationDetection Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of ContentModerationDetection in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type ContentModerationDetection Modifier and Type Method Description List<ContentModerationDetection>GetContentModerationResponse. moderationLabels()The detected inappropriate, unwanted, or offensive content moderation labels and the time(s) they were detected.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type ContentModerationDetection Modifier and Type Method Description GetContentModerationResponse.BuilderGetContentModerationResponse.Builder. moderationLabels(ContentModerationDetection... moderationLabels)The detected inappropriate, unwanted, or offensive content moderation labels and the time(s) they were detected.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type ContentModerationDetection Modifier and Type Method Description GetContentModerationResponse.BuilderGetContentModerationResponse.Builder. moderationLabels(Collection<ContentModerationDetection> moderationLabels)The detected inappropriate, unwanted, or offensive content moderation labels and the time(s) they were detected.
-