| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
ModerationLabel |
ContentModerationDetection.moderationLabel()
The unsafe content label detected by in the stored video.
|
| Modifier and Type | Method and Description |
|---|---|
List<ModerationLabel> |
DetectModerationLabelsResponse.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 |
|---|---|
ContentModerationDetection.Builder |
ContentModerationDetection.Builder.moderationLabel(ModerationLabel moderationLabel)
The unsafe content label detected by in the stored video.
|
DetectModerationLabelsResponse.Builder |
DetectModerationLabelsResponse.Builder.moderationLabels(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 |
|---|---|
DetectModerationLabelsResponse.Builder |
DetectModerationLabelsResponse.Builder.moderationLabels(Collection<ModerationLabel> moderationLabels)
Array of detected Moderation labels and the time, in milliseconds from the start of the video, they were
detected.
|
Copyright © 2019. All rights reserved.