public static interface MediaAnalysisDetectModerationLabelsConfig.Builder extends SdkPojo, CopyableBuilder<MediaAnalysisDetectModerationLabelsConfig.Builder,MediaAnalysisDetectModerationLabelsConfig>
| Modifier and Type | Method and Description |
|---|---|
MediaAnalysisDetectModerationLabelsConfig.Builder |
minConfidence(Float minConfidence)
Specifies the minimum confidence level for the moderation labels to return.
|
MediaAnalysisDetectModerationLabelsConfig.Builder |
projectVersion(String projectVersion)
Specifies the custom moderation model to be used during the label detection job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMediaAnalysisDetectModerationLabelsConfig.Builder minConfidence(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.
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.MediaAnalysisDetectModerationLabelsConfig.Builder projectVersion(String projectVersion)
Specifies the custom moderation model to be used during the label detection job. If not provided the pre-trained model is used.
projectVersion - Specifies the custom moderation model to be used during the label detection job. If not provided the
pre-trained model is used.Copyright © 2023. All rights reserved.