Uses of Interface
com.iizix.translate.ITranslator
Packages that use ITranslator
Package
Description
Uses of ITranslator in com.iizigo.translate
Subinterfaces of ITranslator in com.iizigo.translateModifier and TypeInterfaceDescriptioninterface
Additional Editor interface for the translator.Methods in com.iizigo.translate that return ITranslatorModifier and TypeMethodDescriptionEditorTranslationEngine.getTranslator
(String sourceLanguageCode, String targetLanguageCode) Gets the translator to use for a particular language combination.Methods in com.iizigo.translate with parameters of type ITranslatorModifier and TypeMethodDescriptionprotected TranslationQueue
EditorTranslationEngine.newTranslationQueue
(String sourceLanguageCode, String targetLanguageCode, ITranslator translator) Creates a new TranslationQueue instance.Uses of ITranslator in com.iizigo.translate.google
Classes in com.iizigo.translate.google that implement ITranslatorModifier and TypeClassDescriptionclass
The Editor version of the Google Translate translator implementation.Uses of ITranslator in com.iizigo.translate.microsoft
Classes in com.iizigo.translate.microsoft that implement ITranslatorModifier and TypeClassDescriptionclass
The Editor version of the Azure Cognitive Services translator implementation.Uses of ITranslator in com.iizix.translate
Fields in com.iizix.translate declared as ITranslatorModifier and TypeFieldDescriptionfinal ITranslator
Translation.translator
The translator that provided the translation.protected final ITranslator
TranslationQueue.translator
The translator.Methods in com.iizix.translate that return ITranslatorModifier and TypeMethodDescriptionITranslationEngine.getTranslator
(String sourceLanguageCode, String targetLanguageCode) Gets the translator to use for a particular language combination.Methods in com.iizix.translate with parameters of type ITranslatorModifier and TypeMethodDescriptionprotected abstract TranslationQueue
TranslationEngine.newTranslationQueue
(String sourceLanguageCode, String targetLanguageCode, ITranslator translator) Creates a new TranslationQueue instance.Constructors in com.iizix.translate with parameters of type ITranslatorModifierConstructorDescriptionTranslation
(ITranslator translator, KString sourceText, String originalText, String originalLangID, String translatedText, String translationLangID) Constructs the successful Translation.Translation
(ITranslator translator, KString sourceText, String originalText, String originalLangID, String translationLangID, Throwable exception) Constructs the failed Translation, only from the engine itself.protected
TranslationQueue
(String sourceLanguageCode, String targetLanguageCode, ITranslator translator) Constructor.Uses of ITranslator in com.iizix.translate.google
Classes in com.iizix.translate.google that implement ITranslatorModifier and TypeClassDescriptionclass
Google Translate translator implementation to get supported Languages, detect language(s) and perform translations.Methods in com.iizix.translate.google with parameters of type ITranslatorModifier and TypeMethodDescriptionstatic Translation
GoogleTranslate.translate
(ITranslator translator, String key, KString kstring, String sourceLangID, String targetLangID) Translates a string from one language (that can be auto detected) to another using Google Translate.Uses of ITranslator in com.iizix.translate.microsoft
Classes in com.iizix.translate.microsoft that implement ITranslatorModifier and TypeClassDescriptionclass
Azure Cognitive Services implementation to get supported Languages, detect language(s) and perform translations.Uses of ITranslator in com.iizix.translate.test
Classes in com.iizix.translate.test that implement ITranslatorModifier and TypeClassDescriptionclass
Test class for Azure Cognitive Services.class
Test translator class for Google Translate.Methods in com.iizix.translate.test that return ITranslatorModifier and TypeMethodDescriptionTestEngine.getTranslator
(String sourceLanguageCode, String targetLanguageCode) Gets the translator to use for a particular language combination.Methods in com.iizix.translate.test with parameters of type ITranslatorModifier and TypeMethodDescriptionprotected TranslationQueue
TestEngine.newTranslationQueue
(String sourceLanguageCode, String targetLanguageCode, ITranslator translator) Creates a new TranslationQueue instance.Constructors in com.iizix.translate.test with parameters of type ITranslator