Call Center SDK  1.11.3
Public Member Functions | Public Attributes | Friends | List of all members
voicesdk::VerifyResult Struct Reference

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.
 
float probability
 Voice matching probability from 0 to 1, should be used for making a biometrics authentication decision.
 

Friends

std::ostream & operator<< (std::ostream &os, const VerifyResult &obj)
 

Detailed Description

Structure representing voice verification result.