- ENCODING - Static variable in class io.github.firemaples.MicrosoftTranslatorAPI
-
- execute(String) - Static method in class io.github.firemaples.detect.Detect
-
Detects the language of a supplied String.
- execute(String[]) - Static method in class io.github.firemaples.detect.Detect
-
Detects the language of all supplied Strings in array.
- execute(String, Language) - Static method in class io.github.firemaples.sentence.BreakSentences
-
Reports the number of sentences detected and the length of those sentences
- execute(String, SpokenDialect) - Static method in class io.github.firemaples.speak.Speak
-
Detects the language of a supplied String.
- execute(String, Language, Language) - Static method in class io.github.firemaples.translate.Translate
-
Translates text from a given Language to another given Language using Microsoft Translator.
- execute(String, Language) - Static method in class io.github.firemaples.translate.Translate
-
Translates text from a given Language to another given Language using Microsoft Translator.
- execute(String[], Language, Language) - Static method in class io.github.firemaples.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 io.github.firemaples.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.