Values.EquipmentDetectionSourceInformation about an item of Personal Protective Equipment (PPE) detected by DetectProtectiveEquipment. For more information, see DetectProtectiveEquipment.
type nonrec t = {boundingBox : BoundingBox.t option;A bounding box surrounding the item of detected PPE.
*)confidence : Percent.t option;The confidence that Amazon Rekognition has that the bounding box (BoundingBox) contains an item of PPE.
*)type_ : ProtectiveEquipmentType.t option;The type of detected PPE.
*)coversBodyPart : CoversBodyPart.t option;Information about the body part covered by the detected PPE.
*)}