Open oscartprom opened 6 years ago
Does Dialogflow use the system's speech recognition engine and send the request to its servers as text? (see this Dialogflow forum entry)
Oscar, did you figure out how to get the user's spoken text back without any attempt to match the query to an intent?
If i need to convert audio to text, I prefer Audext - mp3 to text converter. It has many helpful features and provides 30 minutes for free.
There are times when I am using the full conversation flow (query -> response) of Dialogflow, but there are other times I just want to use it as an engine for audio-to-text transcription. Is it possible to get the user's spoken text back in the
onListeningFinished()
oronResult()
methods without any attempt to match the query to one of my agent's intents? Or should I use another service for that such as Amazon Transcribe?