C# Класс EmotionRecognitionWF.EmotionRecognition

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
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

Открытые методы

Метод Описание
EmotionRecognition ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

EmotionRecognition() публичный Метод

public EmotionRecognition ( ) : System
Результат System