Class: Aws::Rekognition::Types::MediaAnalysisDetectModerationLabelsConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb

Overview

Configuration for Moderation Labels Detection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#min_confidenceFloat

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:

  • (Float)


5291
5292
5293
5294
5295
5296
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 5291

class MediaAnalysisDetectModerationLabelsConfig < Struct.new(
  :min_confidence,
  :project_version)
  SENSITIVE = []
  include Aws::Structure
end

#project_versionString

Specifies the custom moderation model to be used during the label detection job. If not provided the pre-trained model is used.

Returns:

  • (String)


5291
5292
5293
5294
5295
5296
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 5291

class MediaAnalysisDetectModerationLabelsConfig < Struct.new(
  :min_confidence,
  :project_version)
  SENSITIVE = []
  include Aws::Structure
end