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§
Source§readonly additional Fields?: {
formality?: "default" | "more" | "less";
preserveFormatting?: "1" | "0";
sourceLang?: string;
splitSentences?: "1" | "0" | "nonewlines";
}
readonly additional Fields?: {
formality?: "default" | "more" | "less";
preserveFormatting?: "1" | "0";
sourceLang?: string;
splitSentences?: "1" | "0" | "nonewlines";
}
Source§readonly translate To?: string
readonly translate To?: string
Language to translate to. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getLanguages"}
Default: {}