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

KnownGenderType

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

A list of enum string of possible gender values that Celebrity returns.

type KnownGenderType =
| "Male"
| "Female"
| "Nonbinary"
| "Unlisted"

§Type

§
"Male" | "Female" | "Nonbinary" | "Unlisted" | cmnP.UnexpectedEnumValue
[src]