From 912348ca9452d8ee515d4cfb098a66fc0f1b13f6 Mon Sep 17 00:00:00 2001 From: florencep Date: Tue, 13 Jun 2017 12:30:50 -0700 Subject: [PATCH] model is not whitelisted anymore (#2384) --- packages/google-cloud-translate/src/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/google-cloud-translate/src/index.js b/packages/google-cloud-translate/src/index.js index f178a01ae04..911b003bfc4 100644 --- a/packages/google-cloud-translate/src/index.js +++ b/packages/google-cloud-translate/src/index.js @@ -304,9 +304,9 @@ Translate.prototype.getLanguages = function(target, callback) { * not, we set the format as `text`. * @param {string} options.from - The ISO 639-1 language code the source input * is written in. - * @param {string} options.model - **Note:** Users must be whitelisted to use - * this parameter. Set the model type requested for this translation. Please - * refer to the upstream documentation for possible values. + * @param {string} options.model - Set the model type requested for this + * translation. Please refer to the upstream documentation for possible + * values. * @param {string} options.to - The ISO 639-1 language code to translate the * input to. * @param {function} callback - The callback function.