All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.almis.awe.developer.translators.ITranslator Maven / Gradle / Ivy

The newest version!
package com.almis.awe.developer.translators;

import com.almis.awe.developer.model.ITranslationResult;

import java.net.URISyntaxException;

public interface ITranslator {
  ITranslationResult translate(String text, String languageFrom, String languageTo) throws URISyntaxException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy