Uses of Interface
com.iizix.translate.ITranslationReply
Packages that use ITranslationReply
Uses of ITranslationReply in com.iizix.translate
Fields in com.iizix.translate declared as ITranslationReplyModifier and TypeFieldDescriptionprotected final ITranslationReplyAbstractTranslationRequest.RequestItem.replyThe reply callback when translation completes.Methods in com.iizix.translate with parameters of type ITranslationReplyModifier and TypeMethodDescriptionbooleanAbstractTranslationRequest.addRequest(KString sourceText, ITranslationReply reply) Adds a requests to perform at the same time as the others.booleanITranslationRequest.addRequest(KString sourceText, ITranslationReply reply) Adds a requests to perform at the same time as the others.protected booleanTranslationQueue.addRequest(KString sourceText, ITranslationReply reply) Adds a translation request.booleanITranslationEngine.translate(KString sourceText, String sourceLanguageCode, String targetLanguageCode, ITranslationReply replyCallback) Translates a text in plain text or HTML.booleanTranslationEngine.translate(KString sourceText, String sourceLanguageCode, String targetLanguageCode, ITranslationReply replyCallback) Translates a text in plain text or HTML.