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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rekognition/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>)


4300
4301
4302
4303
4304
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4300

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