A B C D E F G L M P R S T V 

A

apiKey - Static variable in class com.memetix.mst.MicrosoftTranslatorAPI
 

B

BreakSentences - Class in com.memetix.mst.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 com.memetix.mst.MicrosoftTranslatorAPI
 

C

com.memetix.mst - package com.memetix.mst
 
com.memetix.mst.detect - package com.memetix.mst.detect
 
com.memetix.mst.language - package com.memetix.mst.language
 
com.memetix.mst.sentence - package com.memetix.mst.sentence
 
com.memetix.mst.speak - package com.memetix.mst.speak
 
com.memetix.mst.translate - package com.memetix.mst.translate
 

D

Detect - Class in com.memetix.mst.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 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.

F

flushNameCache() - Static method in enum com.memetix.mst.language.Language
 
flushNameCache() - Static method in enum com.memetix.mst.language.SpokenDialect
 
fromString(String) - Static method in enum com.memetix.mst.language.Language
 
fromString(String) - Static method in enum com.memetix.mst.language.SpokenDialect
 

G

getLanguageCodesForTranslation() - Static method in enum com.memetix.mst.language.Language
 
getName(Language) - Method in enum com.memetix.mst.language.Language
getName() Returns the name for this language in the tongue of the specified locale If the name is not cached, then it retrieves the name of ALL languages in this locale.
getName(Language) - Method in enum com.memetix.mst.language.SpokenDialect
getName() Returns the name for this language in the tongue of the specified locale If the name is not cached, then it retrieves the name of ALL languages in this locale.
getToken(String, String) - Static method in class com.memetix.mst.MicrosoftTranslatorAPI
Gets the OAuth access token.

L

Language - Enum in com.memetix.mst.language
Language - an enum of all language codes supported by the Microsoft Translator API Uses the AJAX Interface V2 - see: http://msdn.microsoft.com/en-us/library/ff512399.aspx

M

MicrosoftTranslatorAPI - Class in com.memetix.mst
MicrosoftAPI Makes the generic Microsoft Translator API calls.
MicrosoftTranslatorAPI() - Constructor for class com.memetix.mst.MicrosoftTranslatorAPI
 

P

PARAM_APP_ID - Static variable in class com.memetix.mst.MicrosoftTranslatorAPI
 
PARAM_FROM_LANG - Static variable in class com.memetix.mst.MicrosoftTranslatorAPI
 
PARAM_LANGUAGE_CODES - Static variable in class com.memetix.mst.MicrosoftTranslatorAPI
 
PARAM_LOCALE - Static variable in class com.memetix.mst.MicrosoftTranslatorAPI
 
PARAM_SENTENCES_LANGUAGE - Static variable in class com.memetix.mst.MicrosoftTranslatorAPI
 
PARAM_SPOKEN_LANGUAGE - Static variable in class com.memetix.mst.MicrosoftTranslatorAPI
 
PARAM_TEXT_ARRAY - Static variable in class com.memetix.mst.MicrosoftTranslatorAPI
 
PARAM_TEXT_SINGLE - Static variable in class com.memetix.mst.MicrosoftTranslatorAPI
 
PARAM_TO_LANG - Static variable in class com.memetix.mst.MicrosoftTranslatorAPI
 

R

retrieveIntArray(URL) - Static method in class com.memetix.mst.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 com.memetix.mst.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 com.memetix.mst.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 com.memetix.mst.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

setClientId(String) - Static method in enum com.memetix.mst.language.Language
 
setClientId(String) - Static method in enum com.memetix.mst.language.SpokenDialect
 
setClientId(String) - Static method in class com.memetix.mst.MicrosoftTranslatorAPI
Sets the Client ID.
setClientSecret(String) - Static method in enum com.memetix.mst.language.Language
 
setClientSecret(String) - Static method in enum com.memetix.mst.language.SpokenDialect
 
setClientSecret(String) - Static method in class com.memetix.mst.MicrosoftTranslatorAPI
Sets the Client Secret.
setContentType(String) - Static method in class com.memetix.mst.MicrosoftTranslatorAPI
Sets the API key.
setHttpReferrer(String) - Static method in class com.memetix.mst.MicrosoftTranslatorAPI
Sets the Http Referrer.
setKey(String) - Static method in enum com.memetix.mst.language.Language
 
setKey(String) - Static method in enum com.memetix.mst.language.SpokenDialect
 
setKey(String) - Static method in class com.memetix.mst.MicrosoftTranslatorAPI
Sets the API key.
Speak - Class in com.memetix.mst.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 com.memetix.mst.language
SpokenLanguage - an enum of all spoken language codes supported by the Microsoft Translator API for the Speak Service Uses the AJAX Interface V2 - see: http://msdn.microsoft.com/en-us/library/ff512399.aspx

T

toString() - Method in enum com.memetix.mst.language.Language
Returns the String representation of this language.
toString() - Method in enum com.memetix.mst.language.SpokenDialect
Returns the String representation of this language.
Translate - Class in com.memetix.mst.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 com.memetix.mst.MicrosoftTranslatorAPI
 
valueOf(String) - Static method in enum com.memetix.mst.language.Language
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.memetix.mst.language.SpokenDialect
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.memetix.mst.language.Language
Returns an array containing the constants of this enum type, in the order they are declared.
values(Language) - Static method in enum com.memetix.mst.language.Language
values(Language locale) Returns a map of all languages, keyed and sorted by the localized name in the tongue of the specified locale It returns a map, sorted alphanumerically by the keys() Key: The localized language name Value: The Language instance
values() - Static method in enum com.memetix.mst.language.SpokenDialect
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G L M P R S T V 

Copyright © 2013. All Rights Reserved.