Class: Aws::Rekognition::Types::HumanLoopDataAttributes

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#content_classifiersArray<String>

Sets whether the input image is free of personally identifiable information.

Returns:

  • (Array<String>)


4312
4313
4314
4315
4316
# File 'lib/aws-sdk-rekognition/types.rb', line 4312

class HumanLoopDataAttributes < Struct.new(
  :content_classifiers)
  SENSITIVE = []
  include Aws::Structure
end