C# Class SpeechEmotionRecognition.SpeechEmotionRecognitionComponent

Inheritance: IAffectRecognitionComponent
Mostra file Open project: GAIPS-INESC-ID/FAtiMA-Toolkit

Private Properties

Property Type Description
CreateRequest System.Net.HttpWebRequest

Public Methods

Method Description
GetRecognizedAffectiveVariables ( ) : IEnumerable
GetSample ( ) : IEnumerable
ProcessSpeech ( byte speech ) : IEnumerable
ProcessSpeechAsync ( byte speech ) : Task>
SpeechEmotionRecognitionComponent ( ) : System
Test ( ) : void

Private Methods

Method Description
CreateRequest ( byte speech ) : HttpWebRequest

Method Details

GetRecognizedAffectiveVariables() public method

public GetRecognizedAffectiveVariables ( ) : IEnumerable
return IEnumerable

GetSample() public method

public GetSample ( ) : IEnumerable
return IEnumerable

ProcessSpeech() public method

public ProcessSpeech ( byte speech ) : IEnumerable
speech byte
return IEnumerable

ProcessSpeechAsync() public method

public ProcessSpeechAsync ( byte speech ) : Task>
speech byte
return Task>

SpeechEmotionRecognitionComponent() public method

public SpeechEmotionRecognitionComponent ( ) : System
return System

Test() public method

public Test ( ) : void
return void