AWSRekognitionSmile
Objective-C
@interface AWSRekognitionSmile
                Swift
class AWSRekognitionSmile
                Indicates whether or not the face is smiling, and the confidence level in the determination.
- 
                  
                  
Level of confidence in the determination.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable confidence;Swift
var confidence: NSNumber? { get set } - 
                  
                  
Boolean value that indicates whether the face is smiling or not.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable value;Swift
var value: NSNumber? { get set } 
View on GitHub
Install in Dash
        AWSRekognitionSmile Class Reference