interface DetectProtectiveEquipmentResponse {
    Persons?: ProtectiveEquipmentPerson[];
    ProtectiveEquipmentModelVersion?: string;
    Summary?: ProtectiveEquipmentSummary;
}

Hierarchy (view full)

Properties

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.