VoiceSDK  5.0.2
Public Attributes | List of all members
VoiceSdkQualityCheckEngineResult Struct Reference

#include <voicesdk/media/media_c_api.h>

Public Attributes

VoiceSdkQualityCheckShortDescription quality_check_short_description
 Short description of the quality check results. More...
 
float snr_db
 SNR metric value obtained on quality check in Db. More...
 
float speech_length_ms
 Speech length metric value obtained on quality check in milliseconds. More...
 
float speech_relative_length
 Speech relative length (speech length relative to the total audio length) metric value obtained on quality check. More...
 
float multiple_speakers_detector_score
 Multiple speakers detector score value obtained on quality check. More...
 

Member Data Documentation

◆ multiple_speakers_detector_score

float VoiceSdkQualityCheckEngineResult::multiple_speakers_detector_score

Multiple speakers detector score value obtained on quality check.

◆ quality_check_short_description

VoiceSdkQualityCheckShortDescription VoiceSdkQualityCheckEngineResult::quality_check_short_description

Short description of the quality check results.

◆ snr_db

float VoiceSdkQualityCheckEngineResult::snr_db

SNR metric value obtained on quality check in Db.

◆ speech_length_ms

float VoiceSdkQualityCheckEngineResult::speech_length_ms

Speech length metric value obtained on quality check in milliseconds.

◆ speech_relative_length

float VoiceSdkQualityCheckEngineResult::speech_relative_length

Speech relative length (speech length relative to the total audio length) metric value obtained on quality check.