Values.ProtectiveEquipmentBodyPartSourceInformation about a body part detected by DetectProtectiveEquipment that contains PPE. An array of ProtectiveEquipmentBodyPart objects is returned for each person detected by DetectProtectiveEquipment.
type nonrec t = {name : BodyPart.t option;The detected body part.
*)confidence : Percent.t option;The confidence that Amazon Rekognition has in the detection accuracy of the detected body part.
*)equipmentDetections : EquipmentDetections.t option;An array of Personal Protective Equipment items detected around a body part.
*)}