@Generated(value="software.amazon.awssdk:codegen") public final class MediaAnalysisDetectModerationLabelsConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MediaAnalysisDetectModerationLabelsConfig.Builder,MediaAnalysisDetectModerationLabelsConfig>
Configuration for Moderation Labels Detection.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MediaAnalysisDetectModerationLabelsConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MediaAnalysisDetectModerationLabelsConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Float |
minConfidence()
Specifies the minimum confidence level for the moderation labels to return.
|
String |
projectVersion()
Specifies the custom moderation model to be used during the label detection job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MediaAnalysisDetectModerationLabelsConfig.Builder> |
serializableBuilderClass() |
MediaAnalysisDetectModerationLabelsConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Float minConfidence()
Specifies the minimum confidence level for the moderation labels to return. Amazon Rekognition doesn't return any labels with a confidence level lower than this specified value.
public final String projectVersion()
Specifies the custom moderation model to be used during the label detection job. If not provided the pre-trained model is used.
public MediaAnalysisDetectModerationLabelsConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MediaAnalysisDetectModerationLabelsConfig.Builder,MediaAnalysisDetectModerationLabelsConfig>public static MediaAnalysisDetectModerationLabelsConfig.Builder builder()
public static Class<? extends MediaAnalysisDetectModerationLabelsConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.