I am currently using the Google Speech Recognition API in java to repeat what user input when spoken. The program works for words and numbers but fails when I use letters and postal code.
For example, I say M3X 5C9: it thinks I am saying "em 3 ex 5 see 9".
Is there a way to make it recognize only letters and digits?