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

DetectProtectiveEquipmentResponse

import type { DetectProtectiveEquipmentResponse } from "https://aws-api.deno.dev/v0.4/services/rekognition.ts?docs=full";
interface DetectProtectiveEquipmentResponse {
Persons?: ProtectiveEquipmentPerson[] | null;
ProtectiveEquipmentModelVersion?: string | null;
Summary?: ProtectiveEquipmentSummary | null;
}

§Properties

§

An array of persons detected in the image (including persons not wearing PPE).

§
ProtectiveEquipmentModelVersion?: string | null
[src]

The version number of the PPE detection model used to detect PPE in the image.

§

Summary information for the types of PPE specified in the SummarizationAttributes input parameter.