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

What if `JSONValue` returns a `String` here? `final JSONArray jsonArr = (JSONArray)JSONValue.parse(inputString);` The exception stack I get is the following: ``` java.lang.Exception: [microsoft-translator-api] Error retrieving translation. at com.memetix.mst.MicrosoftTranslatorAPI.retrieveStringArr(MicrosoftTranslatorAPI.java:208) at com.memetix.mst.translate.Translate.execute(Translate.java:101)...

Need to provide a way to use the API without having to use the Language Enum. Preferably, user should be able to pass in a String representing the Microsoft Translator...

Feature Request

I have BT.java: import com.memetix.mst.language.Language; import com.memetix.mst.translate.Translate; public class BT { public static void main(String[] args) throws Exception { //Replace client_id and client_secret with your own. Translate.setClientId("shengday"); Translate.setClientSecret("goVdIz/l8fgAwWqYWdzK4RuHKloNoZ5Y5LFO7zMUEno"); ``` //...

Hello, I am trying to use library but it fails, I have created client Id and secret then I have used microsoft-translator-java-api library to translate. The exception is: java.lang.Exception: [microsoft-translator-api]...

We've encountered so many Android specific issues, it would be worth our while to invest some time in analysis and implementation of an Android Unit Test suite, preferably for different...

Feature Request

This time, I stumble upon the error message below, "There was an error deserializing the object of type System.String. Encountered unexpected character 'F'." when I translate the text below, "Mamma...

http://msdn.microsoft.com/en-us/library/ff512402.aspx

Feature Request

http://msdn.microsoft.com/en-us/library/ff512403.aspx

Feature Request

http://msdn.microsoft.com/en-us/library/ff512393.aspx

Feature Request

http://msdn.microsoft.com/en-us/library/ff512394.aspx

Feature Request