class Aws::Textract::Types::HumanLoopDataAttributes

Allows you to set attributes of the image. Currently, you can declare an image as free of personally identifiable information and adult content.

@note When making an API call, you may pass HumanLoopDataAttributes

data as a hash:

    {
      content_classifiers: ["FreeOfPersonallyIdentifiableInformation"], # accepts FreeOfPersonallyIdentifiableInformation, FreeOfAdultContent
    }

@!attribute [rw] content_classifiers

Sets whether the input image is free of personally identifiable
information or adult content.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/textract-2018-06-27/HumanLoopDataAttributes AWS API Documentation

Constants

SENSITIVE