NUGU SDK Linux
1.7.6
|
SpeechRecognizerAggregator listener interface. More...
#include <speech_recognizer_aggregator_interface.hh>
Public Member Functions | |
virtual void | onASRState (ASRState state, const std::string &dialog_id, ASRInitiator initiator)=0 |
Notify to user the asr state changed. More... | |
virtual void | onResult (const RecognitionResult &result, const std::string &dialog_id)=0 |
Notify to user the recognition result. More... | |
virtual void | onWakeupState (WakeupDetectState state, float power_noise, float power_speech)=0 |
Notify to user the wakeup detection state changed. More... | |
SpeechRecognizerAggregator listener interface.