Uses of Interface
com.iizix.translate.ITranslationReply
Uses of ITranslationReply in com.iizix.translate
Modifier and TypeFieldDescriptionprotected final ITranslationReply
AbstractTranslationRequest.RequestItem.reply
The reply callback when translation completes.Modifier and TypeMethodDescriptionboolean
AbstractTranslationRequest.addRequest
(KString sourceText, ITranslationReply reply) Adds a requests to perform at the same time as the others.boolean
ITranslationRequest.addRequest
(KString sourceText, ITranslationReply reply) Adds a requests to perform at the same time as the others.protected boolean
TranslationQueue.addRequest
(KString sourceText, ITranslationReply reply) Adds a translation request.boolean
ITranslationEngine.translate
(KString sourceText, String sourceLanguageCode, String targetLanguageCode, ITranslationReply replyCallback) Translates a text in plain text or HTML.boolean
TranslationEngine.translate
(KString sourceText, String sourceLanguageCode, String targetLanguageCode, ITranslationReply replyCallback) Translates a text in plain text or HTML.