microsoft-translator-java-api icon indicating copy to clipboard operation
microsoft-translator-java-api copied to clipboard

Java wrapper for the Microsoft Translator API

Results 31 microsoft-translator-java-api issues
Sort by recently updated
recently updated
newest added

There are languages missing in the Languages enums list. Could you please update it.

i am just trying to run the bing translation java api v0.6 in android 2.3.3 performing an async task as here https://github.com/rmtheis/android-ocr and getting the following error retrieving the translated...

Hi All, I have some weird translations that Bing gives back. First, the online Bing translator and the API do not give back the same translation. For instance '23p' in...

In the case when you are asking the API to auto-detect the from language, it is useful to know what the auto-detected language was. Can this be added to the...

The following text can be translated into English from either Serbian or Bulgarian (I believe it's actually Serbian): "Хелло ми наме ис Драгон" Because of this, when the language is...

Since Translate and MicrosoftTranslatorAPI are static classes, it would be convenient if there is a method that restarts the token expiration. This becomes useful when the Bing translation is used...

If I use the wrong credential to connect to MS translator service, the Http connection will return a 200 OK code, but the returned string contains the error: "TranslateApiException: Cannot...