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

KnownGender

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

The known gender identity for the celebrity that matches the provided ID. The known gender identity can be Male, Female, Nonbinary, or Unlisted.

interface KnownGender {
Type?: KnownGenderType | null;
}

§Properties

§
Type?: KnownGenderType | null
[src]

A string value of the KnownGender info about the Celebrity.