- ENCODING - Static variable in class com.memetix.mst.MicrosoftTranslatorAPI
-
- execute(String) - Static method in class com.memetix.mst.detect.Detect
-
Detects the language of a supplied String.
- execute(String[]) - Static method in class com.memetix.mst.detect.Detect
-
Detects the language of all supplied Strings in array.
- execute(String, Language) - Static method in class com.memetix.mst.sentence.BreakSentences
-
Reports the number of sentences detected and the length of those sentences
- execute(String, SpokenDialect) - Static method in class com.memetix.mst.speak.Speak
-
Detects the language of a supplied String.
- execute(String, Language, Language) - Static method in class com.memetix.mst.translate.Translate
-
Translates text from a given Language to another given Language using Microsoft Translator.
- execute(String, Language) - Static method in class com.memetix.mst.translate.Translate
-
Translates text from a given Language to another given Language using Microsoft Translator.
- execute(String[], Language, Language) - Static method in class com.memetix.mst.translate.Translate
-
Translates an array of texts from a given Language to another given Language using Microsoft Translator's TranslateArray
service
Note that the Microsoft Translator expects all source texts to be of the SAME language.
- execute(String[], Language) - Static method in class com.memetix.mst.translate.Translate
-
Translates an array of texts from an Automatically detected language to another given Language using Microsoft Translator's TranslateArray
service
Note that the Microsoft Translator expects all source texts to be of the SAME language.