interface LingvaNexNodeParameters {
operation?: "translate";
options?: {
from?: string;
platform?: string;
translateMode?: string;
};
text?: string;
translateTo?: string;
}
Properties§
§
§
§
§
readonly operation?: "translate"
readonly options?: { ... }
Default: {}
readonly text?: string
The input text to translate
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"