# Google Text Translate

> `UiPath.Cognitive.Activities.Text.Analysis.GoogleTextTranslate`

`UiPath.Cognitive.Activities.Text.Analysis.GoogleTextTranslate`

Translates a specified text from one selected language to another, and extracts the result as a String variable.

## Properties

### Input

* **Text** - The text to be translated.
  :::note
  All strings have to be placed between quotation marks.
  :::
* **Key** - The API key used to provide you access to Google Translate.
* **SourceLanguage** - The language the given text is in.
* **TargetLanguage** - The language in which to translate the given text.

### Output

* **Output** - The text translated in the target language.

### Common

* **DisplayName** - The display name of the activity.

### Misc

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.
