AWSRekognitionCoversBodyPart
Objective-C
@interface AWSRekognitionCoversBodyPart
Swift
class AWSRekognitionCoversBodyPart
Information about an item of Personal Protective Equipment covering a corresponding body part. For more information, see DetectProtectiveEquipment.
-
The confidence that Amazon Rekognition has in the value of
Value
.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable confidence;
Swift
var confidence: NSNumber? { get set }
-
True if the PPE covers the corresponding body part, otherwise false.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable value;
Swift
var value: NSNumber? { get set }