Uses of Interface
com.iizix.translate.ITranslationEngine
Packages that use ITranslationEngine
Uses of ITranslationEngine in com.iizigo.translate
Classes in com.iizigo.translate that implement ITranslationEngineModifier and TypeClassDescriptionclass
The translation engine: two current translators are provided: Google and Bing, but the interface allows others.Uses of ITranslationEngine in com.iizix.translate
Classes in com.iizix.translate that implement ITranslationEngineModifier and TypeClassDescriptionclass
The translation engine: two current translators are provided: Google and Microsoft, but the interface allows others.Methods in com.iizix.translate that return ITranslationEngineModifier and TypeMethodDescriptionstatic ITranslationEngine
TranslationEngine.getInstance()
Gets the translation engine instance.Uses of ITranslationEngine in com.iizix.translate.test
Classes in com.iizix.translate.test that implement ITranslationEngineModifier and TypeClassDescriptionclass
Test translation engine for stand-alone Java application from command line without proxy.