#include <google_speech_interface.h>
Definition at line 42 of file google_speech_interface.h.
cogrob::cloud::speech::GoogleSpeechRecognizerInterface::GoogleSpeechRecognizerInterface |
( |
| ) |
|
|
inline |
virtual cogrob::cloud::speech::GoogleSpeechRecognizerInterface::~GoogleSpeechRecognizerInterface |
( |
| ) |
|
|
inlinevirtual |
virtual util::StatusOr<RecognitionResult> cogrob::cloud::speech::GoogleSpeechRecognizerInterface::GetLastResult |
( |
| ) |
|
|
pure virtual |
virtual bool cogrob::cloud::speech::GoogleSpeechRecognizerInterface::IsRunning |
( |
| ) |
|
|
pure virtual |
virtual util::Status cogrob::cloud::speech::GoogleSpeechRecognizerInterface::StartRecognize |
( |
AudioQueue * |
audio_queue, |
|
|
util::SimpleThreadSafeQueue< RecognitionResult > * |
result_queue, |
|
|
const std::vector< std::string > & |
hints = {} , |
|
|
int |
max_audio_seconds = 14 , |
|
|
int |
max_wait_seconds = 17 , |
|
|
int |
max_alternatives = 10 |
|
) |
| |
|
pure virtual |
virtual util::Status cogrob::cloud::speech::GoogleSpeechRecognizerInterface::Stop |
( |
| ) |
|
|
pure virtual |
virtual util::Status cogrob::cloud::speech::GoogleSpeechRecognizerInterface::Wait |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: