Skip navigation links
A B D E F G I L M P R S T V 

A

apiKey - Static variable in class io.github.firemaples.MicrosoftTranslatorAPI
 

B

BreakSentences - Class in io.github.firemaples.sentence
BreakSentences Provides an interface to the Microsoft Translator BreakSentences service This service is basically a utility for determining how Microsoft Translator is interpreting sentence breaks within a given string of text Uses the AJAX Interface V2 - see: http://msdn.microsoft.com/en-us/library/ff512395.aspx
buildStringArrayParam(Object[]) - Static method in class io.github.firemaples.MicrosoftTranslatorAPI
 

D

Detect - Class in io.github.firemaples.detect
Detect Provides an interface to the Microsoft Translator Detect service method Uses the AJAX Interface V2 - see: http://msdn.microsoft.com/en-us/library/ff512396.aspx

E

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.

F

flushNameCache() - Static method in enum io.github.firemaples.language.Language
 
flushNameCache() - Static method in enum io.github.firemaples.language.SpokenDialect
 
fromString(String) - Static method in enum io.github.firemaples.language.Language
 
fromString(String) - Static method in enum io.github.firemaples.language.SpokenDialect
 

G

getLanguageCodesForTranslation() - Static method in enum io.github.firemaples.language.Language
 
getName(Language) - Method in enum io.github.firemaples.language.Language
getName()
getName(Language) - Method in enum io.github.firemaples.language.SpokenDialect
getName()
getToken(String) - Static method in class io.github.firemaples.MicrosoftTranslatorAPI
Gets the OAuth access token.

I

io.github.firemaples - package io.github.firemaples
 
io.github.firemaples.detect - package io.github.firemaples.detect
 
io.github.firemaples.language - package io.github.firemaples.language
 
io.github.firemaples.sentence - package io.github.firemaples.sentence
 
io.github.firemaples.speak - package io.github.firemaples.speak
 
io.github.firemaples.translate - package io.github.firemaples.translate
 

L

Language - Enum in io.github.firemaples.language
Language - an enum of all language codes supported by the Microsoft Translator API

M

MicrosoftTranslatorAPI - Class in io.github.firemaples
MicrosoftAPI
MicrosoftTranslatorAPI() - Constructor for class io.github.firemaples.MicrosoftTranslatorAPI
 

P

PARAM_APP_ID - Static variable in class io.github.firemaples.MicrosoftTranslatorAPI
 
PARAM_FROM_LANG - Static variable in class io.github.firemaples.MicrosoftTranslatorAPI
 
PARAM_LANGUAGE_CODES - Static variable in class io.github.firemaples.MicrosoftTranslatorAPI
 
PARAM_LOCALE - Static variable in class io.github.firemaples.MicrosoftTranslatorAPI
 
PARAM_SENTENCES_LANGUAGE - Static variable in class io.github.firemaples.MicrosoftTranslatorAPI
 
PARAM_SPOKEN_LANGUAGE - Static variable in class io.github.firemaples.MicrosoftTranslatorAPI
 
PARAM_TEXT_ARRAY - Static variable in class io.github.firemaples.MicrosoftTranslatorAPI
 
PARAM_TEXT_SINGLE - Static variable in class io.github.firemaples.MicrosoftTranslatorAPI
 
PARAM_TO_LANG - Static variable in class io.github.firemaples.MicrosoftTranslatorAPI
 

R

resetToken() - Static method in enum io.github.firemaples.language.Language
 
resetToken() - Static method in enum io.github.firemaples.language.SpokenDialect
 
resetToken() - Static method in class io.github.firemaples.MicrosoftTranslatorAPI
 
retrieveIntArray(URL) - Static method in class io.github.firemaples.MicrosoftTranslatorAPI
Fetches the JSON response, parses the JSON Response, returns the result of the request as an array of integers.
retrieveString(URL) - Static method in class io.github.firemaples.MicrosoftTranslatorAPI
Fetches the JSON response, parses the JSON Response, returns the result of the request as a String.
retrieveStringArr(URL, String) - Static method in class io.github.firemaples.MicrosoftTranslatorAPI
Fetches the JSON response, parses the JSON Response as an Array of JSONObjects, retrieves the String value of the specified JSON Property, and returns the result of the request as a String Array.
retrieveStringArr(URL) - Static method in class io.github.firemaples.MicrosoftTranslatorAPI
Fetches the JSON response, parses the JSON Response as an array of Strings and returns the result of the request as a String Array.

S

setContentType(String) - Static method in class io.github.firemaples.MicrosoftTranslatorAPI
Sets the API key.
setHttpReferrer(String) - Static method in class io.github.firemaples.MicrosoftTranslatorAPI
Sets the Http Referrer.
setKey(String) - Static method in enum io.github.firemaples.language.Language
 
setKey(String) - Static method in enum io.github.firemaples.language.SpokenDialect
 
setKey(String) - Static method in class io.github.firemaples.MicrosoftTranslatorAPI
Sets the API key.
setSubscriptionKey(String) - Static method in enum io.github.firemaples.language.Language
 
setSubscriptionKey(String) - Static method in enum io.github.firemaples.language.SpokenDialect
 
setSubscriptionKey(String) - Static method in class io.github.firemaples.MicrosoftTranslatorAPI
 
Speak - Class in io.github.firemaples.speak
Speak Provides an interface to the Microsoft Translator Speak service method Returns a string which is a URL to a wave stream of the passed-in text being spoken in the desired language.
SpokenDialect - Enum in io.github.firemaples.language
SpokenLanguage - an enum of all spoken language codes supported by the Microsoft Translator API for the Speak Service

T

toString() - Method in enum io.github.firemaples.language.Language
Returns the String representation of this language.
toString() - Method in enum io.github.firemaples.language.SpokenDialect
Returns the String representation of this language.
Translate - Class in io.github.firemaples.translate
Translate Makes calls to the Microsoft Translator API /Translate service Uses the AJAX Interface V2 - see: http://msdn.microsoft.com/en-us/library/ff512406.aspx

V

validateServiceState() - Static method in class io.github.firemaples.MicrosoftTranslatorAPI
 
valueOf(String) - Static method in enum io.github.firemaples.language.Language
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.github.firemaples.language.SpokenDialect
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.github.firemaples.language.Language
Returns an array containing the constants of this enum type, in the order they are declared.
values(Language) - Static method in enum io.github.firemaples.language.Language
values(Language locale)
values() - Static method in enum io.github.firemaples.language.SpokenDialect
Returns an array containing the constants of this enum type, in the order they are declared.
A B D E F G I L M P R S T V 
Skip navigation links