AWSRekognitionSmile Class Reference
Inherits from | AWSModel : AWSMTLModel |
---|---|
Declared in | AWSRekognitionModel.h AWSRekognitionModel.m |
Overview
Indicates whether or not the face is smiling, and the confidence level in the determination.
confidence
Level of confidence in the determination.
@property (nonatomic, strong) NSNumber *confidence
Declared In
AWSRekognitionModel.h
value
Boolean value that indicates whether the face is smiling or not.
@property (nonatomic, strong) NSNumber *value
Declared In
AWSRekognitionModel.h