Information about an item of Personal Protective Equipment (PPE) detected by DetectProtectiveEquipment. For more information, see DetectProtectiveEquipment.

interface EquipmentDetection {
    BoundingBox?: BoundingBox;
    Confidence?: number;
    CoversBodyPart?: CoversBodyPart;
    Type?: ProtectiveEquipmentType;
}

Properties

BoundingBox?: BoundingBox

A bounding box surrounding the item of detected PPE.

Confidence?: number

The confidence that Amazon Rekognition has that the bounding box (BoundingBox) contains an item of PPE.

CoversBodyPart?: CoversBodyPart

Information about the body part covered by the detected PPE.

The type of detected PPE.