public class DetectModerationLabelsResult extends Object implements Serializable
Constructor and Description |
---|
DetectModerationLabelsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<ModerationLabel> |
getModerationLabels()
Array of detected Moderation labels and the time, in millseconds from the
start of the video, they were detected.
|
int |
hashCode() |
void |
setModerationLabels(Collection<ModerationLabel> moderationLabels)
Array of detected Moderation labels and the time, in millseconds from the
start of the video, they were detected.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DetectModerationLabelsResult |
withModerationLabels(Collection<ModerationLabel> moderationLabels)
Array of detected Moderation labels and the time, in millseconds from the
start of the video, they were detected.
|
DetectModerationLabelsResult |
withModerationLabels(ModerationLabel... moderationLabels)
Array of detected Moderation labels and the time, in millseconds from the
start of the video, they were detected.
|
public List<ModerationLabel> getModerationLabels()
Array of detected Moderation labels and the time, in millseconds from the start of the video, they were detected.
Array of detected Moderation labels and the time, in millseconds from the start of the video, they were detected.
public void setModerationLabels(Collection<ModerationLabel> moderationLabels)
Array of detected Moderation labels and the time, in millseconds from the start of the video, they were detected.
moderationLabels
- Array of detected Moderation labels and the time, in millseconds from the start of the video, they were detected.
public DetectModerationLabelsResult withModerationLabels(ModerationLabel... moderationLabels)
Array of detected Moderation labels and the time, in millseconds from the start of the video, they were detected.
Returns a reference to this object so that method calls can be chained together.
moderationLabels
- Array of detected Moderation labels and the time, in millseconds from the start of the video, they were detected.
public DetectModerationLabelsResult withModerationLabels(Collection<ModerationLabel> moderationLabels)
Array of detected Moderation labels and the time, in millseconds from the start of the video, they were detected.
Returns a reference to this object so that method calls can be chained together.
moderationLabels
- Array of detected Moderation labels and the time, in millseconds from the start of the video, they were detected.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2018. All rights reserved.