You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Rekognition::Types::DetectProtectiveEquipmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::DetectProtectiveEquipmentResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#persons ⇒ Array<Types::ProtectiveEquipmentPerson>
An array of persons detected in the image (including persons not wearing PPE).
-
#protective_equipment_model_version ⇒ String
The version number of the PPE detection model used to detect PPE in the image.
-
#summary ⇒ Types::ProtectiveEquipmentSummary
Summary information for the types of PPE specified in the
SummarizationAttributes
input parameter.
Instance Attribute Details
#persons ⇒ Array<Types::ProtectiveEquipmentPerson>
An array of persons detected in the image (including persons not wearing PPE).
#protective_equipment_model_version ⇒ String
The version number of the PPE detection model used to detect PPE in the image.
#summary ⇒ Types::ProtectiveEquipmentSummary
Summary information for the types of PPE specified in the
SummarizationAttributes
input parameter.