AWSRekognitionProtectiveEquipmentPerson
Objective-C
@interface AWSRekognitionProtectiveEquipmentPerson
Swift
class AWSRekognitionProtectiveEquipmentPerson
A person detected by a call to DetectProtectiveEquipment. The API returns all persons detected in the input image in an array of ProtectiveEquipmentPerson objects.
-
An array of body parts detected on a person’s body (including body parts without PPE).
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSRekognitionProtectiveEquipmentBodyPart *> *_Nullable bodyParts;Swift
var bodyParts: [AWSRekognitionProtectiveEquipmentBodyPart]? { get set } -
A bounding box around the detected person.
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 contains a person.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable confidence;Swift
var confidence: NSNumber? { get set } -
The identifier for the detected person. The identifier is only unique for a single call to
DetectProtectiveEquipment.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable identifier;Swift
var identifier: NSNumber? { get set }
View on GitHub
Install in Dash
AWSRekognitionProtectiveEquipmentPerson Class Reference