Class: Aws::Rekognition::Types::DetectModerationLabelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::DetectModerationLabelsResponse
- Defined in:
- gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#human_loop_activation_output ⇒ Types::HumanLoopActivationOutput
Shows the results of the human in the loop evaluation.
-
#moderation_labels ⇒ Array<Types::ModerationLabel>
Array of detected Moderation labels and the time, in milliseconds from the start of the video, they were detected.
-
#moderation_model_version ⇒ String
Version number of the moderation detection model that was used to detect unsafe content.
Instance Attribute Details
#human_loop_activation_output ⇒ Types::HumanLoopActivationOutput
Shows the results of the human in the loop evaluation.
2013 2014 2015 2016 2017 2018 2019 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 2013 class DetectModerationLabelsResponse < Struct.new( :moderation_labels, :moderation_model_version, :human_loop_activation_output) SENSITIVE = [] include Aws::Structure end |
#moderation_labels ⇒ Array<Types::ModerationLabel>
Array of detected Moderation labels and the time, in milliseconds from the start of the video, they were detected.
2013 2014 2015 2016 2017 2018 2019 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 2013 class DetectModerationLabelsResponse < Struct.new( :moderation_labels, :moderation_model_version, :human_loop_activation_output) SENSITIVE = [] include Aws::Structure end |
#moderation_model_version ⇒ String
Version number of the moderation detection model that was used to detect unsafe content.
2013 2014 2015 2016 2017 2018 2019 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 2013 class DetectModerationLabelsResponse < Struct.new( :moderation_labels, :moderation_model_version, :human_loop_activation_output) SENSITIVE = [] include Aws::Structure end |