AWSRekognitionDetectProtectiveEquipmentRequest
Objective-C
@interface AWSRekognitionDetectProtectiveEquipmentRequest
Swift
class AWSRekognitionDetectProtectiveEquipmentRequest
-
The image in which you want to detect PPE on detected persons. The image can be passed as image bytes or you can reference an image stored in an Amazon S3 bucket.
Declaration
Objective-C
@property (nonatomic, strong) AWSRekognitionImage *_Nullable image;
Swift
var image: AWSRekognitionImage? { get set }
-
An array of PPE types that you want to summarize.
Declaration
Objective-C
@property (nonatomic, strong) AWSRekognitionProtectiveEquipmentSummarizationAttributes *_Nullable summarizationAttributes;
Swift
var summarizationAttributes: AWSRekognitionProtectiveEquipmentSummarizationAttributes? { get set }