tencentcloud-sdk-nodejs-intl-en 3.0.585 → 3.0.586

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.585",
3
+ "version": "3.0.586",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.585";
1
+ const sdkVersion = "3.0.586";
2
2
  module.exports = sdkVersion
@@ -111,11 +111,11 @@ class GmeClient extends AbstractClient {
111
111
  }
112
112
 
113
113
  /**
114
- * This API is used to submit a voice moderation task. Up to 100 tasks can be added in a task. Make sure you have activated Voice Analysis Service in [GME Console > Voice Content Moderation > Service Configuration](https://console.cloud.tencent.com/gamegme/conf).
114
+ * This API is used to submit a voice detection task. Up to 100 tasks can be added in the detection task list. Before using this API, please activate the Voice Content Moderation Service in [GME Console > Voice Content Moderation > Service Configuration](https://console.cloud.tencent.com/gamegme/conf).
115
115
  </br></br>
116
116
 
117
- <h4><b>Free trial:</b></h4>
118
- <li>You can try out the Voice Analysis Service free of charge in <a href="https://console.cloud.tencent.com/gamegme/tryout">GME Console > Voice Content Moderation > Product Trial</a>.</li>
117
+ <h4><b>About the trial:</b></h4>
118
+ <li>You can try out the Voice Content Moderation Service free of charge in <a href="https://console.cloud.tencent.com/gamegme/tryout">GME Console > Voice Content Moderation > Product Trial</a>.</li>
119
119
  </br>
120
120
 
121
121
  <h4><b>API feature description:</b></h4>
@@ -124,12 +124,12 @@ class GmeClient extends AbstractClient {
124
124
  <li>The scenario can be specified, such as abusive or pornographic.</li>
125
125
  <li>Detection tasks can be submitted in batches. Up to 100 tasks can be added in the detection task list.</li>
126
126
  </br>
127
- <h4><b>Audio file limit description:</b></h4>
127
+ <h4><b>Audio file limits:</b></h4>
128
128
  <li>Audio file size limit: 100 MB</li>
129
129
  <li>Audio file duration limit: 30 minutes</li>
130
130
  <li>Supported audio file formats: .wav, .m4a, .amr, .mp3, .aac, .wma, .ogg</li>
131
131
  </br>
132
- <h4><b>Voice stream limit description:</b></h4>
132
+ <h4><b>Voice stream limits:</b></h4>
133
133
  <li>Supported voice stream formats: .m3u8, .flv</li>
134
134
  <li>Supported voice stream transfer protocols: RTMP, HTTP, HTTPS</li>
135
135
  <li>Voice stream duration limit: 4 hours</li>
@@ -150,12 +150,13 @@ class GmeClient extends AbstractClient {
150
150
  <td>Voice detection</td>
151
151
  <td>Voice detection type</td>
152
152
  <td>
153
- <p>`normal`: Normal</p>
154
- <p>`porn`: Pornographic</p>
155
- <p>`abuse`: Abusive</p>
156
- <p>`ad`: Advertising</p>
157
- <p>`contraband`: Prohibited</p>
158
- <p>`customized`: Custom keyword library. This feature is only available to beta users. To try it out, please <a href="https://intl.cloud.tencent.com/apply/p/8809fjcik56?from_cn_redirect=1">contact us</a>.</p>
153
+ <p>normal: Normal</p>
154
+ <p>porn: Pornographic</p>
155
+ <p>abuse: Abusive</p>
156
+ <p>ad: Advertising</p>
157
+ <p>illegal: Illegal</p>
158
+ <p>moan: Moaning </p>
159
+ <p>customized: Custom dictionary</p>
159
160
  </td>
160
161
  </tr>
161
162
  </tbody>
@@ -192,7 +193,7 @@ class GmeClient extends AbstractClient {
192
193
  </ul>
193
194
  </ul>
194
195
 
195
- <li>Below is a sample callback <font color="red">(for more information on the fields, please see the structure:
196
+ <li>Sample callback <font color="red">(for more information on the fields, please see the structure:
196
197
  <a href="https://intl.cloud.tencent.com/document/api/607/35375?from_cn_redirect=1#DescribeScanResult" target="_blank">DescribeScanResult</a>)</font>:</li>
197
198
  <pre><code>{
198
199
  "Code": 0,
@@ -1940,7 +1940,7 @@ class ScanVoiceRequest extends AbstractModel {
1940
1940
  this.Callback = null;
1941
1941
 
1942
1942
  /**
1943
- * Language. `jp`: Japanese
1943
+ * Language. Chinese will be used if it is left empty.
1944
1944
  * @type {string || null}
1945
1945
  */
1946
1946
  this.Lang = null;
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20181225: require("./v20181225"),
2
+ v20210331: require("./v20210331"), v20181225: require("./v20181225"),
3
3
  };
@@ -0,0 +1,4 @@
1
+ module.exports = {
2
+ Client: require("./organization_client"),
3
+ Models: require("./models"),
4
+ };