AWSRekognitionDetectProtectiveEquipmentResponse
Objective-C
@interface AWSRekognitionDetectProtectiveEquipmentResponse
Swift
class AWSRekognitionDetectProtectiveEquipmentResponse
-
An array of persons detected in the image (including persons not wearing PPE).
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSRekognitionProtectiveEquipmentPerson *> *_Nullable persons;
Swift
var persons: [AWSRekognitionProtectiveEquipmentPerson]? { get set }
-
The version number of the PPE detection model used to detect PPE in the image.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable protectiveEquipmentModelVersion;
Swift
var protectiveEquipmentModelVersion: String? { get set }
-
Summary information for the types of PPE specified in the
SummarizationAttributes
input parameter.Declaration
Objective-C
@property (nonatomic, strong) AWSRekognitionProtectiveEquipmentSummary *_Nullable summary;
Swift
var summary: AWSRekognitionProtectiveEquipmentSummary? { get set }