DetectProtectiveEquipmentResponse
import type { DetectProtectiveEquipmentResponse } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/rekognition.ts";interface DetectProtectiveEquipmentResponse {
Persons?: ProtectiveEquipmentPerson[] | null;
ProtectiveEquipmentModelVersion?: string | null;
Summary?: ProtectiveEquipmentSummary | null;
}§Properties
§
Persons?: ProtectiveEquipmentPerson[] | null
[src]§
Summary?: ProtectiveEquipmentSummary | null
[src]