Class: Aws::Rekognition::Types::Smile
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::Smile
- Defined in:
- gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb
Overview
Indicates whether or not the face is smiling, and the confidence level in the determination.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#confidence ⇒ Float
Level of confidence in the determination.
-
#value ⇒ Boolean
Boolean value that indicates whether the face is smiling or not.