Call Center SDK  1.11.3
Public Member Functions | Public Attributes | Friends | List of all members
voicesdk::SpeechEvent Struct Reference

#include <voicesdk/media/speech_summary.h>

Public Member Functions

 SpeechEvent (bool isVoice, const AudioInterval &audioInterval)
 
bool operator== (const SpeechEvent &other) const
 

Public Attributes

bool isVoice = false
 Whether the interval contains speech or not.
 
AudioInterval audioInterval
 Speech event audio interval.
 

Friends

std::ostream & operator<< (std::ostream &os, const SpeechEvent &obj)
 

Detailed Description

Represents a speech/non-speech marked audio interval