VoiceSDK
5.0.2
|
#include <voicesdk/media/speech_summary.h>
Public Member Functions | |
SpeechEvent ()=default | |
SpeechEvent (bool isVoice, const AudioInterval &audioInterval) | |
bool | operator== (const SpeechEvent &other) const |
Public Attributes | |
bool | isVoice = false |
Whether the interval contains speech or not. More... | |
AudioInterval | audioInterval |
Speech event audio interval. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const SpeechEvent &obj) |
Represents a speech/non-speech marked audio interval
|
default |
|
inline |
|
inline |
|
friend |
AudioInterval voicesdk::SpeechEvent::audioInterval |
Speech event audio interval.
bool voicesdk::SpeechEvent::isVoice = false |
Whether the interval contains speech or not.