TranslateTextParam

public final class TranslateTextParam

Translate text parameters.

Used for specify required translation Text Content and its Translation language Set.

Parameters

text

pending translation Text Content

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
private String sourceLanguage

source language.

Link copied to clipboard
private String targetLanguage

target language.

Link copied to clipboard
private final String text

Functions

Link copied to clipboard
public final String getSourceLanguage()

source language.

Link copied to clipboard
public final String getTargetLanguage()

target language.

Link copied to clipboard
public final String getText()
Link copied to clipboard
public final Unit setSourceLanguage(String sourceLanguage)

source language.

Link copied to clipboard
public final Unit setTargetLanguage(String targetLanguage)

target language.