interface DeepLNodeParameters {
additionalFields?: {
formality?: "default" | "more" | "less";
preserveFormatting?: "1" | "0";
sourceLang?: string;
splitSentences?: "1" | "0" | "nonewlines";
};
operation?: "translate";
resource?: "language";
text?: string;
translateTo?: string;
}
Properties§
§
§
§
§
§
readonly additional Fields?: { ... }
readonly operation?: "translate"
Default: "translate"
readonly resource?: "language"
Default: "language"
readonly text?: string
Input text to translate
readonly translate To?: string
Language to translate to. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getLanguages"}
Default: {}