Call Center SDK
1.11.3
|
Class for matching voice templates one-to-one. More...
#include <voicesdk/verify/verify.h>
Public Types | |
using | Ptr = std::shared_ptr< VoiceTemplateMatcher > |
Public Member Functions | |
virtual VerifyResult | matchVoiceTemplates (const VoiceTemplate::Ptr &template1, const VoiceTemplate::Ptr &template2) const =0 |
Matches two voice templates one-to-one. More... | |
virtual const std::string & | getInitDataId () const =0 |
Returns ID of the init data, which was used to create the matcher. More... | |
Static Public Member Functions | |
static Ptr | create (const std::string &initPath) |
Factory method. More... | |
Class for matching voice templates one-to-one.
|
static |
Factory method.
initPath | Path to the init data folder |
std::runtime_error | if runtime error occurred |
voicesdk::LicenseException | if license error occurred |
|
pure virtual |
Returns ID of the init data, which was used to create the matcher.
|
pure virtual |
Matches two voice templates one-to-one.
template1 | Voice template #1 |
template2 | Voice template #2 |
std::runtime_error | if runtime error occurred |
voicesdk::LicenseException | if license error occurred |