Convert speech to text in android

I want to develop applications based on the conversion of speech to text. Please tell me your suggestions and how to develop this application.

+3
source share
2 answers

Yes, it should be possible that Android has Speech for APi text. Get user input as a voice message and convert it to String (the API for you automatically). Based on the output of the string, you can perform operations on your application.

Check this entry to get more text info in API text.

http://android-developers.blogspot.com/2009/09/introduction-to-text-to-speech-in.html

+3

Source: https://habr.com/ru/post/1763198/


All Articles