I'd like to fully use Google Translate as an API, and of course their official Cloud Translation service basically does this. But recently I noticed one small difference: in the browser, Google TL may detect typos / small errors and automatically correct them and translate the correction.
For example:
As you can see, it says "Showing translation for "testing" rather than testin
. So there's a step here where it automatically detects the mistake and chooses to translate its own corrected version instead (thus resulting in a correct translation).
If you click the "Translate instead", here's the result:
Google's Cloud Translation API shows the second result (i.e. "testin" instead of "tester"). I've done some searching and can't find this "did you mean" corrective functionality anywhere in Google Cloud, do they not provide it? I know I can build my own spellchecker and try it that way, but what I'm looking for specifically here is to just fully mimic Google Translate's behavior for a typical user.