tencentcloud-sdk-nodejs-intl-en 3.0.818 → 3.0.819

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-intl-en",
3
- "version": "3.0.818",
3
+ "version": "3.0.819",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -88,7 +88,7 @@ class AmsClient extends AbstractClient {
88
88
  }
89
89
 
90
90
  /**
91
- * This API is used to view the details of an audio moderation task, including task status, detection result, recognized text content of the audio file, maliciousness tag that corresponds to the detection result, and suggested operation. For the specific output content, see the sample output parameters.<br>Default API request rate limit: **100 requests/sec**.
91
+ * This API is used to view the details of an audio moderation task, including task status, detection result, recognized text content of the audio file, maliciousness tag that corresponds to the detection result, and suggested operation. For the specific output content, see the sample output parameters.
92
92
  * @param {DescribeTaskDetailRequest} req
93
93
  * @param {function(string, DescribeTaskDetailResponse):void} cb
94
94
  * @public
@@ -4546,13 +4546,13 @@ class DescribeTagListRequest extends AbstractModel {
4546
4546
  super();
4547
4547
 
4548
4548
  /**
4549
- * Pagination offset. If `Offset` is `0`, it indicates the first page. When `Limit` is `100`, if `Offset` is `100`, it indicates the second page; if `Offset` is `200`, it indicates the third page, and so on.
4549
+ * The number of entries returned at a time. The maximum value is `1000`.
4550
4550
  * @type {number || null}
4551
4551
  */
4552
4552
  this.Limit = null;
4553
4553
 
4554
4554
  /**
4555
- * The number of entries returned at a time. The maximum value is `1000`.
4555
+ * Pagination offset. If `Offset` is `0`, it indicates the first page. When `Limit` is `100`, if `Offset` is `100`, it indicates the second page; if `Offset` is `200`, it indicates the third page, and so on.
4556
4556
  * @type {number || null}
4557
4557
  */
4558
4558
  this.Offset = null;
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20210420: require("./v20210420"), v20220331: require("./v20220331"),
2
+ v20220331: require("./v20220331"), v20210420: require("./v20210420"),
3
3
  };
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.818";
1
+ const sdkVersion = "3.0.819";
2
2
  module.exports = sdkVersion
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20210527: require("./v20210527"), v20191016: require("./v20191016"),
2
+ v20191016: require("./v20191016"), v20210527: require("./v20210527"),
3
3
  };
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20181225: require("./v20181225"), v20210331: require("./v20210331"),
2
+ v20210331: require("./v20210331"), v20181225: require("./v20181225"),
3
3
  };
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20210701: require("./v20210701"), v20201221: require("./v20201221"),
2
+ v20201221: require("./v20201221"), v20210701: require("./v20210701"),
3
3
  };