Hello!
I am developing an android app that uses voice recognition.
The Recognizer Intent returns an ArrayList of the potential results that match the voice. How can I compare these results to another set of Strings?
e.g. The Voice recognition result is "heillo" and the set is { "hello" , "bye" , etc}
Is there a string comparison that finds string that look alike?
Thank you for your time.
I am developing an android app that uses voice recognition.
The Recognizer Intent returns an ArrayList of the potential results that match the voice. How can I compare these results to another set of Strings?
e.g. The Voice recognition result is "heillo" and the set is { "hello" , "bye" , etc}
Is there a string comparison that finds string that look alike?
Thank you for your time.