Kaljurand / K6nele

An Android app that offers speech-to-text user interfaces to other apps
http://kaljurand.github.io/K6nele/
Apache License 2.0
271 stars 82 forks source link

Return RESULT_SERVER_ERROR instead of RESULT_NO_MATCH where appropriate #22

Open Kaljurand opened 9 years ago

Kaljurand commented 9 years ago

Original issue 18 created by Kaljurand on 2011-12-18T11:42:32.000Z:

In some cases where RESULT_SERVER_ERROR would be correct to return, RESULT_NO_MATCH is currently returned instead, e.g. when the server returns the results in an incorrect format. (This is actually more of an issue with the net-speech-api.)