AWSTextractHumanLoopDataAttributes
Objective-C
@interface AWSTextractHumanLoopDataAttributes
Swift
class AWSTextractHumanLoopDataAttributes
Allows you to set attributes of the image. Currently, you can declare an image as free of personally identifiable information and adult content.
-
Sets whether the input image is free of personally identifiable information or adult content.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable contentClassifiers;Swift
var contentClassifiers: [String]? { get set }
View on GitHub
Install in Dash
AWSTextractHumanLoopDataAttributes Class Reference