dialogflow / dialogflow-android-client

Android SDK for Dialogflow
https://dialogflow.com
Apache License 2.0
574 stars 270 forks source link

Use For Audio Transcription #80

Open oscartprom opened 6 years ago

oscartprom commented 6 years ago

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() or onResult() 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?

oscartprom commented 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)

hkeziah commented 6 years ago

Oscar, did you figure out how to get the user's spoken text back without any attempt to match the query to an intent?

ashley9994 commented 3 years ago

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.