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

ProtectiveEquipmentBodyPart

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

Information about a body part detected by "DetectProtectiveEquipment" that contains PPE. An array of ProtectiveEquipmentBodyPart objects is returned for each person detected by DetectProtectiveEquipment.

interface ProtectiveEquipmentBodyPart {
Confidence?: number | null;
EquipmentDetections?: EquipmentDetection[] | null;
Name?: BodyPart | null;
}

§Properties

§
Confidence?: number | null
[src]

The confidence that Amazon Rekognition has in the detection accuracy of the detected body part.

§
EquipmentDetections?: EquipmentDetection[] | null
[src]

An array of Personal Protective Equipment items detected around a body part.

§
Name?: BodyPart | null
[src]

The detected body part.