Class EmotionController
Definition
- Assembly:
- Tizen.AIAvatar.dll
Manages facial expression control for avatars based on input text sentiment analysis results.
public class EmotionController
- Inheritance
-
objectEmotionController
Constructors
View SourceEmotionController()
Initializes a new instance of the EmotionController class without an avatar reference.
Declaration
public EmotionController()
Methods
View SourceAnalizeEmotion(string)
This method analyzes emotion the given text.
Declaration
public void AnalizeEmotion(string text)
Parameters
| Type | Name | Description |
|---|---|---|
| string | text | The text to analyze |
Initialize()
Initializes the EmotionController by setting up the necessary components for managing facial expressions in the avatar.
Declaration
public void Initialize()
PauseEmotionFacial()
This method pauses the emotion facial.
Declaration
public void PauseEmotionFacial()
PlayEmotionFacial()
This method starts playing the emotion facial.
Declaration
public void PlayEmotionFacial()
StopEmotionFacial()
This method stops the emotion facial.
Declaration
public void StopEmotionFacial()