Values.ProtectiveEquipmentPersonSourceA person detected by a call to DetectProtectiveEquipment. The API returns all persons detected in the input image in an array of ProtectiveEquipmentPerson objects.
type nonrec t = {bodyParts : BodyParts.t option;An array of body parts detected on a person's body (including body parts without PPE).
*)boundingBox : BoundingBox.t option;A bounding box around the detected person.
*)confidence : Percent.t option;The confidence that Amazon Rekognition has that the bounding box contains a person.
*)id : UInteger.t option;The identifier for the detected person. The identifier is only unique for a single call to DetectProtectiveEquipment.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Float of Percent.t
| `Integer of UInteger.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Float of Percent.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Float of Percent.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Float of Float_.t ])
list ])
list ]
list ])
list ]
list
| `Structure of (string * [> `Float of Float_.t ]) list ])
list ]