Translate

Translate

Google Cloud Translation API

The Google Cloud Translation API lets websites and programs integrate with Google Translate programmatically.

Constructor

new Translate()

Example
```js
const {google} = require('googleapis');
const translate = google.translate('v2');
```

Translate

Cloud Translation API

Integrates text translation into your website or application.

Constructor

new Translate()

Example
```js
const {google} = require('googleapis');
const translate = google.translate('v3');
```

Translate

Cloud Translation API

Integrates text translation into your website or application.

Constructor

new Translate()

Example
```js
const {google} = require('googleapis');
const translate = google.translate('v3beta1');
```