tccli 3.0.1212.1__py2.py3-none-any.whl → 3.0.1214.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (64) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/batch/v20170312/api.json +2 -2
  3. tccli/services/captcha/v20190722/api.json +55 -45
  4. tccli/services/captcha/v20190722/examples.json +11 -11
  5. tccli/services/cdb/v20170320/api.json +9 -0
  6. tccli/services/cfw/v20190904/api.json +96 -87
  7. tccli/services/cfw/v20190904/examples.json +32 -32
  8. tccli/services/clb/v20180317/api.json +19 -1
  9. tccli/services/cvm/v20170312/api.json +3 -3
  10. tccli/services/cwp/v20180228/api.json +478 -394
  11. tccli/services/cwp/v20180228/examples.json +160 -160
  12. tccli/services/cynosdb/v20190107/api.json +51 -40
  13. tccli/services/cynosdb/v20190107/examples.json +2 -2
  14. tccli/services/dbbrain/v20210527/api.json +2 -2
  15. tccli/services/dbbrain/v20210527/examples.json +1 -1
  16. tccli/services/ecdn/v20191012/api.json +2 -2
  17. tccli/services/ecdn/v20191012/examples.json +1 -1
  18. tccli/services/emr/v20190103/api.json +2 -2
  19. tccli/services/emr/v20190103/examples.json +1 -1
  20. tccli/services/ess/v20201111/api.json +19 -1
  21. tccli/services/ess/v20201111/examples.json +6 -0
  22. tccli/services/essbasic/v20210526/api.json +18 -0
  23. tccli/services/essbasic/v20210526/examples.json +6 -0
  24. tccli/services/gaap/v20180529/api.json +95 -85
  25. tccli/services/gaap/v20180529/examples.json +27 -33
  26. tccli/services/hunyuan/v20230901/api.json +1 -1
  27. tccli/services/lcic/v20220817/api.json +1 -1
  28. tccli/services/lcic/v20220817/examples.json +2 -2
  29. tccli/services/lighthouse/v20200324/api.json +6 -6
  30. tccli/services/lighthouse/v20200324/examples.json +1 -1
  31. tccli/services/monitor/v20180724/api.json +19 -0
  32. tccli/services/mqtt/v20240516/api.json +3 -3
  33. tccli/services/ocr/v20181119/api.json +1 -1
  34. tccli/services/pts/v20210728/api.json +11 -0
  35. tccli/services/rce/v20201103/api.json +10 -10
  36. tccli/services/rce/v20201103/examples.json +1 -1
  37. tccli/services/redis/v20180412/api.json +2 -2
  38. tccli/services/ses/v20201002/api.json +21 -21
  39. tccli/services/sms/v20190711/api.json +74 -74
  40. tccli/services/sms/v20190711/examples.json +12 -12
  41. tccli/services/sms/v20210111/api.json +73 -73
  42. tccli/services/sms/v20210111/examples.json +15 -15
  43. tccli/services/taf/v20200210/api.json +92 -95
  44. tccli/services/taf/v20200210/examples.json +2 -2
  45. tccli/services/tdmq/tdmq_client.py +159 -0
  46. tccli/services/tdmq/v20200217/api.json +769 -358
  47. tccli/services/tdmq/v20200217/examples.json +107 -83
  48. tccli/services/trocket/v20230308/api.json +382 -285
  49. tccli/services/trocket/v20230308/examples.json +60 -66
  50. tccli/services/tsi/v20210325/api.json +79 -0
  51. tccli/services/vod/v20180717/api.json +500 -57
  52. tccli/services/vod/v20180717/examples.json +8 -2
  53. tccli/services/vpc/v20170312/api.json +9 -9
  54. tccli/services/waf/v20180125/api.json +83 -1
  55. tccli/services/waf/v20180125/examples.json +9 -1
  56. tccli/services/waf/waf_client.py +57 -4
  57. tccli/services/wedata/v20210820/api.json +390 -0
  58. tccli/services/wedata/v20210820/examples.json +14 -0
  59. tccli/services/wedata/wedata_client.py +57 -4
  60. {tccli-3.0.1212.1.dist-info → tccli-3.0.1214.1.dist-info}/METADATA +2 -2
  61. {tccli-3.0.1212.1.dist-info → tccli-3.0.1214.1.dist-info}/RECORD +64 -64
  62. {tccli-3.0.1212.1.dist-info → tccli-3.0.1214.1.dist-info}/WHEEL +0 -0
  63. {tccli-3.0.1212.1.dist-info → tccli-3.0.1214.1.dist-info}/entry_points.txt +0 -0
  64. {tccli-3.0.1212.1.dist-info → tccli-3.0.1214.1.dist-info}/license_files/LICENSE +0 -0
@@ -1380,140 +1380,160 @@
1380
1380
  {
1381
1381
  "disabled": false,
1382
1382
  "document": "视频内容识别模板唯一标识。",
1383
- "example": "",
1383
+ "example": "",
1384
1384
  "member": "int64",
1385
1385
  "name": "Definition",
1386
- "required": true,
1386
+ "output_required": true,
1387
1387
  "type": "int",
1388
1388
  "value_allowed_null": false
1389
1389
  },
1390
1390
  {
1391
1391
  "disabled": false,
1392
1392
  "document": "视频内容识别模板名称。",
1393
- "example": "",
1393
+ "example": "",
1394
1394
  "member": "string",
1395
1395
  "name": "Name",
1396
- "required": true,
1396
+ "output_required": true,
1397
1397
  "type": "string",
1398
1398
  "value_allowed_null": false
1399
1399
  },
1400
1400
  {
1401
1401
  "disabled": false,
1402
1402
  "document": "视频内容识别模板描述信息。",
1403
- "example": "",
1403
+ "example": "",
1404
1404
  "member": "string",
1405
1405
  "name": "Comment",
1406
- "required": true,
1406
+ "output_required": true,
1407
+ "type": "string",
1408
+ "value_allowed_null": false
1409
+ },
1410
+ {
1411
+ "disabled": false,
1412
+ "document": "模板类型,取值:\n<li>Preset:系统预置模板;</li>\n<li>Custom:用户自定义模板。</li>",
1413
+ "example": "Preset",
1414
+ "member": "string",
1415
+ "name": "Type",
1416
+ "output_required": true,
1407
1417
  "type": "string",
1408
1418
  "value_allowed_null": false
1409
1419
  },
1410
1420
  {
1411
1421
  "disabled": false,
1412
1422
  "document": "头尾识别控制参数。\n注意:此字段可能返回 null,表示取不到有效值。",
1413
- "example": "",
1423
+ "example": "",
1414
1424
  "member": "HeadTailConfigureInfo",
1415
1425
  "name": "HeadTailConfigure",
1416
- "required": true,
1426
+ "output_required": true,
1417
1427
  "type": "object",
1418
1428
  "value_allowed_null": true
1419
1429
  },
1420
1430
  {
1421
1431
  "disabled": false,
1422
1432
  "document": "拆条识别控制参数。\n注意:此字段可能返回 null,表示取不到有效值。",
1423
- "example": "",
1433
+ "example": "",
1424
1434
  "member": "SegmentConfigureInfo",
1425
1435
  "name": "SegmentConfigure",
1426
- "required": true,
1436
+ "output_required": true,
1427
1437
  "type": "object",
1428
1438
  "value_allowed_null": true
1429
1439
  },
1430
1440
  {
1431
1441
  "disabled": false,
1432
1442
  "document": "人脸识别控制参数。\n注意:此字段可能返回 null,表示取不到有效值。",
1433
- "example": "",
1443
+ "example": "",
1434
1444
  "member": "FaceConfigureInfo",
1435
1445
  "name": "FaceConfigure",
1436
- "required": true,
1446
+ "output_required": true,
1437
1447
  "type": "object",
1438
1448
  "value_allowed_null": true
1439
1449
  },
1440
1450
  {
1441
1451
  "disabled": false,
1442
1452
  "document": "文本全文识别控制参数。\n注意:此字段可能返回 null,表示取不到有效值。",
1443
- "example": "",
1453
+ "example": "",
1444
1454
  "member": "OcrFullTextConfigureInfo",
1445
1455
  "name": "OcrFullTextConfigure",
1446
- "required": true,
1456
+ "output_required": true,
1447
1457
  "type": "object",
1448
1458
  "value_allowed_null": true
1449
1459
  },
1450
1460
  {
1451
1461
  "disabled": false,
1452
1462
  "document": "文本关键词识别控制参数。\n注意:此字段可能返回 null,表示取不到有效值。",
1453
- "example": "",
1463
+ "example": "",
1454
1464
  "member": "OcrWordsConfigureInfo",
1455
1465
  "name": "OcrWordsConfigure",
1456
- "required": true,
1466
+ "output_required": true,
1457
1467
  "type": "object",
1458
1468
  "value_allowed_null": true
1459
1469
  },
1460
1470
  {
1461
1471
  "disabled": false,
1462
1472
  "document": "语音全文识别控制参数。\n注意:此字段可能返回 null,表示取不到有效值。",
1463
- "example": "",
1473
+ "example": "",
1464
1474
  "member": "AsrFullTextConfigureInfo",
1465
1475
  "name": "AsrFullTextConfigure",
1466
- "required": true,
1476
+ "output_required": true,
1467
1477
  "type": "object",
1468
1478
  "value_allowed_null": true
1469
1479
  },
1470
1480
  {
1471
1481
  "disabled": false,
1472
1482
  "document": "语音关键词识别控制参数。\n注意:此字段可能返回 null,表示取不到有效值。",
1473
- "example": "",
1483
+ "example": "",
1474
1484
  "member": "AsrWordsConfigureInfo",
1475
1485
  "name": "AsrWordsConfigure",
1476
- "required": true,
1486
+ "output_required": true,
1487
+ "type": "object",
1488
+ "value_allowed_null": true
1489
+ },
1490
+ {
1491
+ "disabled": false,
1492
+ "document": "语音翻译控制参数。\n注意:此字段可能返回 null,表示取不到有效值。",
1493
+ "example": "无",
1494
+ "member": "AsrTranslateConfigureInfo",
1495
+ "name": "AsrTranslateConfigure",
1496
+ "output_required": true,
1477
1497
  "type": "object",
1478
1498
  "value_allowed_null": true
1479
1499
  },
1480
1500
  {
1481
1501
  "disabled": false,
1482
1502
  "document": "物体识别控制参数。\n注意:此字段可能返回 null,表示取不到有效值。",
1483
- "example": "",
1503
+ "example": "",
1484
1504
  "member": "ObjectConfigureInfo",
1485
1505
  "name": "ObjectConfigure",
1486
- "required": true,
1506
+ "output_required": true,
1487
1507
  "type": "object",
1488
1508
  "value_allowed_null": true
1489
1509
  },
1490
1510
  {
1491
1511
  "disabled": false,
1492
1512
  "document": "截图时间间隔,单位:秒。",
1493
- "example": "",
1513
+ "example": "",
1494
1514
  "member": "float",
1495
1515
  "name": "ScreenshotInterval",
1496
- "required": true,
1516
+ "output_required": true,
1497
1517
  "type": "float",
1498
1518
  "value_allowed_null": false
1499
1519
  },
1500
1520
  {
1501
1521
  "disabled": false,
1502
1522
  "document": "模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。",
1503
- "example": "",
1523
+ "example": "",
1504
1524
  "member": "string",
1505
1525
  "name": "CreateTime",
1506
- "required": true,
1526
+ "output_required": true,
1507
1527
  "type": "string",
1508
1528
  "value_allowed_null": false
1509
1529
  },
1510
1530
  {
1511
1531
  "disabled": false,
1512
1532
  "document": "模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。",
1513
- "example": "",
1533
+ "example": "",
1514
1534
  "member": "string",
1515
1535
  "name": "UpdateTime",
1516
- "required": true,
1536
+ "output_required": true,
1517
1537
  "type": "string",
1518
1538
  "value_allowed_null": false
1519
1539
  }
@@ -2907,91 +2927,101 @@
2907
2927
  "members": [
2908
2928
  {
2909
2929
  "disabled": false,
2910
- "document": "任务的类型,取值范围:\n<li>FaceRecognition:人脸识别,</li>\n<li>AsrWordsRecognition:语音关键词识别,</li>\n<li>OcrWordsRecognition:文本关键词识别,</li>\n<li>AsrFullTextRecognition:语音全文识别,</li>\n<li>OcrFullTextRecognition:文本全文识别,</li>\n<li>HeadTailRecognition:视频片头片尾识别,</li>\n<li>ObjectRecognition:物体识别。</li>",
2911
- "example": "",
2930
+ "document": "任务的类型,取值范围:\n<li>FaceRecognition:人脸识别,</li>\n<li>AsrWordsRecognition:语音关键词识别,</li>\n<li>OcrWordsRecognition:文本关键词识别,</li>\n<li>AsrFullTextRecognition:语音全文识别,</li>\n<li>AsrTranslateRecognition:语音翻译识别,</li>\n<li>OcrFullTextRecognition:文本全文识别,</li>\n<li>HeadTailRecognition:视频片头片尾识别,</li>\n<li>ObjectRecognition:物体识别。</li>",
2931
+ "example": "",
2912
2932
  "member": "string",
2913
2933
  "name": "Type",
2914
- "required": true,
2934
+ "output_required": true,
2915
2935
  "type": "string",
2916
2936
  "value_allowed_null": false
2917
2937
  },
2918
2938
  {
2919
2939
  "disabled": false,
2920
2940
  "document": "视频片头片尾识别结果,当 Type 为\n HeadTailRecognition 时有效。\n注意:此字段可能返回 null,表示取不到有效值。",
2921
- "example": "",
2941
+ "example": "",
2922
2942
  "member": "AiRecognitionTaskHeadTailResult",
2923
2943
  "name": "HeadTailTask",
2924
- "required": true,
2944
+ "output_required": true,
2925
2945
  "type": "object",
2926
2946
  "value_allowed_null": true
2927
2947
  },
2928
2948
  {
2929
2949
  "disabled": false,
2930
2950
  "document": "视频拆条识别结果,当 Type 为\n SegmentRecognition 时有效。\n注意:此字段可能返回 null,表示取不到有效值。",
2931
- "example": "",
2951
+ "example": "",
2932
2952
  "member": "AiRecognitionTaskSegmentResult",
2933
2953
  "name": "SegmentTask",
2934
- "required": true,
2954
+ "output_required": true,
2935
2955
  "type": "object",
2936
2956
  "value_allowed_null": true
2937
2957
  },
2938
2958
  {
2939
2959
  "disabled": false,
2940
2960
  "document": "人脸识别结果,当 Type 为 \n FaceRecognition 时有效。\n注意:此字段可能返回 null,表示取不到有效值。",
2941
- "example": "",
2961
+ "example": "",
2942
2962
  "member": "AiRecognitionTaskFaceResult",
2943
2963
  "name": "FaceTask",
2944
- "required": true,
2964
+ "output_required": true,
2945
2965
  "type": "object",
2946
2966
  "value_allowed_null": true
2947
2967
  },
2948
2968
  {
2949
2969
  "disabled": false,
2950
2970
  "document": "语音关键词识别结果,当 Type 为\n AsrWordsRecognition 时有效。\n注意:此字段可能返回 null,表示取不到有效值。",
2951
- "example": "",
2971
+ "example": "",
2952
2972
  "member": "AiRecognitionTaskAsrWordsResult",
2953
2973
  "name": "AsrWordsTask",
2954
- "required": true,
2974
+ "output_required": true,
2955
2975
  "type": "object",
2956
2976
  "value_allowed_null": true
2957
2977
  },
2958
2978
  {
2959
2979
  "disabled": false,
2960
2980
  "document": "语音全文识别结果,当 Type 为\n AsrFullTextRecognition 时有效。\n注意:此字段可能返回 null,表示取不到有效值。",
2961
- "example": "",
2981
+ "example": "",
2962
2982
  "member": "AiRecognitionTaskAsrFullTextResult",
2963
2983
  "name": "AsrFullTextTask",
2964
- "required": true,
2984
+ "output_required": true,
2985
+ "type": "object",
2986
+ "value_allowed_null": true
2987
+ },
2988
+ {
2989
+ "disabled": false,
2990
+ "document": "语音翻译结果,当 Type 为 AsrTranslateRecognition 时有效。\n注意:此字段可能返回 null,表示取不到有效值。",
2991
+ "example": "无",
2992
+ "member": "AiRecognitionTaskAsrTranslateResult",
2993
+ "name": "AsrTranslateTask",
2994
+ "output_required": true,
2965
2995
  "type": "object",
2966
2996
  "value_allowed_null": true
2967
2997
  },
2968
2998
  {
2969
2999
  "disabled": false,
2970
3000
  "document": "文本关键词识别结果,当 Type 为\n OcrWordsRecognition 时有效。\n注意:此字段可能返回 null,表示取不到有效值。",
2971
- "example": "",
3001
+ "example": "",
2972
3002
  "member": "AiRecognitionTaskOcrWordsResult",
2973
3003
  "name": "OcrWordsTask",
2974
- "required": true,
3004
+ "output_required": true,
2975
3005
  "type": "object",
2976
3006
  "value_allowed_null": true
2977
3007
  },
2978
3008
  {
2979
3009
  "disabled": false,
2980
3010
  "document": "文本全文识别结果,当 Type 为\n OcrFullTextRecognition 时有效。\n注意:此字段可能返回 null,表示取不到有效值。",
2981
- "example": "",
3011
+ "example": "",
2982
3012
  "member": "AiRecognitionTaskOcrFullTextResult",
2983
3013
  "name": "OcrFullTextTask",
2984
- "required": true,
3014
+ "output_required": true,
2985
3015
  "type": "object",
2986
3016
  "value_allowed_null": true
2987
3017
  },
2988
3018
  {
2989
3019
  "disabled": false,
2990
3020
  "document": "物体识别结果,当 Type 为\n ObjectRecognition 时有效。\n注意:此字段可能返回 null,表示取不到有效值。",
2991
- "example": "",
3021
+ "example": "",
2992
3022
  "member": "AiRecognitionTaskObjectResult",
2993
3023
  "name": "ObjectTask",
2994
- "required": true,
3024
+ "output_required": true,
2995
3025
  "type": "object",
2996
3026
  "value_allowed_null": true
2997
3027
  }
@@ -3119,7 +3149,7 @@
3119
3149
  "example": "null",
3120
3150
  "member": "AiRecognitionTaskAsrFullTextSegmentItem",
3121
3151
  "name": "SegmentSet",
3122
- "required": true,
3152
+ "output_required": true,
3123
3153
  "type": "list",
3124
3154
  "value_allowed_null": false
3125
3155
  },
@@ -3129,7 +3159,7 @@
3129
3159
  "example": "http://123xxx",
3130
3160
  "member": "string",
3131
3161
  "name": "SegmentSetFileUrl",
3132
- "required": true,
3162
+ "output_required": true,
3133
3163
  "type": "string",
3134
3164
  "value_allowed_null": false
3135
3165
  },
@@ -3139,7 +3169,7 @@
3139
3169
  "example": "2018-10-01T10:00:00Z",
3140
3170
  "member": "string",
3141
3171
  "name": "SegmentSetFileUrlExpireTime",
3142
- "required": true,
3172
+ "output_required": true,
3143
3173
  "type": "string",
3144
3174
  "value_allowed_null": false
3145
3175
  },
@@ -3149,7 +3179,7 @@
3149
3179
  "example": "无",
3150
3180
  "member": "AiRecognitionTaskAsrFullTextResultOutputSubtitleItem",
3151
3181
  "name": "SubtitleSet",
3152
- "required": true,
3182
+ "output_required": true,
3153
3183
  "type": "list",
3154
3184
  "value_allowed_null": false
3155
3185
  },
@@ -3159,7 +3189,7 @@
3159
3189
  "example": "http://123xxx",
3160
3190
  "member": "string",
3161
3191
  "name": "SubtitleUrl",
3162
- "required": true,
3192
+ "output_required": true,
3163
3193
  "type": "string",
3164
3194
  "value_allowed_null": false
3165
3195
  }
@@ -3169,6 +3199,36 @@
3169
3199
  "AiRecognitionTaskAsrFullTextResultOutputSubtitleItem": {
3170
3200
  "document": "字幕信息。",
3171
3201
  "members": [
3202
+ {
3203
+ "disabled": false,
3204
+ "document": "媒资字幕 ID,用于媒资字幕管理,仅当 Format 为 vtt 时有效。\n<font color=red>注意:</font>2024-11-01T10:00:00Z 之前的任务返回此字段无效。",
3205
+ "example": "无",
3206
+ "member": "string",
3207
+ "name": "Id",
3208
+ "output_required": false,
3209
+ "type": "string",
3210
+ "value_allowed_null": false
3211
+ },
3212
+ {
3213
+ "disabled": false,
3214
+ "document": "媒资字幕名字,用于播放器展示,仅当 Format 为 vtt 时有效。\n<font color=red>注意:</font>2024-11-01T10:00:00Z 之前的任务返回此字段无效。",
3215
+ "example": "无",
3216
+ "member": "string",
3217
+ "name": "Name",
3218
+ "output_required": false,
3219
+ "type": "string",
3220
+ "value_allowed_null": false
3221
+ },
3222
+ {
3223
+ "disabled": false,
3224
+ "document": "字幕语言。",
3225
+ "example": "无",
3226
+ "member": "string",
3227
+ "name": "Language",
3228
+ "output_required": false,
3229
+ "type": "string",
3230
+ "value_allowed_null": false
3231
+ },
3172
3232
  {
3173
3233
  "disabled": false,
3174
3234
  "document": "字幕文件格式,取值范围:\n<li>vtt:WebVTT 字幕文件;</li>\n<li>srt:SRT 字幕文件。</li>",
@@ -3238,6 +3298,220 @@
3238
3298
  ],
3239
3299
  "usage": "out"
3240
3300
  },
3301
+ "AiRecognitionTaskAsrTranslateResult": {
3302
+ "document": "语音翻译结果。",
3303
+ "members": [
3304
+ {
3305
+ "disabled": false,
3306
+ "document": "任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。",
3307
+ "example": "PROCESSING",
3308
+ "member": "string",
3309
+ "name": "Status",
3310
+ "output_required": true,
3311
+ "type": "string",
3312
+ "value_allowed_null": false
3313
+ },
3314
+ {
3315
+ "disabled": false,
3316
+ "document": "错误码,空字符串表示成功,其他值表示失败,取值请参考 [视频处理类错误码](https://cloud.tencent.com/document/product/266/50368#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。",
3317
+ "example": "\"\"",
3318
+ "member": "string",
3319
+ "name": "ErrCodeExt",
3320
+ "output_required": true,
3321
+ "type": "string",
3322
+ "value_allowed_null": false
3323
+ },
3324
+ {
3325
+ "disabled": false,
3326
+ "document": "错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。",
3327
+ "example": "0",
3328
+ "member": "int64",
3329
+ "name": "ErrCode",
3330
+ "output_required": true,
3331
+ "type": "int",
3332
+ "value_allowed_null": false
3333
+ },
3334
+ {
3335
+ "disabled": false,
3336
+ "document": "错误信息。",
3337
+ "example": "SUCCESS",
3338
+ "member": "string",
3339
+ "name": "Message",
3340
+ "output_required": true,
3341
+ "type": "string",
3342
+ "value_allowed_null": false
3343
+ },
3344
+ {
3345
+ "disabled": false,
3346
+ "document": "语音翻译任务输入信息。",
3347
+ "example": "null",
3348
+ "member": "AiRecognitionTaskAsrTranslateResultInput",
3349
+ "name": "Input",
3350
+ "output_required": true,
3351
+ "type": "object",
3352
+ "value_allowed_null": false
3353
+ },
3354
+ {
3355
+ "disabled": false,
3356
+ "document": "语音翻译任务输出信息。\n注意:此字段可能返回 null,表示取不到有效值。",
3357
+ "example": "null",
3358
+ "member": "AiRecognitionTaskAsrTranslateResultOutput",
3359
+ "name": "Output",
3360
+ "output_required": true,
3361
+ "type": "object",
3362
+ "value_allowed_null": true
3363
+ },
3364
+ {
3365
+ "disabled": false,
3366
+ "document": "语音翻译任务进度,取值范围 [0-100] 。",
3367
+ "example": "0",
3368
+ "member": "int64",
3369
+ "name": "Progress",
3370
+ "output_required": true,
3371
+ "type": "int",
3372
+ "value_allowed_null": false
3373
+ },
3374
+ {
3375
+ "disabled": false,
3376
+ "document": "语音翻译任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。",
3377
+ "example": "2018-10-01T18:00:00+08:00",
3378
+ "member": "string",
3379
+ "name": "BeginProcessTime",
3380
+ "output_required": true,
3381
+ "type": "string",
3382
+ "value_allowed_null": false
3383
+ },
3384
+ {
3385
+ "disabled": false,
3386
+ "document": "语音翻译任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。",
3387
+ "example": "2018-10-01T18:00:00+08:00",
3388
+ "member": "string",
3389
+ "name": "FinishTime",
3390
+ "output_required": true,
3391
+ "type": "string",
3392
+ "value_allowed_null": false
3393
+ }
3394
+ ],
3395
+ "usage": "out"
3396
+ },
3397
+ "AiRecognitionTaskAsrTranslateResultInput": {
3398
+ "document": "语音翻译的输入。",
3399
+ "members": [
3400
+ {
3401
+ "disabled": false,
3402
+ "document": "语音翻译模板 ID。",
3403
+ "example": "无",
3404
+ "member": "int64",
3405
+ "name": "Definition",
3406
+ "output_required": true,
3407
+ "type": "int",
3408
+ "value_allowed_null": false
3409
+ }
3410
+ ],
3411
+ "usage": "out"
3412
+ },
3413
+ "AiRecognitionTaskAsrTranslateResultOutput": {
3414
+ "document": "语音翻译结果。",
3415
+ "members": [
3416
+ {
3417
+ "disabled": false,
3418
+ "document": "语音翻译片段列表。\n<font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。",
3419
+ "example": "null",
3420
+ "member": "AiRecognitionTaskAsrTranslateSegmentItem",
3421
+ "name": "SegmentSet",
3422
+ "output_required": true,
3423
+ "type": "list",
3424
+ "value_allowed_null": false
3425
+ },
3426
+ {
3427
+ "disabled": false,
3428
+ "document": "语音翻译片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达SegmentSetFileUrlExpireTime 时间点后文件将被删除)。",
3429
+ "example": "http://123xxx",
3430
+ "member": "string",
3431
+ "name": "SegmentSetFileUrl",
3432
+ "output_required": true,
3433
+ "type": "string",
3434
+ "value_allowed_null": false
3435
+ },
3436
+ {
3437
+ "disabled": false,
3438
+ "document": "语音翻译片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。",
3439
+ "example": "2018-10-01T10:00:00Z",
3440
+ "member": "string",
3441
+ "name": "SegmentSetFileUrlExpireTime",
3442
+ "output_required": true,
3443
+ "type": "string",
3444
+ "value_allowed_null": false
3445
+ },
3446
+ {
3447
+ "disabled": false,
3448
+ "document": "生成的字幕列表。",
3449
+ "example": "无",
3450
+ "member": "AiRecognitionTaskAsrFullTextResultOutputSubtitleItem",
3451
+ "name": "SubtitleSet",
3452
+ "output_required": true,
3453
+ "type": "list",
3454
+ "value_allowed_null": false
3455
+ }
3456
+ ],
3457
+ "usage": "out"
3458
+ },
3459
+ "AiRecognitionTaskAsrTranslateSegmentItem": {
3460
+ "document": "语音翻译片段。",
3461
+ "members": [
3462
+ {
3463
+ "disabled": false,
3464
+ "document": "语音翻译片段置信度。取值:0~100。",
3465
+ "example": "无",
3466
+ "member": "float",
3467
+ "name": "Confidence",
3468
+ "output_required": true,
3469
+ "type": "float",
3470
+ "value_allowed_null": false
3471
+ },
3472
+ {
3473
+ "disabled": false,
3474
+ "document": "语音翻译片段起始的偏移时间,单位:秒。",
3475
+ "example": "无",
3476
+ "member": "float",
3477
+ "name": "StartTimeOffset",
3478
+ "output_required": true,
3479
+ "type": "float",
3480
+ "value_allowed_null": false
3481
+ },
3482
+ {
3483
+ "disabled": false,
3484
+ "document": "语音翻译片段终止的偏移时间,单位:秒。",
3485
+ "example": "无",
3486
+ "member": "float",
3487
+ "name": "EndTimeOffset",
3488
+ "output_required": true,
3489
+ "type": "float",
3490
+ "value_allowed_null": false
3491
+ },
3492
+ {
3493
+ "disabled": false,
3494
+ "document": "识别文本。",
3495
+ "example": "无",
3496
+ "member": "string",
3497
+ "name": "Text",
3498
+ "output_required": true,
3499
+ "type": "string",
3500
+ "value_allowed_null": false
3501
+ },
3502
+ {
3503
+ "disabled": false,
3504
+ "document": "翻译文本。",
3505
+ "example": "无",
3506
+ "member": "string",
3507
+ "name": "Translation",
3508
+ "output_required": true,
3509
+ "type": "string",
3510
+ "value_allowed_null": false
3511
+ }
3512
+ ],
3513
+ "usage": "out"
3514
+ },
3241
3515
  "AiRecognitionTaskAsrWordsResult": {
3242
3516
  "document": "语音关键词识别结果。",
3243
3517
  "members": [
@@ -7034,7 +7308,7 @@
7034
7308
  },
7035
7309
  {
7036
7310
  "disabled": false,
7037
- "document": "生成的字幕文件格式列表,不填或者填空数组表示不生成字幕文件,可选值:\n<li>vtt:生成 WebVTT 字幕文件;</li>\n<li>srt:生成 SRT 字幕文件。</li>",
7311
+ "document": "生成的字幕文件格式列表,不填或者填空数组表示不生成字幕文件,可选值:\n<li>vtt:生成 WebVTT 字幕文件;</li>\n<li>srt:生成 SRT 字幕文件。</li><font color=red>注意:</font>云点播媒资信息仅支持添加 vtt 字幕,因此当且仅当 SubtitleFormats 包含 vtt 时,云点播将生成的字幕添加到媒资。",
7038
7312
  "example": "vtt",
7039
7313
  "member": "string",
7040
7314
  "name": "SubtitleFormats",
@@ -7064,6 +7338,17 @@
7064
7338
  "required": false,
7065
7339
  "type": "string",
7066
7340
  "value_allowed_null": false
7341
+ },
7342
+ {
7343
+ "disabled": false,
7344
+ "document": "指定字幕名称,长度限制:64 个字符。该值将用于播放器展示,若不填则云点播自动生成。\n<font color=red>注意:</font>仅当 SubtitleFormats 包含 vtt 时,该字段有效。",
7345
+ "example": "test",
7346
+ "member": "string",
7347
+ "name": "SubtitleName",
7348
+ "output_required": false,
7349
+ "required": false,
7350
+ "type": "string",
7351
+ "value_allowed_null": false
7067
7352
  }
7068
7353
  ],
7069
7354
  "usage": "both"
@@ -7106,6 +7391,127 @@
7106
7391
  "name": "SrcLanguage",
7107
7392
  "required": false,
7108
7393
  "type": "string"
7394
+ },
7395
+ {
7396
+ "disabled": false,
7397
+ "document": "指定字幕名称,长度限制:64 个字符。该值将用于播放器展示。",
7398
+ "example": "test2",
7399
+ "member": "string",
7400
+ "name": "SubtitleName",
7401
+ "required": false,
7402
+ "type": "string"
7403
+ }
7404
+ ],
7405
+ "usage": "in"
7406
+ },
7407
+ "AsrTranslateConfigureInfo": {
7408
+ "document": "语音翻译任务控制参数",
7409
+ "members": [
7410
+ {
7411
+ "disabled": false,
7412
+ "document": "语音翻译任务开关,可选值:\n<li>ON:开启;</li>\n<li>OFF:关闭。</li><font color=red>注意:</font>语音翻译任务本身会返回 ASR 全文识别结果,为避免重复收费,因此禁止同时开启语音翻译和 ASR 全文识别功能项。\n",
7413
+ "example": "ON",
7414
+ "member": "string",
7415
+ "name": "Switch",
7416
+ "output_required": true,
7417
+ "required": true,
7418
+ "type": "string",
7419
+ "value_allowed_null": false
7420
+ },
7421
+ {
7422
+ "disabled": false,
7423
+ "document": "媒体源语言,当 Switch 为 ON 时,此参数必填。取值范围:\n<li>zh:中文;</li>\n<li>en:英文;</li>\n<li>ja:日文;</li>\n<li>ko:韩文;</li>\n<li>vi:越南语;</li>\n<li>ms:马来语;</li>\n<li>th:泰语;</li>\n<li>pt:葡萄牙语;</li>\n<li>tr:土耳其语;</li>\n<li>ar:阿拉伯语;</li>\n<li>es:西班牙语;</li>\n<li>hi:印地语;</li>\n<li>fr:法语。</li>",
7424
+ "example": "zh",
7425
+ "member": "string",
7426
+ "name": "SrcLanguage",
7427
+ "output_required": true,
7428
+ "required": false,
7429
+ "type": "string",
7430
+ "value_allowed_null": false
7431
+ },
7432
+ {
7433
+ "disabled": false,
7434
+ "document": "翻译目标语言,当 Switch 为 ON 时,此参数必填。\n当 SrcLanguage 为 zh(中文)时,取值范围:\n<li>en:英文;</li>\n<li>ja:日文;</li>\n<li>ko:韩文;</li>\n<li>fr:法语;</li>\n<li>es:西班牙语;</li>\n<li>it:意大利语;</li>\n<li>de:德语;</li>\n<li>tr:土耳其语;</li>\n<li>ru:俄语;</li>\n<li>pt:葡萄牙语;</li>\n<li>vi:越南语;</li>\n<li>id:印尼语;</li>\n<li>th:泰语;</li>\n<li>ms:马来语。</li>\n当 SrcLanguage 为 en(英文)时,取值范围:\n<li>zh:中文;</li>\n<li>ja:日文;</li>\n<li>ko:韩文;</li>\n<li>fr:法语;</li>\n<li>es:西班牙语;</li>\n<li>it:意大利语;</li>\n<li>de:德语;</li>\n<li>tr:土耳其语;</li>\n<li>ru:俄语;</li>\n<li>pt:葡萄牙语;</li>\n<li>vi:越南语;</li>\n<li>id:印尼语;</li>\n<li>th:泰语;</li>\n<li>ms:马来语;</li>\n<li>ar:阿拉伯语;</li>\n<li>hi:印地语。</li>\n当 SrcLanguage 为 ja(日文)时,取值范围:\n<li>zh:中文;</li>\n<li>en:英文;</li>\n<li>ko:韩文。</li>\n当 SrcLanguage 为 ko(韩文)时,取值范围:\n<li>zh:中文;</li>\n<li>en:英文;</li>\n<li>ja:日文。</li>\n当 SrcLanguage 为 vi(越南语)或 ms(马来语)或 th(泰语)时,取值范围:\n<li>zh:中文;</li>\n<li>en:英文。</li>\n当 SrcLanguage 为 pt(葡萄牙语)时,取值范围:\n<li>zh:中文;</li>\n<li>en:英文;</li>\n<li>fr:法语;</li>\n<li>es:西班牙语;</li>\n<li>it:意大利语;</li>\n<li>de:德语;</li>\n<li>tr:土耳其语;</li>\n<li>ru:俄语。</li>\n当 SrcLanguage 为 tr(土耳其语)时,取值范围:\n<li>zh:中文;</li>\n<li>en:英文;</li>\n<li>fr:法语;</li>\n<li>es:西班牙语;</li>\n<li>it:意大利语;</li>\n<li>de:德语;</li>\n<li>ru:俄语;</li>\n<li>pt:葡萄牙语。</li>\n当 SrcLanguage 为 es(西班牙语)时,取值范围:\n<li>zh:中文;</li>\n<li>en:英文;</li>\n<li>fr:法语;</li>\n<li>it:意大利语;</li>\n<li>de:德语;</li>\n<li>tr:土耳其语;</li>\n<li>ru:俄语;</li>\n<li>pt:葡萄牙语。</li>\n当 SrcLanguage 为 ar(阿拉伯语)或 hi(印地语)时,取值范围:\n<li>en:英文。</li>\n当 SrcLanguage 为 fr(法语)时,取值范围:\n<li>zh:中文;</li>\n<li>en:英文;</li>\n<li>es:西班牙语;</li>\n<li>it:意大利语;</li>\n<li>de:德语;</li>\n<li>tr:土耳其语;</li>\n<li>ru:俄语;</li>\n<li>pt:葡萄牙语。</li>",
7435
+ "example": "en",
7436
+ "member": "string",
7437
+ "name": "DstLanguage",
7438
+ "output_required": true,
7439
+ "required": false,
7440
+ "type": "string",
7441
+ "value_allowed_null": false
7442
+ },
7443
+ {
7444
+ "disabled": false,
7445
+ "document": "生成的字幕文件格式列表,不填或者填空数组表示不生成字幕文件,可选值:\n<li>vtt:生成 WebVTT 字幕文件;</li>\n<li>srt:生成 SRT 字幕文件。</li><font color=red>注意:</font> 云点播媒资信息仅支持添加 vtt 字幕,因此当且仅当 SubtitleFormats 包含 vtt 时,云点播将生成的字幕添加到媒资。",
7446
+ "example": "[\"vtt\"]",
7447
+ "member": "string",
7448
+ "name": "SubtitleFormats",
7449
+ "output_required": false,
7450
+ "required": false,
7451
+ "type": "list",
7452
+ "value_allowed_null": false
7453
+ },
7454
+ {
7455
+ "disabled": false,
7456
+ "document": "指定字幕名称,长度限制:64 个字符。该值将用于播放器展示,若不填则云点播自动生成。\n<font color=red>注意:</font>仅当 SubtitleFormats 包含 vtt 时,该字段有效。\n",
7457
+ "example": "test",
7458
+ "member": "string",
7459
+ "name": "SubtitleName",
7460
+ "output_required": false,
7461
+ "required": false,
7462
+ "type": "string",
7463
+ "value_allowed_null": false
7464
+ }
7465
+ ],
7466
+ "usage": "both"
7467
+ },
7468
+ "AsrTranslateConfigureInfoForUpdate": {
7469
+ "document": "语音翻译控制参数",
7470
+ "members": [
7471
+ {
7472
+ "disabled": false,
7473
+ "document": "语音翻译任务开关,可选值:\n<li>ON:开启;</li>\n<li>OFF:关闭。</li>",
7474
+ "example": "ON",
7475
+ "member": "string",
7476
+ "name": "Switch",
7477
+ "required": false,
7478
+ "type": "string"
7479
+ },
7480
+ {
7481
+ "disabled": false,
7482
+ "document": "媒体源语言,取值范围:\n<li>zh:中文;</li>\n<li>en:英文;</li>\n<li>ja:日文;</li>\n<li>ko:韩文;</li>\n<li>vi:越南语;</li>\n<li>ms:马来语;</li>\n<li>th:泰语;</li>\n<li>pt:葡萄牙语;</li>\n<li>tr:土耳其语;</li>\n<li>ar:阿拉伯语;</li>\n<li>es:西班牙语;</li>\n<li>hi:印地语;</li>\n<li>fr:法语。</li>",
7483
+ "example": "zh",
7484
+ "member": "string",
7485
+ "name": "SrcLanguage",
7486
+ "required": false,
7487
+ "type": "string"
7488
+ },
7489
+ {
7490
+ "disabled": false,
7491
+ "document": "翻译目标语言。\n当 SrcLanguage 为 zh(中文)时,取值范围:\n<li>en:英文;</li>\n<li>ja:日文;</li>\n<li>ko:韩文;</li>\n<li>fr:法语;</li>\n<li>es:西班牙语;</li>\n<li>it:意大利语;</li>\n<li>de:德语;</li>\n<li>tr:土耳其语;</li>\n<li>ru:俄语;</li>\n<li>pt:葡萄牙语;</li>\n<li>vi:越南语;</li>\n<li>id:印尼语;</li>\n<li>th:泰语;</li>\n<li>ms:马来语。</li>\n当 SrcLanguage 为 en(英文)时,取值范围:\n<li>zh:中文;</li>\n<li>ja:日文;</li>\n<li>ko:韩文;</li>\n<li>fr:法语;</li>\n<li>es:西班牙语;</li>\n<li>it:意大利语;</li>\n<li>de:德语;</li>\n<li>tr:土耳其语;</li>\n<li>ru:俄语;</li>\n<li>pt:葡萄牙语;</li>\n<li>vi:越南语;</li>\n<li>id:印尼语;</li>\n<li>th:泰语;</li>\n<li>ms:马来语;</li>\n<li>ar:阿拉伯语;</li>\n<li>hi:印地语。</li>\n当 SrcLanguage 为 ja(日文)时,取值范围:\n<li>zh:中文;</li>\n<li>en:英文;</li>\n<li>ko:韩文。</li>\n当 SrcLanguage 为 ko(韩文)时,取值范围:\n<li>zh:中文;</li>\n<li>en:英文;</li>\n<li>ja:日文。</li>\n当 SrcLanguage 为 vi(越南语)或 ms(马来语)或 th(泰语)时,取值范围:\n<li>zh:中文;</li>\n<li>en:英文。</li>\n当 SrcLanguage 为 pt(葡萄牙语)时,取值范围:\n<li>zh:中文;</li>\n<li>en:英文;</li>\n<li>fr:法语;</li>\n<li>es:西班牙语;</li>\n<li>it:意大利语;</li>\n<li>de:德语;</li>\n<li>tr:土耳其语;</li>\n<li>ru:俄语。</li>\n当 SrcLanguage 为 tr(土耳其语)时,取值范围:\n<li>zh:中文;</li>\n<li>en:英文;</li>\n<li>fr:法语;</li>\n<li>es:西班牙语;</li>\n<li>it:意大利语;</li>\n<li>de:德语;</li>\n<li>ru:俄语;</li>\n<li>pt:葡萄牙语。</li>\n当 SrcLanguage 为 es(西班牙语)时,取值范围:\n<li>zh:中文;</li>\n<li>en:英文;</li>\n<li>fr:法语;</li>\n<li>it:意大利语;</li>\n<li>de:德语;</li>\n<li>tr:土耳其语;</li>\n<li>ru:俄语;</li>\n<li>pt:葡萄牙语。</li>\n当 SrcLanguage 为 ar(阿拉伯语)或 hi(印地语)时,取值范围:\n<li>en:英文。</li>\n当 SrcLanguage 为 fr(法语)时,取值范围:\n<li>zh:中文;</li>\n<li>en:英文;</li>\n<li>es:西班牙语;</li>\n<li>it:意大利语;</li>\n<li>de:德语;</li>\n<li>tr:土耳其语;</li>\n<li>ru:俄语;</li>\n<li>pt:葡萄牙语。</li>",
7492
+ "example": "en",
7493
+ "member": "string",
7494
+ "name": "DstLanguage",
7495
+ "required": false,
7496
+ "type": "string"
7497
+ },
7498
+ {
7499
+ "disabled": false,
7500
+ "document": "字幕格式列表操作信息。",
7501
+ "example": "无",
7502
+ "member": "SubtitleFormatsOperation",
7503
+ "name": "SubtitleFormatsOperation",
7504
+ "required": false,
7505
+ "type": "object"
7506
+ },
7507
+ {
7508
+ "disabled": false,
7509
+ "document": "指定字幕名称,长度限制:64 个字符。该值将用于播放器展示。",
7510
+ "example": "test2",
7511
+ "member": "string",
7512
+ "name": "SubtitleName",
7513
+ "required": false,
7514
+ "type": "string"
7109
7515
  }
7110
7516
  ],
7111
7517
  "usage": "in"
@@ -9002,6 +9408,15 @@
9002
9408
  "required": false,
9003
9409
  "type": "object"
9004
9410
  },
9411
+ {
9412
+ "disabled": false,
9413
+ "document": "语音翻译控制参数。",
9414
+ "example": "无",
9415
+ "member": "AsrTranslateConfigureInfo",
9416
+ "name": "AsrTranslateConfigure",
9417
+ "required": false,
9418
+ "type": "object"
9419
+ },
9005
9420
  {
9006
9421
  "disabled": false,
9007
9422
  "document": "物体识别控制参数。",
@@ -12627,6 +13042,15 @@
12627
13042
  "required": false,
12628
13043
  "type": "list"
12629
13044
  },
13045
+ {
13046
+ "disabled": false,
13047
+ "document": "模板类型过滤条件,可选值:<li>Preset:系统预置模板;</li><li>Custom:用户自定义模板。</li>不填默认为空,即不对模板类型过滤。",
13048
+ "example": "Custom",
13049
+ "member": "string",
13050
+ "name": "Type",
13051
+ "required": false,
13052
+ "type": "string"
13053
+ },
12630
13054
  {
12631
13055
  "disabled": false,
12632
13056
  "document": "分页偏移量,默认值:0。",
@@ -23607,8 +24031,8 @@
23607
24031
  },
23608
24032
  {
23609
24033
  "disabled": false,
23610
- "document": "字幕语言。常见的取值如下:\n<li>cn:中文</li>\n<li>ja:日文</li>\n<li>en-US:英文</li>\n其他取值参考 [RFC5646](https://tools.ietf.org/html/rfc5646)",
23611
- "example": "cn",
24034
+ "document": "字幕语言。常见的取值如下:\n<li>zh:中文;</li>\n<li>en:英文;</li>\n<li>ja:日文;</li>\n<li>ko:韩文;</li>\n<li>vi:越南语;</li>\n<li>ms:马来语;</li>\n<li>th:泰语;</li>\n<li>pt:葡萄牙语;</li>\n<li>tr:土耳其语;</li>\n<li>ar:阿拉伯语;</li>\n<li>es:西班牙语;</li>\n<li>hi:印地语;</li>\n<li>fr:法语。</li>\n其他取值参考 [RFC5646](https://tools.ietf.org/html/rfc5646)",
24035
+ "example": "zh",
23612
24036
  "member": "string",
23613
24037
  "name": "Language",
23614
24038
  "required": true,
@@ -23669,8 +24093,8 @@
23669
24093
  },
23670
24094
  {
23671
24095
  "disabled": false,
23672
- "document": "字幕语言。常见的取值如下:\n<li>cn:中文</li>\n<li>ja:日文</li>\n<li>en-US:英文</li>\n其他取值参考 [RFC5646](https://tools.ietf.org/html/rfc5646)",
23673
- "example": "cn",
24096
+ "document": "字幕语言。常见的取值如下:\n<li>zh:中文;</li>\n<li>en:英文;</li>\n<li>ja:日文;</li>\n<li>ko:韩文;</li>\n<li>vi:越南语;</li>\n<li>ms:马来语;</li>\n<li>th:泰语;</li>\n<li>pt:葡萄牙语;</li>\n<li>tr:土耳其语;</li>\n<li>ar:阿拉伯语;</li>\n<li>es:西班牙语;</li>\n<li>hi:印地语;</li>\n<li>fr:法语。</li>\n其他取值参考 [RFC5646](https://tools.ietf.org/html/rfc5646)",
24097
+ "example": "zh",
23674
24098
  "member": "string",
23675
24099
  "name": "Language",
23676
24100
  "output_required": true,
@@ -23696,6 +24120,16 @@
23696
24120
  "output_required": true,
23697
24121
  "type": "string",
23698
24122
  "value_allowed_null": false
24123
+ },
24124
+ {
24125
+ "disabled": false,
24126
+ "document": "字幕来源,取值范围:\n<li>UserUploaded:用户上传;</li>\n<li>AIRecognition:AI 识别,通过语音识别或语音翻译生成。</li>",
24127
+ "example": "UserUploaded",
24128
+ "member": "string",
24129
+ "name": "Source",
24130
+ "output_required": true,
24131
+ "type": "string",
24132
+ "value_allowed_null": false
23699
24133
  }
23700
24134
  ],
23701
24135
  "usage": "out"
@@ -24260,6 +24694,15 @@
24260
24694
  "required": false,
24261
24695
  "type": "object"
24262
24696
  },
24697
+ {
24698
+ "disabled": false,
24699
+ "document": "语音翻译控制参数。",
24700
+ "example": "无",
24701
+ "member": "AsrTranslateConfigureInfoForUpdate",
24702
+ "name": "AsrTranslateConfigure",
24703
+ "required": false,
24704
+ "type": "object"
24705
+ },
24263
24706
  {
24264
24707
  "disabled": false,
24265
24708
  "document": "物体识别控制参数。",