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

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< SpeechEventspeechEvents
 Contains audio intervals marked as speech or non-speech.
 
SpeechInfo speechInfo
 Contains speech statistics.
 

Friends

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

Detailed Description

Structure containing speech statistics and audio intervals marked as speech or non-speech.

See also
SpeechSummaryEngine
SpeechSummaryStream