vsdk 10.1.0
 
Loading...
Searching...
No Matches
Vsdk::Biometrics::Authenticator

ConsumerModule that performs user authentication (telling if the user talking is the one we expected to be talking) More...

#include <Authenticator.hpp>

Inheritance diagram for Vsdk::Biometrics::Authenticator:
Vsdk::Biometrics::Recognizer< AuthenticatorEventCode, AuthenticatorErrorCode > Vsdk::Audio::ConsumerModule

Public Member Functions

auto userToRecognize () const -> std::string const &
 
virtual void setUserToRecognize (std::string user)
 
- Public Member Functions inherited from Vsdk::Audio::ConsumerModule
virtual ~ConsumerModule ()=default
 
virtual void process (Buffer const &, bool last)=0
 

Protected Attributes

std::string _userToRecognize
 

Detailed Description

ConsumerModule that performs user authentication (telling if the user talking is the one we expected to be talking)

Member Function Documentation

◆ userToRecognize()

auto Authenticator::userToRecognize ( ) const -> std::string const &

◆ setUserToRecognize()

void Authenticator::setUserToRecognize ( std::string user)
virtual

Member Data Documentation

◆ _userToRecognize

std::string Vsdk::Biometrics::Authenticator::_userToRecognize
protected