Contents

hasSmile

A Boolean value that indicates whether a smile is detected in the face.

Declaration

var hasSmile: Bool { get }

Discussion

To detect smiles, /CIDetector/featuresInImage:options: needs to be called with the CIDetectorSmile option set to true.

See Also

Identifying Facial Features