Values.CelebrityRecognitionSourceInformation about a detected celebrity and the time the celebrity was detected in a stored video. For more information, see GetCelebrityRecognition 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 celebrity was recognized. Note that Timestamp is not guaranteed to be accurate to the individual frame where the celebrity first appears.
*)celebrity : CelebrityDetail.t option;Information about a recognized celebrity.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of Timestamp.t
| `Structure of
(string
* [> `Float of Percent.t
| `List of [> `String of Url.t ] list
| `String of String_.t
| `Structure of
(string
* [> `Enum 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 ]