Values.PersonDetectionSourceDetails and path tracking information for a single time a person's path is tracked in a video. Amazon Rekognition operations that track people's paths return an array of PersonDetection objects with elements for each time a person's path is tracked in a video. For more information, see GetPersonTracking in the Amazon Rekognition Developer Guide.
type nonrec t = {timestamp : Timestamp.t option;The time, in milliseconds from the start of the video, that the person's path was tracked. Note that Timestamp is not guaranteed to be accurate to the individual frame where the person's path first appears.
*)person : PersonDetail.t option;Details about a person whose path was tracked in a video.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of Timestamp.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 ])
list ]