Interface GoogleTranslateNodeParameters

Source
interface GoogleTranslateNodeParameters {
    authentication?: "oAuth2" | "serviceAccount";
    operation?: "translate";
    resource?: "language";
    text?: string;
    translateTo?: string;
}

Properties§

Source§

readonly authentication?: "oAuth2" | "serviceAccount"

Default: "serviceAccount"

Source§

readonly operation?: "translate"

Default: "translate"

Source§

readonly resource?: "language"

Default: "language"

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"}