Class: Aws::Rekognition::Types::DetectProtectiveEquipmentResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#personsArray<Types::ProtectiveEquipmentPerson>

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



2470
2471
2472
2473
2474
2475
2476
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 2470

class DetectProtectiveEquipmentResponse < Struct.new(
  :protective_equipment_model_version,
  :persons,
  :summary)
  SENSITIVE = []
  include Aws::Structure
end

#protective_equipment_model_versionString

The version number of the PPE detection model used to detect PPE in the image.

Returns:

  • (String)


2470
2471
2472
2473
2474
2475
2476
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 2470

class DetectProtectiveEquipmentResponse < Struct.new(
  :protective_equipment_model_version,
  :persons,
  :summary)
  SENSITIVE = []
  include Aws::Structure
end

#summaryTypes::ProtectiveEquipmentSummary

Summary information for the types of PPE specified in the SummarizationAttributes input parameter.



2470
2471
2472
2473
2474
2475
2476
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 2470

class DetectProtectiveEquipmentResponse < Struct.new(
  :protective_equipment_model_version,
  :persons,
  :summary)
  SENSITIVE = []
  include Aws::Structure
end