| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Rekognition.Types.ProtectiveEquipmentBodyPart
Description
Synopsis
- data ProtectiveEquipmentBodyPart = ProtectiveEquipmentBodyPart' {}
- newProtectiveEquipmentBodyPart :: ProtectiveEquipmentBodyPart
- protectiveEquipmentBodyPart_confidence :: Lens' ProtectiveEquipmentBodyPart (Maybe Double)
- protectiveEquipmentBodyPart_equipmentDetections :: Lens' ProtectiveEquipmentBodyPart (Maybe [EquipmentDetection])
- protectiveEquipmentBodyPart_name :: Lens' ProtectiveEquipmentBodyPart (Maybe BodyPart)
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
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:
ProtectiveEquipmentBodyPart, protectiveEquipmentBodyPart_confidence - The confidence that Amazon Rekognition has in the detection accuracy of
the detected body part.
$sel:equipmentDetections:ProtectiveEquipmentBodyPart', protectiveEquipmentBodyPart_equipmentDetections - An array of Personal Protective Equipment items detected around a body
part.
$sel:name:ProtectiveEquipmentBodyPart', protectiveEquipmentBodyPart_name - The detected body part.
protectiveEquipmentBodyPart_confidence :: Lens' ProtectiveEquipmentBodyPart (Maybe Double) Source #
The confidence that Amazon Rekognition has in the detection accuracy of the detected body part.
protectiveEquipmentBodyPart_equipmentDetections :: Lens' ProtectiveEquipmentBodyPart (Maybe [EquipmentDetection]) Source #
An array of Personal Protective Equipment items detected around a body part.
protectiveEquipmentBodyPart_name :: Lens' ProtectiveEquipmentBodyPart (Maybe BodyPart) Source #
The detected body part.