Class: Aws::Rekognition::Types::HumanLoopDataAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::HumanLoopDataAttributes
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Overview
Allows you to set attributes of the image. Currently, you can declare an image as free of personally identifiable information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content_classifiers ⇒ Array<String>
Sets whether the input image is free of personally identifiable information.
Instance Attribute Details
#content_classifiers ⇒ Array<String>
Sets whether the input image is free of personally identifiable information.
4325 4326 4327 4328 4329 |
# File 'lib/aws-sdk-rekognition/types.rb', line 4325 class HumanLoopDataAttributes < Struct.new( :content_classifiers) SENSITIVE = [] include Aws::Structure end |