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

Reason

import type { Reason } from "https://aws-api.deno.dev/v0.4/services/rekognition.ts?docs=full";
type Reason =
| "EXCEEDS_MAX_FACES"
| "EXTREME_POSE"
| "LOW_BRIGHTNESS"
| "LOW_SHARPNESS"
| "LOW_CONFIDENCE"
| "SMALL_BOUNDING_BOX"
| "LOW_FACE_QUALITY"

§Type

§
"EXCEEDS_MAX_FACES" | "EXTREME_POSE" | "LOW_BRIGHTNESS" | "LOW_SHARPNESS" | "LOW_CONFIDENCE" | "SMALL_BOUNDING_BOX" | "LOW_FACE_QUALITY" | cmnP.UnexpectedEnumValue
[src]