QualityCheckEngineResult

Superclass:
NSObject
Declared In:

Introduction

Represents audio quality check result.



Properties

multipleSpeakersDetectorScore

Multiple speakers detector score value obtained on quality check.

qualityCheckShortDescription

Short description of the quality check results

snrDb

SNR metric value obtained on quality check in Db.

speechLengthMs

Speech length metric value obtained on quality check in milliseconds.

speechRelativeLength

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


multipleSpeakersDetectorScore


Multiple speakers detector score value obtained on quality check.

@property(assign,
    nonatomic) float multipleSpeakersDetectorScore; 

qualityCheckShortDescription


Short description of the quality check results

@property(assign,
    nonatomic) QualityCheckShortDescription qualityCheckShortDescription; 

snrDb


SNR metric value obtained on quality check in Db.

@property(assign,
    nonatomic) float snrDb; 

speechLengthMs


Speech length metric value obtained on quality check in milliseconds.

@property(assign,
    nonatomic) float speechLengthMs; 

speechRelativeLength


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

@property(assign,
    nonatomic) float speechRelativeLength;