Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data EquipmentDetection = EquipmentDetection' {}
- newEquipmentDetection :: EquipmentDetection
- equipmentDetection_boundingBox :: Lens' EquipmentDetection (Maybe BoundingBox)
- equipmentDetection_coversBodyPart :: Lens' EquipmentDetection (Maybe CoversBodyPart)
- equipmentDetection_confidence :: Lens' EquipmentDetection (Maybe Double)
- 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.
EquipmentDetection' | |
|
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.
$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.
equipmentDetection_type :: Lens' EquipmentDetection (Maybe ProtectiveEquipmentType) Source #
The type of detected PPE.