MediaAnalysisDetectModerationLabelsConfig
Configuration for Moderation Labels Detection.
Contents
- 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.
Type: Float
Valid Range: Minimum value of 0. Maximum value of 100.
Required: No
- ProjectVersion
-
Specifies the custom moderation model to be used during the label detection job. If not provided the pre-trained model is used.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Pattern:
(^arn:[a-z\d-]+:rekognition:[a-z\d-]+:\d{12}:project\/[a-zA-Z0-9_.\-]{1,255}\/version\/[a-zA-Z0-9_.\-]{1,255}\/[0-9]+$)
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: