speech_recognition_msgs/SpeechRecognition Service

File: speech_recognition_msgs/SpeechRecognition.srv

Raw Message Definition

Vocabulary vocabulary  #  Specify isolated words candidates to be recognized (Enabled on isolated word mode)
Grammar grammar        #  Or, specify grammar to be recognized
string grammar_name    #  Or, simply specify grammar name which is already registered on the server

float32 duration
bool quiet
float32 threshold
---
speech_recognition_msgs/SpeechRecognitionCandidates result

Compact Message Definition

speech_recognition_msgs/Vocabulary vocabulary
speech_recognition_msgs/Grammar grammar
string grammar_name
float32 duration
bool quiet
float32 threshold

speech_recognition_msgs/SpeechRecognitionCandidates result