#include <voicesdk/media/speech_summary.h>
◆ SpeechInfo() [1/2]
voicesdk::SpeechInfo::SpeechInfo |
( |
| ) |
|
|
default |
◆ SpeechInfo() [2/2]
voicesdk::SpeechInfo::SpeechInfo |
( |
float |
speechLengthMs, |
|
|
float |
backgroundLengthMs, |
|
|
float |
totalLengthMs |
|
) |
| |
|
inline |
◆ operator==()
bool voicesdk::SpeechInfo::operator== |
( |
const SpeechInfo & |
other | ) |
const |
|
inline |
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const SpeechInfo & |
obj |
|
) |
| |
|
friend |
◆ backgroundLengthMs
float voicesdk::SpeechInfo::backgroundLengthMs = 0.0f |
Non-speech signal length in milliseconds.
◆ speechLengthMs
float voicesdk::SpeechInfo::speechLengthMs = 0.0f |
Speech signal length in milliseconds.
◆ totalLengthMs
float voicesdk::SpeechInfo::totalLengthMs = 0.0f |
Processed audio total length (totalLengthMs = speechLengthMs + backgroundLengthMs) in milliseconds.