@Generated(value="software.amazon.awssdk:codegen") public final class ContentModerationDetection extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContentModerationDetection.Builder,ContentModerationDetection>
Information about an inappropriate, unwanted, or offensive content label detection in a stored video.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ContentModerationDetection.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ContentModerationDetection.Builder |
builder() |
Long |
durationMillis()
The time duration of a segment in milliseconds, I.e.
|
Long |
endTimestampMillis()
The time in milliseconds defining the end of the timeline segment containing a continuously detected moderation
label.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ModerationLabel |
moderationLabel()
The content moderation label detected by in the stored video.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ContentModerationDetection.Builder> |
serializableBuilderClass() |
Long |
startTimestampMillis()
The time in milliseconds defining the start of the timeline segment containing a continuously detected moderation
label.
|
Long |
timestamp()
Time, in milliseconds from the beginning of the video, that the content moderation label was detected.
|
ContentModerationDetection.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long timestamp()
Time, in milliseconds from the beginning of the video, that the content moderation label was detected. Note that
Timestamp is not guaranteed to be accurate to the individual frame where the moderated content first
appears.
Timestamp is not guaranteed to be accurate to the individual frame where the
moderated content first appears.public final ModerationLabel moderationLabel()
The content moderation label detected by in the stored video.
public final Long startTimestampMillis()
The time in milliseconds defining the start of the timeline segment containing a continuously detected moderation label.
public final Long endTimestampMillis()
The time in milliseconds defining the end of the timeline segment containing a continuously detected moderation label.
public final Long durationMillis()
The time duration of a segment in milliseconds, I.e. time elapsed from StartTimestampMillis to EndTimestampMillis.
public ContentModerationDetection.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ContentModerationDetection.Builder,ContentModerationDetection>public static ContentModerationDetection.Builder builder()
public static Class<? extends ContentModerationDetection.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.