| 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.CoversBodyPart
Description
Synopsis
Documentation
data CoversBodyPart Source #
Information about an item of Personal Protective Equipment covering a corresponding body part. For more information, see DetectProtectiveEquipment.
See: newCoversBodyPart smart constructor.
Constructors
| CoversBodyPart' | |
Instances
newCoversBodyPart :: CoversBodyPart Source #
Create a value of CoversBodyPart 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:confidence:CoversBodyPart', coversBodyPart_confidence - The confidence that Amazon Rekognition has in the value of Value.
$sel:value:CoversBodyPart', coversBodyPart_value - True if the PPE covers the corresponding body part, otherwise false.
coversBodyPart_confidence :: Lens' CoversBodyPart (Maybe Double) Source #
The confidence that Amazon Rekognition has in the value of Value.
coversBodyPart_value :: Lens' CoversBodyPart (Maybe Bool) Source #
True if the PPE covers the corresponding body part, otherwise false.