C# 클래스 SpeechEmotionRecognition.SpeechEmotionRecognitionComponent

상속: IAffectRecognitionComponent
파일 보기 프로젝트 열기: GAIPS-INESC-ID/FAtiMA-Toolkit

Private Properties

프로퍼티 타입 설명
CreateRequest System.Net.HttpWebRequest

공개 메소드들

메소드 설명
GetRecognizedAffectiveVariables ( ) : IEnumerable
GetSample ( ) : IEnumerable
ProcessSpeech ( byte speech ) : IEnumerable
ProcessSpeechAsync ( byte speech ) : Task>
SpeechEmotionRecognitionComponent ( ) : System
Test ( ) : void

비공개 메소드들

메소드 설명
CreateRequest ( byte speech ) : HttpWebRequest

메소드 상세

GetRecognizedAffectiveVariables() 공개 메소드

public GetRecognizedAffectiveVariables ( ) : IEnumerable
리턴 IEnumerable

GetSample() 공개 메소드

public GetSample ( ) : IEnumerable
리턴 IEnumerable

ProcessSpeech() 공개 메소드

public ProcessSpeech ( byte speech ) : IEnumerable
speech byte
리턴 IEnumerable

ProcessSpeechAsync() 공개 메소드

public ProcessSpeechAsync ( byte speech ) : Task>
speech byte
리턴 Task>

SpeechEmotionRecognitionComponent() 공개 메소드

public SpeechEmotionRecognitionComponent ( ) : System
리턴 System

Test() 공개 메소드

public Test ( ) : void
리턴 void