Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetCelebrityInfoRequest

import type { GetCelebrityInfoRequest } from "https://aws-api.deno.dev/v0.4/services/rekognition.ts?docs=full";
interface GetCelebrityInfoRequest {
Id: string;
}

§Properties

§
Id: string
[src]

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