SpeechRecognizer interface.
More...
#include <speech_recognizer_interface.hh>
SpeechRecognizer interface.
- See also
- ISpeechRecognizerListener
◆ setListener()
Set SpeechRecognizer listener object.
- Parameters
-
◆ startListening()
virtual bool NuguClientKit::ISpeechRecognizer::startListening |
( |
const std::string & |
id | ) |
|
|
pure virtual |
Start listening speech.
- Parameters
-
- Returns
- result of start listening
◆ setEpdAttribute()
virtual void NuguClientKit::ISpeechRecognizer::setEpdAttribute |
( |
const EpdAttribute & |
attribute | ) |
|
|
pure virtual |
Set EPD attribute.
- Parameters
-
[in] | attribute | EPD attribute |
◆ getEpdAttribute()
virtual EpdAttribute NuguClientKit::ISpeechRecognizer::getEpdAttribute |
( |
| ) |
|
|
pure virtual |
Get EPD attribute.
- Returns
- EPD attribute
◆ isMute()
virtual bool NuguClientKit::ISpeechRecognizer::isMute |
( |
| ) |
|
|
pure virtual |
Get audio recorder's mute.
- Returns
- mute
◆ getCodec()
virtual std::string NuguClientKit::ISpeechRecognizer::getCodec |
( |
| ) |
|
|
pure virtual |
Get codec information of recorder.
- Returns
- codec
◆ getMimeType()
virtual std::string NuguClientKit::ISpeechRecognizer::getMimeType |
( |
| ) |
|
|
pure virtual |
Get mime type information of recorder.
- Returns
- mime type
The documentation for this class was generated from the following file: