Property | Type | Description | |
---|---|---|---|
CreateRequest |
Method | Description | |
---|---|---|
GetRecognizedAffectiveVariables ( ) : IEnumerable |
||
GetSample ( ) : IEnumerable |
||
ProcessSpeech ( byte speech ) : IEnumerable |
||
ProcessSpeechAsync ( byte speech ) : Task |
||
SpeechEmotionRecognitionComponent ( ) : System | ||
Test ( ) : void |
Method | Description | |
---|---|---|
CreateRequest ( byte speech ) : |
public GetRecognizedAffectiveVariables ( ) : IEnumerable |
||
return | IEnumerable |
public ProcessSpeech ( byte speech ) : IEnumerable |
||
speech | byte | |
return | IEnumerable |
public ProcessSpeechAsync ( byte speech ) : Task |
||
speech | byte | |
return | Task |
public SpeechEmotionRecognitionComponent ( ) : System | ||
return | System |