interface GoogleTranslateNodeParameters {
authentication?: "oAuth2" | "serviceAccount";
operation?: "translate";
resource?: "language";
text?: string;
translateTo?: string;
}Properties§
§§§§
readonly authentication?: "oAuth2" | "serviceAccount"§
readonly operation?: "translate"Default: "translate"
readonly resource?: "language"Default: "language"
readonly text?: stringThe input text to translate
readonly translate To?: stringThe 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: "serviceAccount"