Gets the name and additional information about a celebrity based on his or her Amazon Rekognition ID
Gets the name and additional information about a celebrity based on his or her 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 Recognizing Celebrities in an Image in the Amazon Rekognition Developer Guide.
This operation requires permissions to perform the
rekognition:GetCelebrityInfo
action.
rekognition_get_celebrity_info(Id)
Id |
[required] The ID for the celebrity. You get the celebrity ID from a call to the
|
A list with the following syntax:
list( Urls = list( "string" ), Name = "string" )
svc$get_celebrity_info( Id = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.