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 +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/gme/v20180711/gme_client.js +13 -12
- package/tencentcloud/gme/v20180711/models.js +1 -1
- package/tencentcloud/organization/index.js +1 -1
- package/tencentcloud/organization/v20210331/index.js +4 -0
- package/tencentcloud/organization/v20210331/models.js +2205 -0
- package/tencentcloud/organization/v20210331/organization_client.js +251 -0
package/package.json
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
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
|
|
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>
|
|
118
|
-
<li>You can try out the Voice
|
|
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
|
|
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
|
|
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
|
|
154
|
-
<p
|
|
155
|
-
<p
|
|
156
|
-
<p
|
|
157
|
-
<p
|
|
158
|
-
<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>
|
|
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,
|