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
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.
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:value:CoversBodyPart'
, coversBodyPart_value
- True if the PPE covers the corresponding body part, otherwise false.
$sel:confidence:CoversBodyPart'
, coversBodyPart_confidence
- 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.
coversBodyPart_confidence :: Lens' CoversBodyPart (Maybe Double) Source #
The confidence that Amazon Rekognition has in the value of Value
.