| 
    VoiceSDK
    5.3.0
    
   | 
 
Structure representing voice verification result. More...
#include <voicesdk/verify/verify.h>
Public Member Functions | |
| VerifyResult (float score, float probability) | |
| bool | operator== (const VerifyResult &other) const | 
Public Attributes | |
| float | score | 
| Raw verification score, intended to be used for evaluation and data-wise calibration.  More... | |
| float | probability | 
| Voice matching probability from 0 to 1, should be used for making a biometrics authentication decision.  More... | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const VerifyResult &obj) | 
Structure representing voice verification result.
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  friend | 
| float voicesdk::VerifyResult::probability | 
Voice matching probability from 0 to 1, should be used for making a biometrics authentication decision.
| float voicesdk::VerifyResult::score | 
Raw verification score, intended to be used for evaluation and data-wise calibration.
 1.8.17