Class YSKEmotion
Possible emotions of synthesized voice.
Class Methods
+evil | Creates an object of the |
+good | Creates an object of the |
+neutral | Creates an object of the |
+evil | Creates an object of the |
+good | Creates an object of the |
+neutral | Creates an object of the |
Method Detail
+evil
+ (instancetype)evil
Creates an object of the YSKEmotion
class with a negative emotion.
Returns:
An object of the YSKEmotion
class that corresponds to the selected emotion.
+good
+ (instancetype)good
Creates an object of the YSKEmotion
class with a positive emotion.
Returns:
An object of the YSKEmotion
class that corresponds to the selected emotion.
+neutral
+ (instancetype)neutral
Creates an object of the YSKEmotion
class with a neutral emotion.
Returns:
An object of the YSKEmotion
class that corresponds to the selected emotion.