Module Values.GetCelebrityInfoRequestSource

Gets the name and additional information about a celebrity based on their Amazon Rekognition ID. The additional information is returned as an array of URLs. If there is no additional information about the celebrity, this list is empty. For more information, see Getting information about a celebrity in the Amazon Rekognition Developer Guide. This operation requires permissions to perform the rekognition:GetCelebrityInfo action.

Sourcetype nonrec t = {
  1. id : RekognitionUniqueId.t;
    (*

    The ID for the celebrity. You get the celebrity ID from a call to the RecognizeCelebrities operation, which recognizes celebrities in an image.

    *)
}
Sourceval context_ : string
Sourceval make : id:RekognitionUniqueId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of RekognitionUniqueId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t