tccli-intl-en 3.1.13.1__py2.py3-none-any.whl → 3.1.39.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/services/__init__.py +3 -0
- tccli/services/advisor/advisor_client.py +56 -0
- tccli/services/advisor/v20200721/api.json +34 -0
- tccli/services/advisor/v20200721/examples.json +8 -0
- tccli/services/autoscaling/v20180419/api.json +41 -13
- tccli/services/billing/billing_client.py +172 -4
- tccli/services/billing/v20180709/api.json +332 -1
- tccli/services/billing/v20180709/examples.json +24 -0
- tccli/services/ccc/v20200210/api.json +71 -26
- tccli/services/cdb/cdb_client.py +1128 -288
- tccli/services/cdb/v20170320/api.json +2166 -335
- tccli/services/cdb/v20170320/examples.json +126 -6
- tccli/services/cdn/v20180606/api.json +22 -22
- tccli/services/cdn/v20180606/examples.json +1 -1
- tccli/services/ckafka/ckafka_client.py +120 -8
- tccli/services/ckafka/v20190819/api.json +525 -180
- tccli/services/ckafka/v20190819/examples.json +30 -20
- tccli/services/clb/v20180317/api.json +87 -87
- tccli/services/csip/csip_client.py +392 -0
- tccli/services/csip/v20221121/api.json +2050 -284
- tccli/services/csip/v20221121/examples.json +56 -0
- tccli/services/cvm/v20170312/api.json +20 -20
- tccli/services/cvm/v20170312/examples.json +8 -8
- tccli/services/emr/v20190103/api.json +6 -6
- tccli/services/faceid/v20180301/api.json +102 -52
- tccli/services/faceid/v20180301/examples.json +3 -9
- tccli/services/hunyuan/hunyuan_client.py +448 -0
- tccli/services/hunyuan/v20230901/api.json +879 -18
- tccli/services/hunyuan/v20230901/examples.json +64 -0
- tccli/services/lighthouse/lighthouse_client.py +360 -24
- tccli/services/lighthouse/v20200324/api.json +488 -0
- tccli/services/lighthouse/v20200324/examples.json +54 -0
- tccli/services/lkeap/v20240522/api.json +36 -0
- tccli/services/lkeap/v20240522/examples.json +1 -1
- tccli/services/mdl/v20200326/api.json +309 -38
- tccli/services/mdp/v20200527/api.json +191 -28
- tccli/services/mongodb/v20190725/api.json +39 -39
- tccli/services/monitor/v20180724/api.json +5 -5
- tccli/services/mps/mps_client.py +341 -61
- tccli/services/mps/v20190612/api.json +890 -31
- tccli/services/mps/v20190612/examples.json +40 -0
- tccli/services/mqtt/__init__.py +4 -0
- tccli/services/mqtt/mqtt_client.py +1610 -0
- tccli/services/mqtt/v20240516/api.json +3057 -0
- tccli/services/mqtt/v20240516/examples.json +213 -0
- tccli/services/ocr/v20181119/api.json +23 -3
- tccli/services/ocr/v20181119/examples.json +6 -6
- tccli/services/redis/v20180412/api.json +12 -12
- tccli/services/ses/ses_client.py +348 -12
- tccli/services/ses/v20201002/api.json +1197 -256
- tccli/services/ses/v20201002/examples.json +78 -24
- tccli/services/tcsas/tcsas_client.py +2281 -209
- tccli/services/tcsas/v20250106/api.json +8410 -3423
- tccli/services/tcsas/v20250106/examples.json +308 -12
- tccli/services/tdmq/v20200217/api.json +4 -4
- tccli/services/teo/v20220901/api.json +10 -10
- tccli/services/tke/tke_client.py +168 -0
- tccli/services/tke/v20180525/api.json +227 -0
- tccli/services/tke/v20180525/examples.json +24 -0
- tccli/services/trocket/v20230308/api.json +96 -96
- tccli/services/trtc/v20190722/api.json +212 -144
- tccli/services/trtc/v20190722/examples.json +7 -7
- tccli/services/vod/v20180717/api.json +2929 -296
- tccli/services/vod/v20180717/examples.json +40 -6
- tccli/services/vod/vod_client.py +280 -0
- tccli/services/vpc/v20170312/api.json +80 -13
- tccli/services/vpc/v20170312/examples.json +17 -9
- tccli/services/vpc/vpc_client.py +64 -8
- {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/METADATA +2 -2
- {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/RECORD +75 -71
- {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/WHEEL +1 -1
- {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/LICENSE +0 -0
- {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/entry_points.txt +0 -0
- {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/top_level.txt +0 -0
|
@@ -594,7 +594,7 @@
|
|
|
594
594
|
},
|
|
595
595
|
{
|
|
596
596
|
"disabled": false,
|
|
597
|
-
"document": "",
|
|
597
|
+
"document": "Do you want to enable video enhancement? 1: Enable 0: Do not enable.",
|
|
598
598
|
"example": "1",
|
|
599
599
|
"member": "uint64",
|
|
600
600
|
"name": "VideoEnhanceEnabled",
|
|
@@ -605,7 +605,7 @@
|
|
|
605
605
|
},
|
|
606
606
|
{
|
|
607
607
|
"disabled": false,
|
|
608
|
-
"document": "",
|
|
608
|
+
"document": "Video enhancement configuration array.",
|
|
609
609
|
"example": "无",
|
|
610
610
|
"member": "VideoEnhanceSetting",
|
|
611
611
|
"name": "VideoEnhanceSettings",
|
|
@@ -646,6 +646,17 @@
|
|
|
646
646
|
"required": false,
|
|
647
647
|
"type": "object",
|
|
648
648
|
"value_allowed_null": false
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
"disabled": false,
|
|
652
|
+
"document": "Traceability watermark.",
|
|
653
|
+
"example": "[\"5E7818810943216A1234\"]",
|
|
654
|
+
"member": "string",
|
|
655
|
+
"name": "ForensicWatermarkIds",
|
|
656
|
+
"output_required": false,
|
|
657
|
+
"required": false,
|
|
658
|
+
"type": "list",
|
|
659
|
+
"value_allowed_null": false
|
|
649
660
|
}
|
|
650
661
|
],
|
|
651
662
|
"usage": "both"
|
|
@@ -655,7 +666,7 @@
|
|
|
655
666
|
"members": [
|
|
656
667
|
{
|
|
657
668
|
"disabled": false,
|
|
658
|
-
"document": "",
|
|
669
|
+
"document": "Task ID",
|
|
659
670
|
"example": "6936947D1D3EC9A2432F",
|
|
660
671
|
"member": "string",
|
|
661
672
|
"name": "TaskId",
|
|
@@ -666,7 +677,7 @@
|
|
|
666
677
|
},
|
|
667
678
|
{
|
|
668
679
|
"disabled": false,
|
|
669
|
-
"document": "",
|
|
680
|
+
"document": "Types of testing",
|
|
670
681
|
"example": "ExtractVideoABWatermarkId",
|
|
671
682
|
"member": "string",
|
|
672
683
|
"name": "Type",
|
|
@@ -677,7 +688,7 @@
|
|
|
677
688
|
},
|
|
678
689
|
{
|
|
679
690
|
"disabled": false,
|
|
680
|
-
"document": "",
|
|
691
|
+
"document": "State",
|
|
681
692
|
"example": "Completed",
|
|
682
693
|
"member": "string",
|
|
683
694
|
"name": "State",
|
|
@@ -688,7 +699,7 @@
|
|
|
688
699
|
},
|
|
689
700
|
{
|
|
690
701
|
"disabled": false,
|
|
691
|
-
"document": "",
|
|
702
|
+
"document": "Result",
|
|
692
703
|
"example": "123789852",
|
|
693
704
|
"member": "string",
|
|
694
705
|
"name": "Result",
|
|
@@ -699,7 +710,7 @@
|
|
|
699
710
|
},
|
|
700
711
|
{
|
|
701
712
|
"disabled": false,
|
|
702
|
-
"document": "",
|
|
713
|
+
"document": "Error code",
|
|
703
714
|
"example": "1001",
|
|
704
715
|
"member": "int64",
|
|
705
716
|
"name": "ErrorCode",
|
|
@@ -710,7 +721,7 @@
|
|
|
710
721
|
},
|
|
711
722
|
{
|
|
712
723
|
"disabled": false,
|
|
713
|
-
"document": "",
|
|
724
|
+
"document": "Error message",
|
|
714
725
|
"example": "input file size exceed limit",
|
|
715
726
|
"member": "string",
|
|
716
727
|
"name": "ErrorMsg",
|
|
@@ -721,7 +732,7 @@
|
|
|
721
732
|
},
|
|
722
733
|
{
|
|
723
734
|
"disabled": false,
|
|
724
|
-
"document": "",
|
|
735
|
+
"document": "Input information",
|
|
725
736
|
"example": "无",
|
|
726
737
|
"member": "AbWatermarkInputInfo",
|
|
727
738
|
"name": "InputInfo",
|
|
@@ -732,7 +743,7 @@
|
|
|
732
743
|
},
|
|
733
744
|
{
|
|
734
745
|
"disabled": false,
|
|
735
|
-
"document": "",
|
|
746
|
+
"document": "Task notification configuration",
|
|
736
747
|
"example": "无",
|
|
737
748
|
"member": "TaskNotifyConfig",
|
|
738
749
|
"name": "TaskNotifyConfig",
|
|
@@ -743,7 +754,7 @@
|
|
|
743
754
|
},
|
|
744
755
|
{
|
|
745
756
|
"disabled": false,
|
|
746
|
-
"document": "",
|
|
757
|
+
"document": "Create time",
|
|
747
758
|
"example": "1765184637",
|
|
748
759
|
"member": "int64",
|
|
749
760
|
"name": "CreateTime",
|
|
@@ -754,7 +765,7 @@
|
|
|
754
765
|
},
|
|
755
766
|
{
|
|
756
767
|
"disabled": false,
|
|
757
|
-
"document": "",
|
|
768
|
+
"document": "Update time",
|
|
758
769
|
"example": "1765184637",
|
|
759
770
|
"member": "int64",
|
|
760
771
|
"name": "UpdateTime",
|
|
@@ -765,7 +776,7 @@
|
|
|
765
776
|
},
|
|
766
777
|
{
|
|
767
778
|
"disabled": false,
|
|
768
|
-
"document": "",
|
|
779
|
+
"document": "Input file information",
|
|
769
780
|
"example": "无",
|
|
770
781
|
"member": "InputFileInfo",
|
|
771
782
|
"name": "InputFileInfo",
|
|
@@ -782,7 +793,7 @@
|
|
|
782
793
|
"members": [
|
|
783
794
|
{
|
|
784
795
|
"disabled": false,
|
|
785
|
-
"document": "",
|
|
796
|
+
"document": "Input type, optional URL/COS, currently only supports URL\n",
|
|
786
797
|
"example": "URL",
|
|
787
798
|
"member": "string",
|
|
788
799
|
"name": "Type",
|
|
@@ -793,7 +804,7 @@
|
|
|
793
804
|
},
|
|
794
805
|
{
|
|
795
806
|
"disabled": false,
|
|
796
|
-
"document": "",
|
|
807
|
+
"document": "URL input information",
|
|
797
808
|
"example": "无",
|
|
798
809
|
"member": "UrlInputInfo",
|
|
799
810
|
"name": "UrlInputInfo",
|
|
@@ -806,11 +817,11 @@
|
|
|
806
817
|
"usage": "both"
|
|
807
818
|
},
|
|
808
819
|
"AbWatermarkSettingsReq": {
|
|
809
|
-
"document": "",
|
|
820
|
+
"document": "AB watermark configuration.",
|
|
810
821
|
"members": [
|
|
811
822
|
{
|
|
812
823
|
"disabled": false,
|
|
813
|
-
"document": "",
|
|
824
|
+
"document": "Optional values: A/B.",
|
|
814
825
|
"example": "A",
|
|
815
826
|
"member": "string",
|
|
816
827
|
"name": "Type",
|
|
@@ -820,6 +831,82 @@
|
|
|
820
831
|
],
|
|
821
832
|
"usage": "in"
|
|
822
833
|
},
|
|
834
|
+
"AbWatermarkSettingsResp": {
|
|
835
|
+
"document": "AbWatermarkSettingsResp",
|
|
836
|
+
"members": [
|
|
837
|
+
{
|
|
838
|
+
"disabled": false,
|
|
839
|
+
"document": "AB watermark type.",
|
|
840
|
+
"example": "A",
|
|
841
|
+
"member": "string",
|
|
842
|
+
"name": "Type",
|
|
843
|
+
"output_required": false,
|
|
844
|
+
"type": "string",
|
|
845
|
+
"value_allowed_null": false
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
"disabled": false,
|
|
849
|
+
"document": "Watermark payload.",
|
|
850
|
+
"example": "123415125",
|
|
851
|
+
"member": "string",
|
|
852
|
+
"name": "Content",
|
|
853
|
+
"output_required": false,
|
|
854
|
+
"type": "string",
|
|
855
|
+
"value_allowed_null": false
|
|
856
|
+
}
|
|
857
|
+
],
|
|
858
|
+
"usage": "out"
|
|
859
|
+
},
|
|
860
|
+
"AdBreakSetting": {
|
|
861
|
+
"document": "AdBreakSetting",
|
|
862
|
+
"members": [
|
|
863
|
+
{
|
|
864
|
+
"disabled": false,
|
|
865
|
+
"document": "Advertising type, currently supports L-SQUEEZE",
|
|
866
|
+
"example": "L-SQUEEZE",
|
|
867
|
+
"member": "string",
|
|
868
|
+
"name": "Format",
|
|
869
|
+
"output_required": false,
|
|
870
|
+
"required": false,
|
|
871
|
+
"type": "string",
|
|
872
|
+
"value_allowed_null": false
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"disabled": false,
|
|
876
|
+
"document": "Duration, in milliseconds, requires 1000<duration<=600000. The current accuracy is seconds, which is a multiple of 1000",
|
|
877
|
+
"example": "20000",
|
|
878
|
+
"member": "uint64",
|
|
879
|
+
"name": "Duration",
|
|
880
|
+
"output_required": false,
|
|
881
|
+
"required": false,
|
|
882
|
+
"type": "int",
|
|
883
|
+
"value_allowed_null": false
|
|
884
|
+
},
|
|
885
|
+
{
|
|
886
|
+
"disabled": false,
|
|
887
|
+
"document": "L-type compression recovery configuration",
|
|
888
|
+
"example": "无",
|
|
889
|
+
"member": "LSqueezeSetting",
|
|
890
|
+
"name": "LSqueezeSetting",
|
|
891
|
+
"output_required": false,
|
|
892
|
+
"required": false,
|
|
893
|
+
"type": "object",
|
|
894
|
+
"value_allowed_null": true
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
"disabled": false,
|
|
898
|
+
"document": "AdSource type, supports UPLOAD_CREATIVES",
|
|
899
|
+
"example": "UPLOAD_CREATIVES",
|
|
900
|
+
"member": "string",
|
|
901
|
+
"name": "AdSource",
|
|
902
|
+
"output_required": false,
|
|
903
|
+
"required": false,
|
|
904
|
+
"type": "string",
|
|
905
|
+
"value_allowed_null": false
|
|
906
|
+
}
|
|
907
|
+
],
|
|
908
|
+
"usage": "both"
|
|
909
|
+
},
|
|
823
910
|
"AdditionalRateSetting": {
|
|
824
911
|
"document": "additional bit rate configuration.",
|
|
825
912
|
"members": [
|
|
@@ -1411,6 +1498,26 @@
|
|
|
1411
1498
|
"output_required": true,
|
|
1412
1499
|
"type": "list",
|
|
1413
1500
|
"value_allowed_null": false
|
|
1501
|
+
},
|
|
1502
|
+
{
|
|
1503
|
+
"disabled": false,
|
|
1504
|
+
"document": "Pipeline 0 total active alarm count",
|
|
1505
|
+
"example": "0",
|
|
1506
|
+
"member": "int64",
|
|
1507
|
+
"name": "PipelineAActiveAlerts",
|
|
1508
|
+
"output_required": true,
|
|
1509
|
+
"type": "int",
|
|
1510
|
+
"value_allowed_null": false
|
|
1511
|
+
},
|
|
1512
|
+
{
|
|
1513
|
+
"disabled": false,
|
|
1514
|
+
"document": "Pipeline 1 total active alarm count",
|
|
1515
|
+
"example": "0",
|
|
1516
|
+
"member": "int64",
|
|
1517
|
+
"name": "PipelineBActiveAlerts",
|
|
1518
|
+
"output_required": true,
|
|
1519
|
+
"type": "int",
|
|
1520
|
+
"value_allowed_null": false
|
|
1414
1521
|
}
|
|
1415
1522
|
],
|
|
1416
1523
|
"usage": "out"
|
|
@@ -1637,7 +1744,7 @@
|
|
|
1637
1744
|
},
|
|
1638
1745
|
{
|
|
1639
1746
|
"disabled": false,
|
|
1640
|
-
"document": "The watermark
|
|
1747
|
+
"document": "The watermark's horizontal distance from the origin as a percentage of the video width. Value range: 0-100. Default: 10.",
|
|
1641
1748
|
"example": "10",
|
|
1642
1749
|
"member": "int64",
|
|
1643
1750
|
"name": "XPos",
|
|
@@ -1647,7 +1754,7 @@
|
|
|
1647
1754
|
},
|
|
1648
1755
|
{
|
|
1649
1756
|
"disabled": false,
|
|
1650
|
-
"document": "The watermark
|
|
1757
|
+
"document": "The watermark's vertical distance from the origin as a percentage of the video height. Value range: 0-100. Default: 10.",
|
|
1651
1758
|
"example": "10",
|
|
1652
1759
|
"member": "int64",
|
|
1653
1760
|
"name": "YPos",
|
|
@@ -1657,7 +1764,7 @@
|
|
|
1657
1764
|
},
|
|
1658
1765
|
{
|
|
1659
1766
|
"disabled": false,
|
|
1660
|
-
"document": "The watermark image
|
|
1767
|
+
"document": "The watermark image's width as a percentage of the video width. Value range: 0-100. Default: 10.\n`0` means to scale the width proportionally to the height.\nYou cannot set both `Width` and `Height` to `0`.",
|
|
1661
1768
|
"example": "10",
|
|
1662
1769
|
"member": "int64",
|
|
1663
1770
|
"name": "Width",
|
|
@@ -1667,7 +1774,7 @@
|
|
|
1667
1774
|
},
|
|
1668
1775
|
{
|
|
1669
1776
|
"disabled": false,
|
|
1670
|
-
"document": "The watermark image
|
|
1777
|
+
"document": "The watermark image's height as a percentage of the video height. Value range: 0-100. Default: 10.\n`0` means to scale the height proportionally to the width.\nYou cannot set both `Width` and `Height` to `0`.",
|
|
1671
1778
|
"example": "10",
|
|
1672
1779
|
"member": "int64",
|
|
1673
1780
|
"name": "Height",
|
|
@@ -1857,7 +1964,7 @@
|
|
|
1857
1964
|
{
|
|
1858
1965
|
"disabled": false,
|
|
1859
1966
|
"document": "Input name, which can contain 1-32 case-sensitive letters, digits, and underscores and must be unique at the region level",
|
|
1860
|
-
"example": "
|
|
1967
|
+
"example": "input_test",
|
|
1861
1968
|
"member": "string",
|
|
1862
1969
|
"name": "Name",
|
|
1863
1970
|
"required": true,
|
|
@@ -1875,7 +1982,7 @@
|
|
|
1875
1982
|
{
|
|
1876
1983
|
"disabled": false,
|
|
1877
1984
|
"document": "ID of the input security group to attach\nYou can attach only one security group to an input.",
|
|
1878
|
-
"example": "[\"
|
|
1985
|
+
"example": "[\"636CA1B600007342FA8D\"]",
|
|
1879
1986
|
"member": "string",
|
|
1880
1987
|
"name": "SecurityGroupIds",
|
|
1881
1988
|
"required": false,
|
|
@@ -2095,7 +2202,7 @@
|
|
|
2095
2202
|
},
|
|
2096
2203
|
{
|
|
2097
2204
|
"disabled": false,
|
|
2098
|
-
"document": "The watermark
|
|
2205
|
+
"document": "The watermark's horizontal distance from the origin as a percentage of the video width. Value range: 0-100. Default: 10.",
|
|
2099
2206
|
"example": "10",
|
|
2100
2207
|
"member": "int64",
|
|
2101
2208
|
"name": "XPos",
|
|
@@ -2105,7 +2212,7 @@
|
|
|
2105
2212
|
},
|
|
2106
2213
|
{
|
|
2107
2214
|
"disabled": false,
|
|
2108
|
-
"document": "The watermark
|
|
2215
|
+
"document": "The watermark's vertical distance from the origin as a percentage of the video height. Value range: 0-100. Default: 10.",
|
|
2109
2216
|
"example": "10",
|
|
2110
2217
|
"member": "int64",
|
|
2111
2218
|
"name": "YPos",
|
|
@@ -3174,7 +3281,7 @@
|
|
|
3174
3281
|
},
|
|
3175
3282
|
{
|
|
3176
3283
|
"disabled": false,
|
|
3177
|
-
"document": "The watermark image
|
|
3284
|
+
"document": "The watermark image's horizontal distance from the origin as a percentage of the video width",
|
|
3178
3285
|
"example": "10",
|
|
3179
3286
|
"member": "int64",
|
|
3180
3287
|
"name": "XPos",
|
|
@@ -3184,7 +3291,7 @@
|
|
|
3184
3291
|
},
|
|
3185
3292
|
{
|
|
3186
3293
|
"disabled": false,
|
|
3187
|
-
"document": "The watermark image
|
|
3294
|
+
"document": "The watermark image's vertical distance from the origin as a percentage of the video height",
|
|
3188
3295
|
"example": "10",
|
|
3189
3296
|
"member": "int64",
|
|
3190
3297
|
"name": "YPos",
|
|
@@ -3494,6 +3601,16 @@
|
|
|
3494
3601
|
"output_required": true,
|
|
3495
3602
|
"type": "list",
|
|
3496
3603
|
"value_allowed_null": false
|
|
3604
|
+
},
|
|
3605
|
+
{
|
|
3606
|
+
"disabled": false,
|
|
3607
|
+
"document": "AB watermark configuration.",
|
|
3608
|
+
"example": "无",
|
|
3609
|
+
"member": "AbWatermarkSettingsResp",
|
|
3610
|
+
"name": "AbWatermarkSettings",
|
|
3611
|
+
"output_required": false,
|
|
3612
|
+
"type": "object",
|
|
3613
|
+
"value_allowed_null": false
|
|
3497
3614
|
}
|
|
3498
3615
|
],
|
|
3499
3616
|
"usage": "out"
|
|
@@ -3883,6 +4000,15 @@
|
|
|
3883
4000
|
"name": "MotionGraphicsActivateSetting",
|
|
3884
4001
|
"required": false,
|
|
3885
4002
|
"type": "object"
|
|
4003
|
+
},
|
|
4004
|
+
{
|
|
4005
|
+
"disabled": false,
|
|
4006
|
+
"document": "Ad Settings",
|
|
4007
|
+
"example": "无",
|
|
4008
|
+
"member": "AdBreakSetting",
|
|
4009
|
+
"name": "AdBreakSetting",
|
|
4010
|
+
"required": false,
|
|
4011
|
+
"type": "object"
|
|
3886
4012
|
}
|
|
3887
4013
|
],
|
|
3888
4014
|
"usage": "in"
|
|
@@ -4032,6 +4158,17 @@
|
|
|
4032
4158
|
"required": false,
|
|
4033
4159
|
"type": "object",
|
|
4034
4160
|
"value_allowed_null": false
|
|
4161
|
+
},
|
|
4162
|
+
{
|
|
4163
|
+
"disabled": false,
|
|
4164
|
+
"document": "Ad Settings",
|
|
4165
|
+
"example": "无",
|
|
4166
|
+
"member": "AdBreakSetting",
|
|
4167
|
+
"name": "AdBreakSetting",
|
|
4168
|
+
"output_required": false,
|
|
4169
|
+
"required": false,
|
|
4170
|
+
"type": "object",
|
|
4171
|
+
"value_allowed_null": false
|
|
4035
4172
|
}
|
|
4036
4173
|
],
|
|
4037
4174
|
"usage": "both"
|
|
@@ -4528,7 +4665,7 @@
|
|
|
4528
4665
|
"members": [
|
|
4529
4666
|
{
|
|
4530
4667
|
"disabled": false,
|
|
4531
|
-
"document": "",
|
|
4668
|
+
"document": "Segment duration, in milliseconds, ranging from 1000-10000, must be a multiple of 1000. The input video duration should be between SegmentDuration * 90 and SegmentDuration * 180",
|
|
4532
4669
|
"example": "10000",
|
|
4533
4670
|
"member": "int64",
|
|
4534
4671
|
"name": "SegmentDuration",
|
|
@@ -4940,6 +5077,78 @@
|
|
|
4940
5077
|
],
|
|
4941
5078
|
"usage": "both"
|
|
4942
5079
|
},
|
|
5080
|
+
"LSqueezeSetting": {
|
|
5081
|
+
"document": "",
|
|
5082
|
+
"members": [
|
|
5083
|
+
{
|
|
5084
|
+
"disabled": false,
|
|
5085
|
+
"document": "Advertising benchmark position, 0 top left, 1 top right, 2 bottom right, 3 bottom left, default value 0, corresponding TOP_LEFT,TOP_RIGHT,BOTTOM_RIGHT,BOTTOM_LEFT",
|
|
5086
|
+
"example": "0",
|
|
5087
|
+
"member": "uint64",
|
|
5088
|
+
"name": "Location",
|
|
5089
|
+
"output_required": false,
|
|
5090
|
+
"required": true,
|
|
5091
|
+
"type": "int",
|
|
5092
|
+
"value_allowed_null": false
|
|
5093
|
+
},
|
|
5094
|
+
{
|
|
5095
|
+
"disabled": false,
|
|
5096
|
+
"document": "The default value for the percentage in the X-axis direction is 20, with a range of 0-50",
|
|
5097
|
+
"example": "20",
|
|
5098
|
+
"member": "uint64",
|
|
5099
|
+
"name": "OffsetX",
|
|
5100
|
+
"output_required": false,
|
|
5101
|
+
"required": true,
|
|
5102
|
+
"type": "int",
|
|
5103
|
+
"value_allowed_null": false
|
|
5104
|
+
},
|
|
5105
|
+
{
|
|
5106
|
+
"disabled": false,
|
|
5107
|
+
"document": "The default value for the percentage in the Y-axis direction is 20, with a range of 0-50",
|
|
5108
|
+
"example": "20",
|
|
5109
|
+
"member": "uint64",
|
|
5110
|
+
"name": "OffsetY",
|
|
5111
|
+
"output_required": false,
|
|
5112
|
+
"required": true,
|
|
5113
|
+
"type": "int",
|
|
5114
|
+
"value_allowed_null": false
|
|
5115
|
+
},
|
|
5116
|
+
{
|
|
5117
|
+
"disabled": false,
|
|
5118
|
+
"document": "Background image URL, starting with http/https and ending in jpg/jpeg/png",
|
|
5119
|
+
"example": "https://www.testL.jpg",
|
|
5120
|
+
"member": "string",
|
|
5121
|
+
"name": "BackgroundImgUrl",
|
|
5122
|
+
"output_required": false,
|
|
5123
|
+
"required": false,
|
|
5124
|
+
"type": "string",
|
|
5125
|
+
"value_allowed_null": false
|
|
5126
|
+
},
|
|
5127
|
+
{
|
|
5128
|
+
"disabled": false,
|
|
5129
|
+
"document": "Compress time. Unit ms, default value 2000, range: 500-10000, SqueezeInPeriod+SqueezeOutPeriod cannot be greater than duration, included in duration",
|
|
5130
|
+
"example": "2000",
|
|
5131
|
+
"member": "uint64",
|
|
5132
|
+
"name": "SqueezeInPeriod",
|
|
5133
|
+
"output_required": false,
|
|
5134
|
+
"required": false,
|
|
5135
|
+
"type": "int",
|
|
5136
|
+
"value_allowed_null": false
|
|
5137
|
+
},
|
|
5138
|
+
{
|
|
5139
|
+
"disabled": false,
|
|
5140
|
+
"document": "Restore to full screen time. Unit ms, default value 2000, range 500-10000, SqueezeInPeriod+SqueezeOutPeriod cannot be greater than duration, included in duration",
|
|
5141
|
+
"example": "2000",
|
|
5142
|
+
"member": "uint64",
|
|
5143
|
+
"name": "SqueezeOutPeriod",
|
|
5144
|
+
"output_required": false,
|
|
5145
|
+
"required": false,
|
|
5146
|
+
"type": "int",
|
|
5147
|
+
"value_allowed_null": false
|
|
5148
|
+
}
|
|
5149
|
+
],
|
|
5150
|
+
"usage": "both"
|
|
5151
|
+
},
|
|
4943
5152
|
"LogInfo": {
|
|
4944
5153
|
"document": "Log information.",
|
|
4945
5154
|
"members": [
|
|
@@ -5461,6 +5670,17 @@
|
|
|
5461
5670
|
"required": false,
|
|
5462
5671
|
"type": "list",
|
|
5463
5672
|
"value_allowed_null": false
|
|
5673
|
+
},
|
|
5674
|
+
{
|
|
5675
|
+
"disabled": false,
|
|
5676
|
+
"document": "Name modification for sub m3u8.",
|
|
5677
|
+
"example": "streamid_1080P",
|
|
5678
|
+
"member": "string",
|
|
5679
|
+
"name": "NameModifier",
|
|
5680
|
+
"output_required": false,
|
|
5681
|
+
"required": false,
|
|
5682
|
+
"type": "string",
|
|
5683
|
+
"value_allowed_null": false
|
|
5464
5684
|
}
|
|
5465
5685
|
],
|
|
5466
5686
|
"usage": "both"
|
|
@@ -5550,6 +5770,36 @@
|
|
|
5550
5770
|
"output_required": true,
|
|
5551
5771
|
"type": "list",
|
|
5552
5772
|
"value_allowed_null": false
|
|
5773
|
+
},
|
|
5774
|
+
{
|
|
5775
|
+
"disabled": false,
|
|
5776
|
+
"document": "Session ID",
|
|
5777
|
+
"example": "25123123",
|
|
5778
|
+
"member": "string",
|
|
5779
|
+
"name": "SessionId",
|
|
5780
|
+
"output_required": false,
|
|
5781
|
+
"type": "string",
|
|
5782
|
+
"value_allowed_null": false
|
|
5783
|
+
},
|
|
5784
|
+
{
|
|
5785
|
+
"disabled": false,
|
|
5786
|
+
"document": "Rtt time, in milliseconds",
|
|
5787
|
+
"example": "25123123",
|
|
5788
|
+
"member": "int64",
|
|
5789
|
+
"name": "RTT",
|
|
5790
|
+
"output_required": false,
|
|
5791
|
+
"type": "int",
|
|
5792
|
+
"value_allowed_null": false
|
|
5793
|
+
},
|
|
5794
|
+
{
|
|
5795
|
+
"disabled": false,
|
|
5796
|
+
"document": "Is the Network parameter valid? 0 indicates invalid, 1 indicates valid",
|
|
5797
|
+
"example": "1",
|
|
5798
|
+
"member": "int64",
|
|
5799
|
+
"name": "NetworkValid",
|
|
5800
|
+
"output_required": false,
|
|
5801
|
+
"type": "int",
|
|
5802
|
+
"value_allowed_null": false
|
|
5553
5803
|
}
|
|
5554
5804
|
],
|
|
5555
5805
|
"usage": "out"
|
|
@@ -5602,6 +5852,16 @@
|
|
|
5602
5852
|
"output_required": true,
|
|
5603
5853
|
"type": "int",
|
|
5604
5854
|
"value_allowed_null": false
|
|
5855
|
+
},
|
|
5856
|
+
{
|
|
5857
|
+
"disabled": false,
|
|
5858
|
+
"document": "Is the Network parameter valid? 0 indicates invalid, 1 indicates valid",
|
|
5859
|
+
"example": "1",
|
|
5860
|
+
"member": "int64",
|
|
5861
|
+
"name": "NetworkValid",
|
|
5862
|
+
"output_required": true,
|
|
5863
|
+
"type": "int",
|
|
5864
|
+
"value_allowed_null": false
|
|
5605
5865
|
}
|
|
5606
5866
|
],
|
|
5607
5867
|
"usage": "out"
|
|
@@ -5974,7 +6234,7 @@
|
|
|
5974
6234
|
},
|
|
5975
6235
|
{
|
|
5976
6236
|
"disabled": false,
|
|
5977
|
-
"document": "Corresponds to SCTE-35 segment_num
|
|
6237
|
+
"document": "Corresponds to SCTE-35 segment_num. This field provides support for numbering segments within a given collection of segments.",
|
|
5978
6238
|
"example": "0",
|
|
5979
6239
|
"member": "uint64",
|
|
5980
6240
|
"name": "Num",
|
|
@@ -6093,7 +6353,7 @@
|
|
|
6093
6353
|
},
|
|
6094
6354
|
{
|
|
6095
6355
|
"disabled": false,
|
|
6096
|
-
"document": "Corresponds to SCTE-35 segment_num
|
|
6356
|
+
"document": "Corresponds to SCTE-35 segment_num. This field provides support for numbering segments within a given collection of segments.",
|
|
6097
6357
|
"example": "0",
|
|
6098
6358
|
"member": "uint64",
|
|
6099
6359
|
"name": "Num",
|
|
@@ -7192,7 +7452,7 @@
|
|
|
7192
7452
|
"members": [
|
|
7193
7453
|
{
|
|
7194
7454
|
"disabled": false,
|
|
7195
|
-
"document": "",
|
|
7455
|
+
"document": "Notification type. Currently only supports URLs",
|
|
7196
7456
|
"example": "URL",
|
|
7197
7457
|
"member": "string",
|
|
7198
7458
|
"name": "Type",
|
|
@@ -7203,7 +7463,7 @@
|
|
|
7203
7463
|
},
|
|
7204
7464
|
{
|
|
7205
7465
|
"disabled": false,
|
|
7206
|
-
"document": "",
|
|
7466
|
+
"document": "Callback URL. Starting with http/https, supporting a maximum of 512 characters",
|
|
7207
7467
|
"example": "https://www.tencent.com",
|
|
7208
7468
|
"member": "string",
|
|
7209
7469
|
"name": "NotifyUrl",
|
|
@@ -7439,7 +7699,7 @@
|
|
|
7439
7699
|
"members": [
|
|
7440
7700
|
{
|
|
7441
7701
|
"disabled": false,
|
|
7442
|
-
"document": "",
|
|
7702
|
+
"document": "Video URL, starting with http/https, supports up to 512 characters, currently only supports complete single file videos, does not support streaming formats based on playlists and segments (such as HLS or DASH)",
|
|
7443
7703
|
"example": "https://www.google.com.hk/webhp?hl=zh-CN&sourceid=cnhp&gws_rd=ssl",
|
|
7444
7704
|
"member": "string",
|
|
7445
7705
|
"name": "Url",
|
|
@@ -7513,11 +7773,11 @@
|
|
|
7513
7773
|
"usage": "both"
|
|
7514
7774
|
},
|
|
7515
7775
|
"VideoEnhanceSetting": {
|
|
7516
|
-
"document": "",
|
|
7776
|
+
"document": "VideoEnhanceSetting",
|
|
7517
7777
|
"members": [
|
|
7518
7778
|
{
|
|
7519
7779
|
"disabled": false,
|
|
7520
|
-
"document": "",
|
|
7780
|
+
"document": "Video enhancement types, optional: \"GameEnhance\", \"ColorEnhance\", \"Debur\", \"Comprehensive\", \"Denoising\", \"SR\", \"OutdoorSportsCompetitions\", \"IndoorSportsCompetitions\", \"ShowEnhance\"",
|
|
7521
7781
|
"example": "GameEnhance",
|
|
7522
7782
|
"member": "string",
|
|
7523
7783
|
"name": "Type",
|
|
@@ -7528,7 +7788,7 @@
|
|
|
7528
7788
|
},
|
|
7529
7789
|
{
|
|
7530
7790
|
"disabled": false,
|
|
7531
|
-
"document": "",
|
|
7791
|
+
"document": "Video enhancement intensity, 0-1.0, granularity 0.1",
|
|
7532
7792
|
"example": "0.5",
|
|
7533
7793
|
"member": "float",
|
|
7534
7794
|
"name": "Strength",
|
|
@@ -7779,7 +8039,7 @@
|
|
|
7779
8039
|
},
|
|
7780
8040
|
{
|
|
7781
8041
|
"disabled": false,
|
|
7782
|
-
"document": "",
|
|
8042
|
+
"document": "Video enhancement switch, 1: on 0: off.",
|
|
7783
8043
|
"example": "0",
|
|
7784
8044
|
"member": "uint64",
|
|
7785
8045
|
"name": "VideoEnhanceEnabled",
|
|
@@ -7790,7 +8050,7 @@
|
|
|
7790
8050
|
},
|
|
7791
8051
|
{
|
|
7792
8052
|
"disabled": false,
|
|
7793
|
-
"document": "",
|
|
8053
|
+
"document": "Video enhancement parameter array.",
|
|
7794
8054
|
"example": "无",
|
|
7795
8055
|
"member": "VideoEnhanceSetting",
|
|
7796
8056
|
"name": "VideoEnhanceSettings",
|
|
@@ -7809,6 +8069,17 @@
|
|
|
7809
8069
|
"required": false,
|
|
7810
8070
|
"type": "object",
|
|
7811
8071
|
"value_allowed_null": false
|
|
8072
|
+
},
|
|
8073
|
+
{
|
|
8074
|
+
"disabled": false,
|
|
8075
|
+
"document": "Traceability watermark.",
|
|
8076
|
+
"example": "[\"5E7818810943216A1234\"]",
|
|
8077
|
+
"member": "string",
|
|
8078
|
+
"name": "ForensicWatermarkIds",
|
|
8079
|
+
"output_required": false,
|
|
8080
|
+
"required": false,
|
|
8081
|
+
"type": "list",
|
|
8082
|
+
"value_allowed_null": false
|
|
7812
8083
|
}
|
|
7813
8084
|
],
|
|
7814
8085
|
"usage": "both"
|