ConsumerModule that performs user identification (finding who's talking from a bunch of registered users) More...
Additional Inherited Members | |
Public Member Functions inherited from Vsdk::Biometrics::Recognizer< IdentificatorEventCode, IdentificatorErrorCode > | |
| auto | model () const -> std::shared_ptr< Model > const & |
| void | setThreshold (int threshold) |
Sets a threshold of confidence that must be reached for the result to be accepted threshold Generally between 0 and 10 (depends on the provider, 10 means the engine will be the strictest) More... | |
| void | setModel (std::shared_ptr< Model > model) |
Public Member Functions inherited from Vsdk::Audio::ConsumerModule | |
| virtual | ~ConsumerModule ()=default |
| virtual void | process (Buffer const &, bool last)=0 |
Protected Member Functions inherited from Vsdk::Biometrics::Recognizer< IdentificatorEventCode, IdentificatorErrorCode > | |
| virtual void | onNewModelSet ()=0 |
Protected Attributes inherited from Vsdk::Biometrics::Recognizer< IdentificatorEventCode, IdentificatorErrorCode > | |
| std::shared_ptr< Model > | _model |
| int | _threshold |
ConsumerModule that performs user identification (finding who's talking from a bunch of registered users)