Class: Aws::Rekognition::Types::ProtectiveEquipmentBodyPart

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

Overview

Information about a body part detected by DetectProtectiveEquipment that contains PPE. An array of ProtectiveEquipmentBodyPart objects is returned for each person detected by DetectProtectiveEquipment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#confidenceFloat

The confidence that Amazon Rekognition has in the detection accuracy of the detected body part.

Returns:

  • (Float)


5958
5959
5960
5961
5962
5963
5964
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 5958

class ProtectiveEquipmentBodyPart < Struct.new(
  :name,
  :confidence,
  :equipment_detections)
  SENSITIVE = []
  include Aws::Structure
end

#equipment_detectionsArray<Types::EquipmentDetection>

An array of Personal Protective Equipment items detected around a body part.

Returns:



5958
5959
5960
5961
5962
5963
5964
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 5958

class ProtectiveEquipmentBodyPart < Struct.new(
  :name,
  :confidence,
  :equipment_detections)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The detected body part.

Returns:

  • (String)


5958
5959
5960
5961
5962
5963
5964
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 5958

class ProtectiveEquipmentBodyPart < Struct.new(
  :name,
  :confidence,
  :equipment_detections)
  SENSITIVE = []
  include Aws::Structure
end