Call Center SDK
1.11.3
|
Public Member Functions | |
SpeechInfo (float speechLengthMs, float backgroundLengthMs, float totalLengthMs) | |
bool | operator== (const SpeechInfo &other) const |
Public Attributes | |
float | speechLengthMs = 0.0f |
Speech signal length in milliseconds. | |
float | backgroundLengthMs = 0.0f |
Non-speech signal length in milliseconds. | |
float | totalLengthMs = 0.0f |
Processed audio total length (totalLengthMs = speechLengthMs + backgroundLengthMs) in milliseconds. | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const SpeechInfo &obj) |