Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

rekognition_get_celebrity_info

Gets the name and additional information about a celebrity based on his or her Amazon Rekognition ID


Description

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.

Usage

rekognition_get_celebrity_info(Id)

Arguments

Id

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

Value

A list with the following syntax:

list(
  Urls = list(
    "string"
  ),
  Name = "string"
)

Request syntax

svc$get_celebrity_info(
  Id = "string"
)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.