@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContentModerationDetection extends Object implements Serializable, Cloneable, StructuredPojo
Information about an unsafe content label detection in a stored video.
| Constructor and Description |
|---|
ContentModerationDetection() |
| Modifier and Type | Method and Description |
|---|---|
ContentModerationDetection |
clone() |
boolean |
equals(Object obj) |
ModerationLabel |
getModerationLabel()
The unsafe content label detected by in the stored video.
|
Long |
getTimestamp()
Time, in milliseconds from the beginning of the video, that the unsafe content label was detected.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setModerationLabel(ModerationLabel moderationLabel)
The unsafe content label detected by in the stored video.
|
void |
setTimestamp(Long timestamp)
Time, in milliseconds from the beginning of the video, that the unsafe content label was detected.
|
String |
toString()
Returns a string representation of this object.
|
ContentModerationDetection |
withModerationLabel(ModerationLabel moderationLabel)
The unsafe content label detected by in the stored video.
|
ContentModerationDetection |
withTimestamp(Long timestamp)
Time, in milliseconds from the beginning of the video, that the unsafe content label was detected.
|
public void setTimestamp(Long timestamp)
Time, in milliseconds from the beginning of the video, that the unsafe content label was detected.
timestamp - Time, in milliseconds from the beginning of the video, that the unsafe content label was detected.public Long getTimestamp()
Time, in milliseconds from the beginning of the video, that the unsafe content label was detected.
public ContentModerationDetection withTimestamp(Long timestamp)
Time, in milliseconds from the beginning of the video, that the unsafe content label was detected.
timestamp - Time, in milliseconds from the beginning of the video, that the unsafe content label was detected.public void setModerationLabel(ModerationLabel moderationLabel)
The unsafe content label detected by in the stored video.
moderationLabel - The unsafe content label detected by in the stored video.public ModerationLabel getModerationLabel()
The unsafe content label detected by in the stored video.
public ContentModerationDetection withModerationLabel(ModerationLabel moderationLabel)
The unsafe content label detected by in the stored video.
moderationLabel - The unsafe content label detected by in the stored video.public String toString()
toString in class ObjectObject.toString()public ContentModerationDetection clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.