libZSservicesZSamazonka-rekognitionZSamazonka-rekognition
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Rekognition.Types.ProtectiveEquipmentBodyPart

Description

 
Synopsis

Documentation

data ProtectiveEquipmentBodyPart Source #

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

See: newProtectiveEquipmentBodyPart smart constructor.

Constructors

ProtectiveEquipmentBodyPart' 

Fields

Instances

Instances details
Eq ProtectiveEquipmentBodyPart Source # 
Instance details

Defined in Amazonka.Rekognition.Types.ProtectiveEquipmentBodyPart

Read ProtectiveEquipmentBodyPart Source # 
Instance details

Defined in Amazonka.Rekognition.Types.ProtectiveEquipmentBodyPart

Show ProtectiveEquipmentBodyPart Source # 
Instance details

Defined in Amazonka.Rekognition.Types.ProtectiveEquipmentBodyPart

Generic ProtectiveEquipmentBodyPart Source # 
Instance details

Defined in Amazonka.Rekognition.Types.ProtectiveEquipmentBodyPart

Associated Types

type Rep ProtectiveEquipmentBodyPart :: Type -> Type #

NFData ProtectiveEquipmentBodyPart Source # 
Instance details

Defined in Amazonka.Rekognition.Types.ProtectiveEquipmentBodyPart

Hashable ProtectiveEquipmentBodyPart Source # 
Instance details

Defined in Amazonka.Rekognition.Types.ProtectiveEquipmentBodyPart

FromJSON ProtectiveEquipmentBodyPart Source # 
Instance details

Defined in Amazonka.Rekognition.Types.ProtectiveEquipmentBodyPart

type Rep ProtectiveEquipmentBodyPart Source # 
Instance details

Defined in Amazonka.Rekognition.Types.ProtectiveEquipmentBodyPart

type Rep ProtectiveEquipmentBodyPart = D1 ('MetaData "ProtectiveEquipmentBodyPart" "Amazonka.Rekognition.Types.ProtectiveEquipmentBodyPart" "libZSservicesZSamazonka-rekognitionZSamazonka-rekognition" 'False) (C1 ('MetaCons "ProtectiveEquipmentBodyPart'" 'PrefixI 'True) (S1 ('MetaSel ('Just "equipmentDetections") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EquipmentDetection])) :*: (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BodyPart)))))

newProtectiveEquipmentBodyPart :: ProtectiveEquipmentBodyPart Source #

Create a value of ProtectiveEquipmentBodyPart with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:equipmentDetections:ProtectiveEquipmentBodyPart', protectiveEquipmentBodyPart_equipmentDetections - An array of Personal Protective Equipment items detected around a body part.

$sel:confidence:ProtectiveEquipmentBodyPart', protectiveEquipmentBodyPart_confidence - The confidence that Amazon Rekognition has in the detection accuracy of the detected body part.

$sel:name:ProtectiveEquipmentBodyPart', protectiveEquipmentBodyPart_name - The detected body part.

protectiveEquipmentBodyPart_equipmentDetections :: Lens' ProtectiveEquipmentBodyPart (Maybe [EquipmentDetection]) Source #

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

protectiveEquipmentBodyPart_confidence :: Lens' ProtectiveEquipmentBodyPart (Maybe Double) Source #

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