@Generated(value="software.amazon.awssdk:codegen") public final class DetectModerationLabelsResponse extends RekognitionResponse implements ToCopyableBuilder<DetectModerationLabelsResponse.Builder,DetectModerationLabelsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DetectModerationLabelsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DetectModerationLabelsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<ModerationLabel> |
moderationLabels()
Array of detected Moderation labels and the time, in millseconds from the start of the video, they were detected.
|
String |
moderationModelVersion()
Version number of the moderation detection model that was used to detect unsafe content.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DetectModerationLabelsResponse.Builder> |
serializableBuilderClass() |
DetectModerationLabelsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<ModerationLabel> moderationLabels()
Array of detected Moderation labels and the time, in millseconds from the start of the video, they were detected.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String moderationModelVersion()
Version number of the moderation detection model that was used to detect unsafe content.
public DetectModerationLabelsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DetectModerationLabelsResponse.Builder,DetectModerationLabelsResponse>toBuilder in class AwsResponsepublic static DetectModerationLabelsResponse.Builder builder()
public static Class<? extends DetectModerationLabelsResponse.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.