Class YSKBiometryEmotion
The estimates of whether the user is experiencing one of the following emotions: happiness, annoyance, anger, calmness, or fun.
Properties
angerScore | Estimates whether the current emotion is anger. |
dissappScore | Estimates whether the current emotion is annoyance. |
joyScore | Estimates whether the current emotion is happiness. |
neutralScore | Estimates whether the current emotion is calmness. |
pleasureScore | Estimates whether the current emotion is fun. |
angerScore | Estimates whether the current emotion is anger. |
dissappScore | Estimates whether the current emotion is annoyance. |
joyScore | Estimates whether the current emotion is happiness. |
neutralScore | Estimates whether the current emotion is calmness. |
pleasureScore | Estimates whether the current emotion is fun. |
Property Detail
angerScore
(assign, readonly) CGFloat angerScore
Estimates whether the current emotion is anger.
dissappScore
(assign, readonly) CGFloat dissappScore
Estimates whether the current emotion is annoyance.
joyScore
(assign, readonly) CGFloat joyScore
Estimates whether the current emotion is happiness.
neutralScore
(assign, readonly) CGFloat neutralScore
Estimates whether the current emotion is calmness.
pleasureScore
(assign, readonly) CGFloat pleasureScore
Estimates whether the current emotion is fun.