tencentcloud-sdk-nodejs-intl-en 3.0.1339 → 3.0.1341

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3367,25 +3367,25 @@ class TranslationParam extends AbstractModel {
3367
3367
  super();
3368
3368
 
3369
3369
  /**
3370
- * Target language for translation. Example: `["en", "ja"]`.
3370
+ * Target language for translation. Example: ["en", "ja"].
3371
3371
 
3372
3372
  Supported target languages:
3373
3373
 
3374
- - `"zh"`: Chinese
3375
- - `"en"`: English
3376
- - `"vi"`: Vietnamese
3377
- - `"ja"`: Japanese
3378
- - `"ko"`: Korean
3379
- - `"id"`: Indonesian
3380
- - `"th"`: Thai
3381
- - `"pt"`: Portuguese
3382
- - `"ar"`: Arabic
3383
- - `"es"`: Spanish
3384
- - `"fr"`: French
3385
- - `"ms"`: Malay
3386
- - `"de"`: German
3387
- - `"it"`: Italian
3388
- - `"ru"`: Russian
3374
+ - <code>"zh"</code>: Chinese
3375
+ - <code>"en"</code>: English
3376
+ - <code>"vi"</code>: Vietnamese
3377
+ - <code>"ja"</code>: Japanese
3378
+ - <code>"ko"</code>: Korean
3379
+ - <code>"id"</code>: Indonesian
3380
+ - <code>"th"</code>: Thai
3381
+ - <code>"pt"</code>: Portuguese
3382
+ - <code>"ar"</code>: Arabic
3383
+ - <code>"es"</code>: Spanish
3384
+ - <code>"fr"</code>: French
3385
+ - <code>"ms"</code>: Malay
3386
+ - <code>"de"</code>: German
3387
+ - <code>"it"</code>: Italian
3388
+ - <code>"ru"</code>: Russian
3389
3389
  * @type {Array.<string> || null}
3390
3390
  */
3391
3391
  this.TargetLang = null;