AWSRekognitionProtectiveEquipmentBodyPart
Objective-C
@interface AWSRekognitionProtectiveEquipmentBodyPart
Swift
class AWSRekognitionProtectiveEquipmentBodyPart
Information about a body part detected by DetectProtectiveEquipment that contains PPE. An array of ProtectiveEquipmentBodyPart
objects is returned for each person detected by DetectProtectiveEquipment
.
-
The confidence that Amazon Rekognition has in the detection accuracy of the detected body part.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable confidence;
Swift
var confidence: NSNumber? { get set }
-
An array of Personal Protective Equipment items detected around a body part.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSRekognitionEquipmentDetection *> *_Nullable equipmentDetections;
Swift
var equipmentDetections: [AWSRekognitionEquipmentDetection]? { get set }
-
The detected body part.
Declaration
Objective-C
@property (nonatomic) AWSRekognitionBodyPart name;
Swift
var name: AWSRekognitionBodyPart { get set }