Uses of Interface
com.iizix.translate.ITranslator
Uses of ITranslator in com.iizigo.translate
Subinterfaces of ITranslator in com.iizigo.translate Modifier and Type Interface Description interfaceIEditorTranslatorAdditional Editor interface for the translator.Methods in com.iizigo.translate that return ITranslator Modifier and Type Method Description ITranslatorEditorTranslationEngine. getTranslator(java.lang.String sourceLanguageCode, java.lang.String targetLanguageCode)Gets the translator to use for a particular language combination.Methods in com.iizigo.translate with parameters of type ITranslator Modifier and Type Method Description protected TranslationQueueEditorTranslationEngine. newTranslationQueue(java.lang.String sourceLanguageCode, java.lang.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 ITranslator Modifier and Type Class Description classGoogleTranslateThe Editor version of the Google Translate translator implementation.Uses of ITranslator in com.iizigo.translate.microsoft
Classes in com.iizigo.translate.microsoft that implement ITranslator Modifier and Type Class Description classAzureCognitiveServicesThe Editor version of the Azure Cognitive Services translator implementation.Uses of ITranslator in com.iizix.translate
Fields in com.iizix.translate declared as ITranslator Modifier and Type Field Description ITranslatorTranslation. translatorThe translator that provided the translation.protected ITranslatorTranslationQueue. translatorThe translator.Methods in com.iizix.translate that return ITranslator Modifier and Type Method Description ITranslatorITranslationEngine. getTranslator(java.lang.String sourceLanguageCode, java.lang.String targetLanguageCode)Gets the translator to use for a particular language combination.Methods in com.iizix.translate with parameters of type ITranslator Modifier and Type Method Description protected abstract TranslationQueueTranslationEngine. newTranslationQueue(java.lang.String sourceLanguageCode, java.lang.String targetLanguageCode, ITranslator translator)Creates a new TranslationQueue instance.Constructors in com.iizix.translate with parameters of type ITranslator Constructor Description Translation(ITranslator translator, KString sourceText, java.lang.String originalText, java.lang.String originalLangID, java.lang.String translatedText, java.lang.String translationLangID)Constructs the successful Translation.Translation(ITranslator translator, KString sourceText, java.lang.String originalText, java.lang.String originalLangID, java.lang.String translationLangID, java.lang.Throwable exception)Constructs the failed Translation, only from the engine itself.TranslationQueue(java.lang.String sourceLanguageCode, java.lang.String targetLanguageCode, ITranslator translator)Constructor.Uses of ITranslator in com.iizix.translate.google
Classes in com.iizix.translate.google that implement ITranslator Modifier and Type Class Description classGoogleTranslateGoogle Translate translator implementation to get supported Languages, detect language(s) and perform translations.Methods in com.iizix.translate.google with parameters of type ITranslator Modifier and Type Method Description static TranslationGoogleTranslate. translate(ITranslator translator, java.lang.String key, KString kstring, java.lang.String sourceLangID, java.lang.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 ITranslator Modifier and Type Class Description classAzureCognitiveServicesAzure 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 ITranslator Modifier and Type Class Description classAzureCognitiveServicesTestTest class for Azure Cognitive Services.classTestGoogleTranslateTest translator class for Google Translate.Methods in com.iizix.translate.test that return ITranslator Modifier and Type Method Description ITranslatorTestEngine. getTranslator(java.lang.String sourceLanguageCode, java.lang.String targetLanguageCode)Gets the translator to use for a particular language combination.Methods in com.iizix.translate.test with parameters of type ITranslator Modifier and Type Method Description protected TranslationQueueTestEngine. newTranslationQueue(java.lang.String sourceLanguageCode, java.lang.String targetLanguageCode, ITranslator translator)Creates a new TranslationQueue instance.Constructors in com.iizix.translate.test with parameters of type ITranslator Constructor Description TestEngine(ITranslator... translators)Constructor.