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

com.languageweaver.sdk.translate.result.TranslateTextResult Maven / Gradle / Ivy

package com.languageweaver.sdk.translate.result;


public class TranslateTextResult {

    protected String translation;

    public String getTranslation() {
        return translation;
    }

    public TranslateTextResult setTranslation(String translation) {
        this.translation = translation;
        return this;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy