Information about an item of Personal Protective Equipment covering a corresponding body part. For more information, see DetectProtectiveEquipment.

interface CoversBodyPart {
    Confidence?: number;
    Value?: boolean;
}

Properties

Properties

Confidence?: number

The confidence that Amazon Rekognition has in the value of Value.

Value?: boolean

True if the PPE covers the corresponding body part, otherwise false.