Class: Aws::Rekognition::Types::MediaAnalysisDetectModerationLabelsConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::MediaAnalysisDetectModerationLabelsConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Overview
Configuration for Moderation Labels Detection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#min_confidence ⇒ Float
Specifies the minimum confidence level for the moderation labels to return.
-
#project_version ⇒ String
Specifies the custom moderation model to be used during the label detection job.
Instance Attribute Details
#min_confidence ⇒ Float
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.
5304 5305 5306 5307 5308 5309 |
# File 'lib/aws-sdk-rekognition/types.rb', line 5304 class MediaAnalysisDetectModerationLabelsConfig < Struct.new( :min_confidence, :project_version) SENSITIVE = [] include Aws::Structure end |
#project_version ⇒ String
Specifies the custom moderation model to be used during the label detection job. If not provided the pre-trained model is used.
5304 5305 5306 5307 5308 5309 |
# File 'lib/aws-sdk-rekognition/types.rb', line 5304 class MediaAnalysisDetectModerationLabelsConfig < Struct.new( :min_confidence, :project_version) SENSITIVE = [] include Aws::Structure end |