NUGU SDK Linux  1.7.5
NuguClientKit::ISpeechRecognizerAggregatorListener Class Referenceabstract

SpeechRecognizerAggregator listener interface. More...

#include <speech_recognizer_aggregator_interface.hh>

+ Inheritance diagram for NuguClientKit::ISpeechRecognizerAggregatorListener:

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...
 

Detailed Description

SpeechRecognizerAggregator listener interface.

See also
ISpeechRecognizerAggregator

The documentation for this class was generated from the following file: