I'm creating an emailing application for the visually impaired using java and I'm having a problem when entering the email and password. The entire application is voice based and I'm using the google speech API for converting speech to text. I've been trying to get the user to enter username/password one character at a time but the problem is google speech doesn't recognize characters properly.
I would be glad if there could be any other possible ways for a sightless user to input username/password or any other possible way to recognize single characters through voice would also be helpful.
More info: I'm trying to login to google so a way to input username/password is the problem I'm facing.