tencentcloud-sdk-nodejs-intl-en 3.0.817 → 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.817",
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.817";
1
+ const sdkVersion = "3.0.819";
2
2
  module.exports = sdkVersion
@@ -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
- v20210111: require("./v20210111"), v20190711: require("./v20190711"),
2
+ v20190711: require("./v20190711"), v20210111: require("./v20210111"),
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
  };
@@ -2142,7 +2142,7 @@ class RecordParams extends AbstractModel {
2142
2142
  this.SubscribeStreamUserIds = null;
2143
2143
 
2144
2144
  /**
2145
- * The output format. `0` (default): HLS; `1`: HLS + MP4; `2`: HLS + AAC. This parameter is invalid if you save recording files to VOD. To specify the format of files saved to VOD, use `MediaType` of `TencentVod`.
2145
+ * The output format. `0` (default): HLS; `1`: HLS + MP4; `2`: HLS + AAC; `3` : MP4, `4` : AAC. This parameter is invalid if you save recording files to VOD. To specify the format of files saved to VOD, use `MediaType` of `TencentVod`.
2146
2146
  * @type {number || null}
2147
2147
  */
2148
2148
  this.OutputFormat = null;
@@ -3193,7 +3193,7 @@ The default value is `0`, which means others.
3193
3193
  this.SourceContext = null;
3194
3194
 
3195
3195
  /**
3196
- * The format of recording files uploaded to VOD. `0` (default): MP4; `1`: HLS; `2`: AAC (valid only if `StreamType` is `1`).
3196
+ * The format of recording files uploaded to VOD. `0` (default): MP4; `1`: HLS; `2`: AAC (valid only if `StreamType` is `1`); `3`: HLS+MP4; `4`: HLS+AAC.
3197
3197
  * @type {number || null}
3198
3198
  */
3199
3199
  this.MediaType = null;
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20201229: require("./v20201229"), v20210922: require("./v20210922"),
2
+ v20210922: require("./v20210922"), v20201229: require("./v20201229"),
3
3
  };