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

GetCelebrityInfoResponse

import type { GetCelebrityInfoResponse } from "https://aws-api.deno.dev/v0.4/services/rekognition.ts?docs=full";
interface GetCelebrityInfoResponse {
KnownGender?: KnownGender | null;
Name?: string | null;
Urls?: string[] | null;
}

§Properties

§
KnownGender?: KnownGender | null
[src]

Retrieves the known gender for the celebrity.

§
Name?: string | null
[src]

The name of the celebrity.

§
Urls?: string[] | null
[src]

An array of URLs pointing to additional celebrity information.