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

EquipmentDetection

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

Information about an item of Personal Protective Equipment (PPE) detected by "DetectProtectiveEquipment". For more information, see "DetectProtectiveEquipment".

interface EquipmentDetection {
BoundingBox?: BoundingBox | null;
Confidence?: number | null;
CoversBodyPart?: CoversBodyPart | null;
}

§Properties

§
BoundingBox?: BoundingBox | null
[src]

A bounding box surrounding the item of detected PPE.

§
Confidence?: number | null
[src]

The confidence that Amazon Rekognition has that the bounding box (BoundingBox) contains an item of PPE.

§
CoversBodyPart?: CoversBodyPart | null
[src]

Information about the body part covered by the detected PPE.

§

The type of detected PPE.