| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
ModerationLabel |
ModerationLabel.clone() |
ModerationLabel |
ContentModerationDetection.getModerationLabel()
The content moderation label detected by in the stored video.
|
ModerationLabel |
ModerationLabel.withConfidence(Float confidence)
Specifies the confidence that Amazon Rekognition has that the label has been correctly identified.
|
ModerationLabel |
ModerationLabel.withName(String name)
The label name for the type of unsafe content detected in the image.
|
ModerationLabel |
ModerationLabel.withParentName(String parentName)
The name for the parent label.
|
ModerationLabel |
ModerationLabel.withTaxonomyLevel(Integer taxonomyLevel)
The level of the moderation label with regard to its taxonomy, from 1 to 3.
|
| Modifier and Type | Method and Description |
|---|---|
List<ModerationLabel> |
DetectModerationLabelsResult.getModerationLabels()
Array of detected Moderation labels.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContentModerationDetection.setModerationLabel(ModerationLabel moderationLabel)
The content moderation label detected by in the stored video.
|
ContentModerationDetection |
ContentModerationDetection.withModerationLabel(ModerationLabel moderationLabel)
The content moderation label detected by in the stored video.
|
DetectModerationLabelsResult |
DetectModerationLabelsResult.withModerationLabels(ModerationLabel... moderationLabels)
Array of detected Moderation labels.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DetectModerationLabelsResult.setModerationLabels(Collection<ModerationLabel> moderationLabels)
Array of detected Moderation labels.
|
DetectModerationLabelsResult |
DetectModerationLabelsResult.withModerationLabels(Collection<ModerationLabel> moderationLabels)
Array of detected Moderation labels.
|
Copyright © 2025. All rights reserved.