C# Class SpeechEmotionRecognition.SpeechEmotionRecognitionComponent

Inheritance: IAffectRecognitionComponent
Afficher le fichier Open project: GAIPS-INESC-ID/FAtiMA-Toolkit

Private Properties

Свойство Type Description
CreateRequest System.Net.HttpWebRequest

Méthodes publiques

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

Private Methods

Méthode Description
CreateRequest ( byte speech ) : HttpWebRequest

Method Details

GetRecognizedAffectiveVariables() public méthode

public GetRecognizedAffectiveVariables ( ) : IEnumerable
Résultat IEnumerable

GetSample() public méthode

public GetSample ( ) : IEnumerable
Résultat IEnumerable

ProcessSpeech() public méthode

public ProcessSpeech ( byte speech ) : IEnumerable
speech byte
Résultat IEnumerable

ProcessSpeechAsync() public méthode

public ProcessSpeechAsync ( byte speech ) : Task>
speech byte
Résultat Task>

SpeechEmotionRecognitionComponent() public méthode

public SpeechEmotionRecognitionComponent ( ) : System
Résultat System

Test() public méthode

public Test ( ) : void
Résultat void