Call Center SDK
1.11.3
|
Structure containing speech statistics and audio intervals marked as speech or non-speech. More...
#include <voicesdk/media/speech_summary.h>
Public Member Functions | |
SpeechSummary (const std::vector< SpeechEvent > &speechEvents, const SpeechInfo &speechInfo) | |
bool | operator== (const SpeechSummary &other) const |
Public Attributes | |
std::vector< SpeechEvent > | speechEvents |
Contains audio intervals marked as speech or non-speech. | |
SpeechInfo | speechInfo |
Contains speech statistics. | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const SpeechSummary &obj) |
Structure containing speech statistics and audio intervals marked as speech or non-speech.