Interface LingvaNexNodeParameters

Source
interface LingvaNexNodeParameters {
    operation?: "translate";
    options?: {
        from?: string;
        platform?: string;
        translateMode?: string;
    };
    text?: string;
    translateTo?: string;
}

Properties§

Source§

readonly operation?: "translate"

Default: "translate"

Source§

readonly options?: { from?: string; platform?: string; translateMode?: string }

Default: {}

Source§

readonly text?: string

The input text to translate

Source§

readonly translateTo?: 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"}