Information about a body part detected by DetectProtectiveEquipment that contains PPE. An array of ProtectiveEquipmentBodyPart objects is returned for each person detected by DetectProtectiveEquipment.

interface ProtectiveEquipmentBodyPart {
    Confidence?: number;
    EquipmentDetections?: EquipmentDetection[];
    Name?: string;
}

Properties

Confidence?: number

The confidence that Amazon Rekognition has in the detection accuracy of the detected body part.

EquipmentDetections?: EquipmentDetection[]

An array of Personal Protective Equipment items detected around a body part.

Name?: string

The detected body part.