Uses of Class
com.memetix.mst.MicrosoftTranslatorAPI

Packages that use MicrosoftTranslatorAPI
com.memetix.mst.detect   
com.memetix.mst.sentence   
com.memetix.mst.speak   
com.memetix.mst.translate   
 

Uses of MicrosoftTranslatorAPI in com.memetix.mst.detect
 

Subclasses of MicrosoftTranslatorAPI in com.memetix.mst.detect
 class 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
 

Uses of MicrosoftTranslatorAPI in com.memetix.mst.sentence
 

Subclasses of MicrosoftTranslatorAPI in com.memetix.mst.sentence
 class BreakSentences
          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
 

Uses of MicrosoftTranslatorAPI in com.memetix.mst.speak
 

Subclasses of MicrosoftTranslatorAPI in com.memetix.mst.speak
 class 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.
 

Uses of MicrosoftTranslatorAPI in com.memetix.mst.translate
 

Subclasses of MicrosoftTranslatorAPI in com.memetix.mst.translate
 class 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
 



Copyright © 2012. All Rights Reserved.