tencentcloud-sdk-nodejs-intl-en 3.0.1307 → 3.0.1309
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/ccc/v20200210/ccc_client.js +2 -2
- package/tencentcloud/ccc/v20200210/models.js +103 -43
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/faceid/v20180301/models.js +2 -2
- package/tencentcloud/hunyuan/v20230901/hunyuan_client.js +20 -7
- package/tencentcloud/hunyuan/v20230901/models.js +74 -0
- package/tencentcloud/tcsas/v20250106/models.js +8431 -2608
- package/tencentcloud/tcsas/v20250106/tcsas_client.js +880 -372
- package/tencentcloud/vod/v20180717/models.js +2658 -527
- package/tencentcloud/vod/v20180717/vod_client.js +74 -13
package/package.json
CHANGED
|
@@ -291,9 +291,9 @@ class CccClient extends AbstractClient {
|
|
|
291
291
|
}
|
|
292
292
|
|
|
293
293
|
/**
|
|
294
|
-
*
|
|
294
|
+
* This API is used to **call the AI model directly** to trigger a **single** outbound call. It supports configuring the model, prompt content, voice, and all call elements through API parameters.
|
|
295
295
|
|
|
296
|
-
|
|
296
|
+
The feature requires purchase of the Intelligent Agent call package and is only available for own telephone numbers. For details, refer to the Intelligent Agent Call Purchase Guide (https://www.tencentcloud.comom/document/product/679/125953?from_cn_redirect=1).
|
|
297
297
|
* @param {CreateAICallRequest} req
|
|
298
298
|
* @param {function(string, CreateAICallResponse):void} cb
|
|
299
299
|
* @public
|
|
@@ -1193,56 +1193,80 @@ Currently, the supported languages are as follows. The English name of the langu
|
|
|
1193
1193
|
this.NotifyMaxCount = null;
|
|
1194
1194
|
|
|
1195
1195
|
/**
|
|
1196
|
-
* <p>
|
|
1196
|
+
* <p>Either the VoiceType field or a custom TTS is required. this uses your own custom TTS, while VoiceType provides some built-in voice types.</p>.
|
|
1197
1197
|
<ul>
|
|
1198
1198
|
<li>Tencent TTS<br>
|
|
1199
|
-
For configuration,
|
|
1199
|
+
For configuration, see <a href="https://www.tencentcloud.comom/document/product/1073/92668?from_cn_redirect=1#55924b56-1a73-4663-a7a1-a8dd82d6e823" target="_blank">tencent cloud TTS documentation link</a></li>.
|
|
1200
1200
|
</ul>
|
|
1201
|
-
<div
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1201
|
+
<div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{
|
|
1202
|
+
"TTSType": "tencent", // String TTS type. currently supports "tencent" and "minixmax". the rest manufacturers are under support.
|
|
1203
|
+
"AppId": "your application ID", // String required.
|
|
1204
|
+
"SecretId": "your key ID", // String required.
|
|
1205
|
+
"SecretKey": "your Key", // String required.
|
|
1206
|
+
"VoiceType": 101001, // Integer required. the voice ID, including standard timbre and premium timbre. premium timbre has higher fidelity and different pricing from standard timbre. please refer to the text to speech billing overview. for the complete supported timbre list, see the text to speech timbre list.
|
|
1207
|
+
"Speed": 1.25, // Integer optional, speaking rate, value range: [-2,6], respectively represent different speaking rates: -2: 0.6x -1: 0.8x 0: 1.0x (default) 1: 1.2x 2: 1.5x 6: 2.5x. if more refined speaking rates are needed, up to 2 decimal places can be retained, such as 0.5, 1.25, or 2.81. for parameter value to actual speech Speed conversion, refer to speech Speed switch.
|
|
1208
|
+
"Volume": 5, // Integer optional. specifies the Volume level. value range: [0,10], corresponding to 11 severity levels respectively. default value: 0, which represents normal Volume.
|
|
1209
|
+
"PrimaryLanguage": 1, // Integer option primary language 1-chinese (default) 2-english 3-japanese.
|
|
1210
|
+
"FastVoiceType": "xxxx" // optional parameter. parameters for quick voice clone.
|
|
1211
|
+
}
|
|
1212
1212
|
</code></pre>
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
</
|
|
1213
|
+
</div><ul>
|
|
1214
|
+
<li>Minimax TTS<br>
|
|
1215
|
+
For configuration, refer to the <a href="https://platform.minimaxi.com/document/T2a%20V2?key=66719005a427f0c8a5701643" target="_blank">Minimax TTS documentation link</a>. note that Minimax TTS has frequency limits. overfrequency may result in response delays. see the <a href="https://platform.minimaxi.com/document/Rate%20limits?key=66b19417290299a26b234572" target="_blank">Minimax TTS frequency limit documentation link</a>.</li>.
|
|
1216
|
+
</ul>
|
|
1217
|
+
<div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{
|
|
1218
|
+
"TTSType": "minimax", // String TTS type.
|
|
1219
|
+
"Model": "speech-01-turbo",
|
|
1220
|
+
"APIUrl": "https://api.minimax.chat/v1/t2a_v2",
|
|
1221
|
+
"APIKey": "eyxxxx",
|
|
1222
|
+
"GroupId": "181000000000000",
|
|
1223
|
+
"VoiceType":"female-tianmei",
|
|
1224
|
+
"Speed": 1.2
|
|
1225
|
+
}
|
|
1226
|
+
</code></pre>
|
|
1227
|
+
</div><ul>
|
|
1228
|
+
<li>Volcano TTS</li>.
|
|
1229
|
+
</ul>
|
|
1230
|
+
<p>Configure the timbre type. see <a href="https://www.volcengine.com/docs/6561/162929" target="_blank">volcano TTS documentation link</a><br>.
|
|
1231
|
+
Text to speech timbre list - voice technology - volcano engine.
|
|
1232
|
+
Large model TTS timbre list - voice technology - volcano engine</p>.
|
|
1233
|
+
<div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{
|
|
1234
|
+
"TTSType": "volcengine", // required: String TTS type.
|
|
1235
|
+
"AppId": "xxxxxxxx", // required: String AppId assigned by volcano engine.
|
|
1236
|
+
"Token": "TY9d4sQXHxxxxxxx", // required: String type, access Token for volcano engine.
|
|
1237
|
+
"Speed": 1.0, // optional parameter. speaking rate, defaults to 1.0.
|
|
1238
|
+
"Volume": 1.0, // optional parameter, Volume, defaults to 1.0.
|
|
1239
|
+
"Cluster": "volcano_tts", // optional parameter, business Cluster, is selected by default.
|
|
1240
|
+
"VoiceType": "zh_male_aojiaobazong_moon_bigtts" // timbre type, defaults to the TTS voice type of the large model. if using ordinary text to speech, you need to fill in the corresponding voice type. input errors in voice type can cause no sound.
|
|
1241
|
+
}
|
|
1242
|
+
</code></pre>
|
|
1243
|
+
</div><ul>
|
|
1217
1244
|
<li>Azure TTS<br>
|
|
1218
|
-
For configuration, refer to the<a href="https://docs.azure.cn/zh-cn/ai-services/speech-service/speech-synthesis-markup-voice" target="_blank">
|
|
1245
|
+
For configuration, refer to the <a href="https://docs.azure.cn/zh-cn/ai-services/speech-service/speech-synthesis-markup-voice" target="_blank">AzureTTS documentation link</a></li>.
|
|
1219
1246
|
</ul>
|
|
1220
|
-
<div
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1247
|
+
<div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{
|
|
1248
|
+
"TTSType": "azure", // required: String TTS type.
|
|
1249
|
+
"SubscriptionKey": "xxxxxxxx", // required: String subscription Key.
|
|
1250
|
+
"Region": "chinanorth3", // required: String the Region to subscribe to.
|
|
1251
|
+
"VoiceName": "zh-CN-XiaoxiaoNeural", // required: String specifies the required VoiceName.
|
|
1252
|
+
"Language": "zh-CN", // required: String specifies the synthesis Language.
|
|
1253
|
+
"Rate": 1 // optional: float, speech speed. value range: 0.5–2. default is 1.
|
|
1227
1254
|
}
|
|
1228
1255
|
</code></pre>
|
|
1229
|
-
|
|
1230
|
-
</
|
|
1231
|
-
<li>Custom</li>
|
|
1256
|
+
</div><ul>
|
|
1257
|
+
<li>Custom TTS</li>.
|
|
1232
1258
|
</ul>
|
|
1233
|
-
<p>
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
"AudioChannel": 1, // Integer, optional, number of audio channels, values: 1 or 2, default is 1
|
|
1259
|
+
<p>For the specific protocol specification, refer to <a href="https://doc.weixin.qq.com/doc/w3_ANQAiAbdAFwHILbJBmtSqSbV1WZ3L?scode=AJEAIQdfAAo5a1xajYANQAiAbdAFw" target="_blank">tencent documentation</a></p>.
|
|
1260
|
+
<div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{
|
|
1261
|
+
"TTSType": "custom", // String required.
|
|
1262
|
+
"APIKey": "APIKey", // String required. be used to authenticate.
|
|
1263
|
+
"APIUrl": "http://0.0.0.0:8080/stream-audio" // String, required, TTS API URL.
|
|
1264
|
+
"AudioFormat": "wav", // String, optional, specifies the desired audio format, such as mp3, ogg_opus, pcm, wav. defaults to wav. currently only support pcm and wav.
|
|
1265
|
+
"SampleRate": 16000, // Integer, optional, audio sample rate, defaults to 16000 (16k), recommended value is 16000.
|
|
1266
|
+
"AudioChannel": 1, // Integer, optional, audio channel quantity. valid values: 1 or 2. default is 1.
|
|
1242
1267
|
}
|
|
1243
1268
|
</code></pre>
|
|
1244
|
-
|
|
1245
|
-
</div></div>
|
|
1269
|
+
</div>
|
|
1246
1270
|
* @type {string || null}
|
|
1247
1271
|
*/
|
|
1248
1272
|
this.CustomTTSConfig = null;
|
|
@@ -1300,14 +1324,45 @@ dify-inputs-xxx specifies the inputs variable for dify.
|
|
|
1300
1324
|
this.ToneWord = null;
|
|
1301
1325
|
|
|
1302
1326
|
/**
|
|
1303
|
-
*
|
|
1304
|
-
This parameter
|
|
1305
|
-
|
|
1306
|
-
Our side fully acknowledges and understands that according to the laws and regulations
|
|
1327
|
+
* Compliant prompt sound.
|
|
1328
|
+
This parameter set to true (default) means call initiation plays morse code, with a Note that the conversation content is AI-generated.
|
|
1329
|
+
Passing 'false' to this parameter disables the compliance prompt sound. passing 'false' signifies you have read and agree to the following agreement:.
|
|
1330
|
+
Our side fully acknowledges and understands that according to the laws and regulations specified in the "cybersecurity law" (https://www.cac.gov.cn/2016-11/07/c_1119867116.htm), "provision on administration of deep synthesis of internet-based information service" (https://www.gov.cn/zhengce/zhengceku/2022-12/12/content_5731431.htm), "interim measures for the management of generative artificial intelligence services" (https://www.gov.cn/zhengce/zhengceku/202307/content_6891752.htm), and "measures for the identification of artificial intelligence-generated synthetic content" (https://www.gov.cn/zhengce/zhengceku/202503/content_7014286.htm), explicit and implicit identification should be added to ai-generated synthetic content. based on business requirements, we request tencent cloud not to add explicit identification to generated synthetic content. we commit to lawful and compliant use of generated synthetic content to avoid causing confusion or misunderstanding. if the generated synthetic content is used to provide services to the public or spread over networks, we will proactively add explicit identification that complies with legal provisions and national standards, and bear the legal obligation for identifying ai-generated synthetic content. our side will fully assume all related responsibilities if adverse consequences arise from failure to appropriately and reasonably fulfill the obligation of ai content identification, or if penalties are imposed by the competent department.
|
|
1307
1331
|
* @type {boolean || null}
|
|
1308
1332
|
*/
|
|
1309
1333
|
this.EnableComplianceAudio = null;
|
|
1310
1334
|
|
|
1335
|
+
/**
|
|
1336
|
+
* Whether to enable voice mail recognition.
|
|
1337
|
+
* @type {boolean || null}
|
|
1338
|
+
*/
|
|
1339
|
+
this.EnableVoicemailDetection = null;
|
|
1340
|
+
|
|
1341
|
+
/**
|
|
1342
|
+
* Detect behavior when the peer is voice mail. this parameter is valid only when EnableVoicemailDetection is True.
|
|
1343
|
+
0: hang up the phone (default).
|
|
1344
|
+
* @type {number || null}
|
|
1345
|
+
*/
|
|
1346
|
+
this.VoicemailAction = null;
|
|
1347
|
+
|
|
1348
|
+
/**
|
|
1349
|
+
* Large model extended parameter, format is json string.
|
|
1350
|
+
* @type {string || null}
|
|
1351
|
+
*/
|
|
1352
|
+
this.LLMExtraBody = null;
|
|
1353
|
+
|
|
1354
|
+
/**
|
|
1355
|
+
* Maximum call duration, default not limited. unit: milliseconds (ms).
|
|
1356
|
+
* @type {number || null}
|
|
1357
|
+
*/
|
|
1358
|
+
this.MaxCallDurationMs = null;
|
|
1359
|
+
|
|
1360
|
+
/**
|
|
1361
|
+
* Maximum ringing duration. auto hang up when the duration threshold is reached. **only own number supports current parameter.**.
|
|
1362
|
+
* @type {number || null}
|
|
1363
|
+
*/
|
|
1364
|
+
this.MaxRingTimeoutSecond = null;
|
|
1365
|
+
|
|
1311
1366
|
}
|
|
1312
1367
|
|
|
1313
1368
|
/**
|
|
@@ -1387,6 +1442,11 @@ Our side fully acknowledges and understands that according to the laws and regul
|
|
|
1387
1442
|
this.ToneWord = obj;
|
|
1388
1443
|
}
|
|
1389
1444
|
this.EnableComplianceAudio = 'EnableComplianceAudio' in params ? params.EnableComplianceAudio : null;
|
|
1445
|
+
this.EnableVoicemailDetection = 'EnableVoicemailDetection' in params ? params.EnableVoicemailDetection : null;
|
|
1446
|
+
this.VoicemailAction = 'VoicemailAction' in params ? params.VoicemailAction : null;
|
|
1447
|
+
this.LLMExtraBody = 'LLMExtraBody' in params ? params.LLMExtraBody : null;
|
|
1448
|
+
this.MaxCallDurationMs = 'MaxCallDurationMs' in params ? params.MaxCallDurationMs : null;
|
|
1449
|
+
this.MaxRingTimeoutSecond = 'MaxRingTimeoutSecond' in params ? params.MaxRingTimeoutSecond : null;
|
|
1390
1450
|
|
|
1391
1451
|
}
|
|
1392
1452
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.1309";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -371,7 +371,7 @@ class GetSdkVerificationResultResponse extends AbstractModel {
|
|
|
371
371
|
3 - Medium Risk
|
|
372
372
|
4 - High Risk
|
|
373
373
|
Empty - Risk level not obtained.
|
|
374
|
-
Only returned for the
|
|
374
|
+
Only returned for the Enhance and Plus version, with the default value being empty.
|
|
375
375
|
* @type {string || null}
|
|
376
376
|
*/
|
|
377
377
|
this.DeviceInfoLevel = null;
|
|
@@ -2171,7 +2171,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
2171
2171
|
3 - Medium Risk
|
|
2172
2172
|
4 - High Risk
|
|
2173
2173
|
Empty - Risk level not obtained.
|
|
2174
|
-
Only returned for the
|
|
2174
|
+
Only returned for the Enhance and Plus version, with the default value being empty.
|
|
2175
2175
|
* @type {string || null}
|
|
2176
2176
|
*/
|
|
2177
2177
|
this.DeviceInfoLevel = null;
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
*/
|
|
17
17
|
const models = require("./models");
|
|
18
18
|
const AbstractClient = require('../../common/abstract_client')
|
|
19
|
+
const Convert3DFormatRequest = models.Convert3DFormatRequest;
|
|
19
20
|
const ViewImage = models.ViewImage;
|
|
20
21
|
const SubmitHunyuanTo3DRapidJobRequest = models.SubmitHunyuanTo3DRapidJobRequest;
|
|
21
22
|
const SubmitHunyuanTo3DProJobResponse = models.SubmitHunyuanTo3DProJobResponse;
|
|
@@ -27,6 +28,7 @@ const QueryHunyuanTo3DRapidJobResponse = models.QueryHunyuanTo3DRapidJobResponse
|
|
|
27
28
|
const QueryHunyuan3DPartJobResponse = models.QueryHunyuan3DPartJobResponse;
|
|
28
29
|
const QueryHunyuanTo3DProJobResponse = models.QueryHunyuanTo3DProJobResponse;
|
|
29
30
|
const SubmitHunyuan3DPartJobRequest = models.SubmitHunyuan3DPartJobRequest;
|
|
31
|
+
const Convert3DFormatResponse = models.Convert3DFormatResponse;
|
|
30
32
|
const QueryHunyuan3DPartJobRequest = models.QueryHunyuan3DPartJobRequest;
|
|
31
33
|
const SubmitHunyuanTo3DRapidJobResponse = models.SubmitHunyuanTo3DRapidJobResponse;
|
|
32
34
|
const InputFile3D = models.InputFile3D;
|
|
@@ -78,6 +80,18 @@ This API is used to provide 1 concurrent task by default, which means only 1 sub
|
|
|
78
80
|
this.request("QueryHunyuan3DPartJob", req, resp, cb);
|
|
79
81
|
}
|
|
80
82
|
|
|
83
|
+
/**
|
|
84
|
+
* This API is used to intelligently generate 3D content based on the HunYuan Large Model with input text descriptions or images.
|
|
85
|
+
This API is used to provide 1 concurrent task by default, which means only 1 submitted task can be processed simultaneously. The next task can be processed only after the previous task is completed.
|
|
86
|
+
* @param {SubmitHunyuanTo3DRapidJobRequest} req
|
|
87
|
+
* @param {function(string, SubmitHunyuanTo3DRapidJobResponse):void} cb
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
90
|
+
SubmitHunyuanTo3DRapidJob(req, cb) {
|
|
91
|
+
let resp = new SubmitHunyuanTo3DRapidJobResponse();
|
|
92
|
+
this.request("SubmitHunyuanTo3DRapidJob", req, resp, cb);
|
|
93
|
+
}
|
|
94
|
+
|
|
81
95
|
/**
|
|
82
96
|
* This API is used to intelligently generate 3D content based on the HunYuan Large Model and input text descriptions/images.
|
|
83
97
|
This API is used to provide 3 concurrent tasks by default, which can process 3 submitted tasks simultaneously. The next task can be processed only after the previous task is completed.
|
|
@@ -91,15 +105,14 @@ This API is used to provide 3 concurrent tasks by default, which can process 3 s
|
|
|
91
105
|
}
|
|
92
106
|
|
|
93
107
|
/**
|
|
94
|
-
*
|
|
95
|
-
|
|
96
|
-
* @param {
|
|
97
|
-
* @param {function(string, SubmitHunyuanTo3DRapidJobResponse):void} cb
|
|
108
|
+
* After inputting a 3D model file, the 3D model file format can be switched.
|
|
109
|
+
* @param {Convert3DFormatRequest} req
|
|
110
|
+
* @param {function(string, Convert3DFormatResponse):void} cb
|
|
98
111
|
* @public
|
|
99
112
|
*/
|
|
100
|
-
|
|
101
|
-
let resp = new
|
|
102
|
-
this.request("
|
|
113
|
+
Convert3DFormat(req, cb) {
|
|
114
|
+
let resp = new Convert3DFormatResponse();
|
|
115
|
+
this.request("Convert3DFormat", req, resp, cb);
|
|
103
116
|
}
|
|
104
117
|
|
|
105
118
|
/**
|
|
@@ -16,6 +16,43 @@
|
|
|
16
16
|
*/
|
|
17
17
|
const AbstractModel = require("../../common/abstract_model");
|
|
18
18
|
|
|
19
|
+
/**
|
|
20
|
+
* Convert3DFormat request structure.
|
|
21
|
+
* @class
|
|
22
|
+
*/
|
|
23
|
+
class Convert3DFormatRequest extends AbstractModel {
|
|
24
|
+
constructor(){
|
|
25
|
+
super();
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* 3D file url address. model file size ≤60 mb. supports fbx, obj, and glb format 3d file input.
|
|
29
|
+
* @type {string || null}
|
|
30
|
+
*/
|
|
31
|
+
this.File3D = null;
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* Returns the 3D file format. valid values: STL, USDZ, FBX, MP4, GIF.
|
|
35
|
+
Recommended input models below 50W, may timeout when selecting USDZ, MP4, or GIF format.
|
|
36
|
+
Example value: STL.
|
|
37
|
+
* @type {string || null}
|
|
38
|
+
*/
|
|
39
|
+
this.Format = null;
|
|
40
|
+
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* @private
|
|
45
|
+
*/
|
|
46
|
+
deserialize(params) {
|
|
47
|
+
if (!params) {
|
|
48
|
+
return;
|
|
49
|
+
}
|
|
50
|
+
this.File3D = 'File3D' in params ? params.File3D : null;
|
|
51
|
+
this.Format = 'Format' in params ? params.Format : null;
|
|
52
|
+
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
|
|
19
56
|
/**
|
|
20
57
|
* Multi-Perspective images.
|
|
21
58
|
* @class
|
|
@@ -600,6 +637,41 @@ class SubmitHunyuan3DPartJobRequest extends AbstractModel {
|
|
|
600
637
|
}
|
|
601
638
|
}
|
|
602
639
|
|
|
640
|
+
/**
|
|
641
|
+
* Convert3DFormat response structure.
|
|
642
|
+
* @class
|
|
643
|
+
*/
|
|
644
|
+
class Convert3DFormatResponse extends AbstractModel {
|
|
645
|
+
constructor(){
|
|
646
|
+
super();
|
|
647
|
+
|
|
648
|
+
/**
|
|
649
|
+
* 3D file address.
|
|
650
|
+
* @type {string || null}
|
|
651
|
+
*/
|
|
652
|
+
this.ResultFile3D = null;
|
|
653
|
+
|
|
654
|
+
/**
|
|
655
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
656
|
+
* @type {string || null}
|
|
657
|
+
*/
|
|
658
|
+
this.RequestId = null;
|
|
659
|
+
|
|
660
|
+
}
|
|
661
|
+
|
|
662
|
+
/**
|
|
663
|
+
* @private
|
|
664
|
+
*/
|
|
665
|
+
deserialize(params) {
|
|
666
|
+
if (!params) {
|
|
667
|
+
return;
|
|
668
|
+
}
|
|
669
|
+
this.ResultFile3D = 'ResultFile3D' in params ? params.ResultFile3D : null;
|
|
670
|
+
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
671
|
+
|
|
672
|
+
}
|
|
673
|
+
}
|
|
674
|
+
|
|
603
675
|
/**
|
|
604
676
|
* QueryHunyuan3DPartJob request structure.
|
|
605
677
|
* @class
|
|
@@ -727,6 +799,7 @@ class QueryHunyuanTo3DRapidJobRequest extends AbstractModel {
|
|
|
727
799
|
}
|
|
728
800
|
|
|
729
801
|
module.exports = {
|
|
802
|
+
Convert3DFormatRequest: Convert3DFormatRequest,
|
|
730
803
|
ViewImage: ViewImage,
|
|
731
804
|
SubmitHunyuanTo3DRapidJobRequest: SubmitHunyuanTo3DRapidJobRequest,
|
|
732
805
|
SubmitHunyuanTo3DProJobResponse: SubmitHunyuanTo3DProJobResponse,
|
|
@@ -738,6 +811,7 @@ module.exports = {
|
|
|
738
811
|
QueryHunyuan3DPartJobResponse: QueryHunyuan3DPartJobResponse,
|
|
739
812
|
QueryHunyuanTo3DProJobResponse: QueryHunyuanTo3DProJobResponse,
|
|
740
813
|
SubmitHunyuan3DPartJobRequest: SubmitHunyuan3DPartJobRequest,
|
|
814
|
+
Convert3DFormatResponse: Convert3DFormatResponse,
|
|
741
815
|
QueryHunyuan3DPartJobRequest: QueryHunyuan3DPartJobRequest,
|
|
742
816
|
SubmitHunyuanTo3DRapidJobResponse: SubmitHunyuanTo3DRapidJobResponse,
|
|
743
817
|
InputFile3D: InputFile3D,
|