Values.CelebritySourceProvides information about a celebrity recognized by the RecognizeCelebrities operation.
type nonrec t = {urls : Urls.t option;An array of URLs pointing to additional information about the celebrity. If there is no additional information about the celebrity, this list is empty.
*)name : String_.t option;The name of the celebrity.
*)id : RekognitionUniqueId.t option;A unique identifier for the celebrity.
*)face : ComparedFace.t option;Provides information about the celebrity's face, such as its location on the image.
*)matchConfidence : Percent.t option;The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
*)knownGender : KnownGender.t option;}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 Percent.t
| `List of
[> `Structure of
(string * [> `Enum of string | `Float of Float_.t ]) list ]
list
| `Structure of
(string * [> `Boolean of Boolean.t | `Float of Float_.t ])
list ])
list ])
list ]