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 Sunglasses = Sunglasses' {}
- newSunglasses :: Sunglasses
- sunglasses_value :: Lens' Sunglasses (Maybe Bool)
- sunglasses_confidence :: Lens' Sunglasses (Maybe Double)
Documentation
data Sunglasses Source #
Indicates whether or not the face is wearing sunglasses, and the confidence level in the determination.
See: newSunglasses
smart constructor.
Instances
newSunglasses :: Sunglasses Source #
Create a value of Sunglasses
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:Sunglasses'
, sunglasses_value
- Boolean value that indicates whether the face is wearing sunglasses or
not.
$sel:confidence:Sunglasses'
, sunglasses_confidence
- Level of confidence in the determination.
sunglasses_value :: Lens' Sunglasses (Maybe Bool) Source #
Boolean value that indicates whether the face is wearing sunglasses or not.
sunglasses_confidence :: Lens' Sunglasses (Maybe Double) Source #
Level of confidence in the determination.