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 |
Documentation
Indicates whether or not the face is smiling, and the confidence level in the determination.
See: newSmile
smart constructor.
Instances
Eq Smile Source # | |
Read Smile Source # | |
Show Smile Source # | |
Generic Smile Source # | |
NFData Smile Source # | |
Defined in Amazonka.Rekognition.Types.Smile | |
Hashable Smile Source # | |
Defined in Amazonka.Rekognition.Types.Smile | |
FromJSON Smile Source # | |
type Rep Smile Source # | |
Defined in Amazonka.Rekognition.Types.Smile type Rep Smile = D1 ('MetaData "Smile" "Amazonka.Rekognition.Types.Smile" "libZSservicesZSamazonka-rekognitionZSamazonka-rekognition" 'False) (C1 ('MetaCons "Smile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))) |
Create a value of Smile
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:Smile'
, smile_value
- Boolean value that indicates whether the face is smiling or not.
$sel:confidence:Smile'
, smile_confidence
- Level of confidence in the determination.