tccli 3.0.1329.1__py2.py3-none-any.whl → 3.0.1330.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.
Files changed (35) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/autoscaling/v20180419/api.json +3 -3
  3. tccli/services/autoscaling/v20180419/examples.json +1 -1
  4. tccli/services/btoe/v20210514/api.json +26 -26
  5. tccli/services/ckafka/v20190819/api.json +9 -0
  6. tccli/services/ess/v20201111/api.json +10 -1
  7. tccli/services/essbasic/v20210526/api.json +11 -2
  8. tccli/services/essbasic/v20210526/examples.json +3 -3
  9. tccli/services/faceid/v20180301/api.json +45 -0
  10. tccli/services/gs/v20191118/api.json +1 -1
  11. tccli/services/hai/hai_client.py +57 -4
  12. tccli/services/hai/v20230812/api.json +43 -0
  13. tccli/services/hai/v20230812/examples.json +8 -0
  14. tccli/services/iotexplorer/v20190423/api.json +2 -2
  15. tccli/services/mps/v20190612/api.json +11 -0
  16. tccli/services/ocr/v20181119/api.json +40 -0
  17. tccli/services/postgres/v20170312/api.json +1 -1
  18. tccli/services/sms/v20190711/api.json +4 -4
  19. tccli/services/sms/v20210111/api.json +4 -4
  20. tccli/services/tcss/tcss_client.py +57 -4
  21. tccli/services/tcss/v20201101/api.json +79 -0
  22. tccli/services/tcss/v20201101/examples.json +8 -0
  23. tccli/services/tke/v20180525/api.json +59 -1
  24. tccli/services/tke/v20180525/examples.json +4 -4
  25. tccli/services/trtc/v20190722/api.json +1 -1
  26. tccli/services/vod/v20180717/api.json +25 -13
  27. tccli/services/vod/v20180717/examples.json +2 -2
  28. tccli/services/wedata/v20210820/api.json +4144 -447
  29. tccli/services/wedata/v20210820/examples.json +52 -10
  30. tccli/services/wedata/wedata_client.py +403 -85
  31. {tccli-3.0.1329.1.dist-info → tccli-3.0.1330.1.dist-info}/METADATA +2 -2
  32. {tccli-3.0.1329.1.dist-info → tccli-3.0.1330.1.dist-info}/RECORD +35 -35
  33. {tccli-3.0.1329.1.dist-info → tccli-3.0.1330.1.dist-info}/WHEEL +0 -0
  34. {tccli-3.0.1329.1.dist-info → tccli-3.0.1330.1.dist-info}/entry_points.txt +0 -0
  35. {tccli-3.0.1329.1.dist-info → tccli-3.0.1330.1.dist-info}/license_files/LICENSE +0 -0
@@ -7689,7 +7689,7 @@
7689
7689
  },
7690
7690
  {
7691
7691
  "disabled": false,
7692
- "document": "音频流的码率,取值范围:0 和 [26, 256],单位:kbps。\n当取值为 0,表示音频码率和原始音频保持一致。",
7692
+ "document": "音频流的码率,取值范围:0 和 [26, 256],单位:kbps。\n当取值为 0,表示由云点播自动设置码率。",
7693
7693
  "example": "0",
7694
7694
  "member": "uint64",
7695
7695
  "name": "Bitrate",
@@ -7739,7 +7739,7 @@
7739
7739
  },
7740
7740
  {
7741
7741
  "disabled": false,
7742
- "document": "音频流的码率,取值范围:0 和 [26, 256],单位:kbps。 当取值为 0,表示音频码率和原始音频保持一致。",
7742
+ "document": "音频流的码率,取值范围:0 和 [26, 256],单位:kbps。 当取值为 0,表示由云点播自动设置码率。",
7743
7743
  "example": "0",
7744
7744
  "member": "uint64",
7745
7745
  "name": "Bitrate",
@@ -18313,7 +18313,7 @@
18313
18313
  },
18314
18314
  {
18315
18315
  "disabled": false,
18316
- "document": "视频码率上限,当 Type 指定了极速高清类型时有效。\n不填或填0表示不设视频码率上限。",
18316
+ "document": "视频码率上限,当 Type 指定了极速高清类型时有效。\n不填或填0表示由云点播自动设置码率上限。",
18317
18317
  "example": "0",
18318
18318
  "member": "uint64",
18319
18319
  "name": "MaxVideoBitrate",
@@ -18577,7 +18577,7 @@
18577
18577
  },
18578
18578
  {
18579
18579
  "disabled": false,
18580
- "document": "视频流的码率,取值范围:0 和 [128, 100000],单位:kbps。\n当取值为 0 或不填时,表示自动选择最佳视频码率。",
18580
+ "document": "视频流的码率,取值范围:0 和 [128, 100000],单位:kbps。\n当取值为 0 或不填时,表示由云点播自动设置码率。",
18581
18581
  "example": "500",
18582
18582
  "member": "uint64",
18583
18583
  "name": "Bitrate",
@@ -29177,7 +29177,7 @@
29177
29177
  "value_allowed_null": false
29178
29178
  },
29179
29179
  {
29180
- "disabled": false,
29180
+ "disabled": true,
29181
29181
  "document": "已弃用,请使用各个具体任务的 ErrCode。",
29182
29182
  "example": "0",
29183
29183
  "member": "int64",
@@ -29187,7 +29187,7 @@
29187
29187
  "value_allowed_null": false
29188
29188
  },
29189
29189
  {
29190
- "disabled": false,
29190
+ "disabled": true,
29191
29191
  "document": "已弃用,请使用各个具体任务的 Message。",
29192
29192
  "example": "success",
29193
29193
  "member": "string",
@@ -31754,16 +31754,18 @@
31754
31754
  "example": "libfdk_aac",
31755
31755
  "member": "string",
31756
31756
  "name": "Codec",
31757
+ "output_required": true,
31757
31758
  "required": false,
31758
31759
  "type": "string",
31759
31760
  "value_allowed_null": false
31760
31761
  },
31761
31762
  {
31762
31763
  "disabled": false,
31763
- "document": "音频流的码率,取值范围:0 和 [26, 256],单位:kbps。\n当取值为 0,表示音频码率和原始音频保持一致。",
31764
+ "document": "音频流的码率,取值范围:0 和 [26, 256],单位:kbps。\n当取值为 0,表示由云点播自动设置码率。",
31764
31765
  "example": "128",
31765
31766
  "member": "int64",
31766
31767
  "name": "Bitrate",
31768
+ "output_required": true,
31767
31769
  "required": false,
31768
31770
  "type": "int",
31769
31771
  "value_allowed_null": false
@@ -31774,6 +31776,7 @@
31774
31776
  "example": "44100",
31775
31777
  "member": "int64",
31776
31778
  "name": "SampleRate",
31779
+ "output_required": true,
31777
31780
  "required": false,
31778
31781
  "type": "int",
31779
31782
  "value_allowed_null": false
@@ -31784,6 +31787,7 @@
31784
31787
  "example": "2",
31785
31788
  "member": "int64",
31786
31789
  "name": "AudioChannel",
31790
+ "output_required": true,
31787
31791
  "required": false,
31788
31792
  "type": "int",
31789
31793
  "value_allowed_null": false
@@ -31896,16 +31900,18 @@
31896
31900
  "example": "libx264",
31897
31901
  "member": "string",
31898
31902
  "name": "Codec",
31903
+ "output_required": true,
31899
31904
  "required": false,
31900
31905
  "type": "string",
31901
31906
  "value_allowed_null": false
31902
31907
  },
31903
31908
  {
31904
31909
  "disabled": false,
31905
- "document": "视频流的码率,取值范围:0 和 [128, 35000],单位:kbps。\n当取值为 0,表示视频码率和原始视频保持一致。",
31910
+ "document": "视频流的码率,取值范围:0 和 [128, 35000],单位:kbps。\n当取值为 0,表示由云点播自动设置码率。",
31906
31911
  "example": "1000",
31907
31912
  "member": "int64",
31908
31913
  "name": "Bitrate",
31914
+ "output_required": true,
31909
31915
  "required": false,
31910
31916
  "type": "int",
31911
31917
  "value_allowed_null": false
@@ -31916,6 +31922,7 @@
31916
31922
  "example": "25",
31917
31923
  "member": "int64",
31918
31924
  "name": "Fps",
31925
+ "output_required": true,
31919
31926
  "required": false,
31920
31927
  "type": "int",
31921
31928
  "value_allowed_null": false
@@ -31926,6 +31933,7 @@
31926
31933
  "example": "open",
31927
31934
  "member": "string",
31928
31935
  "name": "ResolutionAdaptive",
31936
+ "output_required": true,
31929
31937
  "required": false,
31930
31938
  "type": "string",
31931
31939
  "value_allowed_null": false
@@ -31936,6 +31944,7 @@
31936
31944
  "example": "128",
31937
31945
  "member": "int64",
31938
31946
  "name": "Width",
31947
+ "output_required": true,
31939
31948
  "required": false,
31940
31949
  "type": "int",
31941
31950
  "value_allowed_null": false
@@ -31946,6 +31955,7 @@
31946
31955
  "example": "128",
31947
31956
  "member": "int64",
31948
31957
  "name": "Height",
31958
+ "output_required": true,
31949
31959
  "required": false,
31950
31960
  "type": "int",
31951
31961
  "value_allowed_null": false
@@ -31956,6 +31966,7 @@
31956
31966
  "example": "black",
31957
31967
  "member": "string",
31958
31968
  "name": "FillType",
31969
+ "output_required": true,
31959
31970
  "required": false,
31960
31971
  "type": "string",
31961
31972
  "value_allowed_null": false
@@ -31966,6 +31977,7 @@
31966
31977
  "example": "125",
31967
31978
  "member": "int64",
31968
31979
  "name": "Gop",
31980
+ "output_required": true,
31969
31981
  "required": false,
31970
31982
  "type": "int",
31971
31983
  "value_allowed_null": false
@@ -36593,7 +36605,7 @@
36593
36605
  },
36594
36606
  {
36595
36607
  "disabled": false,
36596
- "document": "视频码率上限,当 Type 指定了极速高清类型时有效。\n不填或填0表示不设视频码率上限。",
36608
+ "document": "视频码率上限,当 Type 指定了极速高清类型时有效。\n不填或填0表示由云点播自动设置码率上限。",
36597
36609
  "example": "0",
36598
36610
  "member": "uint64",
36599
36611
  "name": "MaxVideoBitrate",
@@ -38244,7 +38256,7 @@
38244
38256
  },
38245
38257
  {
38246
38258
  "disabled": false,
38247
- "document": "视频流的码率,取值范围:0 和 [128, 10000],单位:kbps。\n当取值为 0,表示视频码率和原始视频保持一致。",
38259
+ "document": "视频流的码率,取值范围:0 和 [128, 10000],单位:kbps。\n当取值为 0,表示由云点播自动设置码率。",
38248
38260
  "example": "500",
38249
38261
  "member": "int64",
38250
38262
  "name": "Bitrate",
@@ -38294,7 +38306,7 @@
38294
38306
  },
38295
38307
  {
38296
38308
  "disabled": false,
38297
- "document": "视频流的码率,取值范围:0 和 [128, 10000],单位:kbps。\n当取值为 0,表示视频码率和原始视频保持一致。",
38309
+ "document": "视频流的码率,取值范围:0 和 [128, 10000],单位:kbps。\n当取值为 0,表示由云点播自动设置码率。",
38298
38310
  "example": "500",
38299
38311
  "member": "int64",
38300
38312
  "name": "Bitrate",
@@ -38387,7 +38399,7 @@
38387
38399
  },
38388
38400
  {
38389
38401
  "disabled": false,
38390
- "document": "视频流的码率,取值范围:0 和 [128, 100000],单位:kbps。\n当取值为 0,表示视频码率和原始视频保持一致。",
38402
+ "document": "视频流的码率,取值范围:0 和 [128, 100000],单位:kbps。\n当取值为 0,表示由云点播自动设置码率。",
38391
38403
  "example": "500",
38392
38404
  "member": "uint64",
38393
38405
  "name": "Bitrate",
@@ -38514,7 +38526,7 @@
38514
38526
  },
38515
38527
  {
38516
38528
  "disabled": false,
38517
- "document": "视频流的码率,取值范围:0 和 [128, 100000],单位:kbps。\n当取值为 0,表示视频码率和原始视频保持一致。",
38529
+ "document": "视频流的码率,取值范围:0 和 [128, 100000],单位:kbps。\n当取值为 0,表示由云点播自动设置码率。",
38518
38530
  "example": "500",
38519
38531
  "member": "uint64",
38520
38532
  "name": "Bitrate",
@@ -1044,7 +1044,7 @@
1044
1044
  {
1045
1045
  "document": "获取任务详情-任务流",
1046
1046
  "input": "POST / HTTP/1.1\nHost: vod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTaskDetail\n<公共请求参数>\n\n{\n \"TaskId\": \"12567683xx-Procedure-633031cd8293ef29d39251ea751b69f2t0\"\n}",
1047
- "output": "{\n \"Response\": {\n \"TaskType\": \"Procedure\",\n \"Status\": \"FINISH\",\n \"CreateTime\": \"2019-02-21T08:27:42Z\",\n \"BeginProcessTime\": \"2019-02-21T08:27:43Z\",\n \"FinishTime\": \"2019-02-21T08:27:44Z\",\n \"ProcedureTask\": {\n \"TaskId\": \"12567683xx-Procedure-2e1af2456351812be963e309cc133403t0\",\n \"Status\": \"FINISH\",\n \"ErrCode\": 0,\n \"Message\": \"\",\n \"SessionContext\": \"\",\n \"SessionId\": \"\",\n \"Operator\": \"\",\n \"OperationType\": \"\",\n \"FileId\": \"5285890784246869930\",\n \"FileName\": \"small\",\n \"FileUrl\": \"http://12567683xx.vod2.myqcloud.com/1c1ae5d2vodgzp12567683xx/c643347c5285890784246869930/AtUCmy6gmIYA.mp4\",\n \"MetaData\": {\n \"AudioDuration\": 3601,\n \"VideoDuration\": 3601,\n \"Md5\": \"\",\n \"Size\": 10556,\n \"Container\": \"m4a\",\n \"Duration\": 3601,\n \"Bitrate\": 246035,\n \"Height\": 480,\n \"Width\": 640,\n \"Rotate\": 0,\n \"VideoStreamSet\": [\n {\n \"Bitrate\": 246000,\n \"Height\": 480,\n \"Width\": 640,\n \"Codec\": \"h264\",\n \"Fps\": 222,\n \"CodecTag\": \"\",\n \"DynamicRangeInfo\": {\n \"Type\": \"SDR\",\n \"HDRType\": \"\"\n }\n }\n ],\n \"AudioStreamSet\": [\n {\n \"Codec\": \"aac\",\n \"SamplingRate\": 44100,\n \"Bitrate\": 35\n }\n ]\n },\n \"MediaProcessResultSet\": [],\n \"AiContentReviewResultSet\": [],\n \"AiRecognitionResultSet\": [],\n \"AiAnalysisResultSet\": [],\n \"TasksPriority\": 0,\n \"TasksNotifyMode\": \"\"\n },\n \"ComposeMediaTask\": null,\n \"SplitMediaTask\": null,\n \"WechatMiniProgramPublishTask\": null,\n \"EditMediaTask\": null,\n \"WechatPublishTask\": null,\n \"TranscodeTask\": null,\n \"SnapshotByTimeOffsetTask\": null,\n \"ConcatTask\": null,\n \"ClipTask\": null,\n \"CreateImageSpriteTask\": null,\n \"PullUploadTask\": null,\n \"RemoveWatermarkTask\": null,\n \"ReviewAudioVideoTask\": null,\n \"ReduceMediaBitrateTask\": null,\n \"ExtractTraceWatermarkTask\": null,\n \"ExtractCopyRightWatermarkTask\": null,\n \"DescribeFileAttributesTask\": null,\n \"RebuildMediaTask\": null,\n \"QualityInspectTask\": null,\n \"QualityEnhanceTask\": null,\n \"ComplexAdaptiveDynamicStreamingTask\": null,\n \"RequestId\": \"sdfadf\"\n }\n}",
1047
+ "output": "{\n \"Response\": {\n \"TaskType\": \"Procedure\",\n \"Status\": \"FINISH\",\n \"CreateTime\": \"2019-02-21T08:27:42Z\",\n \"BeginProcessTime\": \"2019-02-21T08:27:43Z\",\n \"FinishTime\": \"2019-02-21T08:27:44Z\",\n \"ProcedureTask\": {\n \"TaskId\": \"12567683xx-Procedure-2e1af2456351812be963e309cc133403t0\",\n \"Status\": \"FINISH\",\n \"SessionContext\": \"\",\n \"SessionId\": \"\",\n \"Operator\": \"\",\n \"OperationType\": \"\",\n \"FileId\": \"5285890784246869930\",\n \"FileName\": \"small\",\n \"FileUrl\": \"http://12567683xx.vod2.myqcloud.com/1c1ae5d2vodgzp12567683xx/c643347c5285890784246869930/AtUCmy6gmIYA.mp4\",\n \"MetaData\": {\n \"AudioDuration\": 3601,\n \"VideoDuration\": 3601,\n \"Md5\": \"\",\n \"Size\": 10556,\n \"Container\": \"m4a\",\n \"Duration\": 3601,\n \"Bitrate\": 246035,\n \"Height\": 480,\n \"Width\": 640,\n \"Rotate\": 0,\n \"VideoStreamSet\": [\n {\n \"Bitrate\": 246000,\n \"Height\": 480,\n \"Width\": 640,\n \"Codec\": \"h264\",\n \"Fps\": 222,\n \"CodecTag\": \"\",\n \"DynamicRangeInfo\": {\n \"Type\": \"SDR\",\n \"HDRType\": \"\"\n }\n }\n ],\n \"AudioStreamSet\": [\n {\n \"Codec\": \"aac\",\n \"SamplingRate\": 44100,\n \"Bitrate\": 35\n }\n ]\n },\n \"MediaProcessResultSet\": [],\n \"AiContentReviewResultSet\": [],\n \"AiRecognitionResultSet\": [],\n \"AiAnalysisResultSet\": [],\n \"TasksPriority\": 0,\n \"TasksNotifyMode\": \"\"\n },\n \"ComposeMediaTask\": null,\n \"SplitMediaTask\": null,\n \"WechatMiniProgramPublishTask\": null,\n \"EditMediaTask\": null,\n \"WechatPublishTask\": null,\n \"TranscodeTask\": null,\n \"SnapshotByTimeOffsetTask\": null,\n \"ConcatTask\": null,\n \"ClipTask\": null,\n \"CreateImageSpriteTask\": null,\n \"PullUploadTask\": null,\n \"RemoveWatermarkTask\": null,\n \"ReviewAudioVideoTask\": null,\n \"ReduceMediaBitrateTask\": null,\n \"ExtractTraceWatermarkTask\": null,\n \"ExtractCopyRightWatermarkTask\": null,\n \"DescribeFileAttributesTask\": null,\n \"RebuildMediaTask\": null,\n \"QualityInspectTask\": null,\n \"QualityEnhanceTask\": null,\n \"ComplexAdaptiveDynamicStreamingTask\": null,\n \"RequestId\": \"sdfadf\"\n }\n}",
1048
1048
  "title": "获取任务详情-Procedure"
1049
1049
  },
1050
1050
  {
@@ -1702,7 +1702,7 @@
1702
1702
  {
1703
1703
  "document": "拉取事件",
1704
1704
  "input": "POST / HTTP/1.1\nHost: vod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: PullEvents\n<公共请求参数>\n\n{}",
1705
- "output": "{\n \"Response\": {\n \"EventSet\": [\n {\n \"EventHandle\": \"EventHandle1\",\n \"EventType\": \"ProcedureStateChanged\",\n \"FileUploadEvent\": null,\n \"ExtractCopyRightWatermarkCompleteEvent\": null,\n \"QualityInspectCompleteEvent\": null,\n \"ProcedureStateChangeEvent\": {\n \"TaskId\": \"1256712345-Procedure-475b7237438a39560b9879a4556cb177t2\",\n \"Status\": \"FINISH\",\n \"ErrCode\": 0,\n \"Message\": \"\",\n \"FileId\": \"5285890784246869930\",\n \"FileName\": \"small\",\n \"FileUrl\": \"https://123.vod2.myqcloud.com/d042887avodtransgzp1256768367/c643347c5285890784246869930/1546950643_4191274987.100_0.jpg\",\n \"SessionContext\": \"\",\n \"SessionId\": \"\",\n \"OperationType\": \"\",\n \"TasksNotifyMode\": \"Finish\",\n \"TasksPriority\": 0,\n \"Operator\": \"\",\n \"MetaData\": {\n \"AudioDuration\": 59.990001678467,\n \"AudioStreamSet\": [\n {\n \"Bitrate\": 383854,\n \"Codec\": \"aac\",\n \"SamplingRate\": 48000\n }\n ],\n \"Md5\": \"07d635581e7f295b623f40bad0fbfd4c1\",\n \"Bitrate\": 1021028,\n \"Container\": \"mov,mp4,m4a,3gp,3g2,mj2\",\n \"Duration\": 60,\n \"Height\": 480,\n \"Rotate\": 0,\n \"Size\": 7700180,\n \"VideoDuration\": 60,\n \"VideoStreamSet\": [\n {\n \"Bitrate\": 637174,\n \"Codec\": \"h264\",\n \"CodecTag\": \"\",\n \"Fps\": 23,\n \"Height\": 480,\n \"Width\": 640,\n \"DynamicRangeInfo\": {\n \"HDRType\": \"\",\n \"Type\": \"SDR\"\n }\n }\n ],\n \"Width\": 640\n },\n \"MediaProcessResultSet\": [\n {\n \"Type\": \"Transcode\",\n \"TranscodeTask\": {\n \"Status\": \"SUCCESS\",\n \"ErrCode\": 0,\n \"ErrCodeExt\": \"\",\n \"Message\": \"SUCCESS\",\n \"Progress\": 100,\n \"BeginProcessTime\": \"2023-09-08T02:23:29Z\",\n \"FinishTime\": \"2023-09-08T03:23:29Z\",\n \"Input\": {\n \"Definition\": 20,\n \"WatermarkSet\": [],\n \"TraceWatermark\": {\n \"Switch\": \"ON\",\n \"Definition\": 1\n },\n \"CopyRightWatermark\": {\n \"Text\": \"copyRightxxx\"\n },\n \"MosaicSet\": [],\n \"HeadTailSet\": [],\n \"StartTimeOffset\": 2,\n \"EndTimeOffset\": 3\n },\n \"Output\": {\n \"Url\": \"http://123.vod2.myqcloud.com/d042887avodtransgzp1256768367/c643347c5285890784246869930/v.f20.mp4\",\n \"Size\": 4189073,\n \"Container\": \"mov,mp4,m4a,3gp,3g2,mj2\",\n \"Height\": 480,\n \"Width\": 640,\n \"Bitrate\": 552218,\n \"Md5\": \"eff7031ad7877865f9a3240e9ab165ad\",\n \"Duration\": 60.04700088501,\n \"VideoStreamSet\": [\n {\n \"Bitrate\": 503727,\n \"Codec\": \"h264\",\n \"CodecTag\": \"\",\n \"Fps\": 24,\n \"Height\": 480,\n \"Width\": 640,\n \"DynamicRangeInfo\": {\n \"HDRType\": \"\",\n \"Type\": \"SDR\"\n }\n }\n ],\n \"AudioStreamSet\": [\n {\n \"Bitrate\": 48491,\n \"Codec\": \"aac\",\n \"SamplingRate\": 44100\n }\n ],\n \"Definition\": 0,\n \"DigitalWatermarkType\": \"None\",\n \"CopyRightWatermarkText\": \"\"\n }\n },\n \"AnimatedGraphicTask\": null,\n \"SnapshotByTimeOffsetTask\": null,\n \"SampleSnapshotTask\": null,\n \"ImageSpriteTask\": null,\n \"CoverBySnapshotTask\": null,\n \"AdaptiveDynamicStreamingTask\": null\n }\n ],\n \"AiContentReviewResultSet\": [],\n \"AiAnalysisResultSet\": [],\n \"AiRecognitionResultSet\": []\n },\n \"FileDeleteEvent\": null,\n \"PullCompleteEvent\": null,\n \"EditMediaCompleteEvent\": null,\n \"SplitMediaCompleteEvent\": null,\n \"ComposeMediaCompleteEvent\": null,\n \"WechatPublishCompleteEvent\": null,\n \"TranscodeCompleteEvent\": null,\n \"ConcatCompleteEvent\": null,\n \"ClipCompleteEvent\": null,\n \"CreateImageSpriteCompleteEvent\": null,\n \"SnapshotByTimeOffsetCompleteEvent\": null,\n \"WechatMiniProgramPublishCompleteEvent\": null,\n \"RemoveWatermarkCompleteEvent\": null,\n \"RestoreMediaCompleteEvent\": null,\n \"RebuildMediaCompleteEvent\": null,\n \"ExtractTraceWatermarkCompleteEvent\": null,\n \"ReviewAudioVideoCompleteEvent\": null,\n \"DescribeFileAttributesCompleteEvent\": null,\n \"ReduceMediaBitrateCompleteEvent\": null,\n \"QualityEnhanceCompleteEvent\": null,\n \"PersistenceCompleteEvent\": null,\n \"ComplexAdaptiveDynamicStreamingCompleteEvent\": null\n }\n ],\n \"RequestId\": \"5ca61a3a-6b8e-4b4e-9256-fdc001190064ef0\"\n }\n}",
1705
+ "output": "{\n \"Response\": {\n \"EventSet\": [\n {\n \"EventHandle\": \"EventHandle1\",\n \"EventType\": \"ProcedureStateChanged\",\n \"FileUploadEvent\": null,\n \"ExtractCopyRightWatermarkCompleteEvent\": null,\n \"QualityInspectCompleteEvent\": null,\n \"ProcedureStateChangeEvent\": {\n \"TaskId\": \"1256712345-Procedure-475b7237438a39560b9879a4556cb177t2\",\n \"Status\": \"FINISH\",\n \"FileId\": \"5285890784246869930\",\n \"FileName\": \"small\",\n \"FileUrl\": \"https://123.vod2.myqcloud.com/d042887avodtransgzp1256768367/c643347c5285890784246869930/1546950643_4191274987.100_0.jpg\",\n \"SessionContext\": \"\",\n \"SessionId\": \"\",\n \"OperationType\": \"\",\n \"TasksNotifyMode\": \"Finish\",\n \"TasksPriority\": 0,\n \"Operator\": \"\",\n \"MetaData\": {\n \"AudioDuration\": 59.990001678467,\n \"AudioStreamSet\": [\n {\n \"Bitrate\": 383854,\n \"Codec\": \"aac\",\n \"SamplingRate\": 48000\n }\n ],\n \"Md5\": \"07d635581e7f295b623f40bad0fbfd4c1\",\n \"Bitrate\": 1021028,\n \"Container\": \"mov,mp4,m4a,3gp,3g2,mj2\",\n \"Duration\": 60,\n \"Height\": 480,\n \"Rotate\": 0,\n \"Size\": 7700180,\n \"VideoDuration\": 60,\n \"VideoStreamSet\": [\n {\n \"Bitrate\": 637174,\n \"Codec\": \"h264\",\n \"CodecTag\": \"\",\n \"Fps\": 23,\n \"Height\": 480,\n \"Width\": 640,\n \"DynamicRangeInfo\": {\n \"HDRType\": \"\",\n \"Type\": \"SDR\"\n }\n }\n ],\n \"Width\": 640\n },\n \"MediaProcessResultSet\": [\n {\n \"Type\": \"Transcode\",\n \"TranscodeTask\": {\n \"Status\": \"SUCCESS\",\n \"ErrCode\": 0,\n \"ErrCodeExt\": \"\",\n \"Message\": \"SUCCESS\",\n \"Progress\": 100,\n \"BeginProcessTime\": \"2023-09-08T02:23:29Z\",\n \"FinishTime\": \"2023-09-08T03:23:29Z\",\n \"Input\": {\n \"Definition\": 20,\n \"WatermarkSet\": [],\n \"TraceWatermark\": {\n \"Switch\": \"ON\"\n },\n \"CopyRightWatermark\": {\n \"Text\": \"copyRightxxx\"\n },\n \"MosaicSet\": [],\n \"HeadTailSet\": [],\n \"StartTimeOffset\": 2,\n \"EndTimeOffset\": 3\n },\n \"Output\": {\n \"Url\": \"http://123.vod2.myqcloud.com/d042887avodtransgzp1256768367/c643347c5285890784246869930/v.f20.mp4\",\n \"Size\": 4189073,\n \"Container\": \"mov,mp4,m4a,3gp,3g2,mj2\",\n \"Height\": 480,\n \"Width\": 640,\n \"Bitrate\": 552218,\n \"Md5\": \"eff7031ad7877865f9a3240e9ab165ad\",\n \"Duration\": 60.04700088501,\n \"VideoStreamSet\": [\n {\n \"Bitrate\": 503727,\n \"Codec\": \"h264\",\n \"CodecTag\": \"\",\n \"Fps\": 24,\n \"Height\": 480,\n \"Width\": 640,\n \"DynamicRangeInfo\": {\n \"HDRType\": \"\",\n \"Type\": \"SDR\"\n }\n }\n ],\n \"AudioStreamSet\": [\n {\n \"Bitrate\": 48491,\n \"Codec\": \"aac\",\n \"SamplingRate\": 44100\n }\n ],\n \"Definition\": 0,\n \"DigitalWatermarkType\": \"None\",\n \"CopyRightWatermarkText\": \"\"\n }\n },\n \"AnimatedGraphicTask\": null,\n \"SnapshotByTimeOffsetTask\": null,\n \"SampleSnapshotTask\": null,\n \"ImageSpriteTask\": null,\n \"CoverBySnapshotTask\": null,\n \"AdaptiveDynamicStreamingTask\": null\n }\n ],\n \"AiContentReviewResultSet\": [],\n \"AiAnalysisResultSet\": [],\n \"AiRecognitionResultSet\": []\n },\n \"FileDeleteEvent\": null,\n \"PullCompleteEvent\": null,\n \"EditMediaCompleteEvent\": null,\n \"SplitMediaCompleteEvent\": null,\n \"ComposeMediaCompleteEvent\": null,\n \"WechatPublishCompleteEvent\": null,\n \"TranscodeCompleteEvent\": null,\n \"ConcatCompleteEvent\": null,\n \"ClipCompleteEvent\": null,\n \"CreateImageSpriteCompleteEvent\": null,\n \"SnapshotByTimeOffsetCompleteEvent\": null,\n \"WechatMiniProgramPublishCompleteEvent\": null,\n \"RemoveWatermarkCompleteEvent\": null,\n \"RestoreMediaCompleteEvent\": null,\n \"RebuildMediaCompleteEvent\": null,\n \"ExtractTraceWatermarkCompleteEvent\": null,\n \"ReviewAudioVideoCompleteEvent\": null,\n \"DescribeFileAttributesCompleteEvent\": null,\n \"ReduceMediaBitrateCompleteEvent\": null,\n \"QualityEnhanceCompleteEvent\": null,\n \"PersistenceCompleteEvent\": null,\n \"ComplexAdaptiveDynamicStreamingCompleteEvent\": null\n }\n ],\n \"RequestId\": \"5ca61a3a-6b8e-4b4e-9256-fdc001190064ef0\"\n }\n}",
1706
1706
  "title": "拉取事件"
1707
1707
  }
1708
1708
  ],