QualityCheckEngineResult
IntroductionRepresents audio quality check result. Properties
multipleSpeakersDetectorScoreMultiple speakers detector score value obtained on quality check. @property(assign, nonatomic) float multipleSpeakersDetectorScore; qualityCheckShortDescriptionShort description of the quality check results @property(assign, nonatomic) QualityCheckShortDescription qualityCheckShortDescription; snrDbSNR metric value obtained on quality check in Db. @property(assign, nonatomic) float snrDb; speechLengthMsSpeech length metric value obtained on quality check in milliseconds. @property(assign, nonatomic) float speechLengthMs; speechRelativeLengthSpeech relative length (speech length relative to the total audio length) metric value obtained on quality check. @property(assign, nonatomic) float speechRelativeLength; |