A person detected by a call to DetectProtectiveEquipment. The API returns all persons detected in the input image in an array of ProtectiveEquipmentPerson objects.

interface ProtectiveEquipmentPerson {
    BodyParts?: ProtectiveEquipmentBodyPart[];
    BoundingBox?: BoundingBox;
    Confidence?: number;
    Id?: number;
}

Properties

An array of body parts detected on a person's body (including body parts without PPE).

BoundingBox?: BoundingBox

A bounding box around the detected person.

Confidence?: number

The confidence that Amazon Rekognition has that the bounding box contains a person.

Id?: number

The identifier for the detected person. The identifier is only unique for a single call to DetectProtectiveEquipment.