Class MediaAnalysisDetectModerationLabelsConfig
- java.lang.Object
-
- software.amazon.awssdk.services.rekognition.model.MediaAnalysisDetectModerationLabelsConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MediaAnalysisDetectModerationLabelsConfig.Builder,MediaAnalysisDetectModerationLabelsConfig>
@Generated("software.amazon.awssdk:codegen") public final class MediaAnalysisDetectModerationLabelsConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MediaAnalysisDetectModerationLabelsConfig.Builder,MediaAnalysisDetectModerationLabelsConfig>
Configuration for Moderation Labels Detection.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMediaAnalysisDetectModerationLabelsConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MediaAnalysisDetectModerationLabelsConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()FloatminConfidence()Specifies the minimum confidence level for the moderation labels to return.StringprojectVersion()Specifies the custom moderation model to be used during the label detection job.List<SdkField<?>>sdkFields()static Class<? extends MediaAnalysisDetectModerationLabelsConfig.Builder>serializableBuilderClass()MediaAnalysisDetectModerationLabelsConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
minConfidence
public 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.
- Returns:
- 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.
-
projectVersion
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.
- Returns:
- Specifies the custom moderation model to be used during the label detection job. If not provided the pre-trained model is used.
-
toBuilder
public MediaAnalysisDetectModerationLabelsConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MediaAnalysisDetectModerationLabelsConfig.Builder,MediaAnalysisDetectModerationLabelsConfig>
-
builder
public static MediaAnalysisDetectModerationLabelsConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends MediaAnalysisDetectModerationLabelsConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-