C# Class EmotionRecognitionWF.EmotionRecognition

Show file Open project: GAIPS-INESC-ID/FAtiMA-Toolkit

Private Properties

Property Type Description
InitializeComponent void
OpenAndProcessSpeech void
SoundInputTimer_Tick void
StartRecording void
StopRecording void
UpdateTimer_Tick void
btRecord_Click void
btSendSound_Click void
btTextInput_Click void
cboxFusionPolicy_SelectedIndexChanged void
record int

Public Methods

Method Description
EmotionRecognition ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OpenAndProcessSpeech ( ) : void
SoundInputTimer_Tick ( object sender, EventArgs e ) : void
StartRecording ( ) : void
StopRecording ( ) : void
UpdateTimer_Tick ( object sender, EventArgs e ) : void
btRecord_Click ( object sender, EventArgs e ) : void
btSendSound_Click ( object sender, EventArgs e ) : void
btTextInput_Click ( object sender, EventArgs e ) : void
cboxFusionPolicy_SelectedIndexChanged ( object sender, EventArgs e ) : void
record ( string lpstrCommand, string lpstrReturnString, int uReturnLength, int hwndCallback ) : int

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

EmotionRecognition() public method

public EmotionRecognition ( ) : System
return System