AWSRekognitionEquipmentDetection
Objective-C
@interface AWSRekognitionEquipmentDetection
Swift
class AWSRekognitionEquipmentDetection
Information about an item of Personal Protective Equipment (PPE) detected by DetectProtectiveEquipment. For more information, see DetectProtectiveEquipment.
-
A bounding box surrounding the item of detected PPE.
Declaration
Objective-C
@property (nonatomic, strong) AWSRekognitionBoundingBox *_Nullable boundingBox;
Swift
var boundingBox: AWSRekognitionBoundingBox? { get set }
-
The confidence that Amazon Rekognition has that the bounding box (
BoundingBox
) contains an item of PPE.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable confidence;
Swift
var confidence: NSNumber? { get set }
-
Information about the body part covered by the detected PPE.
Declaration
Objective-C
@property (nonatomic, strong) AWSRekognitionCoversBodyPart *_Nullable coversBodyPart;
Swift
var coversBodyPart: AWSRekognitionCoversBodyPart? { get set }
-
The type of detected PPE.
Declaration
Objective-C
@property (nonatomic) AWSRekognitionProtectiveEquipmentType types;
Swift
var types: AWSRekognitionProtectiveEquipmentType { get set }