Class: Aws::Rekognition::Types::DetectModerationLabelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::DetectModerationLabelsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content_types ⇒ Array<Types::ContentType>
A list of predicted results for the type of content an image contains.
-
#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.
-
#moderation_model_version ⇒ String
Version number of the base moderation detection model that was used to detect unsafe content.
-
#project_version ⇒ String
Identifier of the custom adapter that was used during inference.
Instance Attribute Details
#content_types ⇒ Array<Types::ContentType>
A list of predicted results for the type of content an image contains. For example, the image content might be from animation, sports, or a video game.
2441 2442 2443 2444 2445 2446 2447 2448 2449 |
# File 'lib/aws-sdk-rekognition/types.rb', line 2441 class DetectModerationLabelsResponse < Struct.new( :moderation_labels, :moderation_model_version, :human_loop_activation_output, :project_version, :content_types) SENSITIVE = [] include Aws::Structure end |
#human_loop_activation_output ⇒ Types::HumanLoopActivationOutput
Shows the results of the human in the loop evaluation.
2441 2442 2443 2444 2445 2446 2447 2448 2449 |
# File 'lib/aws-sdk-rekognition/types.rb', line 2441 class DetectModerationLabelsResponse < Struct.new( :moderation_labels, :moderation_model_version, :human_loop_activation_output, :project_version, :content_types) SENSITIVE = [] include Aws::Structure end |
#moderation_labels ⇒ Array<Types::ModerationLabel>
Array of detected Moderation labels. For video operations, this includes the time, in milliseconds from the start of the video, they were detected.
2441 2442 2443 2444 2445 2446 2447 2448 2449 |
# File 'lib/aws-sdk-rekognition/types.rb', line 2441 class DetectModerationLabelsResponse < Struct.new( :moderation_labels, :moderation_model_version, :human_loop_activation_output, :project_version, :content_types) SENSITIVE = [] include Aws::Structure end |
#moderation_model_version ⇒ String
Version number of the base moderation detection model that was used to detect unsafe content.
2441 2442 2443 2444 2445 2446 2447 2448 2449 |
# File 'lib/aws-sdk-rekognition/types.rb', line 2441 class DetectModerationLabelsResponse < Struct.new( :moderation_labels, :moderation_model_version, :human_loop_activation_output, :project_version, :content_types) SENSITIVE = [] include Aws::Structure end |
#project_version ⇒ String
Identifier of the custom adapter that was used during inference. If during inference the adapter was EXPIRED, then the parameter will not be returned, indicating that a base moderation detection project version was used.
2441 2442 2443 2444 2445 2446 2447 2448 2449 |
# File 'lib/aws-sdk-rekognition/types.rb', line 2441 class DetectModerationLabelsResponse < Struct.new( :moderation_labels, :moderation_model_version, :human_loop_activation_output, :project_version, :content_types) SENSITIVE = [] include Aws::Structure end |