The output of DetectProtectiveEquipmentCommand.

interface DetectProtectiveEquipmentCommandOutput {
    $metadata: ResponseMetadata;
    Persons?: ProtectiveEquipmentPerson[];
    ProtectiveEquipmentModelVersion?: string;
    Summary?: ProtectiveEquipmentSummary;
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

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

ProtectiveEquipmentModelVersion?: string

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.