tccli 3.0.1288.1__py2.py3-none-any.whl → 3.0.1290.1__py2.py3-none-any.whl
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.
- tccli/__init__.py +1 -1
- tccli/plugins/sso/__init__.py +11 -1
- tccli/plugins/sso/login.py +3 -3
- tccli/services/asr/v20190614/api.json +6 -6
- tccli/services/asr/v20190614/examples.json +4 -4
- tccli/services/bi/v20220105/api.json +43 -0
- tccli/services/billing/v20180709/api.json +326 -266
- tccli/services/billing/v20180709/examples.json +1 -1
- tccli/services/cdb/cdb_client.py +53 -0
- tccli/services/cdb/v20170320/api.json +64 -0
- tccli/services/cdb/v20170320/examples.json +8 -0
- tccli/services/cdwpg/v20201230/api.json +5 -5
- tccli/services/cdwpg/v20201230/examples.json +6 -6
- tccli/services/cdz/v20221123/api.json +4 -4
- tccli/services/cfg/v20210820/api.json +197 -197
- tccli/services/cfg/v20210820/examples.json +1 -1
- tccli/services/clb/v20180317/api.json +21 -16
- tccli/services/cls/v20201016/api.json +230 -198
- tccli/services/cls/v20201016/examples.json +2 -2
- tccli/services/cwp/v20180228/api.json +39 -9
- tccli/services/cynosdb/v20190107/api.json +2 -2
- tccli/services/dbbrain/dbbrain_client.py +383 -12
- tccli/services/dbbrain/v20191016/api.json +24 -21
- tccli/services/dbbrain/v20210527/api.json +851 -68
- tccli/services/dbbrain/v20210527/examples.json +56 -0
- tccli/services/domain/v20180808/api.json +11 -11
- tccli/services/dts/v20180330/api.json +34 -34
- tccli/services/dts/v20180330/examples.json +1 -1
- tccli/services/dts/v20211206/api.json +225 -223
- tccli/services/dts/v20211206/examples.json +2 -2
- tccli/services/ess/v20201111/api.json +30 -3
- tccli/services/essbasic/v20210526/api.json +29 -2
- tccli/services/fmu/v20191213/api.json +2 -2
- tccli/services/goosefs/v20220519/api.json +2 -2
- tccli/services/gwlb/v20240906/api.json +1 -1
- tccli/services/iotcloud/v20210408/api.json +66 -66
- tccli/services/iotcloud/v20210408/examples.json +13 -13
- tccli/services/iotexplorer/iotexplorer_client.py +159 -0
- tccli/services/iotexplorer/v20190423/api.json +561 -0
- tccli/services/iotexplorer/v20190423/examples.json +24 -0
- tccli/services/iotvideo/iotvideo_client.py +106 -0
- tccli/services/iotvideo/v20211125/api.json +105 -0
- tccli/services/iotvideo/v20211125/examples.json +16 -0
- tccli/services/lighthouse/v20200324/api.json +53 -53
- tccli/services/lighthouse/v20200324/examples.json +2 -2
- tccli/services/lke/v20231130/api.json +12 -2
- tccli/services/lkeap/v20240522/api.json +2 -2
- tccli/services/lowcode/v20210108/api.json +2 -2
- tccli/services/monitor/monitor_client.py +53 -0
- tccli/services/monitor/v20180724/api.json +144 -0
- tccli/services/monitor/v20180724/examples.json +8 -0
- tccli/services/mps/mps_client.py +501 -24
- tccli/services/mps/v20190612/api.json +2118 -247
- tccli/services/mps/v20190612/examples.json +72 -0
- tccli/services/mqtt/v20240516/api.json +4 -4
- tccli/services/mqtt/v20240516/examples.json +5 -11
- tccli/services/organization/v20210331/api.json +113 -113
- tccli/services/redis/redis_client.py +53 -0
- tccli/services/redis/v20180412/api.json +34 -0
- tccli/services/redis/v20180412/examples.json +8 -0
- tccli/services/svp/v20240125/api.json +1 -1
- tccli/services/tcb/tcb_client.py +53 -0
- tccli/services/tcb/v20180608/api.json +224 -157
- tccli/services/tcb/v20180608/examples.json +8 -0
- tccli/services/tcbr/v20220217/examples.json +1 -1
- tccli/services/tdmq/v20200217/api.json +379 -285
- tccli/services/tdmq/v20200217/examples.json +1 -1
- tccli/services/teo/v20220901/api.json +541 -5
- tccli/services/teo/v20220901/examples.json +21 -3
- tccli/services/tione/v20211111/api.json +64 -6
- tccli/services/vdb/v20230616/api.json +31 -2
- tccli/services/vdb/v20230616/examples.json +8 -2
- tccli/services/vrs/v20200824/api.json +14 -2
- tccli/services/vrs/v20200824/examples.json +1 -1
- tccli/services/wedata/v20210820/api.json +102 -0
- tccli/services/weilingwith/v20230427/api.json +997 -997
- {tccli-3.0.1288.1.dist-info → tccli-3.0.1290.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1288.1.dist-info → tccli-3.0.1290.1.dist-info}/RECORD +81 -81
- {tccli-3.0.1288.1.dist-info → tccli-3.0.1290.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1288.1.dist-info → tccli-3.0.1290.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1288.1.dist-info → tccli-3.0.1290.1.dist-info}/license_files/LICENSE +0 -0
@@ -49,6 +49,13 @@
|
|
49
49
|
"output": "CreateAnimatedGraphicsTemplateResponse",
|
50
50
|
"status": "online"
|
51
51
|
},
|
52
|
+
"CreateAsrHotwords": {
|
53
|
+
"document": "智能字幕新建热词库接口",
|
54
|
+
"input": "CreateAsrHotwordsRequest",
|
55
|
+
"name": "创建智能字幕热词库",
|
56
|
+
"output": "CreateAsrHotwordsResponse",
|
57
|
+
"status": "online"
|
58
|
+
},
|
52
59
|
"CreateContentReviewTemplate": {
|
53
60
|
"document": "创建用户自定义内容审核模板,数量上限:50。",
|
54
61
|
"input": "CreateContentReviewTemplateRequest",
|
@@ -98,6 +105,13 @@
|
|
98
105
|
"output": "CreateScheduleResponse",
|
99
106
|
"status": "online"
|
100
107
|
},
|
108
|
+
"CreateSmartSubtitleTemplate": {
|
109
|
+
"document": "创建自定义智能字幕模板",
|
110
|
+
"input": "CreateSmartSubtitleTemplateRequest",
|
111
|
+
"name": "创建智能字幕模板",
|
112
|
+
"output": "CreateSmartSubtitleTemplateResponse",
|
113
|
+
"status": "online"
|
114
|
+
},
|
101
115
|
"CreateSnapshotByTimeOffsetTemplate": {
|
102
116
|
"document": "创建用户自定义指定时间点截图模板,数量上限:16。",
|
103
117
|
"input": "CreateSnapshotByTimeOffsetTemplateRequest",
|
@@ -210,6 +224,13 @@
|
|
210
224
|
"output": "DeleteAnimatedGraphicsTemplateResponse",
|
211
225
|
"status": "online"
|
212
226
|
},
|
227
|
+
"DeleteAsrHotwords": {
|
228
|
+
"document": "删除智能字幕热词库",
|
229
|
+
"input": "DeleteAsrHotwordsRequest",
|
230
|
+
"name": "删除智能字幕热词库",
|
231
|
+
"output": "DeleteAsrHotwordsResponse",
|
232
|
+
"status": "online"
|
233
|
+
},
|
213
234
|
"DeleteContentReviewTemplate": {
|
214
235
|
"document": "删除用户自定义内容审核模板。",
|
215
236
|
"input": "DeleteContentReviewTemplateRequest",
|
@@ -259,6 +280,13 @@
|
|
259
280
|
"output": "DeleteScheduleResponse",
|
260
281
|
"status": "online"
|
261
282
|
},
|
283
|
+
"DeleteSmartSubtitleTemplate": {
|
284
|
+
"document": "删除用户自定义智能字幕模板。",
|
285
|
+
"input": "DeleteSmartSubtitleTemplateRequest",
|
286
|
+
"name": "删除智能字幕模板",
|
287
|
+
"output": "DeleteSmartSubtitleTemplateResponse",
|
288
|
+
"status": "online"
|
289
|
+
},
|
262
290
|
"DeleteSnapshotByTimeOffsetTemplate": {
|
263
291
|
"document": "删除用户自定义指定时间点截图模板。",
|
264
292
|
"input": "DeleteSnapshotByTimeOffsetTemplateRequest",
|
@@ -350,6 +378,20 @@
|
|
350
378
|
"output": "DescribeAnimatedGraphicsTemplatesResponse",
|
351
379
|
"status": "online"
|
352
380
|
},
|
381
|
+
"DescribeAsrHotwords": {
|
382
|
+
"document": "查询智能字幕热词库",
|
383
|
+
"input": "DescribeAsrHotwordsRequest",
|
384
|
+
"name": "查询智能字幕热词库详情",
|
385
|
+
"output": "DescribeAsrHotwordsResponse",
|
386
|
+
"status": "online"
|
387
|
+
},
|
388
|
+
"DescribeAsrHotwordsList": {
|
389
|
+
"document": "获取热词库列表",
|
390
|
+
"input": "DescribeAsrHotwordsListRequest",
|
391
|
+
"name": "查询智能字幕热词库列表",
|
392
|
+
"output": "DescribeAsrHotwordsListResponse",
|
393
|
+
"status": "online"
|
394
|
+
},
|
353
395
|
"DescribeContentReviewTemplates": {
|
354
396
|
"document": "根据智能审核模板唯一标识,获取智能审核模板详情列表。返回结果包含符合条件的所有用户自定义模板及系统预置智能审核模板。",
|
355
397
|
"input": "DescribeContentReviewTemplatesRequest",
|
@@ -413,6 +455,13 @@
|
|
413
455
|
"output": "DescribeSchedulesResponse",
|
414
456
|
"status": "online"
|
415
457
|
},
|
458
|
+
"DescribeSmartSubtitleTemplates": {
|
459
|
+
"document": "根据智能字幕 模板唯一标识,获取智能字幕模板详情列表。返回结果包含符合条件的所有用户自定义智能字幕模板及系统预置智能字幕模板",
|
460
|
+
"input": "DescribeSmartSubtitleTemplatesRequest",
|
461
|
+
"name": "获取智能字幕模板列表",
|
462
|
+
"output": "DescribeSmartSubtitleTemplatesResponse",
|
463
|
+
"status": "online"
|
464
|
+
},
|
416
465
|
"DescribeSnapshotByTimeOffsetTemplates": {
|
417
466
|
"document": "查询指定时间点截图模板,支持根据条件,分页查询。",
|
418
467
|
"input": "DescribeSnapshotByTimeOffsetTemplatesRequest",
|
@@ -651,6 +700,13 @@
|
|
651
700
|
"output": "ModifyAnimatedGraphicsTemplateResponse",
|
652
701
|
"status": "online"
|
653
702
|
},
|
703
|
+
"ModifyAsrHotwords": {
|
704
|
+
"document": "智能字幕更新热词库接口",
|
705
|
+
"input": "ModifyAsrHotwordsRequest",
|
706
|
+
"name": "修改智能字幕热词库",
|
707
|
+
"output": "ModifyAsrHotwordsResponse",
|
708
|
+
"status": "online"
|
709
|
+
},
|
654
710
|
"ModifyContentReviewTemplate": {
|
655
711
|
"document": "修改用户自定义内容审核模板。",
|
656
712
|
"input": "ModifyContentReviewTemplateRequest",
|
@@ -700,6 +756,13 @@
|
|
700
756
|
"output": "ModifyScheduleResponse",
|
701
757
|
"status": "online"
|
702
758
|
},
|
759
|
+
"ModifySmartSubtitleTemplate": {
|
760
|
+
"document": "修改用户自定义智能字幕模板。",
|
761
|
+
"input": "ModifySmartSubtitleTemplateRequest",
|
762
|
+
"name": "修改智能字幕模板",
|
763
|
+
"output": "ModifySmartSubtitleTemplateResponse",
|
764
|
+
"status": "online"
|
765
|
+
},
|
703
766
|
"ModifySnapshotByTimeOffsetTemplate": {
|
704
767
|
"document": "修改用户自定义指定时间点截图模板。",
|
705
768
|
"input": "ModifySnapshotByTimeOffsetTemplateRequest",
|
@@ -792,7 +855,7 @@
|
|
792
855
|
"status": "online"
|
793
856
|
},
|
794
857
|
"ProcessMedia": {
|
795
|
-
"document": "对 URL视频链接 或 COS 中的媒体文件发起处理任务,功能包括:\n1. 视频转码(普通转码、极速高清转码、音视频增强);\n2. 视频转动图;\n3. 对视频按指定时间点截图;\n4. 对视频采样截图;\n5. 对视频截图雪碧图;\n6. 对视频转自适应码流;\n7. 智能内容审核(鉴黄、敏感信息检测);\n8. 智能内容分析(标签、分类、封面、按帧标签、拆条、集锦、片头片尾、游戏打点);\n9. 智能内容识别(人脸、文本全文、文本关键词、语音全文、语音关键词、语音翻译、物体识别)。\n10.
|
858
|
+
"document": "对 URL视频链接 或 COS 中的媒体文件发起处理任务,功能包括:\n1. 视频转码(普通转码、极速高清转码、音视频增强);\n2. 视频转动图;\n3. 对视频按指定时间点截图;\n4. 对视频采样截图;\n5. 对视频截图雪碧图;\n6. 对视频转自适应码流;\n7. 智能内容审核(鉴黄、敏感信息检测);\n8. 智能内容分析(标签、分类、封面、按帧标签、拆条、集锦、片头片尾、游戏打点);\n9. 智能内容识别(人脸、文本全文、文本关键词、语音全文、语音关键词、语音翻译、物体识别)。\n10. 媒体质检(直播流格式诊断、音画内容检测(抖动、模糊、低光照、过曝光、黑边、白边、黑屏、白屏、花屏、噪点、马赛克、二维码等)、无参考打分)\n11. 智能字幕(语音全文、语音热词、语音翻译)",
|
796
859
|
"input": "ProcessMediaRequest",
|
797
860
|
"name": "发起媒体处理",
|
798
861
|
"output": "ProcessMediaResponse",
|
@@ -1094,7 +1157,7 @@
|
|
1094
1157
|
"members": [
|
1095
1158
|
{
|
1096
1159
|
"disabled": false,
|
1097
|
-
"document": "原子任务类型:\n<li>input: 起始节点</li>\n<li>output:终止节点</li>\n<li>action-trans:转码</li>\n<li>action-samplesnapshot:采样截图</li>\n<li>action-AIAnalysis: 分析</li>\n<li>action-AIRecognition:识别</li>\n<li>action-aiReview:审核</li>\n<li>action-animated-graphics:转动图</li>\n<li>action-image-sprite:雪碧图</li>\n<li>action-snapshotByTimeOffset: 时间点截图</li>\n<li>action-adaptive-substream:自适应码流</li>\n<li>action-AIQualityControl:媒体质检</li>\n\n\n\n注意:此字段可能返回 null,表示取不到有效值。",
|
1160
|
+
"document": "原子任务类型:\n<li>input: 起始节点</li>\n<li>output:终止节点</li>\n<li>action-trans:转码</li>\n<li>action-samplesnapshot:采样截图</li>\n<li>action-AIAnalysis: 分析</li>\n<li>action-AIRecognition:识别</li>\n<li>action-aiReview:审核</li>\n<li>action-animated-graphics:转动图</li>\n<li>action-image-sprite:雪碧图</li>\n<li>action-snapshotByTimeOffset: 时间点截图</li>\n<li>action-adaptive-substream:自适应码流</li>\n<li>action-AIQualityControl:媒体质检</li>\n<li>action-SmartSubtitles:智能字幕</li>\n\n\n\n注意:此字段可能返回 null,表示取不到有效值。",
|
1098
1161
|
"example": "input",
|
1099
1162
|
"member": "string",
|
1100
1163
|
"name": "ActivityType",
|
@@ -1240,6 +1303,17 @@
|
|
1240
1303
|
"required": false,
|
1241
1304
|
"type": "object",
|
1242
1305
|
"value_allowed_null": true
|
1306
|
+
},
|
1307
|
+
{
|
1308
|
+
"disabled": false,
|
1309
|
+
"document": "智能字幕任务\n注意:此字段可能返回 null,表示取不到有效值。",
|
1310
|
+
"example": "无",
|
1311
|
+
"member": "SmartSubtitlesTaskInput",
|
1312
|
+
"name": "SmartSubtitlesTask",
|
1313
|
+
"output_required": false,
|
1314
|
+
"required": false,
|
1315
|
+
"type": "object",
|
1316
|
+
"value_allowed_null": true
|
1243
1317
|
}
|
1244
1318
|
],
|
1245
1319
|
"usage": "both"
|
@@ -1250,7 +1324,7 @@
|
|
1250
1324
|
{
|
1251
1325
|
"disabled": false,
|
1252
1326
|
"document": "转码任务输出\n注意:此字段可能返回 null,表示取不到有效值。",
|
1253
|
-
"example": "
|
1327
|
+
"example": "无",
|
1254
1328
|
"member": "MediaProcessTaskTranscodeResult",
|
1255
1329
|
"name": "TranscodeTask",
|
1256
1330
|
"output_required": true,
|
@@ -1260,7 +1334,7 @@
|
|
1260
1334
|
{
|
1261
1335
|
"disabled": false,
|
1262
1336
|
"document": "转动图任务输出\n注意:此字段可能返回 null,表示取不到有效值。",
|
1263
|
-
"example": "
|
1337
|
+
"example": "无",
|
1264
1338
|
"member": "MediaProcessTaskAnimatedGraphicResult",
|
1265
1339
|
"name": "AnimatedGraphicTask",
|
1266
1340
|
"output_required": true,
|
@@ -1270,7 +1344,7 @@
|
|
1270
1344
|
{
|
1271
1345
|
"disabled": false,
|
1272
1346
|
"document": "时间点截图任务输出\n注意:此字段可能返回 null,表示取不到有效值。",
|
1273
|
-
"example": "
|
1347
|
+
"example": "无",
|
1274
1348
|
"member": "MediaProcessTaskSnapshotByTimeOffsetResult",
|
1275
1349
|
"name": "SnapshotByTimeOffsetTask",
|
1276
1350
|
"output_required": true,
|
@@ -1280,7 +1354,7 @@
|
|
1280
1354
|
{
|
1281
1355
|
"disabled": false,
|
1282
1356
|
"document": "采样截图任务输出\n注意:此字段可能返回 null,表示取不到有效值。",
|
1283
|
-
"example": "
|
1357
|
+
"example": "无",
|
1284
1358
|
"member": "MediaProcessTaskSampleSnapshotResult",
|
1285
1359
|
"name": "SampleSnapshotTask",
|
1286
1360
|
"output_required": true,
|
@@ -1290,7 +1364,7 @@
|
|
1290
1364
|
{
|
1291
1365
|
"disabled": false,
|
1292
1366
|
"document": "雪碧图任务输出\n注意:此字段可能返回 null,表示取不到有效值。",
|
1293
|
-
"example": "
|
1367
|
+
"example": "无",
|
1294
1368
|
"member": "MediaProcessTaskImageSpriteResult",
|
1295
1369
|
"name": "ImageSpriteTask",
|
1296
1370
|
"output_required": true,
|
@@ -1300,7 +1374,7 @@
|
|
1300
1374
|
{
|
1301
1375
|
"disabled": false,
|
1302
1376
|
"document": "自适应码流任务输出\n注意:此字段可能返回 null,表示取不到有效值。",
|
1303
|
-
"example": "
|
1377
|
+
"example": "无",
|
1304
1378
|
"member": "MediaProcessTaskAdaptiveDynamicStreamingResult",
|
1305
1379
|
"name": "AdaptiveDynamicStreamingTask",
|
1306
1380
|
"output_required": true,
|
@@ -1310,7 +1384,7 @@
|
|
1310
1384
|
{
|
1311
1385
|
"disabled": false,
|
1312
1386
|
"document": "识别任务输出\n注意:此字段可能返回 null,表示取不到有效值。",
|
1313
|
-
"example": "
|
1387
|
+
"example": "无",
|
1314
1388
|
"member": "ScheduleRecognitionTaskResult",
|
1315
1389
|
"name": "RecognitionTask",
|
1316
1390
|
"output_required": true,
|
@@ -1320,7 +1394,7 @@
|
|
1320
1394
|
{
|
1321
1395
|
"disabled": false,
|
1322
1396
|
"document": "审核任务输出\n注意:此字段可能返回 null,表示取不到有效值。",
|
1323
|
-
"example": "
|
1397
|
+
"example": "无",
|
1324
1398
|
"member": "ScheduleReviewTaskResult",
|
1325
1399
|
"name": "ReviewTask",
|
1326
1400
|
"output_required": true,
|
@@ -1330,7 +1404,7 @@
|
|
1330
1404
|
{
|
1331
1405
|
"disabled": false,
|
1332
1406
|
"document": "分析任务输出\n注意:此字段可能返回 null,表示取不到有效值。",
|
1333
|
-
"example": "
|
1407
|
+
"example": "无",
|
1334
1408
|
"member": "ScheduleAnalysisTaskResult",
|
1335
1409
|
"name": "AnalysisTask",
|
1336
1410
|
"output_required": true,
|
@@ -1340,12 +1414,22 @@
|
|
1340
1414
|
{
|
1341
1415
|
"disabled": false,
|
1342
1416
|
"document": "媒体质检任务输出\n注意:此字段可能返回 null,表示取不到有效值。",
|
1343
|
-
"example": "
|
1417
|
+
"example": "无",
|
1344
1418
|
"member": "ScheduleQualityControlTaskResult",
|
1345
1419
|
"name": "QualityControlTask",
|
1346
1420
|
"output_required": false,
|
1347
1421
|
"type": "object",
|
1348
1422
|
"value_allowed_null": true
|
1423
|
+
},
|
1424
|
+
{
|
1425
|
+
"disabled": false,
|
1426
|
+
"document": "智能字幕任务输出\n注意:此字段可能返回 null,表示取不到有效值。",
|
1427
|
+
"example": "无",
|
1428
|
+
"member": "ScheduleSmartSubtitleTaskResult",
|
1429
|
+
"name": "SmartSubtitlesTask",
|
1430
|
+
"output_required": false,
|
1431
|
+
"type": "object",
|
1432
|
+
"value_allowed_null": true
|
1349
1433
|
}
|
1350
1434
|
],
|
1351
1435
|
"usage": "out"
|
@@ -1355,8 +1439,8 @@
|
|
1355
1439
|
"members": [
|
1356
1440
|
{
|
1357
1441
|
"disabled": false,
|
1358
|
-
"document": "原子任务类型。\n<li>Transcode:转码。</li>\n<li>SampleSnapshot:采样截图。</li>\n<li>AnimatedGraphics:转动图。</li>\n<li>SnapshotByTimeOffset:时间点截图。</li>\n<li>ImageSprites:雪碧图。</li>\n<li>AdaptiveDynamicStreaming:自适应码流。</li>\n<li>AiContentReview:内容审核。</li>\n<li>AIRecognition:智能识别。</li>\n<li>AIAnalysis:智能分析。</li>\n<li>AiQualityControl:媒体质检。</li>",
|
1359
|
-
"example": "
|
1442
|
+
"document": "原子任务类型。\n<li>Transcode:转码。</li>\n<li>SampleSnapshot:采样截图。</li>\n<li>AnimatedGraphics:转动图。</li>\n<li>SnapshotByTimeOffset:时间点截图。</li>\n<li>ImageSprites:雪碧图。</li>\n<li>AdaptiveDynamicStreaming:自适应码流。</li>\n<li>AiContentReview:内容审核。</li>\n<li>AIRecognition:智能识别。</li>\n<li>AIAnalysis:智能分析。</li>\n<li>AiQualityControl:媒体质检。</li>\n<li>SmartSubtitles:智能字幕。</li>",
|
1443
|
+
"example": "Transcode",
|
1360
1444
|
"member": "string",
|
1361
1445
|
"name": "ActivityType",
|
1362
1446
|
"output_required": true,
|
@@ -1366,7 +1450,7 @@
|
|
1366
1450
|
{
|
1367
1451
|
"disabled": false,
|
1368
1452
|
"document": "原子任务输出。",
|
1369
|
-
"example": "
|
1453
|
+
"example": "无",
|
1370
1454
|
"member": "ActivityResItem",
|
1371
1455
|
"name": "ActivityResItem",
|
1372
1456
|
"output_required": true,
|
@@ -2570,7 +2654,7 @@
|
|
2570
2654
|
{
|
2571
2655
|
"disabled": false,
|
2572
2656
|
"document": "视频智能横转竖模板 ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
2573
|
-
"example": "
|
2657
|
+
"example": "28",
|
2574
2658
|
"member": "uint64",
|
2575
2659
|
"name": "Definition",
|
2576
2660
|
"output_required": false,
|
@@ -2678,7 +2762,7 @@
|
|
2678
2762
|
{
|
2679
2763
|
"disabled": false,
|
2680
2764
|
"document": "视频内容分析模板 ID。",
|
2681
|
-
"example": "
|
2765
|
+
"example": "28",
|
2682
2766
|
"member": "uint64",
|
2683
2767
|
"name": "Definition",
|
2684
2768
|
"output_required": true,
|
@@ -2689,7 +2773,7 @@
|
|
2689
2773
|
{
|
2690
2774
|
"disabled": false,
|
2691
2775
|
"document": "扩展参数,其值为序列化的 json字符串。\n注意:此参数为定制需求参数,参考如下:\n智能檫除:https://cloud.tencent.com/document/product/862/101530\n智能拆条:https://cloud.tencent.com/document/product/862/112098\n高光集锦:https://cloud.tencent.com/document/product/862/107280\n智能横转竖:https://cloud.tencent.com/document/product/862/112112\n注意:此字段可能返回 null,表示取不到有效值。",
|
2692
|
-
"example": "\"{}\"",
|
2776
|
+
"example": "\"{\\\"htv\\\": {} }\"",
|
2693
2777
|
"member": "string",
|
2694
2778
|
"name": "ExtendedParameter",
|
2695
2779
|
"output_required": true,
|
@@ -2804,10 +2888,10 @@
|
|
2804
2888
|
{
|
2805
2889
|
"disabled": false,
|
2806
2890
|
"document": "视频智能标签模板 ID。",
|
2807
|
-
"example": "
|
2891
|
+
"example": "20",
|
2808
2892
|
"member": "uint64",
|
2809
2893
|
"name": "Definition",
|
2810
|
-
"
|
2894
|
+
"output_required": true,
|
2811
2895
|
"type": "int",
|
2812
2896
|
"value_allowed_null": false
|
2813
2897
|
}
|
@@ -6342,6 +6426,156 @@
|
|
6342
6426
|
],
|
6343
6427
|
"usage": "in"
|
6344
6428
|
},
|
6429
|
+
"AsrHotWordsConfigure": {
|
6430
|
+
"document": "智能字幕热词参数",
|
6431
|
+
"members": [
|
6432
|
+
{
|
6433
|
+
"disabled": false,
|
6434
|
+
"document": "热词开关\n注意:此字段可能返回 null,表示取不到有效值。",
|
6435
|
+
"example": "ON",
|
6436
|
+
"member": "string",
|
6437
|
+
"name": "Switch",
|
6438
|
+
"output_required": false,
|
6439
|
+
"required": false,
|
6440
|
+
"type": "string",
|
6441
|
+
"value_allowed_null": true
|
6442
|
+
},
|
6443
|
+
{
|
6444
|
+
"disabled": false,
|
6445
|
+
"document": "热词库ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
6446
|
+
"example": "hwd-2670a776bb5eccccc324",
|
6447
|
+
"member": "string",
|
6448
|
+
"name": "LibraryId",
|
6449
|
+
"output_required": false,
|
6450
|
+
"required": false,
|
6451
|
+
"type": "string",
|
6452
|
+
"value_allowed_null": true
|
6453
|
+
}
|
6454
|
+
],
|
6455
|
+
"usage": "both"
|
6456
|
+
},
|
6457
|
+
"AsrHotwordsSet": {
|
6458
|
+
"document": "热词库查询返回结果集",
|
6459
|
+
"members": [
|
6460
|
+
{
|
6461
|
+
"disabled": false,
|
6462
|
+
"document": "热词库 Id\n注意:此字段可能返回 null,表示取不到有效值。",
|
6463
|
+
"example": "hwd-aftgxxx",
|
6464
|
+
"member": "string",
|
6465
|
+
"name": "HotwordsId",
|
6466
|
+
"output_required": false,
|
6467
|
+
"type": "string",
|
6468
|
+
"value_allowed_null": true
|
6469
|
+
},
|
6470
|
+
{
|
6471
|
+
"disabled": false,
|
6472
|
+
"document": "当前热词库状态,数值表示绑定该热词库的智能字幕模板数量。\nStatus 为 0 ,表示该热词库没有被智能字幕模版引用可以删除;\nStatus 不为 0,表示该热词库不能被删除。\n注意:此字段可能返回 null,表示取不到有效值。",
|
6473
|
+
"example": "1",
|
6474
|
+
"member": "uint64",
|
6475
|
+
"name": "Status",
|
6476
|
+
"output_required": false,
|
6477
|
+
"type": "int",
|
6478
|
+
"value_allowed_null": true
|
6479
|
+
},
|
6480
|
+
{
|
6481
|
+
"disabled": false,
|
6482
|
+
"document": "热词库名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
6483
|
+
"example": "hotwordname",
|
6484
|
+
"member": "string",
|
6485
|
+
"name": "Name",
|
6486
|
+
"output_required": false,
|
6487
|
+
"type": "string",
|
6488
|
+
"value_allowed_null": true
|
6489
|
+
},
|
6490
|
+
{
|
6491
|
+
"disabled": false,
|
6492
|
+
"document": "热词库中的热词数量\n注意:此字段可能返回 null,表示取不到有效值。",
|
6493
|
+
"example": "2",
|
6494
|
+
"member": "uint64",
|
6495
|
+
"name": "WordCount",
|
6496
|
+
"output_required": false,
|
6497
|
+
"type": "int",
|
6498
|
+
"value_allowed_null": true
|
6499
|
+
},
|
6500
|
+
{
|
6501
|
+
"disabled": false,
|
6502
|
+
"document": "热词文件上传时的文件名\n注意:此字段可能返回 null,表示取不到有效值。",
|
6503
|
+
"example": "hwd.txt",
|
6504
|
+
"member": "string",
|
6505
|
+
"name": "FileName",
|
6506
|
+
"output_required": false,
|
6507
|
+
"type": "string",
|
6508
|
+
"value_allowed_null": true
|
6509
|
+
},
|
6510
|
+
{
|
6511
|
+
"disabled": false,
|
6512
|
+
"document": "热词库创建时间 ISOUTC 时间格式 2006-01-02T15:04:05Z\n注意:此字段可能返回 null,表示取不到有效值。",
|
6513
|
+
"example": "2006-01-02T15:04:05Z",
|
6514
|
+
"member": "string",
|
6515
|
+
"name": "CreateTime",
|
6516
|
+
"output_required": false,
|
6517
|
+
"type": "string",
|
6518
|
+
"value_allowed_null": true
|
6519
|
+
},
|
6520
|
+
{
|
6521
|
+
"disabled": false,
|
6522
|
+
"document": "热词库创建时间 ISOUTC 时间格式 2006-01-02T15:04:05Z\n注意:此字段可能返回 null,表示取不到有效值。",
|
6523
|
+
"example": "2006-01-02T15:04:05Z",
|
6524
|
+
"member": "string",
|
6525
|
+
"name": "UpdateTime",
|
6526
|
+
"output_required": false,
|
6527
|
+
"type": "string",
|
6528
|
+
"value_allowed_null": true
|
6529
|
+
},
|
6530
|
+
{
|
6531
|
+
"disabled": false,
|
6532
|
+
"document": "0:临时热词库\n1:文件热词库\n注意:此字段可能返回 null,表示取不到有效值。",
|
6533
|
+
"example": "1",
|
6534
|
+
"member": "uint64",
|
6535
|
+
"name": "Type",
|
6536
|
+
"output_required": false,
|
6537
|
+
"type": "int",
|
6538
|
+
"value_allowed_null": true
|
6539
|
+
}
|
6540
|
+
],
|
6541
|
+
"usage": "out"
|
6542
|
+
},
|
6543
|
+
"AsrHotwordsSetItem": {
|
6544
|
+
"document": "单个热词信息",
|
6545
|
+
"members": [
|
6546
|
+
{
|
6547
|
+
"disabled": false,
|
6548
|
+
"document": "热词的序号\n注意:此字段可能返回 null,表示取不到有效值。",
|
6549
|
+
"example": "5",
|
6550
|
+
"member": "uint64",
|
6551
|
+
"name": "Id",
|
6552
|
+
"output_required": false,
|
6553
|
+
"type": "int",
|
6554
|
+
"value_allowed_null": true
|
6555
|
+
},
|
6556
|
+
{
|
6557
|
+
"disabled": false,
|
6558
|
+
"document": "热词文本\n注意:此字段可能返回 null,表示取不到有效值。",
|
6559
|
+
"example": "腾讯云",
|
6560
|
+
"member": "string",
|
6561
|
+
"name": "Text",
|
6562
|
+
"output_required": false,
|
6563
|
+
"type": "string",
|
6564
|
+
"value_allowed_null": true
|
6565
|
+
},
|
6566
|
+
{
|
6567
|
+
"disabled": false,
|
6568
|
+
"document": "词语权重,取值范围 1-10,11,100\n注意:此字段可能返回 null,表示取不到有效值。",
|
6569
|
+
"example": "10",
|
6570
|
+
"member": "int64",
|
6571
|
+
"name": "Weight",
|
6572
|
+
"output_required": false,
|
6573
|
+
"type": "int",
|
6574
|
+
"value_allowed_null": true
|
6575
|
+
}
|
6576
|
+
],
|
6577
|
+
"usage": "out"
|
6578
|
+
},
|
6345
6579
|
"AsrWordsConfigureInfo": {
|
6346
6580
|
"document": "语音关键词识别控制参数。",
|
6347
6581
|
"members": [
|
@@ -8447,6 +8681,79 @@
|
|
8447
8681
|
],
|
8448
8682
|
"type": "object"
|
8449
8683
|
},
|
8684
|
+
"CreateAsrHotwordsRequest": {
|
8685
|
+
"document": "CreateAsrHotwords请求参数结构体",
|
8686
|
+
"members": [
|
8687
|
+
{
|
8688
|
+
"disabled": false,
|
8689
|
+
"document": "0 临时热词 1 文件热词",
|
8690
|
+
"example": "0",
|
8691
|
+
"member": "uint64",
|
8692
|
+
"name": "Type",
|
8693
|
+
"required": true,
|
8694
|
+
"type": "int"
|
8695
|
+
},
|
8696
|
+
{
|
8697
|
+
"disabled": false,
|
8698
|
+
"document": "热词库名称",
|
8699
|
+
"example": "HotwordsName",
|
8700
|
+
"member": "string",
|
8701
|
+
"name": "Name",
|
8702
|
+
"required": true,
|
8703
|
+
"type": "string"
|
8704
|
+
},
|
8705
|
+
{
|
8706
|
+
"disabled": false,
|
8707
|
+
"document": "热词库文本,Type为 0 必选",
|
8708
|
+
"example": "腾讯云|10,语音识别|5,ASR|10",
|
8709
|
+
"member": "string",
|
8710
|
+
"name": "Content",
|
8711
|
+
"required": false,
|
8712
|
+
"type": "string"
|
8713
|
+
},
|
8714
|
+
{
|
8715
|
+
"disabled": false,
|
8716
|
+
"document": "热词库文件的 base64 的内容,Type 为 1 必选\n\n",
|
8717
|
+
"example": "无",
|
8718
|
+
"member": "string",
|
8719
|
+
"name": "FileContent",
|
8720
|
+
"required": false,
|
8721
|
+
"type": "string"
|
8722
|
+
},
|
8723
|
+
{
|
8724
|
+
"disabled": false,
|
8725
|
+
"document": "上传的文件名",
|
8726
|
+
"example": "无",
|
8727
|
+
"member": "string",
|
8728
|
+
"name": "FileName",
|
8729
|
+
"required": false,
|
8730
|
+
"type": "string"
|
8731
|
+
}
|
8732
|
+
],
|
8733
|
+
"type": "object"
|
8734
|
+
},
|
8735
|
+
"CreateAsrHotwordsResponse": {
|
8736
|
+
"document": "CreateAsrHotwords返回参数结构体",
|
8737
|
+
"members": [
|
8738
|
+
{
|
8739
|
+
"disabled": false,
|
8740
|
+
"document": "热词库 id",
|
8741
|
+
"example": "hwd-aexxxxxxxxxxxxxx1481",
|
8742
|
+
"member": "string",
|
8743
|
+
"name": "HotwordsId",
|
8744
|
+
"output_required": true,
|
8745
|
+
"type": "string",
|
8746
|
+
"value_allowed_null": false
|
8747
|
+
},
|
8748
|
+
{
|
8749
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
8750
|
+
"member": "string",
|
8751
|
+
"name": "RequestId",
|
8752
|
+
"type": "string"
|
8753
|
+
}
|
8754
|
+
],
|
8755
|
+
"type": "object"
|
8756
|
+
},
|
8450
8757
|
"CreateContentReviewTemplateRequest": {
|
8451
8758
|
"document": "CreateContentReviewTemplate请求参数结构体",
|
8452
8759
|
"members": [
|
@@ -8470,7 +8777,7 @@
|
|
8470
8777
|
},
|
8471
8778
|
{
|
8472
8779
|
"disabled": false,
|
8473
|
-
"document": "
|
8780
|
+
"document": "鉴黄任务控制参数。",
|
8474
8781
|
"example": "无",
|
8475
8782
|
"member": "PornConfigureInfo",
|
8476
8783
|
"name": "PornConfigure",
|
@@ -8479,7 +8786,7 @@
|
|
8479
8786
|
},
|
8480
8787
|
{
|
8481
8788
|
"disabled": false,
|
8482
|
-
"document": "
|
8789
|
+
"document": "涉暴任务控制参数。",
|
8483
8790
|
"example": "无",
|
8484
8791
|
"member": "TerrorismConfigureInfo",
|
8485
8792
|
"name": "TerrorismConfigure",
|
@@ -8488,7 +8795,7 @@
|
|
8488
8795
|
},
|
8489
8796
|
{
|
8490
8797
|
"disabled": false,
|
8491
|
-
"document": "
|
8798
|
+
"document": "涉敏任务控制参数。",
|
8492
8799
|
"example": "无",
|
8493
8800
|
"member": "PoliticalConfigureInfo",
|
8494
8801
|
"name": "PoliticalConfigure",
|
@@ -9783,28 +10090,128 @@
|
|
9783
10090
|
],
|
9784
10091
|
"type": "object"
|
9785
10092
|
},
|
9786
|
-
"
|
9787
|
-
"document": "
|
10093
|
+
"CreateSmartSubtitleTemplateRequest": {
|
10094
|
+
"document": "CreateSmartSubtitleTemplate请求参数结构体",
|
9788
10095
|
"members": [
|
9789
10096
|
{
|
9790
10097
|
"disabled": false,
|
9791
|
-
"document": "
|
9792
|
-
"example": "
|
10098
|
+
"document": "智能字幕模板名称\n长度限制:64 个字符。",
|
10099
|
+
"example": "智能字幕模板",
|
9793
10100
|
"member": "string",
|
9794
10101
|
"name": "Name",
|
9795
|
-
"required":
|
10102
|
+
"required": true,
|
9796
10103
|
"type": "string"
|
9797
10104
|
},
|
9798
10105
|
{
|
9799
10106
|
"disabled": false,
|
9800
|
-
"document": "
|
9801
|
-
"example": "
|
9802
|
-
"member": "
|
9803
|
-
"name": "
|
9804
|
-
"required":
|
9805
|
-
"type": "
|
9806
|
-
},
|
9807
|
-
{
|
10107
|
+
"document": "智能字幕视频源语言\n当前支持以下语言:\nzh:简体中文\nen:英语\nja:日语\nko:韩语\nzh-PY:中英粤\nzh-medical:中文医疗\nyue:中文粤语\nvi:越南语\nms:马来语\nid:印度尼西亚语\nfil:菲律宾语\nth:泰语\npt:葡萄牙语\ntr:土耳其语\nar:阿拉伯语\nes:西班牙语\nhi:印地语\nfr:法语\nde:德语\nzh_dialect:中文方言",
|
10108
|
+
"example": "zh",
|
10109
|
+
"member": "string",
|
10110
|
+
"name": "VideoSrcLanguage",
|
10111
|
+
"required": true,
|
10112
|
+
"type": "string"
|
10113
|
+
},
|
10114
|
+
{
|
10115
|
+
"disabled": false,
|
10116
|
+
"document": "智能字幕字幕语言类型\n0: 源语言\n1: 翻译语言\n2: 源语言+翻译语言\n当TranslateSwitch为OFF时仅支持取0\n当TranslateSwitch为ON时仅支持取1或2",
|
10117
|
+
"example": "0",
|
10118
|
+
"member": "int64",
|
10119
|
+
"name": "SubtitleType",
|
10120
|
+
"required": true,
|
10121
|
+
"type": "int"
|
10122
|
+
},
|
10123
|
+
{
|
10124
|
+
"disabled": false,
|
10125
|
+
"document": "智能字幕模板描述信息\n长度限制:256 个字符。",
|
10126
|
+
"example": "模板2",
|
10127
|
+
"member": "string",
|
10128
|
+
"name": "Comment",
|
10129
|
+
"required": false,
|
10130
|
+
"type": "string"
|
10131
|
+
},
|
10132
|
+
{
|
10133
|
+
"disabled": false,
|
10134
|
+
"document": "智能字幕文件格式\n vtt: WebVTT 格式\n不填或填空:不生成字幕文件",
|
10135
|
+
"example": "vtt",
|
10136
|
+
"member": "string",
|
10137
|
+
"name": "SubtitleFormat",
|
10138
|
+
"required": false,
|
10139
|
+
"type": "string"
|
10140
|
+
},
|
10141
|
+
{
|
10142
|
+
"disabled": false,
|
10143
|
+
"document": "ASR热词库参数",
|
10144
|
+
"example": "无",
|
10145
|
+
"member": "AsrHotWordsConfigure",
|
10146
|
+
"name": "AsrHotWordsConfigure",
|
10147
|
+
"required": false,
|
10148
|
+
"type": "object"
|
10149
|
+
},
|
10150
|
+
{
|
10151
|
+
"disabled": false,
|
10152
|
+
"document": "字幕翻译开关\nON: 开启翻译\nOFF: 关闭翻译",
|
10153
|
+
"example": "ON",
|
10154
|
+
"member": "string",
|
10155
|
+
"name": "TranslateSwitch",
|
10156
|
+
"required": false,
|
10157
|
+
"type": "string"
|
10158
|
+
},
|
10159
|
+
{
|
10160
|
+
"disabled": false,
|
10161
|
+
"document": "字幕翻译目标语言\n当TranslateSwitch为ON的时候生效\n当前支持以下语言:\nzh:简体中文\nen:英语\nja:日语\nko:韩语\nfr:法语\nes:西班牙语\nit:意大利语\nde:德语\ntr:土耳其语\nru:俄语\npt:葡萄牙语\nvi:越南语\nid:印度尼西亚语\nms:马来语\nth:泰语\nar:阿拉伯语\nhi:印地语",
|
10162
|
+
"example": "en",
|
10163
|
+
"member": "string",
|
10164
|
+
"name": "TranslateDstLanguage",
|
10165
|
+
"required": false,
|
10166
|
+
"type": "string"
|
10167
|
+
}
|
10168
|
+
],
|
10169
|
+
"type": "object"
|
10170
|
+
},
|
10171
|
+
"CreateSmartSubtitleTemplateResponse": {
|
10172
|
+
"document": "CreateSmartSubtitleTemplate返回参数结构体",
|
10173
|
+
"members": [
|
10174
|
+
{
|
10175
|
+
"disabled": false,
|
10176
|
+
"document": "智能字幕模板唯一标识。",
|
10177
|
+
"example": "200",
|
10178
|
+
"member": "int64",
|
10179
|
+
"name": "Definition",
|
10180
|
+
"output_required": true,
|
10181
|
+
"type": "int",
|
10182
|
+
"value_allowed_null": false
|
10183
|
+
},
|
10184
|
+
{
|
10185
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
10186
|
+
"member": "string",
|
10187
|
+
"name": "RequestId",
|
10188
|
+
"type": "string"
|
10189
|
+
}
|
10190
|
+
],
|
10191
|
+
"type": "object"
|
10192
|
+
},
|
10193
|
+
"CreateSnapshotByTimeOffsetTemplateRequest": {
|
10194
|
+
"document": "CreateSnapshotByTimeOffsetTemplate请求参数结构体",
|
10195
|
+
"members": [
|
10196
|
+
{
|
10197
|
+
"disabled": false,
|
10198
|
+
"document": "指定时间点截图模板名称,长度限制:64 个字符。",
|
10199
|
+
"example": "指定时间点截图模板1",
|
10200
|
+
"member": "string",
|
10201
|
+
"name": "Name",
|
10202
|
+
"required": false,
|
10203
|
+
"type": "string"
|
10204
|
+
},
|
10205
|
+
{
|
10206
|
+
"disabled": false,
|
10207
|
+
"document": "截图宽度(或长边)的最大值,取值范围:0 和 [128, 4096],单位:px。\n<li>当 Width、Height 均为 0,则分辨率同源;</li>\n<li>当 Width 为 0,Height 非 0,则 Width 按比例缩放;</li>\n<li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li>\n<li>当 Width、Height 均非 0,则分辨率按用户指定。</li>\n默认值:0。",
|
10208
|
+
"example": "540",
|
10209
|
+
"member": "uint64",
|
10210
|
+
"name": "Width",
|
10211
|
+
"required": false,
|
10212
|
+
"type": "int"
|
10213
|
+
},
|
10214
|
+
{
|
9808
10215
|
"disabled": false,
|
9809
10216
|
"document": "截图高度(或短边)的最大值,取值范围:0 和 [128, 4096],单位:px。\n<li>当 Width、Height 均为 0,则分辨率同源;</li>\n<li>当 Width 为 0,Height 非 0,则 Width 按比例缩放;</li>\n<li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li>\n<li>当 Width、Height 均非 0,则分辨率按用户指定。</li>\n默认值:0。",
|
9810
10217
|
"example": "960",
|
@@ -10711,6 +11118,33 @@
|
|
10711
11118
|
],
|
10712
11119
|
"type": "object"
|
10713
11120
|
},
|
11121
|
+
"DeleteAsrHotwordsRequest": {
|
11122
|
+
"document": "DeleteAsrHotwords请求参数结构体",
|
11123
|
+
"members": [
|
11124
|
+
{
|
11125
|
+
"disabled": false,
|
11126
|
+
"document": "删除的热词库 id",
|
11127
|
+
"example": "hwd-aexxxxxxxxxxxxxx1481",
|
11128
|
+
"member": "string",
|
11129
|
+
"name": "HotwordsId",
|
11130
|
+
"required": true,
|
11131
|
+
"type": "string"
|
11132
|
+
}
|
11133
|
+
],
|
11134
|
+
"type": "object"
|
11135
|
+
},
|
11136
|
+
"DeleteAsrHotwordsResponse": {
|
11137
|
+
"document": "DeleteAsrHotwords返回参数结构体",
|
11138
|
+
"members": [
|
11139
|
+
{
|
11140
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
11141
|
+
"member": "string",
|
11142
|
+
"name": "RequestId",
|
11143
|
+
"type": "string"
|
11144
|
+
}
|
11145
|
+
],
|
11146
|
+
"type": "object"
|
11147
|
+
},
|
10714
11148
|
"DeleteContentReviewTemplateRequest": {
|
10715
11149
|
"document": "DeleteContentReviewTemplate请求参数结构体",
|
10716
11150
|
"members": [
|
@@ -10900,6 +11334,33 @@
|
|
10900
11334
|
],
|
10901
11335
|
"type": "object"
|
10902
11336
|
},
|
11337
|
+
"DeleteSmartSubtitleTemplateRequest": {
|
11338
|
+
"document": "DeleteSmartSubtitleTemplate请求参数结构体",
|
11339
|
+
"members": [
|
11340
|
+
{
|
11341
|
+
"disabled": false,
|
11342
|
+
"document": "智能字幕模板唯一标识。",
|
11343
|
+
"example": "30",
|
11344
|
+
"member": "int64",
|
11345
|
+
"name": "Definition",
|
11346
|
+
"required": true,
|
11347
|
+
"type": "int"
|
11348
|
+
}
|
11349
|
+
],
|
11350
|
+
"type": "object"
|
11351
|
+
},
|
11352
|
+
"DeleteSmartSubtitleTemplateResponse": {
|
11353
|
+
"document": "DeleteSmartSubtitleTemplate返回参数结构体",
|
11354
|
+
"members": [
|
11355
|
+
{
|
11356
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
11357
|
+
"member": "string",
|
11358
|
+
"name": "RequestId",
|
11359
|
+
"type": "string"
|
11360
|
+
}
|
11361
|
+
],
|
11362
|
+
"type": "object"
|
11363
|
+
},
|
10903
11364
|
"DeleteSnapshotByTimeOffsetTemplateRequest": {
|
10904
11365
|
"document": "DeleteSnapshotByTimeOffsetTemplate请求参数结构体",
|
10905
11366
|
"members": [
|
@@ -11493,22 +11954,31 @@
|
|
11493
11954
|
],
|
11494
11955
|
"type": "object"
|
11495
11956
|
},
|
11496
|
-
"
|
11497
|
-
"document": "
|
11957
|
+
"DescribeAsrHotwordsListRequest": {
|
11958
|
+
"document": "DescribeAsrHotwordsList请求参数结构体",
|
11498
11959
|
"members": [
|
11499
11960
|
{
|
11500
11961
|
"disabled": false,
|
11501
|
-
"document": "
|
11502
|
-
"example": "
|
11503
|
-
"member": "
|
11504
|
-
"name": "
|
11962
|
+
"document": "检索参数,根据热词库 id 查询",
|
11963
|
+
"example": "hwd-aexxxxxxxxxxx1481",
|
11964
|
+
"member": "string",
|
11965
|
+
"name": "HotwordsId",
|
11505
11966
|
"required": false,
|
11506
|
-
"type": "
|
11967
|
+
"type": "string"
|
11968
|
+
},
|
11969
|
+
{
|
11970
|
+
"disabled": false,
|
11971
|
+
"document": "检索参数,根据热词库名称查询",
|
11972
|
+
"example": "Hotwords",
|
11973
|
+
"member": "string",
|
11974
|
+
"name": "Name",
|
11975
|
+
"required": false,
|
11976
|
+
"type": "string"
|
11507
11977
|
},
|
11508
11978
|
{
|
11509
11979
|
"disabled": false,
|
11510
11980
|
"document": "分页偏移量,默认值:0。",
|
11511
|
-
"example": "
|
11981
|
+
"example": "0",
|
11512
11982
|
"member": "uint64",
|
11513
11983
|
"name": "Offset",
|
11514
11984
|
"required": false,
|
@@ -11516,8 +11986,8 @@
|
|
11516
11986
|
},
|
11517
11987
|
{
|
11518
11988
|
"disabled": false,
|
11519
|
-
"document": "
|
11520
|
-
"example": "
|
11989
|
+
"document": "返回记录条数,默认返回所有热词库",
|
11990
|
+
"example": "10",
|
11521
11991
|
"member": "uint64",
|
11522
11992
|
"name": "Limit",
|
11523
11993
|
"required": false,
|
@@ -11525,45 +11995,74 @@
|
|
11525
11995
|
},
|
11526
11996
|
{
|
11527
11997
|
"disabled": false,
|
11528
|
-
"document": "
|
11529
|
-
"example": "
|
11530
|
-
"member": "
|
11531
|
-
"name": "
|
11998
|
+
"document": "热词排序顺序\n\n0:升序(默认)\n1:降序",
|
11999
|
+
"example": "0",
|
12000
|
+
"member": "uint64",
|
12001
|
+
"name": "OrderType",
|
11532
12002
|
"required": false,
|
11533
|
-
"type": "
|
12003
|
+
"type": "int"
|
11534
12004
|
},
|
11535
12005
|
{
|
11536
12006
|
"disabled": false,
|
11537
|
-
"document": "
|
11538
|
-
"example": "
|
12007
|
+
"document": "根据某个字段排序,默认使用创建时间,使用非法字段视为默认情况\n\n- CreateTime:创建时间排序\n- UpdateTime:更新时间排序\n- Name:热词库名称排序\n- WordCount:热词数量排序\n- HotwordsId:热词库 id 排序",
|
12008
|
+
"example": "CreateTime",
|
11539
12009
|
"member": "string",
|
11540
|
-
"name": "
|
12010
|
+
"name": "OrderBy",
|
11541
12011
|
"required": false,
|
11542
12012
|
"type": "string"
|
12013
|
+
},
|
12014
|
+
{
|
12015
|
+
"disabled": false,
|
12016
|
+
"document": "0 临时热词 1 文件热词",
|
12017
|
+
"example": "[0,1]",
|
12018
|
+
"member": "uint64",
|
12019
|
+
"name": "Types",
|
12020
|
+
"required": false,
|
12021
|
+
"type": "list"
|
11543
12022
|
}
|
11544
12023
|
],
|
11545
12024
|
"type": "object"
|
11546
12025
|
},
|
11547
|
-
"
|
11548
|
-
"document": "
|
12026
|
+
"DescribeAsrHotwordsListResponse": {
|
12027
|
+
"document": "DescribeAsrHotwordsList返回参数结构体",
|
11549
12028
|
"members": [
|
11550
12029
|
{
|
11551
12030
|
"disabled": false,
|
11552
|
-
"document": "
|
11553
|
-
"example": "
|
11554
|
-
"member": "
|
12031
|
+
"document": "总热词库数量",
|
12032
|
+
"example": "100",
|
12033
|
+
"member": "int64",
|
11555
12034
|
"name": "TotalCount",
|
11556
|
-
"output_required":
|
12035
|
+
"output_required": false,
|
11557
12036
|
"type": "int",
|
11558
12037
|
"value_allowed_null": false
|
11559
12038
|
},
|
11560
12039
|
{
|
11561
12040
|
"disabled": false,
|
11562
|
-
"document": "
|
12041
|
+
"document": "分页偏移量,默认值:0。",
|
12042
|
+
"example": "0",
|
12043
|
+
"member": "uint64",
|
12044
|
+
"name": "Offset",
|
12045
|
+
"output_required": false,
|
12046
|
+
"type": "int",
|
12047
|
+
"value_allowed_null": false
|
12048
|
+
},
|
12049
|
+
{
|
12050
|
+
"disabled": false,
|
12051
|
+
"document": "返回记录条数,默认返回所有热词库",
|
12052
|
+
"example": "10",
|
12053
|
+
"member": "uint64",
|
12054
|
+
"name": "Limit",
|
12055
|
+
"output_required": false,
|
12056
|
+
"type": "int",
|
12057
|
+
"value_allowed_null": false
|
12058
|
+
},
|
12059
|
+
{
|
12060
|
+
"disabled": false,
|
12061
|
+
"document": "热词库列表",
|
11563
12062
|
"example": "无",
|
11564
|
-
"member": "
|
11565
|
-
"name": "
|
11566
|
-
"output_required":
|
12063
|
+
"member": "AsrHotwordsSet",
|
12064
|
+
"name": "AsrHotwordsSet",
|
12065
|
+
"output_required": false,
|
11567
12066
|
"type": "list",
|
11568
12067
|
"value_allowed_null": false
|
11569
12068
|
},
|
@@ -11576,56 +12075,331 @@
|
|
11576
12075
|
],
|
11577
12076
|
"type": "object"
|
11578
12077
|
},
|
11579
|
-
"
|
11580
|
-
"document": "
|
12078
|
+
"DescribeAsrHotwordsRequest": {
|
12079
|
+
"document": "DescribeAsrHotwords请求参数结构体",
|
11581
12080
|
"members": [
|
11582
12081
|
{
|
11583
12082
|
"disabled": false,
|
11584
|
-
"document": "
|
11585
|
-
"example": "
|
12083
|
+
"document": "需要查询的热词库 id\n**注意:HotwordsId 与 Name 必须选择填写一个,如果同时填写,HotwordsId 优先级高于 Name**",
|
12084
|
+
"example": "hwd-aexxxxxxxxxx1481",
|
11586
12085
|
"member": "string",
|
11587
|
-
"name": "
|
11588
|
-
"required":
|
11589
|
-
"type": "string"
|
11590
|
-
"value_allowed_null": false
|
12086
|
+
"name": "HotwordsId",
|
12087
|
+
"required": false,
|
12088
|
+
"type": "string"
|
11591
12089
|
},
|
11592
12090
|
{
|
11593
12091
|
"disabled": false,
|
11594
|
-
"document": "
|
11595
|
-
"example": "
|
12092
|
+
"document": "热词库名称,\n**注意:HotwordsId 与 Name 必须选择填写一个,如果同时填写,HotwordsId 优先级高于 Name**",
|
12093
|
+
"example": "无",
|
11596
12094
|
"member": "string",
|
11597
|
-
"name": "
|
11598
|
-
"required":
|
11599
|
-
"type": "string"
|
11600
|
-
"value_allowed_null": false
|
12095
|
+
"name": "Name",
|
12096
|
+
"required": false,
|
12097
|
+
"type": "string"
|
11601
12098
|
},
|
11602
12099
|
{
|
11603
12100
|
"disabled": false,
|
11604
|
-
"document": "
|
11605
|
-
"example": "
|
11606
|
-
"member": "
|
11607
|
-
"name": "
|
11608
|
-
"required":
|
11609
|
-
"type": "
|
11610
|
-
"value_allowed_null": false
|
12101
|
+
"document": "分页偏移量,默认值:0。\n",
|
12102
|
+
"example": "无",
|
12103
|
+
"member": "uint64",
|
12104
|
+
"name": "Offset",
|
12105
|
+
"required": false,
|
12106
|
+
"type": "int"
|
11611
12107
|
},
|
11612
12108
|
{
|
11613
12109
|
"disabled": false,
|
11614
|
-
"document": "
|
11615
|
-
"example": "
|
12110
|
+
"document": "返回记录条数,默认值:10,最大值:100。",
|
12111
|
+
"example": "无",
|
12112
|
+
"member": "uint64",
|
12113
|
+
"name": "Limit",
|
12114
|
+
"required": false,
|
12115
|
+
"type": "int"
|
12116
|
+
},
|
12117
|
+
{
|
12118
|
+
"disabled": false,
|
12119
|
+
"document": "热词排序字段,目前可选值为\n\n- Default:默认文件中的顺序\n- Weight:权重排序\n- Lexical:热词文本排序",
|
12120
|
+
"example": "Weight",
|
11616
12121
|
"member": "string",
|
11617
|
-
"name": "
|
11618
|
-
"required":
|
11619
|
-
"type": "string"
|
11620
|
-
"value_allowed_null": false
|
12122
|
+
"name": "OrderBy",
|
12123
|
+
"required": false,
|
12124
|
+
"type": "string"
|
11621
12125
|
},
|
11622
12126
|
{
|
11623
12127
|
"disabled": false,
|
11624
|
-
"document": "
|
11625
|
-
"example": "
|
12128
|
+
"document": "热词排序顺序 0:升序(默认) 1:降序",
|
12129
|
+
"example": "1",
|
11626
12130
|
"member": "uint64",
|
11627
|
-
"name": "
|
11628
|
-
"required":
|
12131
|
+
"name": "OrderType",
|
12132
|
+
"required": false,
|
12133
|
+
"type": "int"
|
12134
|
+
}
|
12135
|
+
],
|
12136
|
+
"type": "object"
|
12137
|
+
},
|
12138
|
+
"DescribeAsrHotwordsResponse": {
|
12139
|
+
"document": "DescribeAsrHotwords返回参数结构体",
|
12140
|
+
"members": [
|
12141
|
+
{
|
12142
|
+
"disabled": false,
|
12143
|
+
"document": "需要查询的热词库 id",
|
12144
|
+
"example": "hwd-0bda6ac8d24411ef9ab0446a2eb5fd98",
|
12145
|
+
"member": "string",
|
12146
|
+
"name": "HotwordsId",
|
12147
|
+
"output_required": true,
|
12148
|
+
"type": "string",
|
12149
|
+
"value_allowed_null": false
|
12150
|
+
},
|
12151
|
+
{
|
12152
|
+
"disabled": false,
|
12153
|
+
"document": "当前热词库 id 状态,为 0 表示查询的时刻,没有模板绑定这个热词库,可以删除\n注意:此字段可能返回 null,表示取不到有效值。",
|
12154
|
+
"example": "1",
|
12155
|
+
"member": "uint64",
|
12156
|
+
"name": "Status",
|
12157
|
+
"output_required": true,
|
12158
|
+
"type": "int",
|
12159
|
+
"value_allowed_null": true
|
12160
|
+
},
|
12161
|
+
{
|
12162
|
+
"disabled": false,
|
12163
|
+
"document": "热词库的名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
12164
|
+
"example": "HotwordsNameExample",
|
12165
|
+
"member": "string",
|
12166
|
+
"name": "Name",
|
12167
|
+
"output_required": true,
|
12168
|
+
"type": "string",
|
12169
|
+
"value_allowed_null": true
|
12170
|
+
},
|
12171
|
+
{
|
12172
|
+
"disabled": false,
|
12173
|
+
"document": "临时热词库为 0,返回创建时候的字符串\n文件热词库为 1,返回创建是上传的文件内容\n\n\n注意:此字段可能返回 null,表示取不到有效值。",
|
12174
|
+
"example": "0",
|
12175
|
+
"member": "uint64",
|
12176
|
+
"name": "Type",
|
12177
|
+
"output_required": true,
|
12178
|
+
"type": "int",
|
12179
|
+
"value_allowed_null": true
|
12180
|
+
},
|
12181
|
+
{
|
12182
|
+
"disabled": false,
|
12183
|
+
"document": "热词文件上传时的文件名\n注意:此字段可能返回 null,表示取不到有效值。",
|
12184
|
+
"example": "无",
|
12185
|
+
"member": "string",
|
12186
|
+
"name": "FileName",
|
12187
|
+
"output_required": false,
|
12188
|
+
"type": "string",
|
12189
|
+
"value_allowed_null": true
|
12190
|
+
},
|
12191
|
+
{
|
12192
|
+
"disabled": false,
|
12193
|
+
"document": "查询返回的热词库列表",
|
12194
|
+
"example": "[{\"Id\":1,\"Text\":\"腾讯云\",\"Weight\":10},{\"Id\":2,\"Text\":\"语音识别\",\"Weight\":5},{\"Id\":3,\"Text\":\"ASR\",\"Weight\":10}]",
|
12195
|
+
"member": "AsrHotwordsSetItem",
|
12196
|
+
"name": "HotWords",
|
12197
|
+
"output_required": true,
|
12198
|
+
"type": "list",
|
12199
|
+
"value_allowed_null": false
|
12200
|
+
},
|
12201
|
+
{
|
12202
|
+
"disabled": false,
|
12203
|
+
"document": "热词库文本,根据 Type 区分\n如果 Type 为 0,是热词库字符串\n如果 Type 是 1,是热词库文本文件的文件内容 base64 编码\n注意:此字段可能返回 null,表示取不到有效值。",
|
12204
|
+
"example": "腾讯云|10,语音识别|5,ASR|10",
|
12205
|
+
"member": "string",
|
12206
|
+
"name": "Content",
|
12207
|
+
"output_required": true,
|
12208
|
+
"type": "string",
|
12209
|
+
"value_allowed_null": true
|
12210
|
+
},
|
12211
|
+
{
|
12212
|
+
"disabled": false,
|
12213
|
+
"document": "当前热词库包含的词语数量\n注意:此字段可能返回 null,表示取不到有效值。",
|
12214
|
+
"example": "3",
|
12215
|
+
"member": "uint64",
|
12216
|
+
"name": "WordCount",
|
12217
|
+
"output_required": true,
|
12218
|
+
"type": "int",
|
12219
|
+
"value_allowed_null": true
|
12220
|
+
},
|
12221
|
+
{
|
12222
|
+
"disabled": false,
|
12223
|
+
"document": "分页偏移量,默认值:0。\n注意:此字段可能返回 null,表示取不到有效值。",
|
12224
|
+
"example": "0",
|
12225
|
+
"member": "uint64",
|
12226
|
+
"name": "Offset",
|
12227
|
+
"output_required": true,
|
12228
|
+
"type": "int",
|
12229
|
+
"value_allowed_null": true
|
12230
|
+
},
|
12231
|
+
{
|
12232
|
+
"disabled": false,
|
12233
|
+
"document": "返回记录条数,默认值:10,最大值:100。\n注意:此字段可能返回 null,表示取不到有效值。",
|
12234
|
+
"example": "0",
|
12235
|
+
"member": "uint64",
|
12236
|
+
"name": "Limit",
|
12237
|
+
"output_required": true,
|
12238
|
+
"type": "int",
|
12239
|
+
"value_allowed_null": true
|
12240
|
+
},
|
12241
|
+
{
|
12242
|
+
"disabled": false,
|
12243
|
+
"document": "热词库创建时间 ISOUTC 格式 \"2006-01-02T15:04:05Z\"\n注意:此字段可能返回 null,表示取不到有效值。",
|
12244
|
+
"example": "2025-01-14T06:51:57Z",
|
12245
|
+
"member": "string",
|
12246
|
+
"name": "CreateTime",
|
12247
|
+
"output_required": true,
|
12248
|
+
"type": "string",
|
12249
|
+
"value_allowed_null": true
|
12250
|
+
},
|
12251
|
+
{
|
12252
|
+
"disabled": false,
|
12253
|
+
"document": "热词库修改时间 ISOUTC 格式 \"2006-01-02T15:04:05Z\"\n注意:此字段可能返回 null,表示取不到有效值。",
|
12254
|
+
"example": "2025-01-21T08:46:11Z",
|
12255
|
+
"member": "string",
|
12256
|
+
"name": "UpdateTime",
|
12257
|
+
"output_required": true,
|
12258
|
+
"type": "string",
|
12259
|
+
"value_allowed_null": true
|
12260
|
+
},
|
12261
|
+
{
|
12262
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
12263
|
+
"member": "string",
|
12264
|
+
"name": "RequestId",
|
12265
|
+
"type": "string"
|
12266
|
+
}
|
12267
|
+
],
|
12268
|
+
"type": "object"
|
12269
|
+
},
|
12270
|
+
"DescribeContentReviewTemplatesRequest": {
|
12271
|
+
"document": "DescribeContentReviewTemplates请求参数结构体",
|
12272
|
+
"members": [
|
12273
|
+
{
|
12274
|
+
"disabled": false,
|
12275
|
+
"document": "智能审核模板唯一标识过滤条件,数组长度限制:50。",
|
12276
|
+
"example": "无",
|
12277
|
+
"member": "int64",
|
12278
|
+
"name": "Definitions",
|
12279
|
+
"required": false,
|
12280
|
+
"type": "list"
|
12281
|
+
},
|
12282
|
+
{
|
12283
|
+
"disabled": false,
|
12284
|
+
"document": "分页偏移量,默认值:0。",
|
12285
|
+
"example": "无",
|
12286
|
+
"member": "uint64",
|
12287
|
+
"name": "Offset",
|
12288
|
+
"required": false,
|
12289
|
+
"type": "int"
|
12290
|
+
},
|
12291
|
+
{
|
12292
|
+
"disabled": false,
|
12293
|
+
"document": "返回记录条数,默认值:10,最大值:50。",
|
12294
|
+
"example": "无",
|
12295
|
+
"member": "uint64",
|
12296
|
+
"name": "Limit",
|
12297
|
+
"required": false,
|
12298
|
+
"type": "int"
|
12299
|
+
},
|
12300
|
+
{
|
12301
|
+
"disabled": false,
|
12302
|
+
"document": "模板类型过滤条件,不填则返回所有,可选值:\n* Preset:系统预置模板;\n* Custom:用户自定义模板。",
|
12303
|
+
"example": "“”",
|
12304
|
+
"member": "string",
|
12305
|
+
"name": "Type",
|
12306
|
+
"required": false,
|
12307
|
+
"type": "string"
|
12308
|
+
},
|
12309
|
+
{
|
12310
|
+
"disabled": false,
|
12311
|
+
"document": "智能审核模板标识过滤条件,长度限制:64 个字符。",
|
12312
|
+
"example": "“”",
|
12313
|
+
"member": "string",
|
12314
|
+
"name": "Name",
|
12315
|
+
"required": false,
|
12316
|
+
"type": "string"
|
12317
|
+
}
|
12318
|
+
],
|
12319
|
+
"type": "object"
|
12320
|
+
},
|
12321
|
+
"DescribeContentReviewTemplatesResponse": {
|
12322
|
+
"document": "DescribeContentReviewTemplates返回参数结构体",
|
12323
|
+
"members": [
|
12324
|
+
{
|
12325
|
+
"disabled": false,
|
12326
|
+
"document": "符合过滤条件的记录总数。",
|
12327
|
+
"example": "1",
|
12328
|
+
"member": "uint64",
|
12329
|
+
"name": "TotalCount",
|
12330
|
+
"output_required": true,
|
12331
|
+
"type": "int",
|
12332
|
+
"value_allowed_null": false
|
12333
|
+
},
|
12334
|
+
{
|
12335
|
+
"disabled": false,
|
12336
|
+
"document": "内容审核模板详情列表。",
|
12337
|
+
"example": "无",
|
12338
|
+
"member": "ContentReviewTemplateItem",
|
12339
|
+
"name": "ContentReviewTemplateSet",
|
12340
|
+
"output_required": true,
|
12341
|
+
"type": "list",
|
12342
|
+
"value_allowed_null": false
|
12343
|
+
},
|
12344
|
+
{
|
12345
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
12346
|
+
"member": "string",
|
12347
|
+
"name": "RequestId",
|
12348
|
+
"type": "string"
|
12349
|
+
}
|
12350
|
+
],
|
12351
|
+
"type": "object"
|
12352
|
+
},
|
12353
|
+
"DescribeEvent": {
|
12354
|
+
"document": "查询Event的配置信息。",
|
12355
|
+
"members": [
|
12356
|
+
{
|
12357
|
+
"disabled": false,
|
12358
|
+
"document": "Event的名称。",
|
12359
|
+
"example": "eventnametest",
|
12360
|
+
"member": "string",
|
12361
|
+
"name": "EventName",
|
12362
|
+
"required": true,
|
12363
|
+
"type": "string",
|
12364
|
+
"value_allowed_null": false
|
12365
|
+
},
|
12366
|
+
{
|
12367
|
+
"disabled": false,
|
12368
|
+
"document": "Event的Id,唯一标识一个event。",
|
12369
|
+
"example": "eventidtest",
|
12370
|
+
"member": "string",
|
12371
|
+
"name": "EventId",
|
12372
|
+
"required": true,
|
12373
|
+
"type": "string",
|
12374
|
+
"value_allowed_null": false
|
12375
|
+
},
|
12376
|
+
{
|
12377
|
+
"disabled": false,
|
12378
|
+
"document": "Event创建时间,格式为yyyy-MM-ddTHH:mm:ssZ。",
|
12379
|
+
"example": "2022-12-01T20:00:00Z",
|
12380
|
+
"member": "string",
|
12381
|
+
"name": "CreateTime",
|
12382
|
+
"required": true,
|
12383
|
+
"type": "string",
|
12384
|
+
"value_allowed_null": false
|
12385
|
+
},
|
12386
|
+
{
|
12387
|
+
"disabled": false,
|
12388
|
+
"document": "Event的描述。",
|
12389
|
+
"example": "descri",
|
12390
|
+
"member": "string",
|
12391
|
+
"name": "Description",
|
12392
|
+
"required": true,
|
12393
|
+
"type": "string",
|
12394
|
+
"value_allowed_null": false
|
12395
|
+
},
|
12396
|
+
{
|
12397
|
+
"disabled": false,
|
12398
|
+
"document": "Event的状态信息\n0:未运行\n1:运行中",
|
12399
|
+
"example": "0",
|
12400
|
+
"member": "uint64",
|
12401
|
+
"name": "Status",
|
12402
|
+
"required": true,
|
11629
12403
|
"type": "int",
|
11630
12404
|
"value_allowed_null": false
|
11631
12405
|
},
|
@@ -13357,14 +14131,14 @@
|
|
13357
14131
|
],
|
13358
14132
|
"type": "object"
|
13359
14133
|
},
|
13360
|
-
"
|
13361
|
-
"document": "
|
14134
|
+
"DescribeSmartSubtitleTemplatesRequest": {
|
14135
|
+
"document": "DescribeSmartSubtitleTemplates请求参数结构体",
|
13362
14136
|
"members": [
|
13363
14137
|
{
|
13364
14138
|
"disabled": false,
|
13365
|
-
"document": "
|
13366
|
-
"example": "[\"
|
13367
|
-
"member": "
|
14139
|
+
"document": "智能字幕模板唯一标识过滤条件,数组长度限制:10。",
|
14140
|
+
"example": "[\"30\\r\\n\"]",
|
14141
|
+
"member": "int64",
|
13368
14142
|
"name": "Definitions",
|
13369
14143
|
"required": false,
|
13370
14144
|
"type": "list"
|
@@ -13389,9 +14163,92 @@
|
|
13389
14163
|
},
|
13390
14164
|
{
|
13391
14165
|
"disabled": false,
|
13392
|
-
"document": "
|
13393
|
-
"example": "
|
13394
|
-
"member": "string",
|
14166
|
+
"document": "模板类型过滤条件,不填则返回所有,可选值:\n* Preset:系统预置模板;\n* Custom:用户自定义模板。",
|
14167
|
+
"example": "Preset",
|
14168
|
+
"member": "string",
|
14169
|
+
"name": "Type",
|
14170
|
+
"required": false,
|
14171
|
+
"type": "string"
|
14172
|
+
},
|
14173
|
+
{
|
14174
|
+
"disabled": false,
|
14175
|
+
"document": "智能字幕模板标识过滤条件,长度限制:64 个字符。",
|
14176
|
+
"example": "无",
|
14177
|
+
"member": "string",
|
14178
|
+
"name": "Name",
|
14179
|
+
"required": false,
|
14180
|
+
"type": "string"
|
14181
|
+
}
|
14182
|
+
],
|
14183
|
+
"type": "object"
|
14184
|
+
},
|
14185
|
+
"DescribeSmartSubtitleTemplatesResponse": {
|
14186
|
+
"document": "DescribeSmartSubtitleTemplates返回参数结构体",
|
14187
|
+
"members": [
|
14188
|
+
{
|
14189
|
+
"disabled": false,
|
14190
|
+
"document": "符合过滤条件的记录总数。",
|
14191
|
+
"example": "1",
|
14192
|
+
"member": "uint64",
|
14193
|
+
"name": "TotalCount",
|
14194
|
+
"output_required": true,
|
14195
|
+
"type": "int",
|
14196
|
+
"value_allowed_null": false
|
14197
|
+
},
|
14198
|
+
{
|
14199
|
+
"disabled": false,
|
14200
|
+
"document": "智能字幕模板详情列表。",
|
14201
|
+
"example": "无",
|
14202
|
+
"member": "SmartSubtitleTemplateItem",
|
14203
|
+
"name": "SmartSubtitleTemplateSet",
|
14204
|
+
"output_required": true,
|
14205
|
+
"type": "list",
|
14206
|
+
"value_allowed_null": false
|
14207
|
+
},
|
14208
|
+
{
|
14209
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
14210
|
+
"member": "string",
|
14211
|
+
"name": "RequestId",
|
14212
|
+
"type": "string"
|
14213
|
+
}
|
14214
|
+
],
|
14215
|
+
"type": "object"
|
14216
|
+
},
|
14217
|
+
"DescribeSnapshotByTimeOffsetTemplatesRequest": {
|
14218
|
+
"document": "DescribeSnapshotByTimeOffsetTemplates请求参数结构体",
|
14219
|
+
"members": [
|
14220
|
+
{
|
14221
|
+
"disabled": false,
|
14222
|
+
"document": "指定时间点截图模板唯一标识过滤条件,数组长度限制:100。",
|
14223
|
+
"example": "[\"10001\\r\\n\"]",
|
14224
|
+
"member": "uint64",
|
14225
|
+
"name": "Definitions",
|
14226
|
+
"required": false,
|
14227
|
+
"type": "list"
|
14228
|
+
},
|
14229
|
+
{
|
14230
|
+
"disabled": false,
|
14231
|
+
"document": "分页偏移量,默认值:0。",
|
14232
|
+
"example": "0",
|
14233
|
+
"member": "uint64",
|
14234
|
+
"name": "Offset",
|
14235
|
+
"required": false,
|
14236
|
+
"type": "int"
|
14237
|
+
},
|
14238
|
+
{
|
14239
|
+
"disabled": false,
|
14240
|
+
"document": "返回记录条数,默认值:10,最大值:100。",
|
14241
|
+
"example": "10",
|
14242
|
+
"member": "uint64",
|
14243
|
+
"name": "Limit",
|
14244
|
+
"required": false,
|
14245
|
+
"type": "int"
|
14246
|
+
},
|
14247
|
+
{
|
14248
|
+
"disabled": false,
|
14249
|
+
"document": "模板类型过滤条件,可选值:\n<li>Preset:系统预置模板;</li>\n<li>Custom:用户自定义模板。</li>",
|
14250
|
+
"example": "“”",
|
14251
|
+
"member": "string",
|
13395
14252
|
"name": "Type",
|
13396
14253
|
"required": false,
|
13397
14254
|
"type": "string"
|
@@ -15224,6 +16081,17 @@
|
|
15224
16081
|
"required": false,
|
15225
16082
|
"type": "object",
|
15226
16083
|
"value_allowed_null": true
|
16084
|
+
},
|
16085
|
+
{
|
16086
|
+
"disabled": false,
|
16087
|
+
"document": "FairPlay, WideVine, PlayReady 加密信息。",
|
16088
|
+
"example": "无",
|
16089
|
+
"member": "SpekeDrm",
|
16090
|
+
"name": "SpekeDrm",
|
16091
|
+
"output_required": false,
|
16092
|
+
"required": false,
|
16093
|
+
"type": "object",
|
16094
|
+
"value_allowed_null": false
|
15227
16095
|
}
|
15228
16096
|
],
|
15229
16097
|
"usage": "both"
|
@@ -21051,7 +21919,7 @@
|
|
21051
21919
|
{
|
21052
21920
|
"disabled": false,
|
21053
21921
|
"document": "视频的 md5 值。",
|
21054
|
-
"example": "xxxx",
|
21922
|
+
"example": "\"xxxx\"",
|
21055
21923
|
"member": "string",
|
21056
21924
|
"name": "Md5",
|
21057
21925
|
"output_required": true,
|
@@ -21077,6 +21945,16 @@
|
|
21077
21945
|
"output_required": true,
|
21078
21946
|
"type": "list",
|
21079
21947
|
"value_allowed_null": false
|
21948
|
+
},
|
21949
|
+
{
|
21950
|
+
"disabled": false,
|
21951
|
+
"document": "视频转码使用增强项说明,增强项解释\n<li>hdr:HDR配置</li>\n<li>wd_fps:插帧帧率配置</li>\n<li>video_super_resolution:\t超分配置</li>\n<li>repair:综合增强配置</li>\n<li>denoise:视频降噪配置</li>\n<li>color_enhance:色彩增强配置</li>\n<li>scratch:去划痕配置</li>\n<li>artifact:去伪影(毛刺)配置</li>\n<li>sharp:细节增强配置</li>\n<li>low_light:低光照增强配置</li>\n<li>face_enhance:人脸增强配置</li>\n注意:此字段可能返回 null,表示取不到有效值。",
|
21952
|
+
"example": "\"{\\\"enhance_item\\\":[\\\"hdr\\\",\\\"color_enhance\\\"]}\"",
|
21953
|
+
"member": "string",
|
21954
|
+
"name": "CallBackExtInfo",
|
21955
|
+
"output_required": false,
|
21956
|
+
"type": "string",
|
21957
|
+
"value_allowed_null": true
|
21080
21958
|
}
|
21081
21959
|
],
|
21082
21960
|
"usage": "out"
|
@@ -21585,6 +22463,69 @@
|
|
21585
22463
|
],
|
21586
22464
|
"type": "object"
|
21587
22465
|
},
|
22466
|
+
"ModifyAsrHotwordsRequest": {
|
22467
|
+
"document": "ModifyAsrHotwords请求参数结构体",
|
22468
|
+
"members": [
|
22469
|
+
{
|
22470
|
+
"disabled": false,
|
22471
|
+
"document": "热词库 id",
|
22472
|
+
"example": "hwd-aexxxxxxxxxxxxxx1481",
|
22473
|
+
"member": "string",
|
22474
|
+
"name": "HotwordsId",
|
22475
|
+
"required": true,
|
22476
|
+
"type": "string"
|
22477
|
+
},
|
22478
|
+
{
|
22479
|
+
"disabled": false,
|
22480
|
+
"document": "热词库名称",
|
22481
|
+
"example": "无",
|
22482
|
+
"member": "string",
|
22483
|
+
"name": "Name",
|
22484
|
+
"required": false,
|
22485
|
+
"type": "string"
|
22486
|
+
},
|
22487
|
+
{
|
22488
|
+
"disabled": false,
|
22489
|
+
"document": "热词库文本",
|
22490
|
+
"example": "腾讯云|10,语音识别|5,ASR|10",
|
22491
|
+
"member": "string",
|
22492
|
+
"name": "Content",
|
22493
|
+
"required": false,
|
22494
|
+
"type": "string"
|
22495
|
+
},
|
22496
|
+
{
|
22497
|
+
"disabled": false,
|
22498
|
+
"document": "热词库文件的 base64 的内容,Type 为 1 必选\n\n\n",
|
22499
|
+
"example": "无",
|
22500
|
+
"member": "string",
|
22501
|
+
"name": "FileContent",
|
22502
|
+
"required": false,
|
22503
|
+
"type": "string"
|
22504
|
+
},
|
22505
|
+
{
|
22506
|
+
"disabled": false,
|
22507
|
+
"document": "热词文件上传时的文件名",
|
22508
|
+
"example": "无",
|
22509
|
+
"member": "string",
|
22510
|
+
"name": "FileName",
|
22511
|
+
"required": false,
|
22512
|
+
"type": "string"
|
22513
|
+
}
|
22514
|
+
],
|
22515
|
+
"type": "object"
|
22516
|
+
},
|
22517
|
+
"ModifyAsrHotwordsResponse": {
|
22518
|
+
"document": "ModifyAsrHotwords返回参数结构体",
|
22519
|
+
"members": [
|
22520
|
+
{
|
22521
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
22522
|
+
"member": "string",
|
22523
|
+
"name": "RequestId",
|
22524
|
+
"type": "string"
|
22525
|
+
}
|
22526
|
+
],
|
22527
|
+
"type": "object"
|
22528
|
+
},
|
21588
22529
|
"ModifyContentReviewTemplateRequest": {
|
21589
22530
|
"document": "ModifyContentReviewTemplate请求参数结构体",
|
21590
22531
|
"members": [
|
@@ -22481,6 +23422,105 @@
|
|
22481
23422
|
],
|
22482
23423
|
"type": "object"
|
22483
23424
|
},
|
23425
|
+
"ModifySmartSubtitleTemplateRequest": {
|
23426
|
+
"document": "ModifySmartSubtitleTemplate请求参数结构体",
|
23427
|
+
"members": [
|
23428
|
+
{
|
23429
|
+
"disabled": false,
|
23430
|
+
"document": "智能字幕模板唯一标识",
|
23431
|
+
"example": "30",
|
23432
|
+
"member": "int64",
|
23433
|
+
"name": "Definition",
|
23434
|
+
"required": true,
|
23435
|
+
"type": "int"
|
23436
|
+
},
|
23437
|
+
{
|
23438
|
+
"disabled": false,
|
23439
|
+
"document": "字幕翻译开关\nON: 开启翻译\nOFF: 关闭翻译",
|
23440
|
+
"example": "ON",
|
23441
|
+
"member": "string",
|
23442
|
+
"name": "TranslateSwitch",
|
23443
|
+
"required": false,
|
23444
|
+
"type": "string"
|
23445
|
+
},
|
23446
|
+
{
|
23447
|
+
"disabled": false,
|
23448
|
+
"document": "智能字幕模板名称\n长度限制:64 个字符。",
|
23449
|
+
"example": "智能字幕模板",
|
23450
|
+
"member": "string",
|
23451
|
+
"name": "Name",
|
23452
|
+
"required": false,
|
23453
|
+
"type": "string"
|
23454
|
+
},
|
23455
|
+
{
|
23456
|
+
"disabled": false,
|
23457
|
+
"document": "智能字幕模板描述信息\n长度限制:256 个字符。",
|
23458
|
+
"example": "模板2",
|
23459
|
+
"member": "string",
|
23460
|
+
"name": "Comment",
|
23461
|
+
"required": false,
|
23462
|
+
"type": "string"
|
23463
|
+
},
|
23464
|
+
{
|
23465
|
+
"disabled": false,
|
23466
|
+
"document": "智能字幕视频源语言\n当前支持以下语言:\nzh:简体中文\nen:英语\nja:日语\nko:韩语\nzh-PY:中英粤\nzh-medical:中文医疗\nyue:中文粤语\nvi:越南语\nms:马来语\nid:印度尼西亚语\nfil:菲律宾语\nth:泰语\npt:葡萄牙语\ntr:土耳其语\nar:阿拉伯语\nes:西班牙语\nhi:印地语\nfr:法语\nde:德语\nzh_dialect:中文方言",
|
23467
|
+
"example": "zh",
|
23468
|
+
"member": "string",
|
23469
|
+
"name": "VideoSrcLanguage",
|
23470
|
+
"required": false,
|
23471
|
+
"type": "string"
|
23472
|
+
},
|
23473
|
+
{
|
23474
|
+
"disabled": false,
|
23475
|
+
"document": "智能字幕文件格式\n vtt: WebVTT 格式\n不填或填空:不生成字幕文件",
|
23476
|
+
"example": "vtt",
|
23477
|
+
"member": "string",
|
23478
|
+
"name": "SubtitleFormat",
|
23479
|
+
"required": false,
|
23480
|
+
"type": "string"
|
23481
|
+
},
|
23482
|
+
{
|
23483
|
+
"disabled": false,
|
23484
|
+
"document": "智能字幕字幕语言类型\n0: 源语言\n1: 翻译语言\n2: 源语言+翻译语言\n当TranslateSwitch为OFF时仅支持取0\n当TranslateSwitch为ON时仅支持取1或2",
|
23485
|
+
"example": "0",
|
23486
|
+
"member": "int64",
|
23487
|
+
"name": "SubtitleType",
|
23488
|
+
"required": false,
|
23489
|
+
"type": "int"
|
23490
|
+
},
|
23491
|
+
{
|
23492
|
+
"disabled": false,
|
23493
|
+
"document": "ASR热词库参数",
|
23494
|
+
"example": "无",
|
23495
|
+
"member": "AsrHotWordsConfigure",
|
23496
|
+
"name": "AsrHotWordsConfigure",
|
23497
|
+
"required": false,
|
23498
|
+
"type": "object"
|
23499
|
+
},
|
23500
|
+
{
|
23501
|
+
"disabled": false,
|
23502
|
+
"document": "字幕翻译目标语言\n当TranslateSwitch为ON的时候生效\n当前支持以下语言:\nzh:简体中文\nen:英语\nja:日语\nko:韩语\nfr:法语\nes:西班牙语\nit:意大利语\nde:德语\ntr:土耳其语\nru:俄语\npt:葡萄牙语\nvi:越南语\nid:印度尼西亚语\nms:马来语\nth:泰语\nar:阿拉伯语\nhi:印地语",
|
23503
|
+
"example": "en",
|
23504
|
+
"member": "string",
|
23505
|
+
"name": "TranslateDstLanguage",
|
23506
|
+
"required": false,
|
23507
|
+
"type": "string"
|
23508
|
+
}
|
23509
|
+
],
|
23510
|
+
"type": "object"
|
23511
|
+
},
|
23512
|
+
"ModifySmartSubtitleTemplateResponse": {
|
23513
|
+
"document": "ModifySmartSubtitleTemplate返回参数结构体",
|
23514
|
+
"members": [
|
23515
|
+
{
|
23516
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
23517
|
+
"member": "string",
|
23518
|
+
"name": "RequestId",
|
23519
|
+
"type": "string"
|
23520
|
+
}
|
23521
|
+
],
|
23522
|
+
"type": "object"
|
23523
|
+
},
|
22484
23524
|
"ModifySnapshotByTimeOffsetTemplateRequest": {
|
22485
23525
|
"document": "ModifySnapshotByTimeOffsetTemplate请求参数结构体",
|
22486
23526
|
"members": [
|
@@ -24669,6 +25709,24 @@
|
|
24669
25709
|
"name": "ResourceId",
|
24670
25710
|
"required": false,
|
24671
25711
|
"type": "string"
|
25712
|
+
},
|
25713
|
+
{
|
25714
|
+
"disabled": false,
|
25715
|
+
"document": "智能字幕",
|
25716
|
+
"example": "无",
|
25717
|
+
"member": "SmartSubtitlesTaskInput",
|
25718
|
+
"name": "SmartSubtitlesTask",
|
25719
|
+
"required": false,
|
25720
|
+
"type": "object"
|
25721
|
+
},
|
25722
|
+
{
|
25723
|
+
"disabled": false,
|
25724
|
+
"document": "是否跳过元信息获取,可选值: \n0:表示不跳过 \n1:表示跳过 \n默认值:0\t",
|
25725
|
+
"example": "0",
|
25726
|
+
"member": "int64",
|
25727
|
+
"name": "SkipMateData",
|
25728
|
+
"required": false,
|
25729
|
+
"type": "int"
|
24672
25730
|
}
|
24673
25731
|
],
|
24674
25732
|
"type": "object"
|
@@ -25307,35 +26365,118 @@
|
|
25307
26365
|
],
|
25308
26366
|
"usage": "both"
|
25309
26367
|
},
|
25310
|
-
"
|
25311
|
-
"document": "
|
26368
|
+
"RawSmartSubtitleParameter": {
|
26369
|
+
"document": "自定义智能字幕参数",
|
25312
26370
|
"members": [
|
25313
26371
|
{
|
25314
26372
|
"disabled": false,
|
25315
|
-
"document": "
|
25316
|
-
"example": "mp4",
|
25317
|
-
"member": "string",
|
25318
|
-
"name": "Container",
|
25319
|
-
"output_required": true,
|
25320
|
-
"required": true,
|
25321
|
-
"type": "string",
|
25322
|
-
"value_allowed_null": false
|
25323
|
-
},
|
25324
|
-
{
|
25325
|
-
"disabled": false,
|
25326
|
-
"document": "是否去除视频数据,取值:\n<li>0:保留;</li>\n<li>1:去除。</li>\n默认值:0。",
|
26373
|
+
"document": "智能字幕字幕语言类型\n0: 源语言\n1: 翻译语言\n2: 源语言+翻译语言\n当TranslateSwitch为OFF时仅支持取0\n当TranslateSwitch为ON时仅支持取1或2",
|
25327
26374
|
"example": "0",
|
25328
26375
|
"member": "int64",
|
25329
|
-
"name": "
|
25330
|
-
"output_required":
|
25331
|
-
"required":
|
26376
|
+
"name": "SubtitleType",
|
26377
|
+
"output_required": false,
|
26378
|
+
"required": true,
|
25332
26379
|
"type": "int",
|
25333
26380
|
"value_allowed_null": false
|
25334
26381
|
},
|
25335
26382
|
{
|
25336
26383
|
"disabled": false,
|
25337
|
-
"document": "
|
25338
|
-
"example": "
|
26384
|
+
"document": "智能字幕视频源语言\n当前支持以下语言:\nzh:简体中文\nen:英语\nja:日语\nko:韩语\nzh-PY:中英粤\nzh-medical:中文医疗\nyue:中文粤语\nvi:越南语\nms:马来语\nid:印度尼西亚语\nfil:菲律宾语\nth:泰语\npt:葡萄牙语\ntr:土耳其语\nar:阿拉伯语\nes:西班牙语\nhi:印地语\nfr:法语\nde:德语\nzh_dialect:中文方言",
|
26385
|
+
"example": "zh",
|
26386
|
+
"member": "string",
|
26387
|
+
"name": "VideoSrcLanguage",
|
26388
|
+
"output_required": false,
|
26389
|
+
"required": true,
|
26390
|
+
"type": "string",
|
26391
|
+
"value_allowed_null": false
|
26392
|
+
},
|
26393
|
+
{
|
26394
|
+
"disabled": false,
|
26395
|
+
"document": "智能字幕文件格式\n vtt: WebVTT 格式\n不填或填空:不生成字幕文件\n注意:此字段可能返回 null,表示取不到有效值。",
|
26396
|
+
"example": "vtt",
|
26397
|
+
"member": "string",
|
26398
|
+
"name": "SubtitleFormat",
|
26399
|
+
"output_required": false,
|
26400
|
+
"required": false,
|
26401
|
+
"type": "string",
|
26402
|
+
"value_allowed_null": true
|
26403
|
+
},
|
26404
|
+
{
|
26405
|
+
"disabled": false,
|
26406
|
+
"document": "字幕翻译开关\nON: 开启翻译\nOFF: 关闭翻译\n注意:此字段可能返回 null,表示取不到有效值。",
|
26407
|
+
"example": "OFF",
|
26408
|
+
"member": "string",
|
26409
|
+
"name": "TranslateSwitch",
|
26410
|
+
"output_required": false,
|
26411
|
+
"required": false,
|
26412
|
+
"type": "string",
|
26413
|
+
"value_allowed_null": true
|
26414
|
+
},
|
26415
|
+
{
|
26416
|
+
"disabled": false,
|
26417
|
+
"document": "字幕翻译目标语言\n当TranslateSwitch为ON的时候生效\n当前支持以下语言:\nzh:简体中文\nen:英语\nja:日语\nko:韩语\nfr:法语\nes:西班牙语\nit:意大利语\nde:德语\ntr:土耳其语\nru:俄语\npt:葡萄牙语\nvi:越南语\nid:印度尼西亚语\nms:马来语\nth:泰语\nar:阿拉伯语\nhi:印地语\n注意:此字段可能返回 null,表示取不到有效值。",
|
26418
|
+
"example": "en",
|
26419
|
+
"member": "string",
|
26420
|
+
"name": "TranslateDstLanguage",
|
26421
|
+
"output_required": false,
|
26422
|
+
"required": false,
|
26423
|
+
"type": "string",
|
26424
|
+
"value_allowed_null": true
|
26425
|
+
},
|
26426
|
+
{
|
26427
|
+
"disabled": false,
|
26428
|
+
"document": "ASR热词库参数\n注意:此字段可能返回 null,表示取不到有效值。",
|
26429
|
+
"example": "无",
|
26430
|
+
"member": "AsrHotWordsConfigure",
|
26431
|
+
"name": "AsrHotWordsConfigure",
|
26432
|
+
"output_required": false,
|
26433
|
+
"required": false,
|
26434
|
+
"type": "object",
|
26435
|
+
"value_allowed_null": true
|
26436
|
+
},
|
26437
|
+
{
|
26438
|
+
"disabled": false,
|
26439
|
+
"document": "自定义参数",
|
26440
|
+
"example": "\"{}\"",
|
26441
|
+
"member": "string",
|
26442
|
+
"name": "ExtInfo",
|
26443
|
+
"output_required": false,
|
26444
|
+
"required": false,
|
26445
|
+
"type": "string",
|
26446
|
+
"value_allowed_null": false
|
26447
|
+
}
|
26448
|
+
],
|
26449
|
+
"usage": "both"
|
26450
|
+
},
|
26451
|
+
"RawTranscodeParameter": {
|
26452
|
+
"document": "自定义转码的规格参数。",
|
26453
|
+
"members": [
|
26454
|
+
{
|
26455
|
+
"disabled": false,
|
26456
|
+
"document": "封装格式,可选值:mp4、flv、hls、mp3、flac、ogg、m4a。其中,mp3、flac、ogg、m4a 为纯音频文件。",
|
26457
|
+
"example": "mp4",
|
26458
|
+
"member": "string",
|
26459
|
+
"name": "Container",
|
26460
|
+
"output_required": true,
|
26461
|
+
"required": true,
|
26462
|
+
"type": "string",
|
26463
|
+
"value_allowed_null": false
|
26464
|
+
},
|
26465
|
+
{
|
26466
|
+
"disabled": false,
|
26467
|
+
"document": "是否去除视频数据,取值:\n<li>0:保留;</li>\n<li>1:去除。</li>\n默认值:0。",
|
26468
|
+
"example": "0",
|
26469
|
+
"member": "int64",
|
26470
|
+
"name": "RemoveVideo",
|
26471
|
+
"output_required": true,
|
26472
|
+
"required": false,
|
26473
|
+
"type": "int",
|
26474
|
+
"value_allowed_null": false
|
26475
|
+
},
|
26476
|
+
{
|
26477
|
+
"disabled": false,
|
26478
|
+
"document": "是否去除音频数据,取值:\n<li>0:保留;</li>\n<li>1:去除。</li>\n默认值:0。",
|
26479
|
+
"example": "0",
|
25339
26480
|
"member": "int64",
|
25340
26481
|
"name": "RemoveAudio",
|
25341
26482
|
"output_required": true,
|
@@ -26359,6 +27500,92 @@
|
|
26359
27500
|
],
|
26360
27501
|
"usage": "out"
|
26361
27502
|
},
|
27503
|
+
"ScheduleSmartSubtitleTaskResult": {
|
27504
|
+
"document": "编排智能字幕任务结果类型",
|
27505
|
+
"members": [
|
27506
|
+
{
|
27507
|
+
"disabled": false,
|
27508
|
+
"document": "任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。",
|
27509
|
+
"example": "PROCESSING",
|
27510
|
+
"member": "string",
|
27511
|
+
"name": "Status",
|
27512
|
+
"output_required": false,
|
27513
|
+
"type": "string",
|
27514
|
+
"value_allowed_null": false
|
27515
|
+
},
|
27516
|
+
{
|
27517
|
+
"disabled": false,
|
27518
|
+
"document": "错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。",
|
27519
|
+
"example": "InvalidInput",
|
27520
|
+
"member": "string",
|
27521
|
+
"name": "ErrCodeExt",
|
27522
|
+
"output_required": false,
|
27523
|
+
"type": "string",
|
27524
|
+
"value_allowed_null": false
|
27525
|
+
},
|
27526
|
+
{
|
27527
|
+
"disabled": false,
|
27528
|
+
"document": "错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。",
|
27529
|
+
"example": "0",
|
27530
|
+
"member": "int64",
|
27531
|
+
"name": "ErrCode",
|
27532
|
+
"output_required": false,
|
27533
|
+
"type": "int",
|
27534
|
+
"value_allowed_null": false
|
27535
|
+
},
|
27536
|
+
{
|
27537
|
+
"disabled": false,
|
27538
|
+
"document": "错误信息。",
|
27539
|
+
"example": "具体错误信息",
|
27540
|
+
"member": "string",
|
27541
|
+
"name": "Message",
|
27542
|
+
"output_required": false,
|
27543
|
+
"type": "string",
|
27544
|
+
"value_allowed_null": false
|
27545
|
+
},
|
27546
|
+
{
|
27547
|
+
"disabled": false,
|
27548
|
+
"document": "识别任务的输入。\n注意:此字段可能返回 null,表示取不到有效值。",
|
27549
|
+
"example": "无",
|
27550
|
+
"member": "SmartSubtitlesTaskInput",
|
27551
|
+
"name": "Input",
|
27552
|
+
"output_required": false,
|
27553
|
+
"type": "object",
|
27554
|
+
"value_allowed_null": true
|
27555
|
+
},
|
27556
|
+
{
|
27557
|
+
"disabled": false,
|
27558
|
+
"document": "识别任务的输出。\n注意:此字段可能返回 null,表示取不到有效值。",
|
27559
|
+
"example": "wu",
|
27560
|
+
"member": "SmartSubtitlesResult",
|
27561
|
+
"name": "Output",
|
27562
|
+
"output_required": false,
|
27563
|
+
"type": "list",
|
27564
|
+
"value_allowed_null": true
|
27565
|
+
},
|
27566
|
+
{
|
27567
|
+
"disabled": false,
|
27568
|
+
"document": "任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。\n注意:此字段可能返回 null,表示取不到有效值。",
|
27569
|
+
"example": "2019-07-16T06:21:28Z",
|
27570
|
+
"member": "string",
|
27571
|
+
"name": "BeginProcessTime",
|
27572
|
+
"output_required": false,
|
27573
|
+
"type": "string",
|
27574
|
+
"value_allowed_null": true
|
27575
|
+
},
|
27576
|
+
{
|
27577
|
+
"disabled": false,
|
27578
|
+
"document": "任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。\n注意:此字段可能返回 null,表示取不到有效值。",
|
27579
|
+
"example": "2019-07-16T06:21:46Z",
|
27580
|
+
"member": "string",
|
27581
|
+
"name": "FinishTime",
|
27582
|
+
"output_required": false,
|
27583
|
+
"type": "string",
|
27584
|
+
"value_allowed_null": true
|
27585
|
+
}
|
27586
|
+
],
|
27587
|
+
"usage": "out"
|
27588
|
+
},
|
26362
27589
|
"ScheduleTask": {
|
26363
27590
|
"document": "编排任务信息",
|
26364
27591
|
"members": [
|
@@ -26732,226 +27959,799 @@
|
|
26732
27959
|
},
|
26733
27960
|
{
|
26734
27961
|
"disabled": false,
|
26735
|
-
"document": "片段结束时间偏移。",
|
26736
|
-
"example": "无",
|
26737
|
-
"member": "float",
|
26738
|
-
"name": "EndTimeOffset",
|
27962
|
+
"document": "片段结束时间偏移。",
|
27963
|
+
"example": "无",
|
27964
|
+
"member": "float",
|
27965
|
+
"name": "EndTimeOffset",
|
27966
|
+
"output_required": true,
|
27967
|
+
"type": "float",
|
27968
|
+
"value_allowed_null": false
|
27969
|
+
},
|
27970
|
+
{
|
27971
|
+
"disabled": false,
|
27972
|
+
"document": "拆条片段URL。\n注意:此字段可能返回 null,表示取不到有效值。",
|
27973
|
+
"example": "无",
|
27974
|
+
"member": "string",
|
27975
|
+
"name": "SegmentUrl",
|
27976
|
+
"output_required": true,
|
27977
|
+
"type": "string",
|
27978
|
+
"value_allowed_null": true
|
27979
|
+
},
|
27980
|
+
{
|
27981
|
+
"disabled": false,
|
27982
|
+
"document": "拆条片段封面。\n注意:此字段可能返回 null,表示取不到有效值。",
|
27983
|
+
"example": "无",
|
27984
|
+
"member": "string",
|
27985
|
+
"name": "CovImgUrl",
|
27986
|
+
"output_required": true,
|
27987
|
+
"type": "string",
|
27988
|
+
"value_allowed_null": true
|
27989
|
+
},
|
27990
|
+
{
|
27991
|
+
"disabled": false,
|
27992
|
+
"document": "分段标题。\n注意:此字段可能返回 null,表示取不到有效值。",
|
27993
|
+
"example": "无",
|
27994
|
+
"member": "string",
|
27995
|
+
"name": "Title",
|
27996
|
+
"output_required": false,
|
27997
|
+
"type": "string",
|
27998
|
+
"value_allowed_null": true
|
27999
|
+
},
|
28000
|
+
{
|
28001
|
+
"disabled": false,
|
28002
|
+
"document": "分段概要。\n注意:此字段可能返回 null,表示取不到有效值。",
|
28003
|
+
"example": "无",
|
28004
|
+
"member": "string",
|
28005
|
+
"name": "Summary",
|
28006
|
+
"output_required": false,
|
28007
|
+
"type": "string",
|
28008
|
+
"value_allowed_null": true
|
28009
|
+
},
|
28010
|
+
{
|
28011
|
+
"disabled": false,
|
28012
|
+
"document": "分段关键词。",
|
28013
|
+
"example": "无",
|
28014
|
+
"member": "string",
|
28015
|
+
"name": "Keywords",
|
28016
|
+
"output_required": false,
|
28017
|
+
"type": "list",
|
28018
|
+
"value_allowed_null": false
|
28019
|
+
},
|
28020
|
+
{
|
28021
|
+
"disabled": false,
|
28022
|
+
"document": "直播切片对应直播起始时间点,采用 ISO 日期格式。\n注意:此字段可能返回 null,表示取不到有效值。",
|
28023
|
+
"example": "2024-10-21T17:18:34+08:00",
|
28024
|
+
"member": "string",
|
28025
|
+
"name": "BeginTime",
|
28026
|
+
"output_required": false,
|
28027
|
+
"type": "string",
|
28028
|
+
"value_allowed_null": true
|
28029
|
+
},
|
28030
|
+
{
|
28031
|
+
"disabled": false,
|
28032
|
+
"document": "直播切片对应直播结束时间点,采用 ISO 日期格式。\n注意:此字段可能返回 null,表示取不到有效值。",
|
28033
|
+
"example": "2024-10-21T17:26:19+08:00",
|
28034
|
+
"member": "string",
|
28035
|
+
"name": "EndTime",
|
28036
|
+
"output_required": false,
|
28037
|
+
"type": "string",
|
28038
|
+
"value_allowed_null": true
|
28039
|
+
},
|
28040
|
+
{
|
28041
|
+
"disabled": false,
|
28042
|
+
"document": "直播拆条用,音频url。",
|
28043
|
+
"example": "无",
|
28044
|
+
"member": "string",
|
28045
|
+
"name": "AudioUrl",
|
28046
|
+
"output_required": false,
|
28047
|
+
"type": "string",
|
28048
|
+
"value_allowed_null": false
|
28049
|
+
},
|
28050
|
+
{
|
28051
|
+
"disabled": false,
|
28052
|
+
"document": "直播拆条用,音频对应起始时间戳;",
|
28053
|
+
"example": "3.438",
|
28054
|
+
"member": "float",
|
28055
|
+
"name": "AudioBeginTime",
|
28056
|
+
"output_required": false,
|
28057
|
+
"type": "float",
|
28058
|
+
"value_allowed_null": false
|
28059
|
+
},
|
28060
|
+
{
|
28061
|
+
"disabled": false,
|
28062
|
+
"document": "直播拆条用,音频对应结束时间戳。",
|
28063
|
+
"example": "7.438",
|
28064
|
+
"member": "float",
|
28065
|
+
"name": "AudioEndTime",
|
28066
|
+
"output_required": false,
|
28067
|
+
"type": "float",
|
28068
|
+
"value_allowed_null": false
|
28069
|
+
},
|
28070
|
+
{
|
28071
|
+
"disabled": false,
|
28072
|
+
"document": "直播拆条用,人物位置参考信息用于横转竖。",
|
28073
|
+
"example": "无",
|
28074
|
+
"member": "string",
|
28075
|
+
"name": "PersonPositionUrl",
|
28076
|
+
"output_required": false,
|
28077
|
+
"type": "string",
|
28078
|
+
"value_allowed_null": false
|
28079
|
+
}
|
28080
|
+
],
|
28081
|
+
"usage": "out"
|
28082
|
+
},
|
28083
|
+
"SegmentSpecificInfo": {
|
28084
|
+
"document": "切片特殊配置信息。",
|
28085
|
+
"members": [
|
28086
|
+
{
|
28087
|
+
"disabled": false,
|
28088
|
+
"document": "启动分片时长开关,可选值:\non:打开\noff:关闭\n默认off\n注意:此字段可能返回 null,表示取不到有效值。",
|
28089
|
+
"example": "off",
|
28090
|
+
"member": "string",
|
28091
|
+
"name": "Switch",
|
28092
|
+
"output_required": false,
|
28093
|
+
"required": false,
|
28094
|
+
"type": "string",
|
28095
|
+
"value_allowed_null": true
|
28096
|
+
},
|
28097
|
+
{
|
28098
|
+
"disabled": false,
|
28099
|
+
"document": "启动时分片时长,单位:秒\n注意:此字段可能返回 null,表示取不到有效值。",
|
28100
|
+
"example": "1",
|
28101
|
+
"member": "int64",
|
28102
|
+
"name": "FragmentTime",
|
28103
|
+
"output_required": false,
|
28104
|
+
"required": false,
|
28105
|
+
"type": "int",
|
28106
|
+
"value_allowed_null": true
|
28107
|
+
},
|
28108
|
+
{
|
28109
|
+
"disabled": false,
|
28110
|
+
"document": "生效分片数,表示前FragmentEndNum个分片以FragmentTime时长切片,取值>=1\n注意:此字段可能返回 null,表示取不到有效值。",
|
28111
|
+
"example": "1",
|
28112
|
+
"member": "int64",
|
28113
|
+
"name": "FragmentEndNum",
|
28114
|
+
"output_required": false,
|
28115
|
+
"required": false,
|
28116
|
+
"type": "int",
|
28117
|
+
"value_allowed_null": true
|
28118
|
+
}
|
28119
|
+
],
|
28120
|
+
"usage": "both"
|
28121
|
+
},
|
28122
|
+
"SharpEnhanceConfig": {
|
28123
|
+
"document": "细节增强配置",
|
28124
|
+
"members": [
|
28125
|
+
{
|
28126
|
+
"disabled": false,
|
28127
|
+
"document": "能力配置开关,可选值:\n<li>ON:开启;</li>\n<li>OFF:关闭。</li>\n默认值:ON。",
|
28128
|
+
"example": "“”",
|
28129
|
+
"member": "string",
|
28130
|
+
"name": "Switch",
|
28131
|
+
"required": false,
|
28132
|
+
"type": "string",
|
28133
|
+
"value_allowed_null": false
|
28134
|
+
},
|
28135
|
+
{
|
28136
|
+
"disabled": false,
|
28137
|
+
"document": "强度,取值范围:0.0~1.0。\n默认:0.0。\n注意:此字段可能返回 null,表示取不到有效值。",
|
28138
|
+
"example": "0",
|
28139
|
+
"member": "float",
|
28140
|
+
"name": "Intensity",
|
28141
|
+
"required": false,
|
28142
|
+
"type": "float",
|
28143
|
+
"value_allowed_null": true
|
28144
|
+
}
|
28145
|
+
],
|
28146
|
+
"usage": "both"
|
28147
|
+
},
|
28148
|
+
"SimpleAesDrm": {
|
28149
|
+
"document": "SimpleAes 加密信息。",
|
28150
|
+
"members": [
|
28151
|
+
{
|
28152
|
+
"disabled": false,
|
28153
|
+
"document": "请求解密秘钥uri地址。\n注意:此字段可能返回 null,表示取不到有效值。",
|
28154
|
+
"example": "http://test.qq.com?vid=xxx",
|
28155
|
+
"member": "string",
|
28156
|
+
"name": "Uri",
|
28157
|
+
"output_required": false,
|
28158
|
+
"required": true,
|
28159
|
+
"type": "string",
|
28160
|
+
"value_allowed_null": true
|
28161
|
+
},
|
28162
|
+
{
|
28163
|
+
"disabled": false,
|
28164
|
+
"document": "加密key(32字节字符串)。\n注意:此字段可能返回 null,表示取不到有效值。",
|
28165
|
+
"example": "14367588ab31370e32ae000544bd007d",
|
28166
|
+
"member": "string",
|
28167
|
+
"name": "Key",
|
28168
|
+
"output_required": false,
|
28169
|
+
"required": true,
|
28170
|
+
"type": "string",
|
28171
|
+
"value_allowed_null": true
|
28172
|
+
},
|
28173
|
+
{
|
28174
|
+
"disabled": false,
|
28175
|
+
"document": "加密初始化向量(32字节字符串)。\n注意:此字段可能返回 null,表示取不到有效值。",
|
28176
|
+
"example": "452ac1553f19b846e2f2c4cffd8f4a9b",
|
28177
|
+
"member": "string",
|
28178
|
+
"name": "Vector",
|
28179
|
+
"output_required": false,
|
28180
|
+
"required": false,
|
28181
|
+
"type": "string",
|
28182
|
+
"value_allowed_null": true
|
28183
|
+
}
|
28184
|
+
],
|
28185
|
+
"usage": "both"
|
28186
|
+
},
|
28187
|
+
"SmartSubtitleTaskAsrFullTextResult": {
|
28188
|
+
"document": "语音全文识别结果。",
|
28189
|
+
"members": [
|
28190
|
+
{
|
28191
|
+
"disabled": false,
|
28192
|
+
"document": "任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。",
|
28193
|
+
"example": "PROCESSING",
|
28194
|
+
"member": "string",
|
28195
|
+
"name": "Status",
|
28196
|
+
"output_required": false,
|
28197
|
+
"type": "string",
|
28198
|
+
"value_allowed_null": false
|
28199
|
+
},
|
28200
|
+
{
|
28201
|
+
"disabled": false,
|
28202
|
+
"document": "错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。",
|
28203
|
+
"example": "无",
|
28204
|
+
"member": "string",
|
28205
|
+
"name": "ErrCodeExt",
|
28206
|
+
"output_required": false,
|
28207
|
+
"type": "string",
|
28208
|
+
"value_allowed_null": false
|
28209
|
+
},
|
28210
|
+
{
|
28211
|
+
"disabled": false,
|
28212
|
+
"document": "错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。",
|
28213
|
+
"example": "0",
|
28214
|
+
"member": "int64",
|
28215
|
+
"name": "ErrCode",
|
28216
|
+
"output_required": false,
|
28217
|
+
"type": "int",
|
28218
|
+
"value_allowed_null": false
|
28219
|
+
},
|
28220
|
+
{
|
28221
|
+
"disabled": false,
|
28222
|
+
"document": "错误信息。",
|
28223
|
+
"example": "无",
|
28224
|
+
"member": "string",
|
28225
|
+
"name": "Message",
|
28226
|
+
"output_required": false,
|
28227
|
+
"type": "string",
|
28228
|
+
"value_allowed_null": false
|
28229
|
+
},
|
28230
|
+
{
|
28231
|
+
"disabled": false,
|
28232
|
+
"document": "语音全文识别任务输入信息。\n注意:此字段可能返回 null,表示取不到有效值。",
|
28233
|
+
"example": "无",
|
28234
|
+
"member": "SmartSubtitleTaskResultInput",
|
28235
|
+
"name": "Input",
|
28236
|
+
"output_required": false,
|
28237
|
+
"type": "object",
|
28238
|
+
"value_allowed_null": true
|
28239
|
+
},
|
28240
|
+
{
|
28241
|
+
"disabled": false,
|
28242
|
+
"document": "语音全文识别任务输出信息。\n注意:此字段可能返回 null,表示取不到有效值。",
|
28243
|
+
"example": "无",
|
28244
|
+
"member": "SmartSubtitleTaskAsrFullTextResultOutput",
|
28245
|
+
"name": "Output",
|
28246
|
+
"output_required": false,
|
28247
|
+
"type": "object",
|
28248
|
+
"value_allowed_null": true
|
28249
|
+
},
|
28250
|
+
{
|
28251
|
+
"disabled": false,
|
28252
|
+
"document": "任务进度。\n注意:此字段可能返回 null,表示取不到有效值。",
|
28253
|
+
"example": "100",
|
28254
|
+
"member": "uint64",
|
28255
|
+
"name": "Progress",
|
28256
|
+
"output_required": false,
|
28257
|
+
"type": "int",
|
28258
|
+
"value_allowed_null": true
|
28259
|
+
}
|
28260
|
+
],
|
28261
|
+
"usage": "out"
|
28262
|
+
},
|
28263
|
+
"SmartSubtitleTaskAsrFullTextResultOutput": {
|
28264
|
+
"document": "语音全文识别结果。",
|
28265
|
+
"members": [
|
28266
|
+
{
|
28267
|
+
"disabled": false,
|
28268
|
+
"document": "语音全文识别片段列表。\n注意:此字段可能返回 null,表示取不到有效值。",
|
28269
|
+
"example": "无",
|
28270
|
+
"member": "SmartSubtitleTaskAsrFullTextSegmentItem",
|
28271
|
+
"name": "SegmentSet",
|
28272
|
+
"output_required": false,
|
28273
|
+
"type": "list",
|
28274
|
+
"value_allowed_null": true
|
28275
|
+
},
|
28276
|
+
{
|
28277
|
+
"disabled": false,
|
28278
|
+
"document": "字幕文件地址。",
|
28279
|
+
"example": "http://smart-subtitle-test-12******.cos.ap-shanghai.myqcloud.com/31*******8.vtt",
|
28280
|
+
"member": "string",
|
28281
|
+
"name": "SubtitlePath",
|
28282
|
+
"output_required": false,
|
28283
|
+
"type": "string",
|
28284
|
+
"value_allowed_null": false
|
28285
|
+
}
|
28286
|
+
],
|
28287
|
+
"usage": "out"
|
28288
|
+
},
|
28289
|
+
"SmartSubtitleTaskAsrFullTextSegmentItem": {
|
28290
|
+
"document": "语音全文识别片段。",
|
28291
|
+
"members": [
|
28292
|
+
{
|
28293
|
+
"disabled": false,
|
28294
|
+
"document": "识别片段置信度。取值:0~100。",
|
28295
|
+
"example": "100",
|
28296
|
+
"member": "float",
|
28297
|
+
"name": "Confidence",
|
28298
|
+
"output_required": false,
|
28299
|
+
"type": "float",
|
28300
|
+
"value_allowed_null": false
|
28301
|
+
},
|
28302
|
+
{
|
28303
|
+
"disabled": false,
|
28304
|
+
"document": "识别片段起始的偏移时间,单位:秒。",
|
28305
|
+
"example": "3.204",
|
28306
|
+
"member": "float",
|
28307
|
+
"name": "StartTimeOffset",
|
28308
|
+
"output_required": false,
|
28309
|
+
"type": "float",
|
28310
|
+
"value_allowed_null": false
|
28311
|
+
},
|
28312
|
+
{
|
28313
|
+
"disabled": false,
|
28314
|
+
"document": "识别片段终止的偏移时间,单位:秒。",
|
28315
|
+
"example": "7.204",
|
28316
|
+
"member": "float",
|
28317
|
+
"name": "EndTimeOffset",
|
28318
|
+
"output_required": false,
|
28319
|
+
"type": "float",
|
28320
|
+
"value_allowed_null": false
|
28321
|
+
},
|
28322
|
+
{
|
28323
|
+
"disabled": false,
|
28324
|
+
"document": "识别文本。",
|
28325
|
+
"example": "腾讯云媒体处理",
|
28326
|
+
"member": "string",
|
28327
|
+
"name": "Text",
|
28328
|
+
"output_required": false,
|
28329
|
+
"type": "string",
|
28330
|
+
"value_allowed_null": false
|
28331
|
+
},
|
28332
|
+
{
|
28333
|
+
"disabled": false,
|
28334
|
+
"document": "字词时间戳信息。\n注意:此字段可能返回 null,表示取不到有效值。",
|
28335
|
+
"example": "无",
|
28336
|
+
"member": "WordResult",
|
28337
|
+
"name": "Wordlist",
|
28338
|
+
"output_required": false,
|
28339
|
+
"type": "list",
|
28340
|
+
"value_allowed_null": true
|
28341
|
+
}
|
28342
|
+
],
|
28343
|
+
"usage": "out"
|
28344
|
+
},
|
28345
|
+
"SmartSubtitleTaskResultInput": {
|
28346
|
+
"document": "智能字幕翻译的输入。",
|
28347
|
+
"members": [
|
28348
|
+
{
|
28349
|
+
"disabled": false,
|
28350
|
+
"document": "智能字幕模板 ID。",
|
28351
|
+
"example": "10",
|
28352
|
+
"member": "int64",
|
28353
|
+
"name": "Definition",
|
28354
|
+
"output_required": false,
|
28355
|
+
"type": "int",
|
28356
|
+
"value_allowed_null": false
|
28357
|
+
},
|
28358
|
+
{
|
28359
|
+
"disabled": false,
|
28360
|
+
"document": "智能字幕自定义参数,当 Definition 填 0 时有效。\n该参数用于高度定制场景,建议您优先使用 Definition 指定智能字幕参数。\n注意:此字段可能返回 null,表示取不到有效值。",
|
28361
|
+
"example": "自定义参数",
|
28362
|
+
"member": "RawSmartSubtitleParameter",
|
28363
|
+
"name": "RawParameter",
|
28364
|
+
"output_required": false,
|
28365
|
+
"type": "object",
|
28366
|
+
"value_allowed_null": true
|
28367
|
+
}
|
28368
|
+
],
|
28369
|
+
"usage": "out"
|
28370
|
+
},
|
28371
|
+
"SmartSubtitleTaskTransTextResult": {
|
28372
|
+
"document": "翻译结果。",
|
28373
|
+
"members": [
|
28374
|
+
{
|
28375
|
+
"disabled": false,
|
28376
|
+
"document": "任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。",
|
28377
|
+
"example": "SUCCESS",
|
28378
|
+
"member": "string",
|
28379
|
+
"name": "Status",
|
28380
|
+
"output_required": false,
|
28381
|
+
"type": "string",
|
28382
|
+
"value_allowed_null": false
|
28383
|
+
},
|
28384
|
+
{
|
28385
|
+
"disabled": false,
|
28386
|
+
"document": "错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。",
|
28387
|
+
"example": "InvalidInput",
|
28388
|
+
"member": "string",
|
28389
|
+
"name": "ErrCodeExt",
|
28390
|
+
"output_required": false,
|
28391
|
+
"type": "string",
|
28392
|
+
"value_allowed_null": false
|
28393
|
+
},
|
28394
|
+
{
|
28395
|
+
"disabled": false,
|
28396
|
+
"document": "错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。",
|
28397
|
+
"example": "0",
|
28398
|
+
"member": "int64",
|
28399
|
+
"name": "ErrCode",
|
28400
|
+
"output_required": false,
|
28401
|
+
"type": "int",
|
28402
|
+
"value_allowed_null": false
|
28403
|
+
},
|
28404
|
+
{
|
28405
|
+
"disabled": false,
|
28406
|
+
"document": "错误信息。",
|
28407
|
+
"example": "错误信息",
|
28408
|
+
"member": "string",
|
28409
|
+
"name": "Message",
|
28410
|
+
"output_required": false,
|
28411
|
+
"type": "string",
|
28412
|
+
"value_allowed_null": false
|
28413
|
+
},
|
28414
|
+
{
|
28415
|
+
"disabled": false,
|
28416
|
+
"document": "翻译任务输入信息。\n注意:此字段可能返回 null,表示取不到有效值。",
|
28417
|
+
"example": "无",
|
28418
|
+
"member": "SmartSubtitleTaskResultInput",
|
28419
|
+
"name": "Input",
|
28420
|
+
"output_required": false,
|
28421
|
+
"type": "object",
|
28422
|
+
"value_allowed_null": true
|
28423
|
+
},
|
28424
|
+
{
|
28425
|
+
"disabled": false,
|
28426
|
+
"document": "翻译任务输出信息。\n注意:此字段可能返回 null,表示取不到有效值。",
|
28427
|
+
"example": "无",
|
28428
|
+
"member": "SmartSubtitleTaskTransTextResultOutput",
|
28429
|
+
"name": "Output",
|
28430
|
+
"output_required": false,
|
28431
|
+
"type": "object",
|
28432
|
+
"value_allowed_null": true
|
28433
|
+
},
|
28434
|
+
{
|
28435
|
+
"disabled": false,
|
28436
|
+
"document": "任务进度。\n注意:此字段可能返回 null,表示取不到有效值。",
|
28437
|
+
"example": "100",
|
28438
|
+
"member": "uint64",
|
28439
|
+
"name": "Progress",
|
28440
|
+
"output_required": false,
|
28441
|
+
"type": "int",
|
28442
|
+
"value_allowed_null": true
|
28443
|
+
}
|
28444
|
+
],
|
28445
|
+
"usage": "out"
|
28446
|
+
},
|
28447
|
+
"SmartSubtitleTaskTransTextResultOutput": {
|
28448
|
+
"document": "翻译结果。",
|
28449
|
+
"members": [
|
28450
|
+
{
|
28451
|
+
"disabled": false,
|
28452
|
+
"document": "翻译片段列表。\n注意:此字段可能返回 null,表示取不到有效值。",
|
28453
|
+
"example": "NULL",
|
28454
|
+
"member": "SmartSubtitleTaskTransTextSegmentItem",
|
28455
|
+
"name": "SegmentSet",
|
28456
|
+
"output_required": false,
|
28457
|
+
"type": "list",
|
28458
|
+
"value_allowed_null": true
|
28459
|
+
},
|
28460
|
+
{
|
28461
|
+
"disabled": false,
|
28462
|
+
"document": "字幕文件地址。",
|
28463
|
+
"example": "http://lily-12*****.cos.ap-shanghai.myqcloud.com/310*****.vtt",
|
28464
|
+
"member": "string",
|
28465
|
+
"name": "SubtitlePath",
|
28466
|
+
"output_required": false,
|
28467
|
+
"type": "string",
|
28468
|
+
"value_allowed_null": false
|
28469
|
+
}
|
28470
|
+
],
|
28471
|
+
"usage": "out"
|
28472
|
+
},
|
28473
|
+
"SmartSubtitleTaskTransTextSegmentItem": {
|
28474
|
+
"document": "翻译片段。",
|
28475
|
+
"members": [
|
28476
|
+
{
|
28477
|
+
"disabled": false,
|
28478
|
+
"document": "识别片段置信度。取值:0~100。",
|
28479
|
+
"example": "100",
|
28480
|
+
"member": "float",
|
28481
|
+
"name": "Confidence",
|
28482
|
+
"output_required": false,
|
28483
|
+
"type": "float",
|
28484
|
+
"value_allowed_null": false
|
28485
|
+
},
|
28486
|
+
{
|
28487
|
+
"disabled": false,
|
28488
|
+
"document": "识别片段起始的偏移时间,单位:秒。",
|
28489
|
+
"example": "17.45",
|
28490
|
+
"member": "float",
|
28491
|
+
"name": "StartTimeOffset",
|
28492
|
+
"output_required": false,
|
28493
|
+
"type": "float",
|
28494
|
+
"value_allowed_null": false
|
28495
|
+
},
|
28496
|
+
{
|
28497
|
+
"disabled": false,
|
28498
|
+
"document": "识别片段终止的偏移时间,单位:秒。",
|
28499
|
+
"example": "29.99",
|
28500
|
+
"member": "float",
|
28501
|
+
"name": "EndTimeOffset",
|
28502
|
+
"output_required": false,
|
28503
|
+
"type": "float",
|
28504
|
+
"value_allowed_null": false
|
28505
|
+
},
|
28506
|
+
{
|
28507
|
+
"disabled": false,
|
28508
|
+
"document": "识别文本。",
|
28509
|
+
"example": "你好",
|
28510
|
+
"member": "string",
|
28511
|
+
"name": "Text",
|
28512
|
+
"output_required": false,
|
28513
|
+
"type": "string",
|
28514
|
+
"value_allowed_null": false
|
28515
|
+
},
|
28516
|
+
{
|
28517
|
+
"disabled": false,
|
28518
|
+
"document": "翻译文本。",
|
28519
|
+
"example": "Hello",
|
28520
|
+
"member": "string",
|
28521
|
+
"name": "Trans",
|
28522
|
+
"output_required": false,
|
28523
|
+
"type": "string",
|
28524
|
+
"value_allowed_null": false
|
28525
|
+
},
|
28526
|
+
{
|
28527
|
+
"disabled": false,
|
28528
|
+
"document": "字词时间戳信息。\n注意:此字段可能返回 null,表示取不到有效值。",
|
28529
|
+
"example": "无",
|
28530
|
+
"member": "WordResult",
|
28531
|
+
"name": "Wordlist",
|
28532
|
+
"output_required": false,
|
28533
|
+
"type": "list",
|
28534
|
+
"value_allowed_null": true
|
28535
|
+
}
|
28536
|
+
],
|
28537
|
+
"usage": "out"
|
28538
|
+
},
|
28539
|
+
"SmartSubtitleTemplateItem": {
|
28540
|
+
"document": "智能字幕模板详情",
|
28541
|
+
"members": [
|
28542
|
+
{
|
28543
|
+
"disabled": false,
|
28544
|
+
"document": "智能字幕模板唯一标识",
|
28545
|
+
"example": "30",
|
28546
|
+
"member": "int64",
|
28547
|
+
"name": "Definition",
|
26739
28548
|
"output_required": true,
|
26740
|
-
"type": "
|
28549
|
+
"type": "int",
|
26741
28550
|
"value_allowed_null": false
|
26742
28551
|
},
|
26743
28552
|
{
|
26744
28553
|
"disabled": false,
|
26745
|
-
"document": "
|
26746
|
-
"example": "
|
28554
|
+
"document": "智能字幕模板名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
28555
|
+
"example": "模版1",
|
26747
28556
|
"member": "string",
|
26748
|
-
"name": "
|
26749
|
-
"output_required":
|
28557
|
+
"name": "Name",
|
28558
|
+
"output_required": false,
|
26750
28559
|
"type": "string",
|
26751
28560
|
"value_allowed_null": true
|
26752
28561
|
},
|
26753
28562
|
{
|
26754
28563
|
"disabled": false,
|
26755
|
-
"document": "
|
26756
|
-
"example": "
|
28564
|
+
"document": "智能字幕模板描述信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
28565
|
+
"example": "用于A的模版",
|
26757
28566
|
"member": "string",
|
26758
|
-
"name": "
|
26759
|
-
"output_required":
|
28567
|
+
"name": "Comment",
|
28568
|
+
"output_required": false,
|
26760
28569
|
"type": "string",
|
26761
28570
|
"value_allowed_null": true
|
26762
28571
|
},
|
26763
28572
|
{
|
26764
28573
|
"disabled": false,
|
26765
|
-
"document": "
|
26766
|
-
"example": "
|
28574
|
+
"document": "模板类型,取值范围:\n* Preset:系统预置模板;\n* Custom:用户自定义模板。\n注意:此字段可能返回 null,表示取不到有效值。",
|
28575
|
+
"example": "Preset",
|
26767
28576
|
"member": "string",
|
26768
|
-
"name": "
|
28577
|
+
"name": "Type",
|
26769
28578
|
"output_required": false,
|
26770
28579
|
"type": "string",
|
26771
28580
|
"value_allowed_null": true
|
26772
28581
|
},
|
26773
28582
|
{
|
26774
28583
|
"disabled": false,
|
26775
|
-
"document": "
|
28584
|
+
"document": "ASR热词库参数\n注意:此字段可能返回 null,表示取不到有效值。",
|
26776
28585
|
"example": "无",
|
26777
|
-
"member": "
|
26778
|
-
"name": "
|
28586
|
+
"member": "AsrHotWordsConfigure",
|
28587
|
+
"name": "AsrHotWordsConfigure",
|
26779
28588
|
"output_required": false,
|
26780
|
-
"type": "
|
28589
|
+
"type": "object",
|
26781
28590
|
"value_allowed_null": true
|
26782
28591
|
},
|
26783
28592
|
{
|
26784
28593
|
"disabled": false,
|
26785
|
-
"document": "
|
28594
|
+
"document": "模板关联热词库名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
26786
28595
|
"example": "无",
|
26787
28596
|
"member": "string",
|
26788
|
-
"name": "
|
28597
|
+
"name": "AsrHotWordsLibraryName",
|
26789
28598
|
"output_required": false,
|
26790
|
-
"type": "
|
28599
|
+
"type": "string",
|
28600
|
+
"value_allowed_null": true
|
28601
|
+
},
|
28602
|
+
{
|
28603
|
+
"disabled": false,
|
28604
|
+
"document": "智能字幕视频源语言\n当前支持以下语言:\nzh:简体中文\nen:英语\nja:日语\nko:韩语\nzh-PY:中英粤\nzh-medical:中文医疗\nyue:中文粤语\nvi:越南语\nms:马来语\nid:印度尼西亚语\nfil:菲律宾语\nth:泰语\npt:葡萄牙语\ntr:土耳其语\nar:阿拉伯语\nes:西班牙语\nhi:印地语\nfr:法语\nde:德语\nzh_dialect:中文方言",
|
28605
|
+
"example": "zh",
|
28606
|
+
"member": "string",
|
28607
|
+
"name": "VideoSrcLanguage",
|
28608
|
+
"output_required": true,
|
28609
|
+
"type": "string",
|
26791
28610
|
"value_allowed_null": false
|
26792
28611
|
},
|
26793
28612
|
{
|
26794
28613
|
"disabled": false,
|
26795
|
-
"document": "
|
26796
|
-
"example": "
|
28614
|
+
"document": "智能字幕文件格式\n vtt: WebVTT 格式\n不填或填空:不生成字幕文件\n注意:此字段可能返回 null,表示取不到有效值。",
|
28615
|
+
"example": "vtt",
|
26797
28616
|
"member": "string",
|
26798
|
-
"name": "
|
28617
|
+
"name": "SubtitleFormat",
|
26799
28618
|
"output_required": false,
|
26800
28619
|
"type": "string",
|
26801
28620
|
"value_allowed_null": true
|
26802
28621
|
},
|
26803
28622
|
{
|
26804
28623
|
"disabled": false,
|
26805
|
-
"document": "
|
26806
|
-
"example": "
|
28624
|
+
"document": "智能字幕字幕语言类型\n0: 源语言\n1: 翻译语言\n2: 源语言+翻译语言\n当TranslateSwitch为OFF时仅支持取0\n当TranslateSwitch为ON时仅支持取1或2",
|
28625
|
+
"example": "0",
|
28626
|
+
"member": "int64",
|
28627
|
+
"name": "SubtitleType",
|
28628
|
+
"output_required": true,
|
28629
|
+
"type": "int",
|
28630
|
+
"value_allowed_null": false
|
28631
|
+
},
|
28632
|
+
{
|
28633
|
+
"disabled": false,
|
28634
|
+
"document": "字幕翻译开关\nON: 开启翻译\nOFF: 关闭翻译\n注意:此字段可能返回 null,表示取不到有效值。",
|
28635
|
+
"example": "ON",
|
26807
28636
|
"member": "string",
|
26808
|
-
"name": "
|
28637
|
+
"name": "TranslateSwitch",
|
26809
28638
|
"output_required": false,
|
26810
28639
|
"type": "string",
|
26811
28640
|
"value_allowed_null": true
|
26812
28641
|
},
|
26813
28642
|
{
|
26814
28643
|
"disabled": false,
|
26815
|
-
"document": "
|
26816
|
-
"example": "
|
28644
|
+
"document": "字幕翻译目标语言\n当TranslateSwitch为ON的时候生效\n当前支持以下语言:\nzh:简体中文\nen:英语\nja:日语\nko:韩语\nfr:法语\nes:西班牙语\nit:意大利语\nde:德语\ntr:土耳其语\nru:俄语\npt:葡萄牙语\nvi:越南语\nid:印度尼西亚语\nms:马来语\nth:泰语\nar:阿拉伯语\nhi:印地语\n注意:此字段可能返回 null,表示取不到有效值。",
|
28645
|
+
"example": "en",
|
26817
28646
|
"member": "string",
|
26818
|
-
"name": "
|
28647
|
+
"name": "TranslateDstLanguage",
|
26819
28648
|
"output_required": false,
|
26820
28649
|
"type": "string",
|
26821
|
-
"value_allowed_null":
|
28650
|
+
"value_allowed_null": true
|
26822
28651
|
},
|
26823
28652
|
{
|
26824
28653
|
"disabled": false,
|
26825
|
-
"document": "
|
26826
|
-
"example": "
|
26827
|
-
"member": "
|
26828
|
-
"name": "
|
26829
|
-
"output_required":
|
26830
|
-
"type": "
|
28654
|
+
"document": "模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。",
|
28655
|
+
"example": "无",
|
28656
|
+
"member": "string",
|
28657
|
+
"name": "CreateTime",
|
28658
|
+
"output_required": true,
|
28659
|
+
"type": "string",
|
26831
28660
|
"value_allowed_null": false
|
26832
28661
|
},
|
26833
28662
|
{
|
26834
28663
|
"disabled": false,
|
26835
|
-
"document": "
|
26836
|
-
"example": "
|
26837
|
-
"member": "
|
26838
|
-
"name": "
|
26839
|
-
"output_required":
|
26840
|
-
"type": "
|
28664
|
+
"document": "模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。",
|
28665
|
+
"example": "无",
|
28666
|
+
"member": "string",
|
28667
|
+
"name": "UpdateTime",
|
28668
|
+
"output_required": true,
|
28669
|
+
"type": "string",
|
26841
28670
|
"value_allowed_null": false
|
26842
28671
|
},
|
26843
28672
|
{
|
26844
28673
|
"disabled": false,
|
26845
|
-
"document": "
|
26846
|
-
"example": "
|
28674
|
+
"document": "智能字幕预设模板别名\n注意:此字段可能返回 null,表示取不到有效值。",
|
28675
|
+
"example": "PresetTemplate1",
|
26847
28676
|
"member": "string",
|
26848
|
-
"name": "
|
28677
|
+
"name": "AliasName",
|
26849
28678
|
"output_required": false,
|
26850
28679
|
"type": "string",
|
26851
|
-
"value_allowed_null":
|
28680
|
+
"value_allowed_null": true
|
26852
28681
|
}
|
26853
28682
|
],
|
26854
28683
|
"usage": "out"
|
26855
28684
|
},
|
26856
|
-
"
|
26857
|
-
"document": "
|
28685
|
+
"SmartSubtitlesResult": {
|
28686
|
+
"document": "智能字幕结果。",
|
26858
28687
|
"members": [
|
26859
28688
|
{
|
26860
28689
|
"disabled": false,
|
26861
|
-
"document": "
|
26862
|
-
"example": "
|
28690
|
+
"document": "任务的类型,取值范围:\n<li>AsrFullTextRecognition:语音全文识别,</li>\n<li>TransTextRecognition:语音翻译。</li>",
|
28691
|
+
"example": "AsrFullTextRecognition",
|
26863
28692
|
"member": "string",
|
26864
|
-
"name": "
|
28693
|
+
"name": "Type",
|
26865
28694
|
"output_required": false,
|
26866
|
-
"required": false,
|
26867
28695
|
"type": "string",
|
26868
|
-
"value_allowed_null":
|
28696
|
+
"value_allowed_null": false
|
26869
28697
|
},
|
26870
28698
|
{
|
26871
28699
|
"disabled": false,
|
26872
|
-
"document": "
|
26873
|
-
"example": "
|
26874
|
-
"member": "
|
26875
|
-
"name": "
|
28700
|
+
"document": "语音全文识别结果,当 Type 为\n AsrFullTextRecognition 时有效。\n注意:此字段可能返回 null,表示取不到有效值。",
|
28701
|
+
"example": "NULL",
|
28702
|
+
"member": "SmartSubtitleTaskAsrFullTextResult",
|
28703
|
+
"name": "AsrFullTextTask",
|
26876
28704
|
"output_required": false,
|
26877
|
-
"
|
26878
|
-
"type": "int",
|
28705
|
+
"type": "object",
|
26879
28706
|
"value_allowed_null": true
|
26880
28707
|
},
|
26881
28708
|
{
|
26882
28709
|
"disabled": false,
|
26883
|
-
"document": "
|
26884
|
-
"example": "
|
26885
|
-
"member": "
|
26886
|
-
"name": "
|
28710
|
+
"document": "翻译结果,当 Type 为\n\nTransTextRecognition 时有效。\n注意:此字段可能返回 null,表示取不到有效值。",
|
28711
|
+
"example": "NULL",
|
28712
|
+
"member": "SmartSubtitleTaskTransTextResult",
|
28713
|
+
"name": "TransTextTask",
|
26887
28714
|
"output_required": false,
|
26888
|
-
"
|
26889
|
-
"type": "int",
|
28715
|
+
"type": "object",
|
26890
28716
|
"value_allowed_null": true
|
26891
28717
|
}
|
26892
28718
|
],
|
26893
|
-
"usage": "
|
28719
|
+
"usage": "out"
|
26894
28720
|
},
|
26895
|
-
"
|
26896
|
-
"document": "
|
28721
|
+
"SmartSubtitlesTaskInput": {
|
28722
|
+
"document": "智能字幕输入结构体",
|
26897
28723
|
"members": [
|
26898
28724
|
{
|
26899
28725
|
"disabled": false,
|
26900
|
-
"document": "
|
26901
|
-
"example": "
|
26902
|
-
"member": "
|
26903
|
-
"name": "
|
28726
|
+
"document": "智能字幕模板 ID 。\t",
|
28727
|
+
"example": "123",
|
28728
|
+
"member": "uint64",
|
28729
|
+
"name": "Definition",
|
28730
|
+
"output_required": false,
|
26904
28731
|
"required": false,
|
26905
|
-
"type": "
|
28732
|
+
"type": "int",
|
26906
28733
|
"value_allowed_null": false
|
26907
28734
|
},
|
26908
28735
|
{
|
26909
28736
|
"disabled": false,
|
26910
|
-
"document": "
|
26911
|
-
"example": "
|
26912
|
-
"member": "float",
|
26913
|
-
"name": "Intensity",
|
26914
|
-
"required": false,
|
26915
|
-
"type": "float",
|
26916
|
-
"value_allowed_null": true
|
26917
|
-
}
|
26918
|
-
],
|
26919
|
-
"usage": "both"
|
26920
|
-
},
|
26921
|
-
"SimpleAesDrm": {
|
26922
|
-
"document": "SimpleAes 加密信息。",
|
26923
|
-
"members": [
|
26924
|
-
{
|
26925
|
-
"disabled": false,
|
26926
|
-
"document": "请求解密秘钥uri地址。\n注意:此字段可能返回 null,表示取不到有效值。",
|
26927
|
-
"example": "http://test.qq.com?vid=xxx",
|
26928
|
-
"member": "string",
|
26929
|
-
"name": "Uri",
|
26930
|
-
"output_required": false,
|
26931
|
-
"required": true,
|
26932
|
-
"type": "string",
|
26933
|
-
"value_allowed_null": true
|
26934
|
-
},
|
26935
|
-
{
|
26936
|
-
"disabled": false,
|
26937
|
-
"document": "加密key(32字节字符串)。\n注意:此字段可能返回 null,表示取不到有效值。",
|
26938
|
-
"example": "14367588ab31370e32ae000544bd007d",
|
28737
|
+
"document": "用户扩展字段,一般场景不用填。",
|
28738
|
+
"example": "用户扩展字段",
|
26939
28739
|
"member": "string",
|
26940
|
-
"name": "
|
28740
|
+
"name": "UserExtPara",
|
26941
28741
|
"output_required": false,
|
26942
|
-
"required":
|
28742
|
+
"required": false,
|
26943
28743
|
"type": "string",
|
26944
|
-
"value_allowed_null":
|
28744
|
+
"value_allowed_null": false
|
26945
28745
|
},
|
26946
28746
|
{
|
26947
28747
|
"disabled": false,
|
26948
|
-
"document": "
|
26949
|
-
"example": "
|
26950
|
-
"member": "
|
26951
|
-
"name": "
|
28748
|
+
"document": "智能字幕自定义参数,当 Definition 填 0 时有效。 该参数用于高度定制场景,建议您优先使用 Definition 指定智能字幕参数。\t\n注意:此字段可能返回 null,表示取不到有效值。",
|
28749
|
+
"example": "无",
|
28750
|
+
"member": "RawSmartSubtitleParameter",
|
28751
|
+
"name": "RawParameter",
|
26952
28752
|
"output_required": false,
|
26953
28753
|
"required": false,
|
26954
|
-
"type": "
|
28754
|
+
"type": "object",
|
26955
28755
|
"value_allowed_null": true
|
26956
28756
|
}
|
26957
28757
|
],
|
@@ -27156,6 +28956,67 @@
|
|
27156
28956
|
],
|
27157
28957
|
"usage": "out"
|
27158
28958
|
},
|
28959
|
+
"SpekeDrm": {
|
28960
|
+
"document": "FairPlay,WideVine,PlayReady 等Drm加密方式。",
|
28961
|
+
"members": [
|
28962
|
+
{
|
28963
|
+
"disabled": false,
|
28964
|
+
"document": "资源标记,\n支持1-128个字符的数字、字母、下划线(_)、中划线(-)。",
|
28965
|
+
"example": "123xx",
|
28966
|
+
"member": "string",
|
28967
|
+
"name": "ResourceId",
|
28968
|
+
"output_required": false,
|
28969
|
+
"required": true,
|
28970
|
+
"type": "string",
|
28971
|
+
"value_allowed_null": false
|
28972
|
+
},
|
28973
|
+
{
|
28974
|
+
"disabled": false,
|
28975
|
+
"document": "drm厂商访问地址;\n\n注: 不同DRM厂商对子流的数量限制不一样,如 pallycon 限制不能超过5条子流,drmtoday厂商最多仅支持9条子流加密",
|
28976
|
+
"example": "https://kms.pallycon.com/v2/cpix/getKey?enc-token=xxx",
|
28977
|
+
"member": "string",
|
28978
|
+
"name": "KeyServerUrl",
|
28979
|
+
"output_required": false,
|
28980
|
+
"required": true,
|
28981
|
+
"type": "string",
|
28982
|
+
"value_allowed_null": false
|
28983
|
+
},
|
28984
|
+
{
|
28985
|
+
"disabled": false,
|
28986
|
+
"document": "加密初始化向量(32字节字符串)。",
|
28987
|
+
"example": "452ac1553f19b846e2f2c4cffd8f4a9b",
|
28988
|
+
"member": "string",
|
28989
|
+
"name": "Vector",
|
28990
|
+
"output_required": false,
|
28991
|
+
"required": true,
|
28992
|
+
"type": "string",
|
28993
|
+
"value_allowed_null": false
|
28994
|
+
},
|
28995
|
+
{
|
28996
|
+
"disabled": false,
|
28997
|
+
"document": "加密方式,FairPlay 默认cbcs,PlayReady,Widevine 默认cenc\n\ncbcs:PlayReady,Widevine,FairPlay 支持;\ncenc:PlayReady,Widevine支持;",
|
28998
|
+
"example": "cbcs",
|
28999
|
+
"member": "string",
|
29000
|
+
"name": "EncryptionMethod",
|
29001
|
+
"output_required": false,
|
29002
|
+
"required": false,
|
29003
|
+
"type": "string",
|
29004
|
+
"value_allowed_null": false
|
29005
|
+
},
|
29006
|
+
{
|
29007
|
+
"disabled": false,
|
29008
|
+
"document": "子流加密规则,默认 preset0\npreset0:全部子流使用同一个key加密;\npreset1:每个子流使用不同的key加密;\n",
|
29009
|
+
"example": "preset0",
|
29010
|
+
"member": "string",
|
29011
|
+
"name": "EncryptionPreset",
|
29012
|
+
"output_required": false,
|
29013
|
+
"required": false,
|
29014
|
+
"type": "string",
|
29015
|
+
"value_allowed_null": false
|
29016
|
+
}
|
29017
|
+
],
|
29018
|
+
"usage": "both"
|
29019
|
+
},
|
27159
29020
|
"StartStreamLinkFlowRequest": {
|
27160
29021
|
"document": "StartStreamLinkFlow请求参数结构体",
|
27161
29022
|
"members": [
|
@@ -30051,7 +31912,7 @@
|
|
30051
31912
|
{
|
30052
31913
|
"disabled": false,
|
30053
31914
|
"document": "媒体处理任务 ID。",
|
30054
|
-
"example": "
|
31915
|
+
"example": "2xxxx-123456789",
|
30055
31916
|
"member": "string",
|
30056
31917
|
"name": "TaskId",
|
30057
31918
|
"output_required": true,
|
@@ -30061,7 +31922,7 @@
|
|
30061
31922
|
{
|
30062
31923
|
"disabled": false,
|
30063
31924
|
"document": "任务流状态,取值:\n<li>PROCESSING:处理中;</li>\n<li>FINISH:已完成。</li>",
|
30064
|
-
"example": "
|
31925
|
+
"example": "PROCESSING",
|
30065
31926
|
"member": "string",
|
30066
31927
|
"name": "Status",
|
30067
31928
|
"output_required": true,
|
@@ -30071,7 +31932,7 @@
|
|
30071
31932
|
{
|
30072
31933
|
"disabled": false,
|
30073
31934
|
"document": "源异常时返回非0错误码,返回0 时请使用各个具体任务的 ErrCode。",
|
30074
|
-
"example": "
|
31935
|
+
"example": "0",
|
30075
31936
|
"member": "int64",
|
30076
31937
|
"name": "ErrCode",
|
30077
31938
|
"output_required": true,
|
@@ -30081,7 +31942,7 @@
|
|
30081
31942
|
{
|
30082
31943
|
"disabled": false,
|
30083
31944
|
"document": "源异常时返回对应异常Message,否则请使用各个具体任务的 Message。",
|
30084
|
-
"example": "
|
31945
|
+
"example": "SUCCESS",
|
30085
31946
|
"member": "string",
|
30086
31947
|
"name": "Message",
|
30087
31948
|
"output_required": true,
|
@@ -30091,7 +31952,7 @@
|
|
30091
31952
|
{
|
30092
31953
|
"disabled": false,
|
30093
31954
|
"document": "媒体处理的目标文件信息。\n注意:此字段可能返回 null,表示取不到有效值。",
|
30094
|
-
"example": "
|
31955
|
+
"example": "无",
|
30095
31956
|
"member": "MediaInputInfo",
|
30096
31957
|
"name": "InputInfo",
|
30097
31958
|
"output_required": true,
|
@@ -30101,7 +31962,7 @@
|
|
30101
31962
|
{
|
30102
31963
|
"disabled": false,
|
30103
31964
|
"document": "原始视频的元信息。\n注意:此字段可能返回 null,表示取不到有效值。",
|
30104
|
-
"example": "
|
31965
|
+
"example": "无",
|
30105
31966
|
"member": "MediaMetaData",
|
30106
31967
|
"name": "MetaData",
|
30107
31968
|
"output_required": true,
|
@@ -30111,7 +31972,7 @@
|
|
30111
31972
|
{
|
30112
31973
|
"disabled": false,
|
30113
31974
|
"document": "媒体处理任务的执行状态与结果。",
|
30114
|
-
"example": "
|
31975
|
+
"example": "无",
|
30115
31976
|
"member": "MediaProcessTaskResult",
|
30116
31977
|
"name": "MediaProcessResultSet",
|
30117
31978
|
"output_required": true,
|
@@ -30121,7 +31982,7 @@
|
|
30121
31982
|
{
|
30122
31983
|
"disabled": false,
|
30123
31984
|
"document": "视频内容审核任务的执行状态与结果。",
|
30124
|
-
"example": "
|
31985
|
+
"example": "无",
|
30125
31986
|
"member": "AiContentReviewResult",
|
30126
31987
|
"name": "AiContentReviewResultSet",
|
30127
31988
|
"output_required": true,
|
@@ -30131,7 +31992,7 @@
|
|
30131
31992
|
{
|
30132
31993
|
"disabled": false,
|
30133
31994
|
"document": "视频内容分析任务的执行状态与结果。",
|
30134
|
-
"example": "
|
31995
|
+
"example": "无",
|
30135
31996
|
"member": "AiAnalysisResult",
|
30136
31997
|
"name": "AiAnalysisResultSet",
|
30137
31998
|
"output_required": true,
|
@@ -30141,7 +32002,7 @@
|
|
30141
32002
|
{
|
30142
32003
|
"disabled": false,
|
30143
32004
|
"document": "视频内容识别任务的执行状态与结果。",
|
30144
|
-
"example": "
|
32005
|
+
"example": "无",
|
30145
32006
|
"member": "AiRecognitionResult",
|
30146
32007
|
"name": "AiRecognitionResultSet",
|
30147
32008
|
"output_required": true,
|
@@ -30151,12 +32012,22 @@
|
|
30151
32012
|
{
|
30152
32013
|
"disabled": false,
|
30153
32014
|
"document": "媒体质检任务的执行状态与结果。\n注意:此字段可能返回 null,表示取不到有效值。",
|
30154
|
-
"example": "
|
32015
|
+
"example": "无",
|
30155
32016
|
"member": "ScheduleQualityControlTaskResult",
|
30156
32017
|
"name": "AiQualityControlTaskResult",
|
30157
32018
|
"output_required": true,
|
30158
32019
|
"type": "object",
|
30159
32020
|
"value_allowed_null": true
|
32021
|
+
},
|
32022
|
+
{
|
32023
|
+
"disabled": false,
|
32024
|
+
"document": "智能字幕任务的执行结果\n注意:此字段可能返回 null,表示取不到有效值。",
|
32025
|
+
"example": "无",
|
32026
|
+
"member": "SmartSubtitlesResult",
|
32027
|
+
"name": "SmartSubtitlesTaskResult",
|
32028
|
+
"output_required": false,
|
32029
|
+
"type": "list",
|
32030
|
+
"value_allowed_null": true
|
30160
32031
|
}
|
30161
32032
|
],
|
30162
32033
|
"usage": "out"
|