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 ProtectiveEquipmentBodyPart = ProtectiveEquipmentBodyPart' {}
- newProtectiveEquipmentBodyPart :: ProtectiveEquipmentBodyPart
- protectiveEquipmentBodyPart_equipmentDetections :: Lens' ProtectiveEquipmentBodyPart (Maybe [EquipmentDetection])
- protectiveEquipmentBodyPart_confidence :: Lens' ProtectiveEquipmentBodyPart (Maybe Double)
- 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.
ProtectiveEquipmentBodyPart' | |
|
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:
$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.
protectiveEquipmentBodyPart_name :: Lens' ProtectiveEquipmentBodyPart (Maybe BodyPart) Source #
The detected body part.