You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Textract::Types::HumanLoopDataAttributes

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing HumanLoopDataAttributes as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#content_classifiersArray<String>

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

Returns:

  • (Array<String>)

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