The input for DetectProtectiveEquipmentCommand.

interface DetectProtectiveEquipmentCommandInput {
    Image: undefined | Image;
    SummarizationAttributes?: ProtectiveEquipmentSummarizationAttributes;
}

Hierarchy (view full)

Properties

Image: undefined | Image

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.

An array of PPE types that you want to summarize.