Structure containing speech statistics and audio intervals marked as speech or non-speech.  
 More...
#include <voicesdk/media/speech_summary.h>
Structure containing speech statistics and audio intervals marked as speech or non-speech. 
- See also
 - SpeechSummaryEngine 
 
- 
SpeechSummaryStream 
 
 
◆ SpeechSummary() [1/2]
  
  
      
        
          | voicesdk::SpeechSummary::SpeechSummary  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
default   | 
  
 
 
◆ SpeechSummary() [2/2]
  
  
      
        
          | voicesdk::SpeechSummary::SpeechSummary  | 
          ( | 
          const std::vector< SpeechEvent > &  | 
          speechEvents,  | 
         
        
           | 
           | 
          const SpeechInfo &  | 
          speechInfo  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator==()
  
  
      
        
          | bool voicesdk::SpeechSummary::operator==  | 
          ( | 
          const SpeechSummary &  | 
          other | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator<<
  
  
      
        
          | std::ostream& operator<<  | 
          ( | 
          std::ostream &  | 
          os,  | 
         
        
           | 
           | 
          const SpeechSummary &  | 
          obj  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
friend   | 
  
 
 
◆ speechEvents
      
        
          | std::vector<SpeechEvent> voicesdk::SpeechSummary::speechEvents | 
        
      
 
Contains audio intervals marked as speech or non-speech. 
 
 
◆ speechInfo
Contains speech statistics.