| 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.EquipmentDetection
Description
Synopsis
- data EquipmentDetection = EquipmentDetection' {}
- newEquipmentDetection :: EquipmentDetection
- equipmentDetection_boundingBox :: Lens' EquipmentDetection (Maybe BoundingBox)
- equipmentDetection_confidence :: Lens' EquipmentDetection (Maybe Double)
- equipmentDetection_coversBodyPart :: Lens' EquipmentDetection (Maybe CoversBodyPart)
- equipmentDetection_type :: Lens' EquipmentDetection (Maybe ProtectiveEquipmentType)
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
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.
EquipmentDetection, equipmentDetection_confidence - The confidence that Amazon Rekognition has that the bounding box
(BoundingBox) contains an item of PPE.
$sel:coversBodyPart:EquipmentDetection', equipmentDetection_coversBodyPart - Information about the body part covered by the detected 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_confidence :: Lens' EquipmentDetection (Maybe Double) Source #
The confidence that Amazon Rekognition has that the bounding box
(BoundingBox) contains an item of PPE.
equipmentDetection_coversBodyPart :: Lens' EquipmentDetection (Maybe CoversBodyPart) Source #
Information about the body part covered by the detected PPE.
equipmentDetection_type :: Lens' EquipmentDetection (Maybe ProtectiveEquipmentType) Source #
The type of detected PPE.