VerifyResult
IntroductionRepresents voice verification result. Properties
probabilityVoice matching probability from 0 to 1, should be used for making a biometrics authentication decision. @property(assign, nonatomic) float probability; scoreRaw verification score, intended to be used for evaluation and data-wise calibration. @property(assign, nonatomic) float score; |