Uses of Interface
com.iizix.translate.ITranslationEngine
Uses of ITranslationEngine in com.iizigo.translate
Modifier 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
Modifier and TypeClassDescriptionclass
The translation engine: two current translators are provided: Google and Microsoft, but the interface allows others.Modifier and TypeMethodDescriptionstatic ITranslationEngine
TranslationEngine.getInstance()
Gets the translation engine instance.Uses of ITranslationEngine in com.iizix.translate.test
Modifier and TypeClassDescriptionclass
Test translation engine for stand-alone Java application from command line without proxy.