@huaweicloud/huaweicloud-sdk-metastudio 3.1.124 → 3.1.126
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 +2 -2
- package/v1/MetaStudioClient.d.ts +250 -92
- package/v1/MetaStudioClient.d.ts.map +1 -1
- package/v1/MetaStudioClient.js +840 -478
- package/v1/MetaStudioClient.js.map +1 -1
- package/v1/model/AccessTypeEnum.d.ts +4 -0
- package/v1/model/AccessTypeEnum.d.ts.map +1 -0
- package/v1/model/AccessTypeEnum.js +9 -0
- package/v1/model/AccessTypeEnum.js.map +1 -0
- package/v1/model/ChardMode.d.ts +4 -0
- package/v1/model/ChardMode.d.ts.map +1 -0
- package/v1/model/ChardMode.js +9 -0
- package/v1/model/ChardMode.js.map +1 -0
- package/v1/model/CommitJobReq.d.ts +8 -0
- package/v1/model/CommitJobReq.d.ts.map +1 -1
- package/v1/model/CommitJobReq.js +20 -0
- package/v1/model/CommitJobReq.js.map +1 -1
- package/v1/model/Create2dModelTrainingJobReq.d.ts +0 -4
- package/v1/model/Create2dModelTrainingJobReq.d.ts.map +1 -1
- package/v1/model/Create2dModelTrainingJobReq.js +0 -10
- package/v1/model/Create2dModelTrainingJobReq.js.map +1 -1
- package/v1/model/CreateLivePlatformReq.d.ts +16 -0
- package/v1/model/CreateLivePlatformReq.d.ts.map +1 -0
- package/v1/model/CreateLivePlatformReq.js +36 -0
- package/v1/model/CreateLivePlatformReq.js.map +1 -0
- package/v1/model/CreateLivePlatformRequest.d.ts +23 -0
- package/v1/model/CreateLivePlatformRequest.d.ts.map +1 -0
- package/v1/model/{CreateBeautyPreviewJobRequest.js → CreateLivePlatformRequest.js} +4 -4
- package/v1/model/CreateLivePlatformRequest.js.map +1 -0
- package/v1/model/CreateLivePlatformResponse.d.ts +13 -0
- package/v1/model/CreateLivePlatformResponse.d.ts.map +1 -0
- package/v1/model/CreateLivePlatformResponse.js +31 -0
- package/v1/model/CreateLivePlatformResponse.js.map +1 -0
- package/v1/model/CreateTrainingJobReq.d.ts +8 -0
- package/v1/model/CreateTrainingJobReq.d.ts.map +1 -1
- package/v1/model/CreateTrainingJobReq.js +20 -0
- package/v1/model/CreateTrainingJobReq.js.map +1 -1
- package/v1/model/CustomPlatformAuthConfig.d.ts +6 -0
- package/v1/model/CustomPlatformAuthConfig.d.ts.map +1 -0
- package/v1/model/CustomPlatformAuthConfig.js +14 -0
- package/v1/model/CustomPlatformAuthConfig.js.map +1 -0
- package/v1/model/DeleteLivePlatformRequest.d.ts +24 -0
- package/v1/model/DeleteLivePlatformRequest.d.ts.map +1 -0
- package/v1/model/{StartBeautyPreviewJobRequest.js → DeleteLivePlatformRequest.js} +12 -12
- package/v1/model/DeleteLivePlatformRequest.js.map +1 -0
- package/v1/model/{StartBeautyPreviewJobResponse.d.ts → DeleteLivePlatformResponse.d.ts} +3 -3
- package/v1/model/DeleteLivePlatformResponse.d.ts.map +1 -0
- package/v1/model/{StartBeautyPreviewJobResponse.js → DeleteLivePlatformResponse.js} +4 -4
- package/v1/model/DeleteLivePlatformResponse.js.map +1 -0
- package/v1/model/ListLivePlatformProductsRequest.d.ts +28 -0
- package/v1/model/ListLivePlatformProductsRequest.d.ts.map +1 -0
- package/v1/model/ListLivePlatformProductsRequest.js +69 -0
- package/v1/model/ListLivePlatformProductsRequest.js.map +1 -0
- package/v1/model/ListLivePlatformProductsResponse.d.ts +14 -0
- package/v1/model/ListLivePlatformProductsResponse.d.ts.map +1 -0
- package/v1/model/ListLivePlatformProductsResponse.js +29 -0
- package/v1/model/ListLivePlatformProductsResponse.js.map +1 -0
- package/v1/model/ListLivePlatformsRequest.d.ts +24 -0
- package/v1/model/ListLivePlatformsRequest.d.ts.map +1 -0
- package/v1/model/ListLivePlatformsRequest.js +57 -0
- package/v1/model/ListLivePlatformsRequest.js.map +1 -0
- package/v1/model/ListLivePlatformsResponse.d.ts +14 -0
- package/v1/model/ListLivePlatformsResponse.d.ts.map +1 -0
- package/v1/model/ListLivePlatformsResponse.js +31 -0
- package/v1/model/ListLivePlatformsResponse.js.map +1 -0
- package/v1/model/ListVoiceTrainingJobRequest.d.ts +4 -0
- package/v1/model/ListVoiceTrainingJobRequest.d.ts.map +1 -1
- package/v1/model/ListVoiceTrainingJobRequest.js +10 -0
- package/v1/model/ListVoiceTrainingJobRequest.js.map +1 -1
- package/v1/model/LivePlatformInfo.d.ts +30 -0
- package/v1/model/LivePlatformInfo.d.ts.map +1 -0
- package/v1/model/LivePlatformInfo.js +63 -0
- package/v1/model/LivePlatformInfo.js.map +1 -0
- package/v1/model/PlatformAuthorizationInfo.d.ts +26 -0
- package/v1/model/PlatformAuthorizationInfo.d.ts.map +1 -0
- package/v1/model/PlatformAuthorizationInfo.js +52 -0
- package/v1/model/PlatformAuthorizationInfo.js.map +1 -0
- package/v1/model/PlatformProductInfo.d.ts +12 -0
- package/v1/model/PlatformProductInfo.d.ts.map +1 -0
- package/v1/model/PlatformProductInfo.js +29 -0
- package/v1/model/PlatformProductInfo.js.map +1 -0
- package/v1/model/SetJobBatchNameReq.d.ts +12 -0
- package/v1/model/SetJobBatchNameReq.d.ts.map +1 -0
- package/v1/model/SetJobBatchNameReq.js +29 -0
- package/v1/model/SetJobBatchNameReq.js.map +1 -0
- package/v1/model/SetJobBatchNameRequest.d.ts +7 -0
- package/v1/model/SetJobBatchNameRequest.d.ts.map +1 -0
- package/v1/model/SetJobBatchNameRequest.js +13 -0
- package/v1/model/SetJobBatchNameRequest.js.map +1 -0
- package/v1/model/SetJobBatchNameResponse.d.ts +5 -0
- package/v1/model/SetJobBatchNameResponse.d.ts.map +1 -0
- package/v1/model/SetJobBatchNameResponse.js +11 -0
- package/v1/model/SetJobBatchNameResponse.js.map +1 -0
- package/v1/model/Show2dModelTrainingJobResponse.d.ts +0 -4
- package/v1/model/Show2dModelTrainingJobResponse.d.ts.map +1 -1
- package/v1/model/Show2dModelTrainingJobResponse.js +0 -10
- package/v1/model/Show2dModelTrainingJobResponse.js.map +1 -1
- package/v1/model/ShowLivePlatformRequest.d.ts +24 -0
- package/v1/model/ShowLivePlatformRequest.d.ts.map +1 -0
- package/v1/model/{ShowBeautyPreviewJobRequest.js → ShowLivePlatformRequest.js} +12 -12
- package/v1/model/ShowLivePlatformRequest.js.map +1 -0
- package/v1/model/ShowLivePlatformResponse.d.ts +35 -0
- package/v1/model/ShowLivePlatformResponse.d.ts.map +1 -0
- package/v1/model/ShowLivePlatformResponse.js +75 -0
- package/v1/model/ShowLivePlatformResponse.js.map +1 -0
- package/v1/model/ShowTenantDurationCfgRequest.d.ts +4 -0
- package/v1/model/ShowTenantDurationCfgRequest.d.ts.map +1 -0
- package/v1/model/ShowTenantDurationCfgRequest.js +9 -0
- package/v1/model/ShowTenantDurationCfgRequest.js.map +1 -0
- package/v1/model/ShowTenantDurationCfgResponse.d.ts +81 -0
- package/v1/model/ShowTenantDurationCfgResponse.d.ts.map +1 -0
- package/v1/model/ShowTenantDurationCfgResponse.js +201 -0
- package/v1/model/ShowTenantDurationCfgResponse.js.map +1 -0
- package/v1/model/ShowVoiceTrainingJobResponse.d.ts +5 -0
- package/v1/model/ShowVoiceTrainingJobResponse.d.ts.map +1 -1
- package/v1/model/ShowVoiceTrainingJobResponse.js +10 -0
- package/v1/model/ShowVoiceTrainingJobResponse.js.map +1 -1
- package/v1/model/StandardPlatformApiConfig.d.ts +18 -0
- package/v1/model/StandardPlatformApiConfig.d.ts.map +1 -0
- package/v1/model/StandardPlatformApiConfig.js +34 -0
- package/v1/model/StandardPlatformApiConfig.js.map +1 -0
- package/v1/model/TrainingJobInfo.d.ts +5 -0
- package/v1/model/TrainingJobInfo.d.ts.map +1 -1
- package/v1/model/TrainingJobInfo.js +10 -0
- package/v1/model/TrainingJobInfo.js.map +1 -1
- package/v1/model/Update2dModelTrainingJobReq.d.ts +0 -4
- package/v1/model/Update2dModelTrainingJobReq.d.ts.map +1 -1
- package/v1/model/Update2dModelTrainingJobReq.js +0 -10
- package/v1/model/Update2dModelTrainingJobReq.js.map +1 -1
- package/v1/model/UpdateLivePlatformRequest.d.ts +27 -0
- package/v1/model/UpdateLivePlatformRequest.d.ts.map +1 -0
- package/v1/model/UpdateLivePlatformRequest.js +64 -0
- package/v1/model/UpdateLivePlatformRequest.js.map +1 -0
- package/v1/model/UpdateLivePlatformResponse.d.ts +13 -0
- package/v1/model/UpdateLivePlatformResponse.d.ts.map +1 -0
- package/v1/model/UpdateLivePlatformResponse.js +31 -0
- package/v1/model/UpdateLivePlatformResponse.js.map +1 -0
- package/v1/model/VoiceLanguage.d.ts +4 -0
- package/v1/model/VoiceLanguage.d.ts.map +1 -0
- package/v1/model/VoiceLanguage.js +9 -0
- package/v1/model/VoiceLanguage.js.map +1 -0
- package/v1/model/VoiceModelAssetMeta.d.ts +3 -3
- package/v1/model/VoiceModelAssetMeta.d.ts.map +1 -1
- package/v1/model/VoiceModelAssetMeta.js.map +1 -1
- package/v1/model/VoiceTrainingAllocatedResource.d.ts +17 -0
- package/v1/model/VoiceTrainingAllocatedResource.d.ts.map +1 -0
- package/v1/model/VoiceTrainingAllocatedResource.js +39 -0
- package/v1/model/VoiceTrainingAllocatedResource.js.map +1 -0
- package/v1/public-api.d.ts +27 -8
- package/v1/public-api.d.ts.map +1 -1
- package/v1/public-api.js +27 -8
- package/v1/public-api.js.map +1 -1
- package/v1/model/CreateBeautyPreviewJobReq.d.ts +0 -8
- package/v1/model/CreateBeautyPreviewJobReq.d.ts.map +0 -1
- package/v1/model/CreateBeautyPreviewJobReq.js +0 -18
- package/v1/model/CreateBeautyPreviewJobReq.js.map +0 -1
- package/v1/model/CreateBeautyPreviewJobRequest.d.ts +0 -23
- package/v1/model/CreateBeautyPreviewJobRequest.d.ts.map +0 -1
- package/v1/model/CreateBeautyPreviewJobRequest.js.map +0 -1
- package/v1/model/CreateBeautyPreviewJobResponse.d.ts +0 -17
- package/v1/model/CreateBeautyPreviewJobResponse.d.ts.map +0 -1
- package/v1/model/CreateBeautyPreviewJobResponse.js +0 -41
- package/v1/model/CreateBeautyPreviewJobResponse.js.map +0 -1
- package/v1/model/Language.d.ts +0 -4
- package/v1/model/Language.d.ts.map +0 -1
- package/v1/model/Language.js +0 -9
- package/v1/model/Language.js.map +0 -1
- package/v1/model/ShowBeautyPreviewJobRequest.d.ts +0 -24
- package/v1/model/ShowBeautyPreviewJobRequest.d.ts.map +0 -1
- package/v1/model/ShowBeautyPreviewJobRequest.js.map +0 -1
- package/v1/model/ShowBeautyPreviewJobResponse.d.ts +0 -26
- package/v1/model/ShowBeautyPreviewJobResponse.d.ts.map +0 -1
- package/v1/model/ShowBeautyPreviewJobResponse.js +0 -47
- package/v1/model/ShowBeautyPreviewJobResponse.js.map +0 -1
- package/v1/model/StartBeautyPreviewJobRequest.d.ts +0 -24
- package/v1/model/StartBeautyPreviewJobRequest.d.ts.map +0 -1
- package/v1/model/StartBeautyPreviewJobRequest.js.map +0 -1
- package/v1/model/StartBeautyPreviewJobResponse.d.ts.map +0 -1
- package/v1/model/StartBeautyPreviewJobResponse.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@huaweicloud/huaweicloud-sdk-metastudio",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.126",
|
|
4
4
|
"description": "Huaweicloud SDK for metastudio",
|
|
5
5
|
"main": "huaweicloud-sdk-metastudio.js",
|
|
6
6
|
"typings": "huaweicloud-sdk-metastudio.d.ts",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"author": "HuaweiCloud_SDK",
|
|
15
15
|
"license": "Apache-2.0",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@huaweicloud/huaweicloud-sdk-core": "^3.1.
|
|
17
|
+
"@huaweicloud/huaweicloud-sdk-core": "^3.1.126"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@types/node": "^14.14.37",
|
package/v1/MetaStudioClient.d.ts
CHANGED
|
@@ -30,8 +30,6 @@ import { CreateAsyncTtsJobRequest } from './model/CreateAsyncTtsJobRequest';
|
|
|
30
30
|
import { CreateAsyncTtsJobResponse } from './model/CreateAsyncTtsJobResponse';
|
|
31
31
|
import { CreateBatchKnowledgeQuestionRequest } from './model/CreateBatchKnowledgeQuestionRequest';
|
|
32
32
|
import { CreateBatchKnowledgeQuestionResponse } from './model/CreateBatchKnowledgeQuestionResponse';
|
|
33
|
-
import { CreateBeautyPreviewJobRequest } from './model/CreateBeautyPreviewJobRequest';
|
|
34
|
-
import { CreateBeautyPreviewJobResponse } from './model/CreateBeautyPreviewJobResponse';
|
|
35
33
|
import { CreateDialogUrlRequest } from './model/CreateDialogUrlRequest';
|
|
36
34
|
import { CreateDialogUrlResponse } from './model/CreateDialogUrlResponse';
|
|
37
35
|
import { CreateDigitalAssetRequest } from './model/CreateDigitalAssetRequest';
|
|
@@ -58,6 +56,8 @@ import { CreateKnowledgeSkillRequest } from './model/CreateKnowledgeSkillRequest
|
|
|
58
56
|
import { CreateKnowledgeSkillResponse } from './model/CreateKnowledgeSkillResponse';
|
|
59
57
|
import { CreateLargeFileRequest } from './model/CreateLargeFileRequest';
|
|
60
58
|
import { CreateLargeFileResponse } from './model/CreateLargeFileResponse';
|
|
59
|
+
import { CreateLivePlatformRequest } from './model/CreateLivePlatformRequest';
|
|
60
|
+
import { CreateLivePlatformResponse } from './model/CreateLivePlatformResponse';
|
|
61
61
|
import { CreateOnceCodeRequest } from './model/CreateOnceCodeRequest';
|
|
62
62
|
import { CreateOnceCodeResponse } from './model/CreateOnceCodeResponse';
|
|
63
63
|
import { CreatePacifyWordsRequest } from './model/CreatePacifyWordsRequest';
|
|
@@ -120,6 +120,8 @@ import { DeleteKnowledgeQuestionRequest } from './model/DeleteKnowledgeQuestionR
|
|
|
120
120
|
import { DeleteKnowledgeQuestionResponse } from './model/DeleteKnowledgeQuestionResponse';
|
|
121
121
|
import { DeleteKnowledgeSkillRequest } from './model/DeleteKnowledgeSkillRequest';
|
|
122
122
|
import { DeleteKnowledgeSkillResponse } from './model/DeleteKnowledgeSkillResponse';
|
|
123
|
+
import { DeleteLivePlatformRequest } from './model/DeleteLivePlatformRequest';
|
|
124
|
+
import { DeleteLivePlatformResponse } from './model/DeleteLivePlatformResponse';
|
|
123
125
|
import { DeletePacifyWordsRequest } from './model/DeletePacifyWordsRequest';
|
|
124
126
|
import { DeletePacifyWordsResponse } from './model/DeletePacifyWordsResponse';
|
|
125
127
|
import { DeleteProductRequest } from './model/DeleteProductRequest';
|
|
@@ -172,6 +174,10 @@ import { ListKnowledgeQuestionRequest } from './model/ListKnowledgeQuestionReque
|
|
|
172
174
|
import { ListKnowledgeQuestionResponse } from './model/ListKnowledgeQuestionResponse';
|
|
173
175
|
import { ListKnowledgeSkillRequest } from './model/ListKnowledgeSkillRequest';
|
|
174
176
|
import { ListKnowledgeSkillResponse } from './model/ListKnowledgeSkillResponse';
|
|
177
|
+
import { ListLivePlatformProductsRequest } from './model/ListLivePlatformProductsRequest';
|
|
178
|
+
import { ListLivePlatformProductsResponse } from './model/ListLivePlatformProductsResponse';
|
|
179
|
+
import { ListLivePlatformsRequest } from './model/ListLivePlatformsRequest';
|
|
180
|
+
import { ListLivePlatformsResponse } from './model/ListLivePlatformsResponse';
|
|
175
181
|
import { ListPacifyWordsRequest } from './model/ListPacifyWordsRequest';
|
|
176
182
|
import { ListPacifyWordsResponse } from './model/ListPacifyWordsResponse';
|
|
177
183
|
import { ListPictureModelingJobsRequest } from './model/ListPictureModelingJobsRequest';
|
|
@@ -210,6 +216,8 @@ import { ResetActiveCodeRequest } from './model/ResetActiveCodeRequest';
|
|
|
210
216
|
import { ResetActiveCodeResponse } from './model/ResetActiveCodeResponse';
|
|
211
217
|
import { RestoreAssetRequest } from './model/RestoreAssetRequest';
|
|
212
218
|
import { RestoreAssetResponse } from './model/RestoreAssetResponse';
|
|
219
|
+
import { SetJobBatchNameRequest } from './model/SetJobBatchNameRequest';
|
|
220
|
+
import { SetJobBatchNameResponse } from './model/SetJobBatchNameResponse';
|
|
213
221
|
import { SetProductAssetRequest } from './model/SetProductAssetRequest';
|
|
214
222
|
import { SetProductAssetResponse } from './model/SetProductAssetResponse';
|
|
215
223
|
import { Show2DDigitalHumanVideoRequest } from './model/Show2DDigitalHumanVideoRequest';
|
|
@@ -226,8 +234,6 @@ import { ShowAssetRequest } from './model/ShowAssetRequest';
|
|
|
226
234
|
import { ShowAssetResponse } from './model/ShowAssetResponse';
|
|
227
235
|
import { ShowAsyncTtsJobRequest } from './model/ShowAsyncTtsJobRequest';
|
|
228
236
|
import { ShowAsyncTtsJobResponse } from './model/ShowAsyncTtsJobResponse';
|
|
229
|
-
import { ShowBeautyPreviewJobRequest } from './model/ShowBeautyPreviewJobRequest';
|
|
230
|
-
import { ShowBeautyPreviewJobResponse } from './model/ShowBeautyPreviewJobResponse';
|
|
231
237
|
import { ShowDigitalHumanBusinessCardRequest } from './model/ShowDigitalHumanBusinessCardRequest';
|
|
232
238
|
import { ShowDigitalHumanBusinessCardResponse } from './model/ShowDigitalHumanBusinessCardResponse';
|
|
233
239
|
import { ShowHotQuestionRequest } from './model/ShowHotQuestionRequest';
|
|
@@ -246,6 +252,8 @@ import { ShowKnowledgeQuestionRequest } from './model/ShowKnowledgeQuestionReque
|
|
|
246
252
|
import { ShowKnowledgeQuestionResponse } from './model/ShowKnowledgeQuestionResponse';
|
|
247
253
|
import { ShowKnowledgeSkillRequest } from './model/ShowKnowledgeSkillRequest';
|
|
248
254
|
import { ShowKnowledgeSkillResponse } from './model/ShowKnowledgeSkillResponse';
|
|
255
|
+
import { ShowLivePlatformRequest } from './model/ShowLivePlatformRequest';
|
|
256
|
+
import { ShowLivePlatformResponse } from './model/ShowLivePlatformResponse';
|
|
249
257
|
import { ShowPacifyWordsIntentRequest } from './model/ShowPacifyWordsIntentRequest';
|
|
250
258
|
import { ShowPacifyWordsIntentResponse } from './model/ShowPacifyWordsIntentResponse';
|
|
251
259
|
import { ShowPacifyWordsRequest } from './model/ShowPacifyWordsRequest';
|
|
@@ -276,6 +284,8 @@ import { ShowSmartLiveRoomRequest } from './model/ShowSmartLiveRoomRequest';
|
|
|
276
284
|
import { ShowSmartLiveRoomResponse } from './model/ShowSmartLiveRoomResponse';
|
|
277
285
|
import { ShowSubtitleFileRequest } from './model/ShowSubtitleFileRequest';
|
|
278
286
|
import { ShowSubtitleFileResponse } from './model/ShowSubtitleFileResponse';
|
|
287
|
+
import { ShowTenantDurationCfgRequest } from './model/ShowTenantDurationCfgRequest';
|
|
288
|
+
import { ShowTenantDurationCfgResponse } from './model/ShowTenantDurationCfgResponse';
|
|
279
289
|
import { ShowTrainingSegmentInfoRequest } from './model/ShowTrainingSegmentInfoRequest';
|
|
280
290
|
import { ShowTrainingSegmentInfoResponse } from './model/ShowTrainingSegmentInfoResponse';
|
|
281
291
|
import { ShowTtsAuditionFileRequest } from './model/ShowTtsAuditionFileRequest';
|
|
@@ -290,8 +300,6 @@ import { ShowWelcomeSpeechRequest } from './model/ShowWelcomeSpeechRequest';
|
|
|
290
300
|
import { ShowWelcomeSpeechResponse } from './model/ShowWelcomeSpeechResponse';
|
|
291
301
|
import { ShowWelcomeSpeechSwitchRequest } from './model/ShowWelcomeSpeechSwitchRequest';
|
|
292
302
|
import { ShowWelcomeSpeechSwitchResponse } from './model/ShowWelcomeSpeechSwitchResponse';
|
|
293
|
-
import { StartBeautyPreviewJobRequest } from './model/StartBeautyPreviewJobRequest';
|
|
294
|
-
import { StartBeautyPreviewJobResponse } from './model/StartBeautyPreviewJobResponse';
|
|
295
303
|
import { StartSmartChatJobRequest } from './model/StartSmartChatJobRequest';
|
|
296
304
|
import { StartSmartChatJobResponse } from './model/StartSmartChatJobResponse';
|
|
297
305
|
import { StartSmartLiveRequest } from './model/StartSmartLiveRequest';
|
|
@@ -326,6 +334,8 @@ import { UpdateKnowledgeQuestionRequest } from './model/UpdateKnowledgeQuestionR
|
|
|
326
334
|
import { UpdateKnowledgeQuestionResponse } from './model/UpdateKnowledgeQuestionResponse';
|
|
327
335
|
import { UpdateKnowledgeSkillRequest } from './model/UpdateKnowledgeSkillRequest';
|
|
328
336
|
import { UpdateKnowledgeSkillResponse } from './model/UpdateKnowledgeSkillResponse';
|
|
337
|
+
import { UpdateLivePlatformRequest } from './model/UpdateLivePlatformRequest';
|
|
338
|
+
import { UpdateLivePlatformResponse } from './model/UpdateLivePlatformResponse';
|
|
329
339
|
import { UpdatePacifyWordsRequest } from './model/UpdatePacifyWordsRequest';
|
|
330
340
|
import { UpdatePacifyWordsResponse } from './model/UpdatePacifyWordsResponse';
|
|
331
341
|
import { UpdatePacifyWordsSwitchRequest } from './model/UpdatePacifyWordsSwitchRequest';
|
|
@@ -480,51 +490,6 @@ export declare class MetaStudioClient {
|
|
|
480
490
|
* @throws {RequiredError}
|
|
481
491
|
*/
|
|
482
492
|
showAgency(showAgencyRequest?: ShowAgencyRequest): Promise<ShowAgencyResponse>;
|
|
483
|
-
/**
|
|
484
|
-
* 该接口用于创建美白预览任务。
|
|
485
|
-
*
|
|
486
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
487
|
-
*
|
|
488
|
-
* @summary 创建美白预览任务
|
|
489
|
-
* @param {CreateBeautyPreviewJobReq} createBeautyPreviewJobRequestBody 创建分身数字人模型训练任务请求。
|
|
490
|
-
* @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
|
|
491
|
-
* @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\'T\'HHMMSS\'Z\')。
|
|
492
|
-
* @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
|
|
493
|
-
* @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
|
|
494
|
-
* @param {*} [options] Override http request option.
|
|
495
|
-
* @throws {RequiredError}
|
|
496
|
-
*/
|
|
497
|
-
createBeautyPreviewJob(createBeautyPreviewJobRequest?: CreateBeautyPreviewJobRequest): Promise<CreateBeautyPreviewJobResponse>;
|
|
498
|
-
/**
|
|
499
|
-
* 该接口用于查询美白预览任务。
|
|
500
|
-
*
|
|
501
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
502
|
-
*
|
|
503
|
-
* @summary 查询美白预览任务
|
|
504
|
-
* @param {string} jobId 任务ID。
|
|
505
|
-
* @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
|
|
506
|
-
* @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\'T\'HHMMSS\'Z\')。
|
|
507
|
-
* @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
|
|
508
|
-
* @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
|
|
509
|
-
* @param {*} [options] Override http request option.
|
|
510
|
-
* @throws {RequiredError}
|
|
511
|
-
*/
|
|
512
|
-
showBeautyPreviewJob(showBeautyPreviewJobRequest?: ShowBeautyPreviewJobRequest): Promise<ShowBeautyPreviewJobResponse>;
|
|
513
|
-
/**
|
|
514
|
-
* 该接口用于启动美白预览任务。
|
|
515
|
-
*
|
|
516
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
517
|
-
*
|
|
518
|
-
* @summary 启动美白预览任务
|
|
519
|
-
* @param {string} jobId 任务ID。
|
|
520
|
-
* @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
|
|
521
|
-
* @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\'T\'HHMMSS\'Z\')。
|
|
522
|
-
* @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
|
|
523
|
-
* @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
|
|
524
|
-
* @param {*} [options] Override http request option.
|
|
525
|
-
* @throws {RequiredError}
|
|
526
|
-
*/
|
|
527
|
-
startBeautyPreviewJob(startBeautyPreviewJobRequest?: StartBeautyPreviewJobRequest): Promise<StartBeautyPreviewJobResponse>;
|
|
528
493
|
/**
|
|
529
494
|
* 该接口用于创建对话链接。
|
|
530
495
|
*
|
|
@@ -1535,6 +1500,100 @@ export declare class MetaStudioClient {
|
|
|
1535
1500
|
* @throws {RequiredError}
|
|
1536
1501
|
*/
|
|
1537
1502
|
updateKnowledgeSkill(updateKnowledgeSkillRequest?: UpdateKnowledgeSkillRequest): Promise<UpdateKnowledgeSkillResponse>;
|
|
1503
|
+
/**
|
|
1504
|
+
* 该接口用于创建第三方直播平台。
|
|
1505
|
+
*
|
|
1506
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1507
|
+
*
|
|
1508
|
+
* @summary 创建第三方直播平台
|
|
1509
|
+
* @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
|
|
1510
|
+
* @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\'T\'HHMMSS\'Z\')。
|
|
1511
|
+
* @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
|
|
1512
|
+
* @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
|
|
1513
|
+
* @param {CreateLivePlatformReq} [createLivePlatformRequestBody] 直播事件回调接口
|
|
1514
|
+
* @param {*} [options] Override http request option.
|
|
1515
|
+
* @throws {RequiredError}
|
|
1516
|
+
*/
|
|
1517
|
+
createLivePlatform(createLivePlatformRequest?: CreateLivePlatformRequest): Promise<CreateLivePlatformResponse>;
|
|
1518
|
+
/**
|
|
1519
|
+
* 该接口用于删除第三方直播平台信息。
|
|
1520
|
+
*
|
|
1521
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1522
|
+
*
|
|
1523
|
+
* @summary 删除第三方直播平台信息
|
|
1524
|
+
* @param {string} platformId 直播平台ID。
|
|
1525
|
+
* @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
|
|
1526
|
+
* @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\'T\'HHMMSS\'Z\')。
|
|
1527
|
+
* @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
|
|
1528
|
+
* @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
|
|
1529
|
+
* @param {*} [options] Override http request option.
|
|
1530
|
+
* @throws {RequiredError}
|
|
1531
|
+
*/
|
|
1532
|
+
deleteLivePlatform(deleteLivePlatformRequest?: DeleteLivePlatformRequest): Promise<DeleteLivePlatformResponse>;
|
|
1533
|
+
/**
|
|
1534
|
+
* 该接口用于查询第三方直播平台商品列表。
|
|
1535
|
+
*
|
|
1536
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1537
|
+
*
|
|
1538
|
+
* @summary 查询第三方直播平台商品列表
|
|
1539
|
+
* @param {string} platformId 第三方直播平台id
|
|
1540
|
+
* @param {string} liveId 第三方直播平台直播Id。
|
|
1541
|
+
* @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
|
|
1542
|
+
* @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\'T\'HHMMSS\'Z\')。
|
|
1543
|
+
* @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
|
|
1544
|
+
* @param {number} [offset] 偏移量,表示从此偏移量开始查询。
|
|
1545
|
+
* @param {number} [limit] 每页显示的条目数量。
|
|
1546
|
+
* @param {*} [options] Override http request option.
|
|
1547
|
+
* @throws {RequiredError}
|
|
1548
|
+
*/
|
|
1549
|
+
listLivePlatformProducts(listLivePlatformProductsRequest?: ListLivePlatformProductsRequest): Promise<ListLivePlatformProductsResponse>;
|
|
1550
|
+
/**
|
|
1551
|
+
* 该接口用于查询直播平台列表。
|
|
1552
|
+
*
|
|
1553
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1554
|
+
*
|
|
1555
|
+
* @summary 查询直播平台列表
|
|
1556
|
+
* @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
|
|
1557
|
+
* @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\'T\'HHMMSS\'Z\')。
|
|
1558
|
+
* @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
|
|
1559
|
+
* @param {number} [offset] 偏移量,表示从此偏移量开始查询。
|
|
1560
|
+
* @param {number} [limit] 每页显示的条目数量。
|
|
1561
|
+
* @param {string} [accessType] 平台对接类型。
|
|
1562
|
+
* @param {*} [options] Override http request option.
|
|
1563
|
+
* @throws {RequiredError}
|
|
1564
|
+
*/
|
|
1565
|
+
listLivePlatforms(listLivePlatformsRequest?: ListLivePlatformsRequest): Promise<ListLivePlatformsResponse>;
|
|
1566
|
+
/**
|
|
1567
|
+
* 该接口用于查询第三方直播平台信息。
|
|
1568
|
+
*
|
|
1569
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1570
|
+
*
|
|
1571
|
+
* @summary 查询第三方直播平台信息
|
|
1572
|
+
* @param {string} platformId 直播平台ID。
|
|
1573
|
+
* @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
|
|
1574
|
+
* @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\'T\'HHMMSS\'Z\')。
|
|
1575
|
+
* @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
|
|
1576
|
+
* @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
|
|
1577
|
+
* @param {*} [options] Override http request option.
|
|
1578
|
+
* @throws {RequiredError}
|
|
1579
|
+
*/
|
|
1580
|
+
showLivePlatform(showLivePlatformRequest?: ShowLivePlatformRequest): Promise<ShowLivePlatformResponse>;
|
|
1581
|
+
/**
|
|
1582
|
+
* 该接口用于更新第三方直播平台信息。
|
|
1583
|
+
*
|
|
1584
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1585
|
+
*
|
|
1586
|
+
* @summary 更新第三方直播平台信息
|
|
1587
|
+
* @param {string} platformId 直播平台ID。
|
|
1588
|
+
* @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
|
|
1589
|
+
* @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\'T\'HHMMSS\'Z\')。
|
|
1590
|
+
* @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
|
|
1591
|
+
* @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
|
|
1592
|
+
* @param {CreateLivePlatformReq} [createLivePlatformRequestBody] 直播事件回调接口
|
|
1593
|
+
* @param {*} [options] Override http request option.
|
|
1594
|
+
* @throws {RequiredError}
|
|
1595
|
+
*/
|
|
1596
|
+
updateLivePlatform(updateLivePlatformRequest?: UpdateLivePlatformRequest): Promise<UpdateLivePlatformResponse>;
|
|
1538
1597
|
/**
|
|
1539
1598
|
* 该接口用于创建一次性鉴权码,有效期5分钟,鉴权码只能使用一次,每次使用后需要重新获取。
|
|
1540
1599
|
* > 接口只能通过第三方后台调用,不能在浏览器前台直接调用,否则会有跨域问题。
|
|
@@ -1825,7 +1884,7 @@ export declare class MetaStudioClient {
|
|
|
1825
1884
|
* @param {string} [createSince] 过滤创建时间>=输入时间的记录。
|
|
1826
1885
|
* @param {string} [name] 按名称模糊查询。
|
|
1827
1886
|
* @param {string} [tag] 按标签模糊查询。
|
|
1828
|
-
* @param {string} [state]
|
|
1887
|
+
* @param {string} [state] 按状态查询,多状态使用英文逗号分隔。
|
|
1829
1888
|
* @param {*} [options] Override http request option.
|
|
1830
1889
|
* @throws {RequiredError}
|
|
1831
1890
|
*/
|
|
@@ -2571,10 +2630,23 @@ export declare class MetaStudioClient {
|
|
|
2571
2630
|
* @param {string} [voiceName] 声音名称。
|
|
2572
2631
|
* @param {string} [tag] 任务标签。
|
|
2573
2632
|
* @param {string} [jobType] 训练类型。 * BASIC: 基础版(20句话) * MIDDLE: 进阶版(100句话) * ADVANCE: 高级版 * THIRD_PARTY: 第三方出门问问训练版 * THIRD_PARTY_LJZN: 第三方逻辑智能训练版 * FLEXUS: Flexus版---用的是大模型特征提取
|
|
2633
|
+
* @param {string} [batchName] 批次名称。
|
|
2574
2634
|
* @param {*} [options] Override http request option.
|
|
2575
2635
|
* @throws {RequiredError}
|
|
2576
2636
|
*/
|
|
2577
2637
|
listVoiceTrainingJob(listVoiceTrainingJobRequest?: ListVoiceTrainingJobRequest): Promise<ListVoiceTrainingJobResponse>;
|
|
2638
|
+
/**
|
|
2639
|
+
* 用户设置任务批次,该接口用于批量任务管理场景,设置任务的批次
|
|
2640
|
+
* * 需要开通NA租户权限后才能正常调用
|
|
2641
|
+
*
|
|
2642
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2643
|
+
*
|
|
2644
|
+
* @summary 设置任务批次
|
|
2645
|
+
* @param {SetJobBatchNameReq} setJobBatchNameRequestBody 设置任务批次请求
|
|
2646
|
+
* @param {*} [options] Override http request option.
|
|
2647
|
+
* @throws {RequiredError}
|
|
2648
|
+
*/
|
|
2649
|
+
setJobBatchName(setJobBatchNameRequest?: SetJobBatchNameRequest): Promise<SetJobBatchNameResponse>;
|
|
2578
2650
|
/**
|
|
2579
2651
|
* 获取语音训练任务审核结果。
|
|
2580
2652
|
*
|
|
@@ -2597,6 +2669,16 @@ export declare class MetaStudioClient {
|
|
|
2597
2669
|
* @throws {RequiredError}
|
|
2598
2670
|
*/
|
|
2599
2671
|
showJobUploadingAddress(showJobUploadingAddressRequest?: ShowJobUploadingAddressRequest): Promise<ShowJobUploadingAddressResponse>;
|
|
2672
|
+
/**
|
|
2673
|
+
* 查询用户配置的个性化音频时长
|
|
2674
|
+
*
|
|
2675
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2676
|
+
*
|
|
2677
|
+
* @summary 查询用户配置的个性化音频时长
|
|
2678
|
+
* @param {*} [options] Override http request option.
|
|
2679
|
+
* @throws {RequiredError}
|
|
2680
|
+
*/
|
|
2681
|
+
showTenantDurationCfg(showTenantDurationCfgRequest?: ShowTenantDurationCfgRequest): Promise<ShowTenantDurationCfgResponse>;
|
|
2600
2682
|
/**
|
|
2601
2683
|
* 获取在线录音确认结果。
|
|
2602
2684
|
*
|
|
@@ -2801,6 +2883,10 @@ export declare class MetaStudioClient {
|
|
|
2801
2883
|
/**
|
|
2802
2884
|
* 该接口用于对外生成音频文件
|
|
2803
2885
|
*
|
|
2886
|
+
* > 使用本接口前,需要在MetaStudio控制台服务概览页面,开通“声音合成”的按需计费。
|
|
2887
|
+
* > 详细操作为:单击“声音合成”卡片中的“去开通”,在弹出的“开通按需计费服务提示”对话框中,勾选同意协议。单击“确定”,开通按需计费。
|
|
2888
|
+
* > 如需使用第三方声音进行语音合成,请购买出门问问声音套餐,操作请参考《用户指南》的“购买出门问问声音套餐”章节。
|
|
2889
|
+
*
|
|
2804
2890
|
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2805
2891
|
*
|
|
2806
2892
|
* @summary 创建TTS语音异步任务
|
|
@@ -3270,46 +3356,6 @@ export declare const ParamCreater: () => {
|
|
|
3270
3356
|
pathParams: {};
|
|
3271
3357
|
headers: {};
|
|
3272
3358
|
};
|
|
3273
|
-
/**
|
|
3274
|
-
* 该接口用于创建美白预览任务。
|
|
3275
|
-
*
|
|
3276
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3277
|
-
*/
|
|
3278
|
-
createBeautyPreviewJob(createBeautyPreviewJobRequest?: CreateBeautyPreviewJobRequest): {
|
|
3279
|
-
method: string;
|
|
3280
|
-
url: string;
|
|
3281
|
-
contentType: string;
|
|
3282
|
-
queryParams: {};
|
|
3283
|
-
pathParams: {};
|
|
3284
|
-
headers: {};
|
|
3285
|
-
data: {};
|
|
3286
|
-
};
|
|
3287
|
-
/**
|
|
3288
|
-
* 该接口用于查询美白预览任务。
|
|
3289
|
-
*
|
|
3290
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3291
|
-
*/
|
|
3292
|
-
showBeautyPreviewJob(showBeautyPreviewJobRequest?: ShowBeautyPreviewJobRequest): {
|
|
3293
|
-
method: string;
|
|
3294
|
-
url: string;
|
|
3295
|
-
contentType: string;
|
|
3296
|
-
queryParams: {};
|
|
3297
|
-
pathParams: {};
|
|
3298
|
-
headers: {};
|
|
3299
|
-
};
|
|
3300
|
-
/**
|
|
3301
|
-
* 该接口用于启动美白预览任务。
|
|
3302
|
-
*
|
|
3303
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3304
|
-
*/
|
|
3305
|
-
startBeautyPreviewJob(startBeautyPreviewJobRequest?: StartBeautyPreviewJobRequest): {
|
|
3306
|
-
method: string;
|
|
3307
|
-
url: string;
|
|
3308
|
-
contentType: string;
|
|
3309
|
-
queryParams: {};
|
|
3310
|
-
pathParams: {};
|
|
3311
|
-
headers: {};
|
|
3312
|
-
};
|
|
3313
3359
|
/**
|
|
3314
3360
|
* 该接口用于创建对话链接。
|
|
3315
3361
|
*
|
|
@@ -4166,6 +4212,86 @@ export declare const ParamCreater: () => {
|
|
|
4166
4212
|
headers: {};
|
|
4167
4213
|
data: {};
|
|
4168
4214
|
};
|
|
4215
|
+
/**
|
|
4216
|
+
* 该接口用于创建第三方直播平台。
|
|
4217
|
+
*
|
|
4218
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4219
|
+
*/
|
|
4220
|
+
createLivePlatform(createLivePlatformRequest?: CreateLivePlatformRequest): {
|
|
4221
|
+
method: string;
|
|
4222
|
+
url: string;
|
|
4223
|
+
contentType: string;
|
|
4224
|
+
queryParams: {};
|
|
4225
|
+
pathParams: {};
|
|
4226
|
+
headers: {};
|
|
4227
|
+
data: {};
|
|
4228
|
+
};
|
|
4229
|
+
/**
|
|
4230
|
+
* 该接口用于删除第三方直播平台信息。
|
|
4231
|
+
*
|
|
4232
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4233
|
+
*/
|
|
4234
|
+
deleteLivePlatform(deleteLivePlatformRequest?: DeleteLivePlatformRequest): {
|
|
4235
|
+
method: string;
|
|
4236
|
+
url: string;
|
|
4237
|
+
contentType: string;
|
|
4238
|
+
queryParams: {};
|
|
4239
|
+
pathParams: {};
|
|
4240
|
+
headers: {};
|
|
4241
|
+
};
|
|
4242
|
+
/**
|
|
4243
|
+
* 该接口用于查询第三方直播平台商品列表。
|
|
4244
|
+
*
|
|
4245
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4246
|
+
*/
|
|
4247
|
+
listLivePlatformProducts(listLivePlatformProductsRequest?: ListLivePlatformProductsRequest): {
|
|
4248
|
+
method: string;
|
|
4249
|
+
url: string;
|
|
4250
|
+
contentType: string;
|
|
4251
|
+
queryParams: {};
|
|
4252
|
+
pathParams: {};
|
|
4253
|
+
headers: {};
|
|
4254
|
+
};
|
|
4255
|
+
/**
|
|
4256
|
+
* 该接口用于查询直播平台列表。
|
|
4257
|
+
*
|
|
4258
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4259
|
+
*/
|
|
4260
|
+
listLivePlatforms(listLivePlatformsRequest?: ListLivePlatformsRequest): {
|
|
4261
|
+
method: string;
|
|
4262
|
+
url: string;
|
|
4263
|
+
contentType: string;
|
|
4264
|
+
queryParams: {};
|
|
4265
|
+
pathParams: {};
|
|
4266
|
+
headers: {};
|
|
4267
|
+
};
|
|
4268
|
+
/**
|
|
4269
|
+
* 该接口用于查询第三方直播平台信息。
|
|
4270
|
+
*
|
|
4271
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4272
|
+
*/
|
|
4273
|
+
showLivePlatform(showLivePlatformRequest?: ShowLivePlatformRequest): {
|
|
4274
|
+
method: string;
|
|
4275
|
+
url: string;
|
|
4276
|
+
contentType: string;
|
|
4277
|
+
queryParams: {};
|
|
4278
|
+
pathParams: {};
|
|
4279
|
+
headers: {};
|
|
4280
|
+
};
|
|
4281
|
+
/**
|
|
4282
|
+
* 该接口用于更新第三方直播平台信息。
|
|
4283
|
+
*
|
|
4284
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4285
|
+
*/
|
|
4286
|
+
updateLivePlatform(updateLivePlatformRequest?: UpdateLivePlatformRequest): {
|
|
4287
|
+
method: string;
|
|
4288
|
+
url: string;
|
|
4289
|
+
contentType: string;
|
|
4290
|
+
queryParams: {};
|
|
4291
|
+
pathParams: {};
|
|
4292
|
+
headers: {};
|
|
4293
|
+
data: {};
|
|
4294
|
+
};
|
|
4169
4295
|
/**
|
|
4170
4296
|
* 该接口用于创建一次性鉴权码,有效期5分钟,鉴权码只能使用一次,每次使用后需要重新获取。
|
|
4171
4297
|
* > 接口只能通过第三方后台调用,不能在浏览器前台直接调用,否则会有跨域问题。
|
|
@@ -5020,6 +5146,21 @@ export declare const ParamCreater: () => {
|
|
|
5020
5146
|
pathParams: {};
|
|
5021
5147
|
headers: {};
|
|
5022
5148
|
};
|
|
5149
|
+
/**
|
|
5150
|
+
* 用户设置任务批次,该接口用于批量任务管理场景,设置任务的批次
|
|
5151
|
+
* * 需要开通NA租户权限后才能正常调用
|
|
5152
|
+
*
|
|
5153
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
5154
|
+
*/
|
|
5155
|
+
setJobBatchName(setJobBatchNameRequest?: SetJobBatchNameRequest): {
|
|
5156
|
+
method: string;
|
|
5157
|
+
url: string;
|
|
5158
|
+
contentType: string;
|
|
5159
|
+
queryParams: {};
|
|
5160
|
+
pathParams: {};
|
|
5161
|
+
headers: {};
|
|
5162
|
+
data: {};
|
|
5163
|
+
};
|
|
5023
5164
|
/**
|
|
5024
5165
|
* 获取语音训练任务审核结果。
|
|
5025
5166
|
*
|
|
@@ -5046,6 +5187,19 @@ export declare const ParamCreater: () => {
|
|
|
5046
5187
|
pathParams: {};
|
|
5047
5188
|
headers: {};
|
|
5048
5189
|
};
|
|
5190
|
+
/**
|
|
5191
|
+
* 查询用户配置的个性化音频时长
|
|
5192
|
+
*
|
|
5193
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
5194
|
+
*/
|
|
5195
|
+
showTenantDurationCfg(): {
|
|
5196
|
+
method: string;
|
|
5197
|
+
url: string;
|
|
5198
|
+
contentType: string;
|
|
5199
|
+
queryParams: {};
|
|
5200
|
+
pathParams: {};
|
|
5201
|
+
headers: {};
|
|
5202
|
+
};
|
|
5049
5203
|
/**
|
|
5050
5204
|
* 获取在线录音确认结果。
|
|
5051
5205
|
*
|
|
@@ -5225,6 +5379,10 @@ export declare const ParamCreater: () => {
|
|
|
5225
5379
|
/**
|
|
5226
5380
|
* 该接口用于对外生成音频文件
|
|
5227
5381
|
*
|
|
5382
|
+
* > 使用本接口前,需要在MetaStudio控制台服务概览页面,开通“声音合成”的按需计费。
|
|
5383
|
+
* > 详细操作为:单击“声音合成”卡片中的“去开通”,在弹出的“开通按需计费服务提示”对话框中,勾选同意协议。单击“确定”,开通按需计费。
|
|
5384
|
+
* > 如需使用第三方声音进行语音合成,请购买出门问问声音套餐,操作请参考《用户指南》的“购买出门问问声音套餐”章节。
|
|
5385
|
+
*
|
|
5228
5386
|
* Please refer to HUAWEI cloud API Explorer for details.
|
|
5229
5387
|
*/
|
|
5230
5388
|
createAsyncTtsJob(createAsyncTtsJobRequest?: CreateAsyncTtsJobRequest): {
|