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