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

CoversBodyPart

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

Information about an item of Personal Protective Equipment covering a corresponding body part. For more information, see "DetectProtectiveEquipment".

interface CoversBodyPart {
Confidence?: number | null;
Value?: boolean | null;
}

§Properties

§
Confidence?: number | null
[src]

The confidence that Amazon Rekognition has in the value of Value.

§
Value?: boolean | null
[src]

True if the PPE covers the corresponding body part, otherwise false.