| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
ModerationLabel |
ModerationLabel.clone() |
ModerationLabel |
ContentModerationDetection.getModerationLabel()
The unsafe content 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<ModerationLabel> |
DetectModerationLabelsResult.getModerationLabels()
Array of detected Moderation labels and the time, in milliseconds from the start of the video, they were
detected.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContentModerationDetection.setModerationLabel(ModerationLabel moderationLabel)
The unsafe content label detected by in the stored video.
|
ContentModerationDetection |
ContentModerationDetection.withModerationLabel(ModerationLabel moderationLabel)
The unsafe content label detected by in the stored video.
|
DetectModerationLabelsResult |
DetectModerationLabelsResult.withModerationLabels(ModerationLabel... moderationLabels)
Array of detected Moderation labels and the time, in milliseconds from the start of the video, they were
detected.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DetectModerationLabelsResult.setModerationLabels(Collection<ModerationLabel> moderationLabels)
Array of detected Moderation labels and the time, in milliseconds from the start of the video, they were
detected.
|
DetectModerationLabelsResult |
DetectModerationLabelsResult.withModerationLabels(Collection<ModerationLabel> moderationLabels)
Array of detected Moderation labels and the time, in milliseconds from the start of the video, they were
detected.
|
Copyright © 2020. All rights reserved.