Values.CelebrityDetailSourceInformation about a recognized celebrity.
type nonrec t = {urls : Urls.t option;An array of URLs pointing to additional celebrity information.
*)name : String_.t option;The name of the celebrity.
*)id : RekognitionUniqueId.t option;The unique identifier for the celebrity.
*)confidence : Percent.t option;The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
*)boundingBox : BoundingBox.t option;Bounding box around the body of a celebrity.
*)face : FaceDetail.t option;Face details for the recognized celebrity.
*)knownGender : KnownGender.t option;Retrieves the known gender for the celebrity.
*)}val to_value :
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 ]