#include "speech_to_text_action_handler.h"
#include "third_party/gflags.h"
#include "third_party/glog.h"
#include "util/statusor.h"
Go to the source code of this file.
Namespaces | |
gcloud_speech | |
Typedefs | |
using | SpeechToTextSimpleActionServer = actionlib::SimpleActionServer< gcloud_speech_msgs::SpeechToTextAction > |
Functions | |
DEFINE_int32 (speech_fail_prematurely_retry_cutoff_msec, 300,"Cutoff duration to allow retrying if recognition failed prematurely.") | |
using SpeechToTextSimpleActionServer = actionlib::SimpleActionServer<gcloud_speech_msgs::SpeechToTextAction> |
Definition at line 10 of file speech_to_text_action_handler.cc.
DEFINE_int32 | ( | speech_fail_prematurely_retry_cutoff_msec | , |
300 | , | ||
"Cutoff duration to allow retrying if recognition failed prematurely." | |||
) |