The input for GetCelebrityInfoCommand.

interface GetCelebrityInfoCommandInput {
    Id: undefined | string;
}

Hierarchy (view full)

Properties

Properties

Id: undefined | string

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