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

DetectProtectiveEquipmentRequest

import type { DetectProtectiveEquipmentRequest } from "https://aws-api.deno.dev/v0.4/services/rekognition.ts?docs=full";
interface DetectProtectiveEquipmentRequest {
Image: Image;
SummarizationAttributes?: ProtectiveEquipmentSummarizationAttributes | null;
}

§Properties

§
Image: Image
[src]

The image in which you want to detect PPE on detected persons. The image can be passed as image bytes or you can reference an image stored in an Amazon S3 bucket.

§
SummarizationAttributes?: ProtectiveEquipmentSummarizationAttributes | null
[src]

An array of PPE types that you want to summarize.