com.github.mathieudebrito.translator.payloads.TranslationTextPayload Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of file-translator Show documentation
Show all versions of file-translator Show documentation
Library that helps translating files
The newest version!
package com.github.mathieudebrito.translator.payloads;
public class TranslationTextPayload {
public String translatedText;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy