interface LingvaNexNodeParameters {
operation?: "translate";
options?: {
from?: string;
platform?: string;
translateMode?: string;
};
text?: string;
translateTo?: string;
}
Properties§
Source§readonly translate To?: string
readonly translate To?: string
The language to use for translation of the input text, set to one of the language codes listed in Language Support. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getLanguages"}
Default: "translate"