tencentcloud-sdk-nodejs-tmt 4.1.70 → 4.1.73

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-tmt",
3
- "version": "4.1.70",
3
+ "version": "4.1.73",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -420,11 +420,11 @@ export interface TextTranslateRequest {
420
420
  */
421
421
  UntranslatedText?: string;
422
422
  /**
423
- * 需要使用的术语库列表
423
+ * 需要使用的术语库列表,通过 [术语库操作指南](https://cloud.tencent.com/document/product/551/107926) 自行创建术语库获取。
424
424
  */
425
425
  TermRepoIDList?: Array<string>;
426
426
  /**
427
- * 需要使用的例句库列表
427
+ * 需要使用的例句库列表,通过 [例句库操作指南](https://cloud.tencent.com/document/product/551/107927) 自行创建例句库获取。
428
428
  */
429
429
  SentRepoIDList?: Array<string>;
430
430
  }
@@ -487,11 +487,11 @@ export interface TextTranslateBatchRequest {
487
487
  */
488
488
  SourceTextList: Array<string>;
489
489
  /**
490
- * 需要使用的术语库列表
490
+ * 需要使用的术语库列表,通过 [术语库操作指南](https://cloud.tencent.com/document/product/551/107926) 自行创建术语库获取。
491
491
  */
492
492
  TermRepoIDList?: Array<string>;
493
493
  /**
494
- * 需要使用的例句库列表
494
+ * 需要使用的例句库列表,通过 [例句库操作指南](https://cloud.tencent.com/document/product/551/107927) 自行创建例句库获取。
495
495
  */
496
496
  SentRepoIDList?: Array<string>;
497
497
  }