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