VerifyResult

Superclass:
NSObject
Declared In:

Introduction

Represents voice verification result.



Properties

probability

Voice matching probability from 0 to 1, should be used for making a biometrics authentication decision.

score

Raw verification score, intended to be used for evaluation and data-wise calibration.


probability


Voice matching probability from 0 to 1, should be used for making a biometrics authentication decision.

@property(assign,
    nonatomic) float probability; 

score


Raw verification score, intended to be used for evaluation and data-wise calibration.

@property(assign,
    nonatomic) float score;