| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
ContentModerationDetection |
ContentModerationDetection.clone() |
ContentModerationDetection |
ContentModerationDetection.withModerationLabel(ModerationLabel moderationLabel)
The moderation label detected by in the stored video.
|
ContentModerationDetection |
ContentModerationDetection.withTimestamp(Long timestamp)
Time, in milliseconds from the beginning of the video, that the moderation label was detected.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContentModerationDetection> |
GetContentModerationResult.getModerationLabels()
The detected moderation labels and the time(s) they were detected.
|
| Modifier and Type | Method and Description |
|---|---|
GetContentModerationResult |
GetContentModerationResult.withModerationLabels(ContentModerationDetection... moderationLabels)
The detected moderation labels and the time(s) they were detected.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetContentModerationResult.setModerationLabels(Collection<ContentModerationDetection> moderationLabels)
The detected moderation labels and the time(s) they were detected.
|
GetContentModerationResult |
GetContentModerationResult.withModerationLabels(Collection<ContentModerationDetection> moderationLabels)
The detected moderation labels and the time(s) they were detected.
|
Copyright © 2018. All rights reserved.