Class: Aws::Rekognition::Types::DetectProtectiveEquipmentResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Rekognition::Types::DetectProtectiveEquipmentResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rekognition/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
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).
      2483 2484 2485 2486 2487 2488 2489  | 
    
      # File 'lib/aws-sdk-rekognition/types.rb', line 2483 class DetectProtectiveEquipmentResponse < Struct.new( :protective_equipment_model_version, :persons, :summary) SENSITIVE = [] include Aws::Structure end  | 
  
#protective_equipment_model_version ⇒ String
The version number of the PPE detection model used to detect PPE in the image.
      2483 2484 2485 2486 2487 2488 2489  | 
    
      # File 'lib/aws-sdk-rekognition/types.rb', line 2483 class DetectProtectiveEquipmentResponse < Struct.new( :protective_equipment_model_version, :persons, :summary) SENSITIVE = [] include Aws::Structure end  | 
  
#summary ⇒ Types::ProtectiveEquipmentSummary
Summary information for the types of PPE specified in the ‘SummarizationAttributes` input parameter.
      2483 2484 2485 2486 2487 2488 2489  | 
    
      # File 'lib/aws-sdk-rekognition/types.rb', line 2483 class DetectProtectiveEquipmentResponse < Struct.new( :protective_equipment_model_version, :persons, :summary) SENSITIVE = [] include Aws::Structure end  |