| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
ContentModerationDetection |
ContentModerationDetection.clone() |
ContentModerationDetection |
ContentModerationDetection.withDurationMillis(Long durationMillis)
The time duration of a segment in milliseconds, I.e.
|
ContentModerationDetection |
ContentModerationDetection.withEndTimestampMillis(Long endTimestampMillis)
The time in milliseconds defining the end of the timeline segment containing a continuously detected moderation
label.
|
ContentModerationDetection |
ContentModerationDetection.withModerationLabel(ModerationLabel moderationLabel)
The content moderation label detected by in the stored video.
|
ContentModerationDetection |
ContentModerationDetection.withStartTimestampMillis(Long startTimestampMillis)
The time in milliseconds defining the start of the timeline segment containing a continuously detected moderation
label.
|
ContentModerationDetection |
ContentModerationDetection.withTimestamp(Long timestamp)
Time, in milliseconds from the beginning of the video, that the content moderation label was detected.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContentModerationDetection> |
GetContentModerationResult.getModerationLabels()
The detected inappropriate, unwanted, or offensive content moderation labels and the time(s) they were detected.
|
| Modifier and Type | Method and Description |
|---|---|
GetContentModerationResult |
GetContentModerationResult.withModerationLabels(ContentModerationDetection... moderationLabels)
The detected inappropriate, unwanted, or offensive content moderation labels and the time(s) they were detected.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetContentModerationResult.setModerationLabels(Collection<ContentModerationDetection> moderationLabels)
The detected inappropriate, unwanted, or offensive content moderation labels and the time(s) they were detected.
|
GetContentModerationResult |
GetContentModerationResult.withModerationLabels(Collection<ContentModerationDetection> moderationLabels)
The detected inappropriate, unwanted, or offensive content moderation labels and the time(s) they were detected.
|
Copyright © 2024. All rights reserved.