Class: Aws::Rekognition::Types::DetectModerationLabelsResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#moderation_labelsArray<Types::ModerationLabel>

An array of labels for explicit or suggestive adult content found in the image. The list includes the top-level label and each child label detected in the image. This is useful for filtering specific categories of content.

Returns:



577
578
579
580
# File 'lib/aws-sdk-rekognition/types.rb', line 577

class DetectModerationLabelsResponse < Struct.new(
  :moderation_labels)
  include Aws::Structure
end