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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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).



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_versionString

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

Returns:

  • (String)


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

#summaryTypes::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