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.EquipmentDetection

Description

 
Synopsis

Documentation

data EquipmentDetection Source #

Information about an item of Personal Protective Equipment (PPE) detected by DetectProtectiveEquipment. For more information, see DetectProtectiveEquipment.

See: newEquipmentDetection smart constructor.

Constructors

EquipmentDetection' 

Fields

Instances

Instances details
Eq EquipmentDetection Source # 
Instance details

Defined in Amazonka.Rekognition.Types.EquipmentDetection

Read EquipmentDetection Source # 
Instance details

Defined in Amazonka.Rekognition.Types.EquipmentDetection

Show EquipmentDetection Source # 
Instance details

Defined in Amazonka.Rekognition.Types.EquipmentDetection

Generic EquipmentDetection Source # 
Instance details

Defined in Amazonka.Rekognition.Types.EquipmentDetection

Associated Types

type Rep EquipmentDetection :: Type -> Type #

NFData EquipmentDetection Source # 
Instance details

Defined in Amazonka.Rekognition.Types.EquipmentDetection

Methods

rnf :: EquipmentDetection -> () #

Hashable EquipmentDetection Source # 
Instance details

Defined in Amazonka.Rekognition.Types.EquipmentDetection

FromJSON EquipmentDetection Source # 
Instance details

Defined in Amazonka.Rekognition.Types.EquipmentDetection

type Rep EquipmentDetection Source # 
Instance details

Defined in Amazonka.Rekognition.Types.EquipmentDetection

type Rep EquipmentDetection = D1 ('MetaData "EquipmentDetection" "Amazonka.Rekognition.Types.EquipmentDetection" "libZSservicesZSamazonka-rekognitionZSamazonka-rekognition" 'False) (C1 ('MetaCons "EquipmentDetection'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "boundingBox") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BoundingBox)) :*: S1 ('MetaSel ('Just "coversBodyPart") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CoversBodyPart))) :*: (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProtectiveEquipmentType)))))

newEquipmentDetection :: EquipmentDetection Source #

Create a value of EquipmentDetection 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:boundingBox:EquipmentDetection', equipmentDetection_boundingBox - A bounding box surrounding the item of detected PPE.

$sel:coversBodyPart:EquipmentDetection', equipmentDetection_coversBodyPart - Information about the body part covered by the detected PPE.

$sel:confidence:EquipmentDetection', equipmentDetection_confidence - The confidence that Amazon Rekognition has that the bounding box (BoundingBox) contains an item of PPE.

$sel:type':EquipmentDetection', equipmentDetection_type - The type of detected PPE.

equipmentDetection_boundingBox :: Lens' EquipmentDetection (Maybe BoundingBox) Source #

A bounding box surrounding the item of detected PPE.

equipmentDetection_coversBodyPart :: Lens' EquipmentDetection (Maybe CoversBodyPart) Source #

Information about the body part covered by the detected PPE.

equipmentDetection_confidence :: Lens' EquipmentDetection (Maybe Double) Source #

The confidence that Amazon Rekognition has that the bounding box (BoundingBox) contains an item of PPE.