AWSRekognitionHumanLoopDataAttributes
Objective-C
@interface AWSRekognitionHumanLoopDataAttributes
Swift
class AWSRekognitionHumanLoopDataAttributes
Allows you to set attributes of the image. Currently, you can declare an image as free of personally identifiable information.
-
Sets whether the input image is free of personally identifiable information.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable contentClassifiers;
Swift
var contentClassifiers: [String]? { get set }