Values.PersonDetailSourceDetails about a person detected in a video analysis request.
type nonrec t = {index : PersonIndex.t option;Identifier for the person detected person within a video. Use to keep track of the person throughout the video. The identifier is not stored by Amazon Rekognition.
*)boundingBox : BoundingBox.t option;Bounding box around the detected person.
*)face : FaceDetail.t option;Face details for the detected person.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of PersonIndex.t
| `Structure of
(string
* [> `Float of Float_.t
| `List of
[> `Structure of
(string * [> `Enum of string | `Float of Percent.t ])
list ]
list
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Float of Float_.t
| `Integer of UInteger.t ])
list ])
list ])
list ]