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
|
@@ -63,6 +63,20 @@
|
|
|
63
63
|
"output": "CreateAdaptiveDynamicStreamingTemplateResponse",
|
|
64
64
|
"status": "online"
|
|
65
65
|
},
|
|
66
|
+
"CreateAigcImageTask": {
|
|
67
|
+
"document": "This API is used to generate AIGC images. <b>The API is in beta. If needed, contact us. API calls will incur actual fees.</b>",
|
|
68
|
+
"input": "CreateAigcImageTaskRequest",
|
|
69
|
+
"name": "Create an AIGC image generation task",
|
|
70
|
+
"output": "CreateAigcImageTaskResponse",
|
|
71
|
+
"status": "online"
|
|
72
|
+
},
|
|
73
|
+
"CreateAigcVideoTask": {
|
|
74
|
+
"document": "This API is used to generate AIGC videos. <b>The API is in beta. If needed, contact us. API calls will incur actual fees.</b>",
|
|
75
|
+
"input": "CreateAigcVideoTaskRequest",
|
|
76
|
+
"name": "Create an AIGC video task",
|
|
77
|
+
"output": "CreateAigcVideoTaskResponse",
|
|
78
|
+
"status": "online"
|
|
79
|
+
},
|
|
66
80
|
"CreateAnimatedGraphicsTemplate": {
|
|
67
81
|
"document": "This API is used to create a custom animated image generating template. Up to 16 templates can be created.",
|
|
68
82
|
"input": "CreateAnimatedGraphicsTemplateRequest",
|
|
@@ -189,6 +203,13 @@
|
|
|
189
203
|
"output": "CreateSampleSnapshotTemplateResponse",
|
|
190
204
|
"status": "online"
|
|
191
205
|
},
|
|
206
|
+
"CreateSceneAigcImageTask": {
|
|
207
|
+
"document": "This API is used to generate scenario-based AIGC images. <b>This interface is in beta. If you need to use it, please contact us. API calls will incur actual fees.</b>",
|
|
208
|
+
"input": "CreateSceneAigcImageTaskRequest",
|
|
209
|
+
"name": "Create an AIGC scenario-based image generation task",
|
|
210
|
+
"output": "CreateSceneAigcImageTaskResponse",
|
|
211
|
+
"status": "online"
|
|
212
|
+
},
|
|
192
213
|
"CreateSnapshotByTimeOffsetTemplate": {
|
|
193
214
|
"document": "This API is used to create a custom time point screencapturing template. Up to 16 templates can be created.",
|
|
194
215
|
"input": "CreateSnapshotByTimeOffsetTemplateRequest",
|
|
@@ -477,7 +498,7 @@
|
|
|
477
498
|
"status": "online"
|
|
478
499
|
},
|
|
479
500
|
"DescribeCDNUsageData": {
|
|
480
|
-
"document": "This API is used to query the CDN statistics of VOD such as traffic and bandwidth.\n 1.
|
|
501
|
+
"document": "This API is used to query the CDN statistics of VOD such as traffic and bandwidth.\n 1. CDN usage data is retained on the system side for 13 months, while you can only query the CDN usage data for the most recent 365 days via the API.If you need to retrieve historical usage data beyond 365 days, please contact us.\n 2. The query time range cannot be more than 90 days.\n 3. The time granularity of usage data can be specified, including 5-minute, 1-hour, and 1-day.\n 4. Traffic refers to the total traffic within the query time granularity, while bandwidth the peak bandwidth.",
|
|
481
502
|
"input": "DescribeCDNUsageDataRequest",
|
|
482
503
|
"name": "Queries CDN usage data of VOD",
|
|
483
504
|
"output": "DescribeCDNUsageDataResponse",
|
|
@@ -603,7 +624,7 @@
|
|
|
603
624
|
"status": "online"
|
|
604
625
|
},
|
|
605
626
|
"DescribeMediaProcessUsageData": {
|
|
606
|
-
"document": "This API is used to query the information of video processing usage within the specified time range.\n 1.
|
|
627
|
+
"document": "This API is used to query the information of video processing usage within the specified time range.\n 1. Video processing usage data is retained on the system side for 13 months, and you may only query the usage data for the most recent 365 days via the API. If you need to retrieve historical usage data beyond 365 days, please contact us.\n 2. The query time range cannot be more than 90 days.",
|
|
607
628
|
"input": "DescribeMediaProcessUsageDataRequest",
|
|
608
629
|
"name": "Queries video processing usage statistics",
|
|
609
630
|
"output": "DescribeMediaProcessUsageDataResponse",
|
|
@@ -680,7 +701,7 @@
|
|
|
680
701
|
"status": "online"
|
|
681
702
|
},
|
|
682
703
|
"DescribeStorageDetails": {
|
|
683
|
-
"document": "This API is used to query VOD storage usage in bytes within the query period.\n 1.
|
|
704
|
+
"document": "This API is used to query VOD storage usage in bytes within the query period.\n 1. Storage usage data is retained on the system side for 13 months, and you may only query the usage data for the most recent 365 days via the API. If you need to retrieve historical usage data beyond 365 days, please contact us.\n 2. The query period is up to 90 days.\n 3. The query period at minute-level granularity is up to 7 days.",
|
|
684
705
|
"input": "DescribeStorageDetailsRequest",
|
|
685
706
|
"name": "Queries storage capacity usage details",
|
|
686
707
|
"output": "DescribeStorageDetailsResponse",
|
|
@@ -812,6 +833,13 @@
|
|
|
812
833
|
"output": "HandleCurrentPlaylistResponse",
|
|
813
834
|
"status": "online"
|
|
814
835
|
},
|
|
836
|
+
"ImportMediaKnowledge": {
|
|
837
|
+
"document": "This API is used to import AI analysis results into the knowledge base.",
|
|
838
|
+
"input": "ImportMediaKnowledgeRequest",
|
|
839
|
+
"name": "Import media to knowledge base",
|
|
840
|
+
"output": "ImportMediaKnowledgeResponse",
|
|
841
|
+
"status": "online"
|
|
842
|
+
},
|
|
815
843
|
"InspectMediaQuality": {
|
|
816
844
|
"document": "Initiate media quality inspection task.",
|
|
817
845
|
"input": "InspectMediaQualityRequest",
|
|
@@ -1162,6 +1190,13 @@
|
|
|
1162
1190
|
"output": "SearchMediaResponse",
|
|
1163
1191
|
"status": "online"
|
|
1164
1192
|
},
|
|
1193
|
+
"SearchMediaBySemantics": {
|
|
1194
|
+
"document": "This API is used to conduct semantic search on media using natural language.",
|
|
1195
|
+
"input": "SearchMediaBySemanticsRequest",
|
|
1196
|
+
"name": "Search media by semantic",
|
|
1197
|
+
"output": "SearchMediaBySemanticsResponse",
|
|
1198
|
+
"status": "online"
|
|
1199
|
+
},
|
|
1165
1200
|
"SetDrmKeyProviderInfo": {
|
|
1166
1201
|
"document": "This API is used to configure DRM key information.",
|
|
1167
1202
|
"input": "SetDrmKeyProviderInfoRequest",
|
|
@@ -1840,9 +1875,10 @@
|
|
|
1840
1875
|
{
|
|
1841
1876
|
"disabled": false,
|
|
1842
1877
|
"document": "Video parameter information.",
|
|
1843
|
-
"example": "
|
|
1878
|
+
"example": "无",
|
|
1844
1879
|
"member": "VideoTemplateInfo",
|
|
1845
1880
|
"name": "Video",
|
|
1881
|
+
"output_required": true,
|
|
1846
1882
|
"required": true,
|
|
1847
1883
|
"type": "object",
|
|
1848
1884
|
"value_allowed_null": false
|
|
@@ -1850,9 +1886,10 @@
|
|
|
1850
1886
|
{
|
|
1851
1887
|
"disabled": false,
|
|
1852
1888
|
"document": "Audio parameter information.",
|
|
1853
|
-
"example": "
|
|
1889
|
+
"example": "无",
|
|
1854
1890
|
"member": "AudioTemplateInfo",
|
|
1855
1891
|
"name": "Audio",
|
|
1892
|
+
"output_required": true,
|
|
1856
1893
|
"required": true,
|
|
1857
1894
|
"type": "object",
|
|
1858
1895
|
"value_allowed_null": false
|
|
@@ -1863,6 +1900,7 @@
|
|
|
1863
1900
|
"example": "0",
|
|
1864
1901
|
"member": "uint64",
|
|
1865
1902
|
"name": "RemoveAudio",
|
|
1903
|
+
"output_required": true,
|
|
1866
1904
|
"required": false,
|
|
1867
1905
|
"type": "int",
|
|
1868
1906
|
"value_allowed_null": false
|
|
@@ -1873,6 +1911,7 @@
|
|
|
1873
1911
|
"example": "0",
|
|
1874
1912
|
"member": "uint64",
|
|
1875
1913
|
"name": "RemoveVideo",
|
|
1914
|
+
"output_required": true,
|
|
1876
1915
|
"required": false,
|
|
1877
1916
|
"type": "int",
|
|
1878
1917
|
"value_allowed_null": false
|
|
@@ -1880,9 +1919,21 @@
|
|
|
1880
1919
|
{
|
|
1881
1920
|
"disabled": false,
|
|
1882
1921
|
"document": "TESHD transcoding parameters\nNote: This field may return `null`, indicating that no valid value was found.",
|
|
1883
|
-
"example": "
|
|
1922
|
+
"example": "无",
|
|
1884
1923
|
"member": "TEHDConfig",
|
|
1885
1924
|
"name": "TEHDConfig",
|
|
1925
|
+
"output_required": true,
|
|
1926
|
+
"required": false,
|
|
1927
|
+
"type": "object",
|
|
1928
|
+
"value_allowed_null": true
|
|
1929
|
+
},
|
|
1930
|
+
{
|
|
1931
|
+
"disabled": false,
|
|
1932
|
+
"document": "Audio/Video enhancement configuration.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
1933
|
+
"example": "无",
|
|
1934
|
+
"member": "EnhanceConfig",
|
|
1935
|
+
"name": "EnhanceConfig",
|
|
1936
|
+
"output_required": true,
|
|
1886
1937
|
"required": false,
|
|
1887
1938
|
"type": "object",
|
|
1888
1939
|
"value_allowed_null": true
|
|
@@ -6797,6 +6848,999 @@
|
|
|
6797
6848
|
],
|
|
6798
6849
|
"usage": "in"
|
|
6799
6850
|
},
|
|
6851
|
+
"AigcImageOutputConfig": {
|
|
6852
|
+
"document": "Output media file configuration for the AIGC image generation task.",
|
|
6853
|
+
"members": [
|
|
6854
|
+
{
|
|
6855
|
+
"disabled": false,
|
|
6856
|
+
"document": "Storage mode. valid values: <li>Permanent: Permanent storage. the generated image file will be stored in VOD (video on demand), and the FileId can be obtained in the event notification.</li> <li>Temporary: Temporary storage. the generated image file will not be stored in vod, and the Temporary access URL can be obtained in the event notification.</li>.\nDefault value: Temporary.",
|
|
6857
|
+
"example": "Permanent",
|
|
6858
|
+
"member": "string",
|
|
6859
|
+
"name": "StorageMode",
|
|
6860
|
+
"output_required": false,
|
|
6861
|
+
"required": false,
|
|
6862
|
+
"type": "string",
|
|
6863
|
+
"value_allowed_null": false
|
|
6864
|
+
},
|
|
6865
|
+
{
|
|
6866
|
+
"disabled": false,
|
|
6867
|
+
"document": "Output filename, up to 64 characters. default filename is assigned by the system.",
|
|
6868
|
+
"example": "myfile",
|
|
6869
|
+
"member": "string",
|
|
6870
|
+
"name": "MediaName",
|
|
6871
|
+
"output_required": false,
|
|
6872
|
+
"required": false,
|
|
6873
|
+
"type": "string",
|
|
6874
|
+
"value_allowed_null": false
|
|
6875
|
+
},
|
|
6876
|
+
{
|
|
6877
|
+
"disabled": false,
|
|
6878
|
+
"document": "Category ID, used to categorize and manage media. you can create a category and obtain the category ID via the [create classification](https://www.tencentcloud.com/document/product/266/7812?from_cn_redirect=1) api.\n<Li>Default value: 0, indicating other categories.</li>.",
|
|
6879
|
+
"example": "0",
|
|
6880
|
+
"member": "int64",
|
|
6881
|
+
"name": "ClassId",
|
|
6882
|
+
"output_required": false,
|
|
6883
|
+
"required": false,
|
|
6884
|
+
"type": "int",
|
|
6885
|
+
"value_allowed_null": false
|
|
6886
|
+
},
|
|
6887
|
+
{
|
|
6888
|
+
"disabled": false,
|
|
6889
|
+
"document": "The expiry date of the output file. files will be deleted longer than this time. default is no expiration. format according to ISO 8601 standard. for details, see [ISO date format description](https://www.tencentcloud.comom/document/product/266/11732?from_cn_redirect=1#I).",
|
|
6890
|
+
"example": "0000-00-00T00:00:00Z",
|
|
6891
|
+
"member": "string",
|
|
6892
|
+
"name": "ExpireTime",
|
|
6893
|
+
"output_required": false,
|
|
6894
|
+
"required": false,
|
|
6895
|
+
"type": "string",
|
|
6896
|
+
"value_allowed_null": false
|
|
6897
|
+
},
|
|
6898
|
+
{
|
|
6899
|
+
"disabled": false,
|
|
6900
|
+
"document": "Image generation resolution. available values are 720P, 1080P, 2K, 4K, 1024x1024, 2048x2048, 2304x1728, 2496x1664, 2560x1440, 3024x1296, 4096x4096, 4694x3520, 4992x3328, 5404x3040, 6198x2656.",
|
|
6901
|
+
"example": "1024x1024",
|
|
6902
|
+
"member": "string",
|
|
6903
|
+
"name": "Resolution",
|
|
6904
|
+
"output_required": false,
|
|
6905
|
+
"required": false,
|
|
6906
|
+
"type": "string",
|
|
6907
|
+
"value_allowed_null": false
|
|
6908
|
+
},
|
|
6909
|
+
{
|
|
6910
|
+
"disabled": false,
|
|
6911
|
+
"document": "Specify the aspect ratio of the generated image. <li>when ModelName is GEM, the available values are 1:1, 3:2, 2:3, 3:4, 4:3, 4:5, 5:4, 9:16, 16:9, and 21:9.</li> <li>when ModelName is Qwen, it is not currently supported.</li>.",
|
|
6912
|
+
"example": "16:9",
|
|
6913
|
+
"member": "string",
|
|
6914
|
+
"name": "AspectRatio",
|
|
6915
|
+
"output_required": false,
|
|
6916
|
+
"required": false,
|
|
6917
|
+
"type": "string",
|
|
6918
|
+
"value_allowed_null": false
|
|
6919
|
+
},
|
|
6920
|
+
{
|
|
6921
|
+
"disabled": false,
|
|
6922
|
+
"document": "Whether to allow figure or human face generation. valid values: <li>AllowAdult: allow adult generation.</li> <li>Disallowed: forbid including figures or human faces in images.</li>.",
|
|
6923
|
+
"example": "AllowAdult",
|
|
6924
|
+
"member": "string",
|
|
6925
|
+
"name": "PersonGeneration",
|
|
6926
|
+
"output_required": false,
|
|
6927
|
+
"required": false,
|
|
6928
|
+
"type": "string",
|
|
6929
|
+
"value_allowed_null": false
|
|
6930
|
+
},
|
|
6931
|
+
{
|
|
6932
|
+
"disabled": false,
|
|
6933
|
+
"document": "Whether to enable compliance check for input content. valid values: <li>Enabled: enable;</li> <li>Disabled: disable;</li>.",
|
|
6934
|
+
"example": "Enabled",
|
|
6935
|
+
"member": "string",
|
|
6936
|
+
"name": "InputComplianceCheck",
|
|
6937
|
+
"output_required": false,
|
|
6938
|
+
"required": false,
|
|
6939
|
+
"type": "string",
|
|
6940
|
+
"value_allowed_null": false
|
|
6941
|
+
},
|
|
6942
|
+
{
|
|
6943
|
+
"disabled": false,
|
|
6944
|
+
"document": "Whether to enable compliance check for output content. valid values: <li>Enabled: enable;</li> <li>Disabled: disable;</li>.",
|
|
6945
|
+
"example": "Enabled",
|
|
6946
|
+
"member": "string",
|
|
6947
|
+
"name": "OutputComplianceCheck",
|
|
6948
|
+
"output_required": false,
|
|
6949
|
+
"required": false,
|
|
6950
|
+
"type": "string",
|
|
6951
|
+
"value_allowed_null": false
|
|
6952
|
+
}
|
|
6953
|
+
],
|
|
6954
|
+
"usage": "both"
|
|
6955
|
+
},
|
|
6956
|
+
"AigcImageSceneInfo": {
|
|
6957
|
+
"document": "Scenario-Based AIGC image generation configuration.",
|
|
6958
|
+
"members": [
|
|
6959
|
+
{
|
|
6960
|
+
"disabled": false,
|
|
6961
|
+
"document": "AI image generation scenario type. valid values:\n-change_clothes: AI clothing change.\n-product_image: AI-generated product image.",
|
|
6962
|
+
"example": "change_clothes",
|
|
6963
|
+
"member": "string",
|
|
6964
|
+
"name": "Type",
|
|
6965
|
+
"output_required": false,
|
|
6966
|
+
"required": true,
|
|
6967
|
+
"type": "string",
|
|
6968
|
+
"value_allowed_null": false
|
|
6969
|
+
},
|
|
6970
|
+
{
|
|
6971
|
+
"disabled": false,
|
|
6972
|
+
"document": "Valid when Type is change_clothes. this item is required and indicates the AI clothes-changing image generation config.",
|
|
6973
|
+
"example": "无",
|
|
6974
|
+
"member": "ChangeClothesConfig",
|
|
6975
|
+
"name": "ChangeClothesConfig",
|
|
6976
|
+
"output_required": false,
|
|
6977
|
+
"required": false,
|
|
6978
|
+
"type": "object",
|
|
6979
|
+
"value_allowed_null": false
|
|
6980
|
+
},
|
|
6981
|
+
{
|
|
6982
|
+
"disabled": false,
|
|
6983
|
+
"document": "Valid when Type is product_image. indicates the AI-generated product image config.",
|
|
6984
|
+
"example": "无",
|
|
6985
|
+
"member": "ProductImageConfig",
|
|
6986
|
+
"name": "ProductImageConfig",
|
|
6987
|
+
"output_required": false,
|
|
6988
|
+
"required": false,
|
|
6989
|
+
"type": "object",
|
|
6990
|
+
"value_allowed_null": false
|
|
6991
|
+
}
|
|
6992
|
+
],
|
|
6993
|
+
"usage": "both"
|
|
6994
|
+
},
|
|
6995
|
+
"AigcImageTask": {
|
|
6996
|
+
"document": "AIGC image task information.",
|
|
6997
|
+
"members": [
|
|
6998
|
+
{
|
|
6999
|
+
"disabled": false,
|
|
7000
|
+
"document": "The task ID.",
|
|
7001
|
+
"example": "251007502-AigcImageTask-ca5fdd3e74c6bd1b28974b6c136de507t",
|
|
7002
|
+
"member": "string",
|
|
7003
|
+
"name": "TaskId",
|
|
7004
|
+
"output_required": true,
|
|
7005
|
+
"type": "string",
|
|
7006
|
+
"value_allowed_null": false
|
|
7007
|
+
},
|
|
7008
|
+
{
|
|
7009
|
+
"disabled": false,
|
|
7010
|
+
"document": "Task status, value: <li>PROCESSING: processing;</li><li>FINISH: completed.</li>",
|
|
7011
|
+
"example": "FINISH",
|
|
7012
|
+
"member": "string",
|
|
7013
|
+
"name": "Status",
|
|
7014
|
+
"output_required": true,
|
|
7015
|
+
"type": "string",
|
|
7016
|
+
"value_allowed_null": false
|
|
7017
|
+
},
|
|
7018
|
+
{
|
|
7019
|
+
"disabled": false,
|
|
7020
|
+
"document": "Error code. A non-zero error code is returned when the source is abnormal. If 0 is returned, use the ErrCode of each specific task.",
|
|
7021
|
+
"example": "70000",
|
|
7022
|
+
"member": "int64",
|
|
7023
|
+
"name": "ErrCode",
|
|
7024
|
+
"output_required": true,
|
|
7025
|
+
"type": "int",
|
|
7026
|
+
"value_allowed_null": false
|
|
7027
|
+
},
|
|
7028
|
+
{
|
|
7029
|
+
"disabled": false,
|
|
7030
|
+
"document": "Error message. If the source is abnormal, the corresponding exception message is returned. Otherwise, use the message of each specific task.",
|
|
7031
|
+
"example": "fail",
|
|
7032
|
+
"member": "string",
|
|
7033
|
+
"name": "Message",
|
|
7034
|
+
"output_required": true,
|
|
7035
|
+
"type": "string",
|
|
7036
|
+
"value_allowed_null": false
|
|
7037
|
+
},
|
|
7038
|
+
{
|
|
7039
|
+
"disabled": false,
|
|
7040
|
+
"document": "The execution progress of a single adaptive bitrate stream. Value range: 0-100.",
|
|
7041
|
+
"example": "100",
|
|
7042
|
+
"member": "int64",
|
|
7043
|
+
"name": "Progress",
|
|
7044
|
+
"output_required": true,
|
|
7045
|
+
"type": "int",
|
|
7046
|
+
"value_allowed_null": false
|
|
7047
|
+
},
|
|
7048
|
+
{
|
|
7049
|
+
"disabled": false,
|
|
7050
|
+
"document": "Input of AIGC image task.",
|
|
7051
|
+
"example": "无",
|
|
7052
|
+
"member": "AigcImageTaskInput",
|
|
7053
|
+
"name": "Input",
|
|
7054
|
+
"output_required": true,
|
|
7055
|
+
"type": "object",
|
|
7056
|
+
"value_allowed_null": false
|
|
7057
|
+
},
|
|
7058
|
+
{
|
|
7059
|
+
"disabled": false,
|
|
7060
|
+
"document": "Output of AIGC image task.",
|
|
7061
|
+
"example": "无",
|
|
7062
|
+
"member": "AigcImageTaskOutput",
|
|
7063
|
+
"name": "Output",
|
|
7064
|
+
"output_required": true,
|
|
7065
|
+
"type": "object",
|
|
7066
|
+
"value_allowed_null": false
|
|
7067
|
+
},
|
|
7068
|
+
{
|
|
7069
|
+
"disabled": false,
|
|
7070
|
+
"document": "ID used for deduplication. If there was a request with the same ID in the last seven days, the current request will return an error. The ID can contain up to 50 characters. If this parameter is not carried or is left empty, no deduplication will be performed.",
|
|
7071
|
+
"example": "mySessionId",
|
|
7072
|
+
"member": "string",
|
|
7073
|
+
"name": "SessionId",
|
|
7074
|
+
"output_required": true,
|
|
7075
|
+
"type": "string",
|
|
7076
|
+
"value_allowed_null": false
|
|
7077
|
+
},
|
|
7078
|
+
{
|
|
7079
|
+
"disabled": false,
|
|
7080
|
+
"document": "The source context which is used to pass through the user request information. The task flow status change callback will return the value of this parameter. It can contain up to 1000 characters.",
|
|
7081
|
+
"example": "mySessionContext",
|
|
7082
|
+
"member": "string",
|
|
7083
|
+
"name": "SessionContext",
|
|
7084
|
+
"output_required": true,
|
|
7085
|
+
"type": "string",
|
|
7086
|
+
"value_allowed_null": false
|
|
7087
|
+
}
|
|
7088
|
+
],
|
|
7089
|
+
"usage": "out"
|
|
7090
|
+
},
|
|
7091
|
+
"AigcImageTaskInput": {
|
|
7092
|
+
"document": "Input of AIGC image task.",
|
|
7093
|
+
"members": [
|
|
7094
|
+
{
|
|
7095
|
+
"disabled": false,
|
|
7096
|
+
"document": "Model name. ",
|
|
7097
|
+
"example": "Seedream",
|
|
7098
|
+
"member": "string",
|
|
7099
|
+
"name": "ModelName",
|
|
7100
|
+
"output_required": true,
|
|
7101
|
+
"type": "string",
|
|
7102
|
+
"value_allowed_null": false
|
|
7103
|
+
},
|
|
7104
|
+
{
|
|
7105
|
+
"disabled": false,
|
|
7106
|
+
"document": "Model version. ",
|
|
7107
|
+
"example": "4.0",
|
|
7108
|
+
"member": "string",
|
|
7109
|
+
"name": "ModelVersion",
|
|
7110
|
+
"output_required": true,
|
|
7111
|
+
"type": "string",
|
|
7112
|
+
"value_allowed_null": false
|
|
7113
|
+
},
|
|
7114
|
+
{
|
|
7115
|
+
"disabled": false,
|
|
7116
|
+
"document": "File information of the input image for the AIGC image generation task.",
|
|
7117
|
+
"example": "无",
|
|
7118
|
+
"member": "AigcImageTaskInputFileInfo",
|
|
7119
|
+
"name": "FileInfos",
|
|
7120
|
+
"output_required": true,
|
|
7121
|
+
"type": "list",
|
|
7122
|
+
"value_allowed_null": false
|
|
7123
|
+
},
|
|
7124
|
+
{
|
|
7125
|
+
"disabled": false,
|
|
7126
|
+
"document": "The prompt content for image generation.",
|
|
7127
|
+
"example": "generate a car",
|
|
7128
|
+
"member": "string",
|
|
7129
|
+
"name": "Prompt",
|
|
7130
|
+
"output_required": true,
|
|
7131
|
+
"type": "string",
|
|
7132
|
+
"value_allowed_null": false
|
|
7133
|
+
},
|
|
7134
|
+
{
|
|
7135
|
+
"disabled": false,
|
|
7136
|
+
"document": "Prevent the model from generating image generation prompts.",
|
|
7137
|
+
"example": "red",
|
|
7138
|
+
"member": "string",
|
|
7139
|
+
"name": "NegativePrompt",
|
|
7140
|
+
"output_required": true,
|
|
7141
|
+
"type": "string",
|
|
7142
|
+
"value_allowed_null": false
|
|
7143
|
+
},
|
|
7144
|
+
{
|
|
7145
|
+
"disabled": false,
|
|
7146
|
+
"document": "Whether to optimize Prompt content automatically. when Enabled, it will optimize the passed in Prompt automatically to enhance generation quality. valid values: <li>Enabled: turn on;</li> <li>Disabled: turn off;</li>",
|
|
7147
|
+
"example": "Enabled",
|
|
7148
|
+
"member": "string",
|
|
7149
|
+
"name": "EnhancePrompt",
|
|
7150
|
+
"output_required": true,
|
|
7151
|
+
"type": "string",
|
|
7152
|
+
"value_allowed_null": false
|
|
7153
|
+
},
|
|
7154
|
+
{
|
|
7155
|
+
"disabled": false,
|
|
7156
|
+
"document": "",
|
|
7157
|
+
"example": "Professional",
|
|
7158
|
+
"member": "string",
|
|
7159
|
+
"name": "GenerationMode",
|
|
7160
|
+
"output_required": true,
|
|
7161
|
+
"type": "string",
|
|
7162
|
+
"value_allowed_null": false
|
|
7163
|
+
},
|
|
7164
|
+
{
|
|
7165
|
+
"disabled": false,
|
|
7166
|
+
"document": "Output media file configuration for the task.",
|
|
7167
|
+
"example": "无",
|
|
7168
|
+
"member": "AigcImageOutputConfig",
|
|
7169
|
+
"name": "OutputConfig",
|
|
7170
|
+
"output_required": true,
|
|
7171
|
+
"type": "object",
|
|
7172
|
+
"value_allowed_null": false
|
|
7173
|
+
}
|
|
7174
|
+
],
|
|
7175
|
+
"usage": "out"
|
|
7176
|
+
},
|
|
7177
|
+
"AigcImageTaskInputFileInfo": {
|
|
7178
|
+
"document": "AIGC image generation task input file information.",
|
|
7179
|
+
"members": [
|
|
7180
|
+
{
|
|
7181
|
+
"disabled": false,
|
|
7182
|
+
"document": "Input video File type. valid values: <li>File: on-demand media File;</li> <li>Url: accessible Url;</li>.",
|
|
7183
|
+
"example": "File",
|
|
7184
|
+
"member": "string",
|
|
7185
|
+
"name": "Type",
|
|
7186
|
+
"output_required": false,
|
|
7187
|
+
"required": false,
|
|
7188
|
+
"type": "string",
|
|
7189
|
+
"value_allowed_null": false
|
|
7190
|
+
},
|
|
7191
|
+
{
|
|
7192
|
+
"disabled": false,
|
|
7193
|
+
"document": "The media File ID of the image File, which is the globally unique identifier of the File in vod, is assigned by the vod backend after successful upload. you can get this field in the [video upload completion event notification](https://www.tencentcloud.com/document/product/266/7830?from_cn_redirect=1) or [vod console](https://console.cloud.tencent.com/vod/media). this parameter is valid when the Type value is File.\nDescription:.\n1. recommended for use: image less than 7 mb.\n2. Valid values of image format: jpeg, jpg, png, and webp.",
|
|
7194
|
+
"example": "3704211***509819",
|
|
7195
|
+
"member": "string",
|
|
7196
|
+
"name": "FileId",
|
|
7197
|
+
"output_required": false,
|
|
7198
|
+
"required": false,
|
|
7199
|
+
"type": "string",
|
|
7200
|
+
"value_allowed_null": false
|
|
7201
|
+
},
|
|
7202
|
+
{
|
|
7203
|
+
"disabled": false,
|
|
7204
|
+
"document": "Accessible file URL. this parameter is valid when the Type value is URL.\nDescription:.\n1. recommended for use: image less than 7 mb.\n2. Valid values of image format: jpeg, jpg, png, and webp.",
|
|
7205
|
+
"example": "https://test.com/1.png",
|
|
7206
|
+
"member": "string",
|
|
7207
|
+
"name": "Url",
|
|
7208
|
+
"output_required": false,
|
|
7209
|
+
"required": false,
|
|
7210
|
+
"type": "string",
|
|
7211
|
+
"value_allowed_null": false
|
|
7212
|
+
},
|
|
7213
|
+
{
|
|
7214
|
+
"disabled": false,
|
|
7215
|
+
"document": "Description of the input image, used to help the model understand the image. valid for GEM 2.5 and GEM 3.0 only.",
|
|
7216
|
+
"example": "任务背景:这是需要翻新的主建筑(图1),不得改变其几何结构。",
|
|
7217
|
+
"member": "string",
|
|
7218
|
+
"name": "Text",
|
|
7219
|
+
"output_required": false,
|
|
7220
|
+
"required": false,
|
|
7221
|
+
"type": "string",
|
|
7222
|
+
"value_allowed_null": false
|
|
7223
|
+
}
|
|
7224
|
+
],
|
|
7225
|
+
"usage": "both"
|
|
7226
|
+
},
|
|
7227
|
+
"AigcImageTaskOutput": {
|
|
7228
|
+
"document": "",
|
|
7229
|
+
"members": [
|
|
7230
|
+
{
|
|
7231
|
+
"disabled": false,
|
|
7232
|
+
"document": "File information of the out image for the AIGC image generation task.",
|
|
7233
|
+
"example": "无",
|
|
7234
|
+
"member": "AigcImageTaskOutputFileInfo",
|
|
7235
|
+
"name": "FileInfos",
|
|
7236
|
+
"output_required": true,
|
|
7237
|
+
"type": "list",
|
|
7238
|
+
"value_allowed_null": false
|
|
7239
|
+
}
|
|
7240
|
+
],
|
|
7241
|
+
"usage": "out"
|
|
7242
|
+
},
|
|
7243
|
+
"AigcImageTaskOutputFileInfo": {
|
|
7244
|
+
"document": "AIGC image task output file information.",
|
|
7245
|
+
"members": [
|
|
7246
|
+
{
|
|
7247
|
+
"disabled": false,
|
|
7248
|
+
"document": "Storage mode. valid values: <li>Permanent: Permanent storage. the generated image file will be stored in VOD (video on demand).</li> <li>Temporary: Temporary storage. the generated image file will not be stored in vod.</li>.\nDefault value: Temporary.",
|
|
7249
|
+
"example": "Permanent",
|
|
7250
|
+
"member": "string",
|
|
7251
|
+
"name": "StorageMode",
|
|
7252
|
+
"output_required": true,
|
|
7253
|
+
"type": "string",
|
|
7254
|
+
"value_allowed_null": false
|
|
7255
|
+
},
|
|
7256
|
+
{
|
|
7257
|
+
"disabled": false,
|
|
7258
|
+
"document": "Output filename, up to 64 characters. default filename is assigned by the system.",
|
|
7259
|
+
"example": "myfile",
|
|
7260
|
+
"member": "string",
|
|
7261
|
+
"name": "MediaName",
|
|
7262
|
+
"output_required": true,
|
|
7263
|
+
"type": "string",
|
|
7264
|
+
"value_allowed_null": false
|
|
7265
|
+
},
|
|
7266
|
+
{
|
|
7267
|
+
"disabled": false,
|
|
7268
|
+
"document": "Category ID, used to categorize and manage media. you can create a category and obtain the category ID via the [create classification](https://www.tencentcloud.com/document/product/266/7812?from_cn_redirect=1) api.\n<Li>Default value: 0, indicating other categories.</li>.",
|
|
7269
|
+
"example": "1",
|
|
7270
|
+
"member": "int64",
|
|
7271
|
+
"name": "ClassId",
|
|
7272
|
+
"output_required": true,
|
|
7273
|
+
"type": "int",
|
|
7274
|
+
"value_allowed_null": false
|
|
7275
|
+
},
|
|
7276
|
+
{
|
|
7277
|
+
"disabled": false,
|
|
7278
|
+
"document": "The expiry date of the output file. files will be deleted longer than this time. default is no expiration. format according to ISO 8601 standard. for details, see [ISO date format description](https://www.tencentcloud.comom/document/product/266/11732?from_cn_redirect=1#I).",
|
|
7279
|
+
"example": "2025-12-28T00:35:00Z",
|
|
7280
|
+
"member": "string",
|
|
7281
|
+
"name": "ExpireTime",
|
|
7282
|
+
"output_required": true,
|
|
7283
|
+
"type": "string",
|
|
7284
|
+
"value_allowed_null": false
|
|
7285
|
+
},
|
|
7286
|
+
{
|
|
7287
|
+
"disabled": false,
|
|
7288
|
+
"document": "File Type.",
|
|
7289
|
+
"example": "png",
|
|
7290
|
+
"member": "string",
|
|
7291
|
+
"name": "FileType",
|
|
7292
|
+
"output_required": true,
|
|
7293
|
+
"type": "string",
|
|
7294
|
+
"value_allowed_null": false
|
|
7295
|
+
},
|
|
7296
|
+
{
|
|
7297
|
+
"disabled": false,
|
|
7298
|
+
"document": "File Url.",
|
|
7299
|
+
"example": "http://251007502.vod-qcloud.com/1a1***1510859450449/aigcImageGenFile.png",
|
|
7300
|
+
"member": "string",
|
|
7301
|
+
"name": "FileUrl",
|
|
7302
|
+
"output_required": true,
|
|
7303
|
+
"type": "string",
|
|
7304
|
+
"value_allowed_null": false
|
|
7305
|
+
},
|
|
7306
|
+
{
|
|
7307
|
+
"disabled": false,
|
|
7308
|
+
"document": "File ID.",
|
|
7309
|
+
"example": "3704211***450449",
|
|
7310
|
+
"member": "string",
|
|
7311
|
+
"name": "FileId",
|
|
7312
|
+
"output_required": true,
|
|
7313
|
+
"type": "string",
|
|
7314
|
+
"value_allowed_null": false
|
|
7315
|
+
},
|
|
7316
|
+
{
|
|
7317
|
+
"disabled": false,
|
|
7318
|
+
"document": "Meta Data.",
|
|
7319
|
+
"example": "无",
|
|
7320
|
+
"member": "MediaMetaData",
|
|
7321
|
+
"name": "MetaData",
|
|
7322
|
+
"output_required": true,
|
|
7323
|
+
"type": "object",
|
|
7324
|
+
"value_allowed_null": false
|
|
7325
|
+
}
|
|
7326
|
+
],
|
|
7327
|
+
"usage": "out"
|
|
7328
|
+
},
|
|
7329
|
+
"AigcVideoOutputConfig": {
|
|
7330
|
+
"document": "Output media file configuration for AIGC video task.",
|
|
7331
|
+
"members": [
|
|
7332
|
+
{
|
|
7333
|
+
"disabled": false,
|
|
7334
|
+
"document": "Storage mode. valid values: <li>Permanent: Permanent storage. the generated video file will be stored in vod, and the FileId can be obtained from the event notification.</li> <li>Temporary: Temporary storage. the generated video file will not be stored in vod, and a Temporary access URL can be obtained from the event notification.</li>\nDefault value: Temporary.",
|
|
7335
|
+
"example": "Permanent",
|
|
7336
|
+
"member": "string",
|
|
7337
|
+
"name": "StorageMode",
|
|
7338
|
+
"output_required": false,
|
|
7339
|
+
"required": false,
|
|
7340
|
+
"type": "string",
|
|
7341
|
+
"value_allowed_null": false
|
|
7342
|
+
},
|
|
7343
|
+
{
|
|
7344
|
+
"disabled": false,
|
|
7345
|
+
"document": "Output media filename, longest 64 characters. default filename is specified by the system.",
|
|
7346
|
+
"example": "myfile",
|
|
7347
|
+
"member": "string",
|
|
7348
|
+
"name": "MediaName",
|
|
7349
|
+
"output_required": false,
|
|
7350
|
+
"required": false,
|
|
7351
|
+
"type": "string",
|
|
7352
|
+
"value_allowed_null": false
|
|
7353
|
+
},
|
|
7354
|
+
{
|
|
7355
|
+
"disabled": false,
|
|
7356
|
+
"document": "Category ID, used to categorize and manage media. you can create a category and obtain the category ID via the [create category](https://www.tencentcloud.com/document/product/266/7812?from_cn_redirect=1) api.\n<Li>Default value: 0, indicate other categories.</li>.",
|
|
7357
|
+
"example": "1",
|
|
7358
|
+
"member": "int64",
|
|
7359
|
+
"name": "ClassId",
|
|
7360
|
+
"output_required": false,
|
|
7361
|
+
"required": false,
|
|
7362
|
+
"type": "int",
|
|
7363
|
+
"value_allowed_null": false
|
|
7364
|
+
},
|
|
7365
|
+
{
|
|
7366
|
+
"disabled": false,
|
|
7367
|
+
"document": "The expiry date of the output file. files will be deleted longer than this time. default is never expire. format according to ISO 8601 standard. see [ISO date format description](https://www.tencentcloud.comom/document/product/266/11732?from_cn_redirect=1#I).",
|
|
7368
|
+
"example": "2025-12-28T00:35:00Z",
|
|
7369
|
+
"member": "string",
|
|
7370
|
+
"name": "ExpireTime",
|
|
7371
|
+
"output_required": false,
|
|
7372
|
+
"required": false,
|
|
7373
|
+
"type": "string",
|
|
7374
|
+
"value_allowed_null": false
|
|
7375
|
+
},
|
|
7376
|
+
{
|
|
7377
|
+
"disabled": false,
|
|
7378
|
+
"document": "Video duration, unit: seconds. <li>when ModelName is Kling, optional values: 5, 10, defaults to 5;</li> <li>when ModelName is Hailuo, optional values: 6, 10, defaults to 6;</li> <li>when ModelName is Vidu, specify 1-10;</li> <li>when ModelName is GV, optional values: 8, defaults to 8;</li> <li>when ModelName is OS, optional values: 4, 8, 12, defaults to 8;</li>",
|
|
7379
|
+
"example": "8.0",
|
|
7380
|
+
"member": "float",
|
|
7381
|
+
"name": "Duration",
|
|
7382
|
+
"output_required": false,
|
|
7383
|
+
"required": false,
|
|
7384
|
+
"type": "float",
|
|
7385
|
+
"value_allowed_null": false
|
|
7386
|
+
},
|
|
7387
|
+
{
|
|
7388
|
+
"disabled": false,
|
|
7389
|
+
"document": "Generated video resolution.\n<li>When ModelName is Kling, available values are 720P and 1080P, with a default value of 720P.</li>\n<li>When ModelName is Hailuo, optional values are 768P and 1080P, with a default value of 768P.</li>\n<li>When ModelName is Vidu, optional values are 720P, 1080P, defaults to 720P.</li>\n<li>When ModelName is GV, optional values are 720P, 1080P, with a default value of 720P.</li>\n<li>When ModelName is OS, the optional values are 720P.</li>",
|
|
7390
|
+
"example": "720P",
|
|
7391
|
+
"member": "string",
|
|
7392
|
+
"name": "Resolution",
|
|
7393
|
+
"output_required": false,
|
|
7394
|
+
"required": false,
|
|
7395
|
+
"type": "string",
|
|
7396
|
+
"value_allowed_null": false
|
|
7397
|
+
},
|
|
7398
|
+
{
|
|
7399
|
+
"disabled": false,
|
|
7400
|
+
"document": "Specify the aspect ratio of the generated video.\n<li>When ModelName is Kling, for text-to-video, the optional values are 16:9, 9:16, 1:1, default is 16:9.</li>\n<li>When ModelName is Vidu, the optional values for video generation and image generation usage reference are 16:9, 9:16, 4:3, 3:4, and 1:1. among them, only version q2 supports 4:3 and 3:4.</li>\n<li>When ModelName is GV, optional values are 16:9 and 9:16, with a default value of 16:9.</li>\n<li>When ModelName is OS, for text-to-video, optional values are 16:9, 9:16, default is 16:9;</li>\n<li>When ModelName is Hailuo, it is not currently supported.</li>",
|
|
7401
|
+
"example": "16:9",
|
|
7402
|
+
"member": "string",
|
|
7403
|
+
"name": "AspectRatio",
|
|
7404
|
+
"output_required": false,
|
|
7405
|
+
"required": false,
|
|
7406
|
+
"type": "string",
|
|
7407
|
+
"value_allowed_null": false
|
|
7408
|
+
},
|
|
7409
|
+
{
|
|
7410
|
+
"disabled": false,
|
|
7411
|
+
"document": "Whether to generate audio. supported models include GV, OS, Vidu. valid values: <li>Enabled: enable;</li> <li>Disabled: disable;</li>\nDefault value: Disabled.",
|
|
7412
|
+
"example": "Enabled",
|
|
7413
|
+
"member": "string",
|
|
7414
|
+
"name": "AudioGeneration",
|
|
7415
|
+
"output_required": false,
|
|
7416
|
+
"required": false,
|
|
7417
|
+
"type": "string",
|
|
7418
|
+
"value_allowed_null": false
|
|
7419
|
+
},
|
|
7420
|
+
{
|
|
7421
|
+
"disabled": false,
|
|
7422
|
+
"document": "Whether to allow figure or human face generation. valid values: <li>AllowAdult: allow adult generation.</li> <li>Disallowed: forbid including figures or human faces in images.</li>",
|
|
7423
|
+
"example": "AllowAdult",
|
|
7424
|
+
"member": "string",
|
|
7425
|
+
"name": "PersonGeneration",
|
|
7426
|
+
"output_required": false,
|
|
7427
|
+
"required": false,
|
|
7428
|
+
"type": "string",
|
|
7429
|
+
"value_allowed_null": false
|
|
7430
|
+
},
|
|
7431
|
+
{
|
|
7432
|
+
"disabled": false,
|
|
7433
|
+
"document": "Whether to enable compliance check for input content. valid values: <li>Enabled: enable;</li> <li>Disabled: disable;</li>",
|
|
7434
|
+
"example": "Disabled",
|
|
7435
|
+
"member": "string",
|
|
7436
|
+
"name": "InputComplianceCheck",
|
|
7437
|
+
"output_required": false,
|
|
7438
|
+
"required": false,
|
|
7439
|
+
"type": "string",
|
|
7440
|
+
"value_allowed_null": false
|
|
7441
|
+
},
|
|
7442
|
+
{
|
|
7443
|
+
"disabled": false,
|
|
7444
|
+
"document": "Whether to enable compliance check for output content. valid values: <li>Enabled: enable;</li> <li>Disabled: disable;</li>",
|
|
7445
|
+
"example": "Disabled",
|
|
7446
|
+
"member": "string",
|
|
7447
|
+
"name": "OutputComplianceCheck",
|
|
7448
|
+
"output_required": false,
|
|
7449
|
+
"required": false,
|
|
7450
|
+
"type": "string",
|
|
7451
|
+
"value_allowed_null": false
|
|
7452
|
+
},
|
|
7453
|
+
{
|
|
7454
|
+
"disabled": false,
|
|
7455
|
+
"document": "Whether to enable video enhancement. valid values: <li>Enabled: enable;</li> <li>Disabled: disable;</li>\nNote:\n1. when the selected resolution exceeds the resolution the model can generate, enhancement is enabled by default.\n2. for resolutions that the model can directly output, you can also proactively select the model to directly output low-resolution images and use enhancement to obtain the specified resolution.",
|
|
7456
|
+
"example": "Disabled",
|
|
7457
|
+
"member": "string",
|
|
7458
|
+
"name": "EnhanceSwitch",
|
|
7459
|
+
"output_required": false,
|
|
7460
|
+
"required": false,
|
|
7461
|
+
"type": "string",
|
|
7462
|
+
"value_allowed_null": false
|
|
7463
|
+
},
|
|
7464
|
+
{
|
|
7465
|
+
"disabled": false,
|
|
7466
|
+
"document": "Whether to enable vidu intelligent frame interpolation. valid values: <li>Enabled: enable;</li> <li>Disabled: disable;</li>",
|
|
7467
|
+
"example": "Disabled",
|
|
7468
|
+
"member": "string",
|
|
7469
|
+
"name": "FrameInterpolate",
|
|
7470
|
+
"output_required": false,
|
|
7471
|
+
"required": false,
|
|
7472
|
+
"type": "string",
|
|
7473
|
+
"value_allowed_null": false
|
|
7474
|
+
}
|
|
7475
|
+
],
|
|
7476
|
+
"usage": "both"
|
|
7477
|
+
},
|
|
7478
|
+
"AigcVideoTask": {
|
|
7479
|
+
"document": "AIGC video generation task.",
|
|
7480
|
+
"members": [
|
|
7481
|
+
{
|
|
7482
|
+
"disabled": false,
|
|
7483
|
+
"document": "The task ID.",
|
|
7484
|
+
"example": "251007502-AigcVideoTask-ca5fdd3e74c6bd1b28974b6c136de507t",
|
|
7485
|
+
"member": "string",
|
|
7486
|
+
"name": "TaskId",
|
|
7487
|
+
"output_required": true,
|
|
7488
|
+
"type": "string",
|
|
7489
|
+
"value_allowed_null": false
|
|
7490
|
+
},
|
|
7491
|
+
{
|
|
7492
|
+
"disabled": false,
|
|
7493
|
+
"document": "Task status, value: <li>PROCESSING: processing;</li><li>FINISH: completed.</li>",
|
|
7494
|
+
"example": "FINISH",
|
|
7495
|
+
"member": "string",
|
|
7496
|
+
"name": "Status",
|
|
7497
|
+
"output_required": true,
|
|
7498
|
+
"type": "string",
|
|
7499
|
+
"value_allowed_null": false
|
|
7500
|
+
},
|
|
7501
|
+
{
|
|
7502
|
+
"disabled": false,
|
|
7503
|
+
"document": "Error code. A non-zero error code is returned when the source is abnormal. If 0 is returned, use the ErrCode of each specific task.",
|
|
7504
|
+
"example": "70000",
|
|
7505
|
+
"member": "int64",
|
|
7506
|
+
"name": "ErrCode",
|
|
7507
|
+
"output_required": true,
|
|
7508
|
+
"type": "int",
|
|
7509
|
+
"value_allowed_null": false
|
|
7510
|
+
},
|
|
7511
|
+
{
|
|
7512
|
+
"disabled": false,
|
|
7513
|
+
"document": "Error message. If the source is abnormal, the corresponding exception message is returned. Otherwise, use the message of each specific task.",
|
|
7514
|
+
"example": "fail",
|
|
7515
|
+
"member": "string",
|
|
7516
|
+
"name": "Message",
|
|
7517
|
+
"output_required": true,
|
|
7518
|
+
"type": "string",
|
|
7519
|
+
"value_allowed_null": false
|
|
7520
|
+
},
|
|
7521
|
+
{
|
|
7522
|
+
"disabled": false,
|
|
7523
|
+
"document": "The execution progress of a single adaptive bitrate stream. Value range: 0-100.",
|
|
7524
|
+
"example": "100",
|
|
7525
|
+
"member": "int64",
|
|
7526
|
+
"name": "Progress",
|
|
7527
|
+
"output_required": true,
|
|
7528
|
+
"type": "int",
|
|
7529
|
+
"value_allowed_null": false
|
|
7530
|
+
},
|
|
7531
|
+
{
|
|
7532
|
+
"disabled": false,
|
|
7533
|
+
"document": "Input of AIGC video task.",
|
|
7534
|
+
"example": "无",
|
|
7535
|
+
"member": "AigcVideoTaskInput",
|
|
7536
|
+
"name": "Input",
|
|
7537
|
+
"output_required": true,
|
|
7538
|
+
"type": "object",
|
|
7539
|
+
"value_allowed_null": false
|
|
7540
|
+
},
|
|
7541
|
+
{
|
|
7542
|
+
"disabled": false,
|
|
7543
|
+
"document": "Output of AIGC video task.",
|
|
7544
|
+
"example": "无",
|
|
7545
|
+
"member": "AigcVideoTaskOutput",
|
|
7546
|
+
"name": "Output",
|
|
7547
|
+
"output_required": true,
|
|
7548
|
+
"type": "object",
|
|
7549
|
+
"value_allowed_null": false
|
|
7550
|
+
},
|
|
7551
|
+
{
|
|
7552
|
+
"disabled": false,
|
|
7553
|
+
"document": "ID used for deduplication. If there was a request with the same ID in the last seven days, the current request will return an error. The ID can contain up to 50 characters. If this parameter is not carried or is left empty, no deduplication will be performed.",
|
|
7554
|
+
"example": "mySessionId",
|
|
7555
|
+
"member": "string",
|
|
7556
|
+
"name": "SessionId",
|
|
7557
|
+
"output_required": true,
|
|
7558
|
+
"type": "string",
|
|
7559
|
+
"value_allowed_null": false
|
|
7560
|
+
},
|
|
7561
|
+
{
|
|
7562
|
+
"disabled": false,
|
|
7563
|
+
"document": "The source context which is used to pass through the user request information. The task flow status change callback will return the value of this parameter. It can contain up to 1000 characters.",
|
|
7564
|
+
"example": "mySessionContext",
|
|
7565
|
+
"member": "string",
|
|
7566
|
+
"name": "SessionContext",
|
|
7567
|
+
"output_required": true,
|
|
7568
|
+
"type": "string",
|
|
7569
|
+
"value_allowed_null": false
|
|
7570
|
+
}
|
|
7571
|
+
],
|
|
7572
|
+
"usage": "out"
|
|
7573
|
+
},
|
|
7574
|
+
"AigcVideoTaskInput": {
|
|
7575
|
+
"document": "Aigc video task input.",
|
|
7576
|
+
"members": [
|
|
7577
|
+
{
|
|
7578
|
+
"disabled": false,
|
|
7579
|
+
"document": "Model name.",
|
|
7580
|
+
"example": "GV",
|
|
7581
|
+
"member": "string",
|
|
7582
|
+
"name": "ModelName",
|
|
7583
|
+
"output_required": true,
|
|
7584
|
+
"type": "string",
|
|
7585
|
+
"value_allowed_null": false
|
|
7586
|
+
},
|
|
7587
|
+
{
|
|
7588
|
+
"disabled": false,
|
|
7589
|
+
"document": "Model version. ",
|
|
7590
|
+
"example": "3.1-fast",
|
|
7591
|
+
"member": "string",
|
|
7592
|
+
"name": "ModelVersion",
|
|
7593
|
+
"output_required": true,
|
|
7594
|
+
"type": "string",
|
|
7595
|
+
"value_allowed_null": false
|
|
7596
|
+
},
|
|
7597
|
+
{
|
|
7598
|
+
"disabled": false,
|
|
7599
|
+
"document": "File information of the input video for the AIGC video generation task. ",
|
|
7600
|
+
"example": "无",
|
|
7601
|
+
"member": "AigcVideoTaskInputFileInfo",
|
|
7602
|
+
"name": "FileInfos",
|
|
7603
|
+
"output_required": true,
|
|
7604
|
+
"type": "list",
|
|
7605
|
+
"value_allowed_null": false
|
|
7606
|
+
},
|
|
7607
|
+
{
|
|
7608
|
+
"disabled": false,
|
|
7609
|
+
"document": "The media file ID used as the end frame to generate video. ",
|
|
7610
|
+
"example": "3704211***509911",
|
|
7611
|
+
"member": "string",
|
|
7612
|
+
"name": "LastFrameFileId",
|
|
7613
|
+
"output_required": true,
|
|
7614
|
+
"type": "string",
|
|
7615
|
+
"value_allowed_null": false
|
|
7616
|
+
},
|
|
7617
|
+
{
|
|
7618
|
+
"disabled": false,
|
|
7619
|
+
"document": "Prompt content for video generation. ",
|
|
7620
|
+
"example": "generate a car",
|
|
7621
|
+
"member": "string",
|
|
7622
|
+
"name": "Prompt",
|
|
7623
|
+
"output_required": true,
|
|
7624
|
+
"type": "string",
|
|
7625
|
+
"value_allowed_null": false
|
|
7626
|
+
},
|
|
7627
|
+
{
|
|
7628
|
+
"disabled": false,
|
|
7629
|
+
"document": "Prevent the model from generating video prompts.",
|
|
7630
|
+
"example": "red",
|
|
7631
|
+
"member": "string",
|
|
7632
|
+
"name": "NegativePrompt",
|
|
7633
|
+
"output_required": true,
|
|
7634
|
+
"type": "string",
|
|
7635
|
+
"value_allowed_null": false
|
|
7636
|
+
},
|
|
7637
|
+
{
|
|
7638
|
+
"disabled": false,
|
|
7639
|
+
"document": "Whether to optimize Prompt content automatically. when Enabled, the passed-in Prompt will be optimized automatically to enhance generation quality. valid values: <li>Enabled: enable;</li> <li>Disabled: disable;</li>.",
|
|
7640
|
+
"example": "Enabled",
|
|
7641
|
+
"member": "string",
|
|
7642
|
+
"name": "EnhancePrompt",
|
|
7643
|
+
"output_required": true,
|
|
7644
|
+
"type": "string",
|
|
7645
|
+
"value_allowed_null": false
|
|
7646
|
+
},
|
|
7647
|
+
{
|
|
7648
|
+
"disabled": false,
|
|
7649
|
+
"document": "",
|
|
7650
|
+
"example": "Professional",
|
|
7651
|
+
"member": "string",
|
|
7652
|
+
"name": "GenerationMode",
|
|
7653
|
+
"output_required": true,
|
|
7654
|
+
"type": "string",
|
|
7655
|
+
"value_allowed_null": false
|
|
7656
|
+
},
|
|
7657
|
+
{
|
|
7658
|
+
"disabled": false,
|
|
7659
|
+
"document": "Specifies the output media file configuration for the video task.",
|
|
7660
|
+
"example": "无",
|
|
7661
|
+
"member": "AigcVideoOutputConfig",
|
|
7662
|
+
"name": "OutputConfig",
|
|
7663
|
+
"output_required": true,
|
|
7664
|
+
"type": "object",
|
|
7665
|
+
"value_allowed_null": false
|
|
7666
|
+
}
|
|
7667
|
+
],
|
|
7668
|
+
"usage": "out"
|
|
7669
|
+
},
|
|
7670
|
+
"AigcVideoTaskInputFileInfo": {
|
|
7671
|
+
"document": "Image file info for AIGC video task input.",
|
|
7672
|
+
"members": [
|
|
7673
|
+
{
|
|
7674
|
+
"disabled": false,
|
|
7675
|
+
"document": "Input video File type. valid values: <li>File: on-demand media File;</li> <li>Url: accessible Url;</li>",
|
|
7676
|
+
"example": "File",
|
|
7677
|
+
"member": "string",
|
|
7678
|
+
"name": "Type",
|
|
7679
|
+
"output_required": false,
|
|
7680
|
+
"required": false,
|
|
7681
|
+
"type": "string",
|
|
7682
|
+
"value_allowed_null": false
|
|
7683
|
+
},
|
|
7684
|
+
{
|
|
7685
|
+
"disabled": false,
|
|
7686
|
+
"document": "The media File ID, which is the globally unique identifier (guid) of the File in vod, is assigned by the vod backend after successful upload. you can retrieve this field in the [video upload completion event notification](https://www.tencentcloud.com/document/product/266/7830?from_cn_redirect=1) or [vod console](https://console.cloud.tencent.com/vod/media). this parameter is valid when the Type value is File. description:.\n1. recommended image size: less than 10 mb.\n2. image format value is jpeg, jpg, png.",
|
|
7687
|
+
"example": "3704211***509819",
|
|
7688
|
+
"member": "string",
|
|
7689
|
+
"name": "FileId",
|
|
7690
|
+
"output_required": false,
|
|
7691
|
+
"required": false,
|
|
7692
|
+
"type": "string",
|
|
7693
|
+
"value_allowed_null": false
|
|
7694
|
+
},
|
|
7695
|
+
{
|
|
7696
|
+
"disabled": false,
|
|
7697
|
+
"document": "Accessible file URL. this parameter is valid when Type value is URL.\nNote:.\n1. recommended image size: less than 10 mb.\n2. image format value is jpeg, jpg, png.",
|
|
7698
|
+
"example": "https://test.com/1.png",
|
|
7699
|
+
"member": "string",
|
|
7700
|
+
"name": "Url",
|
|
7701
|
+
"output_required": false,
|
|
7702
|
+
"required": false,
|
|
7703
|
+
"type": "string",
|
|
7704
|
+
"value_allowed_null": false
|
|
7705
|
+
},
|
|
7706
|
+
{
|
|
7707
|
+
"disabled": false,
|
|
7708
|
+
"document": "Reference type. Used for the GV model.\nNote:\nWhen using the GV model, can be used as a reference method, selectable asset (material), style.",
|
|
7709
|
+
"example": "asset",
|
|
7710
|
+
"member": "string",
|
|
7711
|
+
"name": "ReferenceType",
|
|
7712
|
+
"output_required": false,
|
|
7713
|
+
"required": false,
|
|
7714
|
+
"type": "string",
|
|
7715
|
+
"value_allowed_null": false
|
|
7716
|
+
},
|
|
7717
|
+
{
|
|
7718
|
+
"disabled": false,
|
|
7719
|
+
"document": "Object id.\nApplicable model: Vidu-q2.\nWhen an image identifier is required, each image must have a subject id. the subject id can be used via @subject id in subsequent generation.",
|
|
7720
|
+
"example": "obj1",
|
|
7721
|
+
"member": "string",
|
|
7722
|
+
"name": "ObjectId",
|
|
7723
|
+
"output_required": false,
|
|
7724
|
+
"required": false,
|
|
7725
|
+
"type": "string",
|
|
7726
|
+
"value_allowed_null": false
|
|
7727
|
+
},
|
|
7728
|
+
{
|
|
7729
|
+
"disabled": false,
|
|
7730
|
+
"document": "Suitable for the Vidu-q2 model.\nWhen all images carry object ids, you can set the timbre id for the object. timbre list: https://shengshu.feishu.cn/sheets/EgFvs6DShhiEBStmjzccr5gonOg.",
|
|
7731
|
+
"example": "male-qn-qingse",
|
|
7732
|
+
"member": "string",
|
|
7733
|
+
"name": "VoiceId",
|
|
7734
|
+
"output_required": false,
|
|
7735
|
+
"required": false,
|
|
7736
|
+
"type": "string",
|
|
7737
|
+
"value_allowed_null": false
|
|
7738
|
+
}
|
|
7739
|
+
],
|
|
7740
|
+
"usage": "both"
|
|
7741
|
+
},
|
|
7742
|
+
"AigcVideoTaskOutput": {
|
|
7743
|
+
"document": "AIGC video task output.",
|
|
7744
|
+
"members": [
|
|
7745
|
+
{
|
|
7746
|
+
"disabled": false,
|
|
7747
|
+
"document": "File information of the output video for the AIGC video generation task.",
|
|
7748
|
+
"example": "无",
|
|
7749
|
+
"member": "AigcVideoTaskOutputFileInfo",
|
|
7750
|
+
"name": "FileInfos",
|
|
7751
|
+
"output_required": true,
|
|
7752
|
+
"type": "list",
|
|
7753
|
+
"value_allowed_null": false
|
|
7754
|
+
}
|
|
7755
|
+
],
|
|
7756
|
+
"usage": "out"
|
|
7757
|
+
},
|
|
7758
|
+
"AigcVideoTaskOutputFileInfo": {
|
|
7759
|
+
"document": "AIGC video task output file information.",
|
|
7760
|
+
"members": [
|
|
7761
|
+
{
|
|
7762
|
+
"disabled": false,
|
|
7763
|
+
"document": "Storage mode. valid values: <li>Permanent: Permanent storage. the generated video file will be stored in vod.</li> <li>Temporary: Temporary storage. the generated video file will not be stored in vod.</li>\nDefault value: Temporary.",
|
|
7764
|
+
"example": "Permanent",
|
|
7765
|
+
"member": "string",
|
|
7766
|
+
"name": "StorageMode",
|
|
7767
|
+
"output_required": true,
|
|
7768
|
+
"type": "string",
|
|
7769
|
+
"value_allowed_null": false
|
|
7770
|
+
},
|
|
7771
|
+
{
|
|
7772
|
+
"disabled": false,
|
|
7773
|
+
"document": "Output media filename, longest 64 characters. default filename is specified by the system.",
|
|
7774
|
+
"example": "myfile",
|
|
7775
|
+
"member": "string",
|
|
7776
|
+
"name": "MediaName",
|
|
7777
|
+
"output_required": true,
|
|
7778
|
+
"type": "string",
|
|
7779
|
+
"value_allowed_null": false
|
|
7780
|
+
},
|
|
7781
|
+
{
|
|
7782
|
+
"disabled": false,
|
|
7783
|
+
"document": "Category ID, used to categorize and manage media. you can create a category and obtain the category ID via the [create category](https://www.tencentcloud.com/document/product/266/7812?from_cn_redirect=1) api.\n<Li>Default value: 0, indicate other categories.</li>.",
|
|
7784
|
+
"example": "1",
|
|
7785
|
+
"member": "int64",
|
|
7786
|
+
"name": "ClassId",
|
|
7787
|
+
"output_required": true,
|
|
7788
|
+
"type": "int",
|
|
7789
|
+
"value_allowed_null": false
|
|
7790
|
+
},
|
|
7791
|
+
{
|
|
7792
|
+
"disabled": false,
|
|
7793
|
+
"document": "The expiry date of the output file. files will be deleted longer than this time. default is never expire. format according to ISO 8601 standard. see [ISO date format description](https://www.tencentcloud.comom/document/product/266/11732?from_cn_redirect=1#I).",
|
|
7794
|
+
"example": "2025-12-28T00:35:00Z",
|
|
7795
|
+
"member": "string",
|
|
7796
|
+
"name": "ExpireTime",
|
|
7797
|
+
"output_required": true,
|
|
7798
|
+
"type": "string",
|
|
7799
|
+
"value_allowed_null": false
|
|
7800
|
+
},
|
|
7801
|
+
{
|
|
7802
|
+
"disabled": false,
|
|
7803
|
+
"document": "File Type.",
|
|
7804
|
+
"example": "mp4",
|
|
7805
|
+
"member": "string",
|
|
7806
|
+
"name": "FileType",
|
|
7807
|
+
"output_required": true,
|
|
7808
|
+
"type": "string",
|
|
7809
|
+
"value_allowed_null": false
|
|
7810
|
+
},
|
|
7811
|
+
{
|
|
7812
|
+
"disabled": false,
|
|
7813
|
+
"document": "File Url.",
|
|
7814
|
+
"example": "http://251007502.vod-qcloud.com/1a1***1510859450449/aigcVideoGenFile.mp4",
|
|
7815
|
+
"member": "string",
|
|
7816
|
+
"name": "FileUrl",
|
|
7817
|
+
"output_required": true,
|
|
7818
|
+
"type": "string",
|
|
7819
|
+
"value_allowed_null": false
|
|
7820
|
+
},
|
|
7821
|
+
{
|
|
7822
|
+
"disabled": false,
|
|
7823
|
+
"document": "File ID.",
|
|
7824
|
+
"example": "3704211***450449",
|
|
7825
|
+
"member": "string",
|
|
7826
|
+
"name": "FileId",
|
|
7827
|
+
"output_required": true,
|
|
7828
|
+
"type": "string",
|
|
7829
|
+
"value_allowed_null": false
|
|
7830
|
+
},
|
|
7831
|
+
{
|
|
7832
|
+
"disabled": false,
|
|
7833
|
+
"document": "Meta Data.",
|
|
7834
|
+
"example": "无",
|
|
7835
|
+
"member": "MediaMetaData",
|
|
7836
|
+
"name": "MetaData",
|
|
7837
|
+
"output_required": true,
|
|
7838
|
+
"type": "object",
|
|
7839
|
+
"value_allowed_null": false
|
|
7840
|
+
}
|
|
7841
|
+
],
|
|
7842
|
+
"usage": "out"
|
|
7843
|
+
},
|
|
6800
7844
|
"AnimatedGraphicTaskInput": {
|
|
6801
7845
|
"document": "Animated image generating task type",
|
|
6802
7846
|
"members": [
|
|
@@ -7504,25 +8548,144 @@
|
|
|
7504
8548
|
],
|
|
7505
8549
|
"type": "object"
|
|
7506
8550
|
},
|
|
8551
|
+
"AudioBeautifyInfo": {
|
|
8552
|
+
"document": "The audio improvement configuration.",
|
|
8553
|
+
"members": [
|
|
8554
|
+
{
|
|
8555
|
+
"disabled": false,
|
|
8556
|
+
"document": "Whether to enable audio improvement. Valid values:\n<li>`ON`</li>\n<li>`OFF` </li>\nDefault value: `OFF`.",
|
|
8557
|
+
"example": "ON",
|
|
8558
|
+
"member": "string",
|
|
8559
|
+
"name": "Switch",
|
|
8560
|
+
"output_required": true,
|
|
8561
|
+
"required": true,
|
|
8562
|
+
"type": "string",
|
|
8563
|
+
"value_allowed_null": false
|
|
8564
|
+
},
|
|
8565
|
+
{
|
|
8566
|
+
"disabled": false,
|
|
8567
|
+
"document": "The audio improvement options. You can specify multiple options. Valid values:\n<li>`declick`: Noise removal.</li>\n<li>`deesser`: De-essing.</li>\nDefault: `declick`.",
|
|
8568
|
+
"example": "[\"declick\"]",
|
|
8569
|
+
"member": "string",
|
|
8570
|
+
"name": "Types",
|
|
8571
|
+
"output_required": true,
|
|
8572
|
+
"required": false,
|
|
8573
|
+
"type": "list",
|
|
8574
|
+
"value_allowed_null": false
|
|
8575
|
+
}
|
|
8576
|
+
],
|
|
8577
|
+
"usage": "both"
|
|
8578
|
+
},
|
|
7507
8579
|
"AudioDenoiseInfo": {
|
|
7508
8580
|
"document": "Noise removal configuration.",
|
|
7509
8581
|
"members": [
|
|
7510
8582
|
{
|
|
7511
8583
|
"disabled": false,
|
|
7512
|
-
"document": "Whether to enable noise removal. Valid values:\n<li>`ON`</li>\n<li>`OFF`</li
|
|
8584
|
+
"document": "Whether to enable noise removal. Valid values:\n<li>`ON`</li>\n<li>`OFF`</li>\nDefault value: `OFF`.",
|
|
7513
8585
|
"example": "ON",
|
|
7514
8586
|
"member": "string",
|
|
7515
8587
|
"name": "Switch",
|
|
8588
|
+
"output_required": true,
|
|
7516
8589
|
"required": true,
|
|
7517
8590
|
"type": "string",
|
|
7518
8591
|
"value_allowed_null": false
|
|
7519
8592
|
},
|
|
7520
8593
|
{
|
|
7521
8594
|
"disabled": false,
|
|
7522
|
-
"document": "The noise removal type. This parameter is valid only if `Switch` is `ON`. Valid values:\n<li>`
|
|
7523
|
-
"example": "
|
|
8595
|
+
"document": "The noise removal type. This parameter is valid only if `Switch` is `ON`. Valid values:\n<li>`normal`</li>\nDefault value: `normal`.",
|
|
8596
|
+
"example": "normal",
|
|
7524
8597
|
"member": "string",
|
|
7525
8598
|
"name": "Type",
|
|
8599
|
+
"output_required": true,
|
|
8600
|
+
"required": false,
|
|
8601
|
+
"type": "string",
|
|
8602
|
+
"value_allowed_null": false
|
|
8603
|
+
}
|
|
8604
|
+
],
|
|
8605
|
+
"usage": "both"
|
|
8606
|
+
},
|
|
8607
|
+
"AudioEnhanceConfig": {
|
|
8608
|
+
"document": "The audio enhancement configuration.",
|
|
8609
|
+
"members": [
|
|
8610
|
+
{
|
|
8611
|
+
"disabled": false,
|
|
8612
|
+
"document": "The audio noise reduction configuration.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
8613
|
+
"example": "无",
|
|
8614
|
+
"member": "AudioDenoiseInfo",
|
|
8615
|
+
"name": "Denoise",
|
|
8616
|
+
"output_required": true,
|
|
8617
|
+
"required": false,
|
|
8618
|
+
"type": "object",
|
|
8619
|
+
"value_allowed_null": true
|
|
8620
|
+
},
|
|
8621
|
+
{
|
|
8622
|
+
"disabled": false,
|
|
8623
|
+
"document": "The audio separation configuration.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
8624
|
+
"example": "无",
|
|
8625
|
+
"member": "AudioSeparateInfo",
|
|
8626
|
+
"name": "Separate",
|
|
8627
|
+
"output_required": true,
|
|
8628
|
+
"required": false,
|
|
8629
|
+
"type": "object",
|
|
8630
|
+
"value_allowed_null": true
|
|
8631
|
+
},
|
|
8632
|
+
{
|
|
8633
|
+
"disabled": false,
|
|
8634
|
+
"document": "The volume equalization configuration.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
8635
|
+
"example": "无",
|
|
8636
|
+
"member": "AudioVolumeBalanceInfo",
|
|
8637
|
+
"name": "VolumeBalance",
|
|
8638
|
+
"output_required": true,
|
|
8639
|
+
"required": false,
|
|
8640
|
+
"type": "object",
|
|
8641
|
+
"value_allowed_null": true
|
|
8642
|
+
},
|
|
8643
|
+
{
|
|
8644
|
+
"disabled": false,
|
|
8645
|
+
"document": "The audio improvement configuration.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
8646
|
+
"example": "无",
|
|
8647
|
+
"member": "AudioBeautifyInfo",
|
|
8648
|
+
"name": "Beautify",
|
|
8649
|
+
"output_required": true,
|
|
8650
|
+
"required": false,
|
|
8651
|
+
"type": "object",
|
|
8652
|
+
"value_allowed_null": true
|
|
8653
|
+
}
|
|
8654
|
+
],
|
|
8655
|
+
"usage": "both"
|
|
8656
|
+
},
|
|
8657
|
+
"AudioSeparateInfo": {
|
|
8658
|
+
"document": "The audio separation configuration.",
|
|
8659
|
+
"members": [
|
|
8660
|
+
{
|
|
8661
|
+
"disabled": false,
|
|
8662
|
+
"document": "Whether to enable audio separation. Valid values:\n<li>`ON`</li>\n<li>`OFF` </li>\nDefault value: `OFF`.",
|
|
8663
|
+
"example": "ON",
|
|
8664
|
+
"member": "string",
|
|
8665
|
+
"name": "Switch",
|
|
8666
|
+
"output_required": true,
|
|
8667
|
+
"required": true,
|
|
8668
|
+
"type": "string",
|
|
8669
|
+
"value_allowed_null": false
|
|
8670
|
+
},
|
|
8671
|
+
{
|
|
8672
|
+
"disabled": false,
|
|
8673
|
+
"document": "The scenario. Valid values:\n<li>`normal`: Separate voice and background audio.</li>\n<li>`music`: Separate vocals and instrumentals.</li>\nDefault value: `normal`.",
|
|
8674
|
+
"example": "normal",
|
|
8675
|
+
"member": "string",
|
|
8676
|
+
"name": "Type",
|
|
8677
|
+
"output_required": true,
|
|
8678
|
+
"required": false,
|
|
8679
|
+
"type": "string",
|
|
8680
|
+
"value_allowed_null": false
|
|
8681
|
+
},
|
|
8682
|
+
{
|
|
8683
|
+
"disabled": false,
|
|
8684
|
+
"document": "The output audio track. Valid values:\n<li>`vocal`: Voice.</li>\n<li>`background`: Output background audio if the scenario is `normal`, and output instrumentals if the scenario is `music`.</li>\nDefault value: `vocal`.",
|
|
8685
|
+
"example": "vocal",
|
|
8686
|
+
"member": "string",
|
|
8687
|
+
"name": "Track",
|
|
8688
|
+
"output_required": true,
|
|
7526
8689
|
"required": false,
|
|
7527
8690
|
"type": "string",
|
|
7528
8691
|
"value_allowed_null": false
|
|
@@ -7714,6 +8877,34 @@
|
|
|
7714
8877
|
],
|
|
7715
8878
|
"usage": "both"
|
|
7716
8879
|
},
|
|
8880
|
+
"AudioVolumeBalanceInfo": {
|
|
8881
|
+
"document": "The volume equalization configuration.",
|
|
8882
|
+
"members": [
|
|
8883
|
+
{
|
|
8884
|
+
"disabled": false,
|
|
8885
|
+
"document": "Whether to enable volume equalization. Valid values:\n<li>`ON`</li>\n<li>`OFF` </li>\nDefault value: `OFF`.",
|
|
8886
|
+
"example": "ON",
|
|
8887
|
+
"member": "string",
|
|
8888
|
+
"name": "Switch",
|
|
8889
|
+
"output_required": true,
|
|
8890
|
+
"required": true,
|
|
8891
|
+
"type": "string",
|
|
8892
|
+
"value_allowed_null": false
|
|
8893
|
+
},
|
|
8894
|
+
{
|
|
8895
|
+
"disabled": false,
|
|
8896
|
+
"document": "The type. Valid values:\n<li>`loudNorm`: Loudness normalization.</li>\n<li>`gainControl`: Volume leveling.</li>\nDefault value: `loudNorm`.",
|
|
8897
|
+
"example": "gainControl",
|
|
8898
|
+
"member": "string",
|
|
8899
|
+
"name": "Type",
|
|
8900
|
+
"output_required": true,
|
|
8901
|
+
"required": false,
|
|
8902
|
+
"type": "string",
|
|
8903
|
+
"value_allowed_null": false
|
|
8904
|
+
}
|
|
8905
|
+
],
|
|
8906
|
+
"usage": "both"
|
|
8907
|
+
},
|
|
7717
8908
|
"AudioVolumeParam": {
|
|
7718
8909
|
"document": "Audio gain adjustment parameter",
|
|
7719
8910
|
"members": [
|
|
@@ -8953,6 +10144,23 @@
|
|
|
8953
10144
|
],
|
|
8954
10145
|
"usage": "out"
|
|
8955
10146
|
},
|
|
10147
|
+
"ChangeClothesConfig": {
|
|
10148
|
+
"document": "AI outfit change parameter configuration.",
|
|
10149
|
+
"members": [
|
|
10150
|
+
{
|
|
10151
|
+
"disabled": false,
|
|
10152
|
+
"document": "Manually input the image list of **clothing** that needs to be replaced. currently support a maximum of 4 images.",
|
|
10153
|
+
"example": "无",
|
|
10154
|
+
"member": "SceneAigcImageTaskInputFileInfo",
|
|
10155
|
+
"name": "ClothesFileInfos",
|
|
10156
|
+
"output_required": false,
|
|
10157
|
+
"required": false,
|
|
10158
|
+
"type": "list",
|
|
10159
|
+
"value_allowed_null": false
|
|
10160
|
+
}
|
|
10161
|
+
],
|
|
10162
|
+
"usage": "both"
|
|
10163
|
+
},
|
|
8956
10164
|
"ClassificationConfigureInfo": {
|
|
8957
10165
|
"document": "Control parameter of intelligent categorization task",
|
|
8958
10166
|
"members": [
|
|
@@ -10754,6 +11962,305 @@
|
|
|
10754
11962
|
],
|
|
10755
11963
|
"type": "object"
|
|
10756
11964
|
},
|
|
11965
|
+
"CreateAigcImageTaskRequest": {
|
|
11966
|
+
"document": "CreateAigcImageTask request structure.",
|
|
11967
|
+
"members": [
|
|
11968
|
+
{
|
|
11969
|
+
"disabled": false,
|
|
11970
|
+
"document": "<b>The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. For customers who activate VOD service from December 25, 2023, if they want to access resources in a VOD application (whether it's the default application or a newly created one), they must fill in this field with the application ID.</b>",
|
|
11971
|
+
"example": "251007502",
|
|
11972
|
+
"member": "uint64",
|
|
11973
|
+
"name": "SubAppId",
|
|
11974
|
+
"required": true,
|
|
11975
|
+
"type": "int"
|
|
11976
|
+
},
|
|
11977
|
+
{
|
|
11978
|
+
"disabled": false,
|
|
11979
|
+
"document": "Model name. valid values:.\n<li>GEM:Gemini;</li>\n<Li>Qwen: qianwen.</li>\n<Li>Hunyuan: hunyuan.</li>",
|
|
11980
|
+
"example": "GEM",
|
|
11981
|
+
"member": "string",
|
|
11982
|
+
"name": "ModelName",
|
|
11983
|
+
"required": true,
|
|
11984
|
+
"type": "string"
|
|
11985
|
+
},
|
|
11986
|
+
{
|
|
11987
|
+
"disabled": false,
|
|
11988
|
+
"document": "Model version. valid values:.\n<li>When ModelName is GEM, optional values are 2.5, 3.0;</li>\n<li>When ModelName is Qwen, optional values are 0925.</li>\n<li>When ModelName is Hunyuan, the optional values are 3.0.</li>",
|
|
11989
|
+
"example": "2.5",
|
|
11990
|
+
"member": "string",
|
|
11991
|
+
"name": "ModelVersion",
|
|
11992
|
+
"required": true,
|
|
11993
|
+
"type": "string"
|
|
11994
|
+
},
|
|
11995
|
+
{
|
|
11996
|
+
"disabled": false,
|
|
11997
|
+
"document": "File information of the input image for the AIGC image generation task. By default only one image can be specified; when using the GEM model, version 2.5 supports up to 3 images and version 3.0 supports up to 14 images.",
|
|
11998
|
+
"example": "无",
|
|
11999
|
+
"member": "AigcImageTaskInputFileInfo",
|
|
12000
|
+
"name": "FileInfos",
|
|
12001
|
+
"required": false,
|
|
12002
|
+
"type": "list"
|
|
12003
|
+
},
|
|
12004
|
+
{
|
|
12005
|
+
"disabled": false,
|
|
12006
|
+
"document": "The prompt content for image generation. this parameter is required when FileInfos is empty.",
|
|
12007
|
+
"example": "generate a car",
|
|
12008
|
+
"member": "string",
|
|
12009
|
+
"name": "Prompt",
|
|
12010
|
+
"required": false,
|
|
12011
|
+
"type": "string"
|
|
12012
|
+
},
|
|
12013
|
+
{
|
|
12014
|
+
"disabled": false,
|
|
12015
|
+
"document": "Prevent the model from generating image generation prompts.",
|
|
12016
|
+
"example": "red",
|
|
12017
|
+
"member": "string",
|
|
12018
|
+
"name": "NegativePrompt",
|
|
12019
|
+
"required": false,
|
|
12020
|
+
"type": "string"
|
|
12021
|
+
},
|
|
12022
|
+
{
|
|
12023
|
+
"disabled": false,
|
|
12024
|
+
"document": "Whether to optimize Prompt content automatically. when Enabled, it will optimize the passed in Prompt automatically to enhance generation quality. valid values: <li>Enabled: turn on;</li> <li>Disabled: turn off;</li>",
|
|
12025
|
+
"example": "Enabled",
|
|
12026
|
+
"member": "string",
|
|
12027
|
+
"name": "EnhancePrompt",
|
|
12028
|
+
"required": false,
|
|
12029
|
+
"type": "string"
|
|
12030
|
+
},
|
|
12031
|
+
{
|
|
12032
|
+
"disabled": false,
|
|
12033
|
+
"document": "Output media file configuration for the task.",
|
|
12034
|
+
"example": "无",
|
|
12035
|
+
"member": "AigcImageOutputConfig",
|
|
12036
|
+
"name": "OutputConfig",
|
|
12037
|
+
"required": false,
|
|
12038
|
+
"type": "object"
|
|
12039
|
+
},
|
|
12040
|
+
{
|
|
12041
|
+
"disabled": false,
|
|
12042
|
+
"document": "An identifier for deduplication. if there has been a request with the same identifier within the past 3 days, an error will be returned for the current request. the maximum length is 50 characters. leaving it blank or using an empty string indicates no deduplication.",
|
|
12043
|
+
"example": "mysession",
|
|
12044
|
+
"member": "string",
|
|
12045
|
+
"name": "SessionId",
|
|
12046
|
+
"required": false,
|
|
12047
|
+
"type": "string"
|
|
12048
|
+
},
|
|
12049
|
+
{
|
|
12050
|
+
"disabled": false,
|
|
12051
|
+
"document": "Source context, used to pass through user request information. the audio and video quality revival complete callback will return the value of this field. longest 1000 characters.",
|
|
12052
|
+
"example": "mySessionContext",
|
|
12053
|
+
"member": "string",
|
|
12054
|
+
"name": "SessionContext",
|
|
12055
|
+
"required": false,
|
|
12056
|
+
"type": "string"
|
|
12057
|
+
},
|
|
12058
|
+
{
|
|
12059
|
+
"disabled": false,
|
|
12060
|
+
"document": "Task priority. the higher the value, the higher the priority. value range is from -10 to 10. if left blank, the default value is 0.",
|
|
12061
|
+
"example": "10",
|
|
12062
|
+
"member": "int64",
|
|
12063
|
+
"name": "TasksPriority",
|
|
12064
|
+
"required": false,
|
|
12065
|
+
"type": "int"
|
|
12066
|
+
},
|
|
12067
|
+
{
|
|
12068
|
+
"disabled": false,
|
|
12069
|
+
"document": "Reserved field, used when special purpose.",
|
|
12070
|
+
"example": "myextinfo",
|
|
12071
|
+
"member": "string",
|
|
12072
|
+
"name": "ExtInfo",
|
|
12073
|
+
"required": false,
|
|
12074
|
+
"type": "string"
|
|
12075
|
+
}
|
|
12076
|
+
],
|
|
12077
|
+
"type": "object"
|
|
12078
|
+
},
|
|
12079
|
+
"CreateAigcImageTaskResponse": {
|
|
12080
|
+
"document": "CreateAigcImageTask response structure.",
|
|
12081
|
+
"members": [
|
|
12082
|
+
{
|
|
12083
|
+
"disabled": false,
|
|
12084
|
+
"document": "Task ID.",
|
|
12085
|
+
"example": "251007502-AigcImage***2782aff1e896673f1ft",
|
|
12086
|
+
"member": "string",
|
|
12087
|
+
"name": "TaskId",
|
|
12088
|
+
"output_required": true,
|
|
12089
|
+
"type": "string",
|
|
12090
|
+
"value_allowed_null": false
|
|
12091
|
+
},
|
|
12092
|
+
{
|
|
12093
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
12094
|
+
"member": "string",
|
|
12095
|
+
"name": "RequestId",
|
|
12096
|
+
"type": "string"
|
|
12097
|
+
}
|
|
12098
|
+
],
|
|
12099
|
+
"type": "object"
|
|
12100
|
+
},
|
|
12101
|
+
"CreateAigcVideoTaskRequest": {
|
|
12102
|
+
"document": "CreateAigcVideoTask request structure.",
|
|
12103
|
+
"members": [
|
|
12104
|
+
{
|
|
12105
|
+
"disabled": false,
|
|
12106
|
+
"document": "<b>The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. For customers who activate VOD service from December 25, 2023, if they want to access resources in a VOD application (whether it's the default application or a newly created one), they must fill in this field with the application ID.</b>",
|
|
12107
|
+
"example": "251007502",
|
|
12108
|
+
"member": "uint64",
|
|
12109
|
+
"name": "SubAppId",
|
|
12110
|
+
"required": true,
|
|
12111
|
+
"type": "int"
|
|
12112
|
+
},
|
|
12113
|
+
{
|
|
12114
|
+
"disabled": false,
|
|
12115
|
+
"document": "Model name. valid values: <li>Hailuo: conch;</li><li>Kling: Kling;</li><li>Jimeng: Jimeng;</li><li>Vidu;</li><li>Hunyuan: Hunyuan;</li><li>Mingmou: bright eyes;</li>",
|
|
12116
|
+
"example": "GV",
|
|
12117
|
+
"member": "string",
|
|
12118
|
+
"name": "ModelName",
|
|
12119
|
+
"required": true,
|
|
12120
|
+
"type": "string"
|
|
12121
|
+
},
|
|
12122
|
+
{
|
|
12123
|
+
"disabled": false,
|
|
12124
|
+
"document": "Model version. parameter value: <li>when ModelName is Hailuo, optional values are 02, 2.3, 2.3-fast;</li><li>when ModelName is Kling, optional values are 1.6, 2.0, 2.1, 2.5, O1;</li><li>when ModelName is Jimeng, optional values are 3.0pro;</li><li>when ModelName is Vidu, optional values are q2, q2-pro, q2-turbo;</li><li>when ModelName is GV, optional values are 3.1, 3.1-fast;</li><li>when ModelName is OS, optional values are 2.0;</li><li>when ModelName is Hunyuan, optional values are 1.5;</li><li>when ModelName is Mingmou, optional values are 1.0;</li>",
|
|
12125
|
+
"example": "3.1",
|
|
12126
|
+
"member": "string",
|
|
12127
|
+
"name": "ModelVersion",
|
|
12128
|
+
"required": true,
|
|
12129
|
+
"type": "string"
|
|
12130
|
+
},
|
|
12131
|
+
{
|
|
12132
|
+
"disabled": false,
|
|
12133
|
+
"document": "List of up to three material resources for description of resource images to be used by the model in video generation.\n\nVideo generation with first and last frame: use the first table in FileInfos to represent the first frame (FileInfos contains at most one image at this point). LastFrameFileId or LastFrameUrl represents the last frame.\n\nModel supporting multi-image input.\n1. GV, when entering multiple images, LastFrameFileId and LastFrameUrl are unavailable.\n2. Vidu supports multi-image reference for video generation. the q2 model accepts 1-7 images. use the ObjectId in FileInfos as the subject id for input.\n\nNote:.\n1. Image size: the size should not exceed 10 mb.\n2. supported image formats: jpeg, png.",
|
|
12134
|
+
"example": "无",
|
|
12135
|
+
"member": "AigcVideoTaskInputFileInfo",
|
|
12136
|
+
"name": "FileInfos",
|
|
12137
|
+
"required": false,
|
|
12138
|
+
"type": "list"
|
|
12139
|
+
},
|
|
12140
|
+
{
|
|
12141
|
+
"disabled": false,
|
|
12142
|
+
"document": "The media file ID used as the end frame to generate video. this file has a globally unique ID on vod, assigned by the vod backend after successful upload. you can get this field in the [video upload completion event notification](https://www.tencentcloud.com/document/product/266/7830?from_cn_redirect=1) or [vod console](https://console.cloud.tencent.com/vod/media). description:.\n1. only models GV, Kling, and Vidu are supported. other models are not currently supported. when ModelName is GV, if you specify this parameter, you must simultaneously specify FileInfos as the first frame of the video to be generated. when ModelName is Kling and ModelVersion is 2.1 and specify output Resolution Resolution as 1080P, you can specify this parameter. when ModelName is Vidu and ModelVersion is q2-pro or q2-turbo, you can specify this parameter.\n2. Image size: the size should be less than 5 mb.\n3. image format value is jpeg, jpg, png, webp.",
|
|
12143
|
+
"example": "3704211***509911",
|
|
12144
|
+
"member": "string",
|
|
12145
|
+
"name": "LastFrameFileId",
|
|
12146
|
+
"required": false,
|
|
12147
|
+
"type": "string"
|
|
12148
|
+
},
|
|
12149
|
+
{
|
|
12150
|
+
"disabled": false,
|
|
12151
|
+
"document": "Media file URL used as frames to generate video. description:.\n1. only models GV, Kling, and Vidu are supported. other models are not currently supported. when ModelName is GV, if you specify this parameter, you must simultaneously specify FileInfos as the first frame of the video to be generated. when ModelName is Kling and ModelVersion is 2.1 and specify output Resolution Resolution as 1080P, you can specify this parameter. when ModelName is Vidu and ModelVersion is q2-pro or q2-turbo, you can specify this parameter.\n2. Image size: the size should be less than 5 mb.\n3. image format value is jpeg, jpg, png, webp.",
|
|
12152
|
+
"example": "https://test.com/1.png",
|
|
12153
|
+
"member": "string",
|
|
12154
|
+
"name": "LastFrameUrl",
|
|
12155
|
+
"required": false,
|
|
12156
|
+
"type": "string"
|
|
12157
|
+
},
|
|
12158
|
+
{
|
|
12159
|
+
"disabled": false,
|
|
12160
|
+
"document": "Prompt content for video generation. this parameter is required when FileInfos is empty.\nExample value: move the picture.",
|
|
12161
|
+
"example": "generate a car",
|
|
12162
|
+
"member": "string",
|
|
12163
|
+
"name": "Prompt",
|
|
12164
|
+
"required": false,
|
|
12165
|
+
"type": "string"
|
|
12166
|
+
},
|
|
12167
|
+
{
|
|
12168
|
+
"disabled": false,
|
|
12169
|
+
"document": "Prevent the model from generating video prompts.",
|
|
12170
|
+
"example": "red",
|
|
12171
|
+
"member": "string",
|
|
12172
|
+
"name": "NegativePrompt",
|
|
12173
|
+
"required": false,
|
|
12174
|
+
"type": "string"
|
|
12175
|
+
},
|
|
12176
|
+
{
|
|
12177
|
+
"disabled": false,
|
|
12178
|
+
"document": "Whether to optimize Prompt content automatically. when Enabled, the passed-in Prompt will be optimized automatically to enhance generation quality. valid values: <li>Enabled: enable;</li> <li>Disabled: disable;</li>.",
|
|
12179
|
+
"example": "Enabled",
|
|
12180
|
+
"member": "string",
|
|
12181
|
+
"name": "EnhancePrompt",
|
|
12182
|
+
"required": false,
|
|
12183
|
+
"type": "string"
|
|
12184
|
+
},
|
|
12185
|
+
{
|
|
12186
|
+
"disabled": false,
|
|
12187
|
+
"document": "Specifies the output media file configuration for the video task.",
|
|
12188
|
+
"example": "无",
|
|
12189
|
+
"member": "AigcVideoOutputConfig",
|
|
12190
|
+
"name": "OutputConfig",
|
|
12191
|
+
"required": false,
|
|
12192
|
+
"type": "object"
|
|
12193
|
+
},
|
|
12194
|
+
{
|
|
12195
|
+
"disabled": false,
|
|
12196
|
+
"document": "An identifier for deduplication. if there has been a request with the same identifier within the past 3 days, an error will be returned for the current request. the maximum length is 50 characters. leaving it blank or using an empty string indicates no deduplication.",
|
|
12197
|
+
"example": "mysession2",
|
|
12198
|
+
"member": "string",
|
|
12199
|
+
"name": "SessionId",
|
|
12200
|
+
"required": false,
|
|
12201
|
+
"type": "string"
|
|
12202
|
+
},
|
|
12203
|
+
{
|
|
12204
|
+
"disabled": false,
|
|
12205
|
+
"document": "Source context, used to pass through user request information. the audio and video quality revival complete callback will return the value of this field, up to 1000 characters.",
|
|
12206
|
+
"example": "mysessionContext",
|
|
12207
|
+
"member": "string",
|
|
12208
|
+
"name": "SessionContext",
|
|
12209
|
+
"required": false,
|
|
12210
|
+
"type": "string"
|
|
12211
|
+
},
|
|
12212
|
+
{
|
|
12213
|
+
"disabled": false,
|
|
12214
|
+
"document": "Task priority. the higher the value, the higher the priority. the value range is from -10 to 10. if left blank, the default value is 0.",
|
|
12215
|
+
"example": "10",
|
|
12216
|
+
"member": "int64",
|
|
12217
|
+
"name": "TasksPriority",
|
|
12218
|
+
"required": false,
|
|
12219
|
+
"type": "int"
|
|
12220
|
+
},
|
|
12221
|
+
{
|
|
12222
|
+
"disabled": false,
|
|
12223
|
+
"document": "Reserved field, used for special purpose.",
|
|
12224
|
+
"example": "myextinfo",
|
|
12225
|
+
"member": "string",
|
|
12226
|
+
"name": "ExtInfo",
|
|
12227
|
+
"required": false,
|
|
12228
|
+
"type": "string"
|
|
12229
|
+
},
|
|
12230
|
+
{
|
|
12231
|
+
"disabled": false,
|
|
12232
|
+
"document": "Specifies the region information of the input image. when the image url is a foreign address, selectable Oversea. default Mainland.",
|
|
12233
|
+
"example": "Mainland",
|
|
12234
|
+
"member": "string",
|
|
12235
|
+
"name": "InputRegion",
|
|
12236
|
+
"required": false,
|
|
12237
|
+
"type": "string"
|
|
12238
|
+
}
|
|
12239
|
+
],
|
|
12240
|
+
"type": "object"
|
|
12241
|
+
},
|
|
12242
|
+
"CreateAigcVideoTaskResponse": {
|
|
12243
|
+
"document": "CreateAigcVideoTask response structure.",
|
|
12244
|
+
"members": [
|
|
12245
|
+
{
|
|
12246
|
+
"disabled": false,
|
|
12247
|
+
"document": "Task ID.",
|
|
12248
|
+
"example": "251007502-AigcVideo***25dacdcef7dd2b20fdt",
|
|
12249
|
+
"member": "string",
|
|
12250
|
+
"name": "TaskId",
|
|
12251
|
+
"output_required": true,
|
|
12252
|
+
"type": "string",
|
|
12253
|
+
"value_allowed_null": false
|
|
12254
|
+
},
|
|
12255
|
+
{
|
|
12256
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
12257
|
+
"member": "string",
|
|
12258
|
+
"name": "RequestId",
|
|
12259
|
+
"type": "string"
|
|
12260
|
+
}
|
|
12261
|
+
],
|
|
12262
|
+
"type": "object"
|
|
12263
|
+
},
|
|
10757
12264
|
"CreateAnimatedGraphicsTemplateRequest": {
|
|
10758
12265
|
"document": "CreateAnimatedGraphicsTemplate request structure.",
|
|
10759
12266
|
"members": [
|
|
@@ -12514,6 +14021,106 @@
|
|
|
12514
14021
|
],
|
|
12515
14022
|
"type": "object"
|
|
12516
14023
|
},
|
|
14024
|
+
"CreateSceneAigcImageTaskRequest": {
|
|
14025
|
+
"document": "CreateSceneAigcImageTask request structure.",
|
|
14026
|
+
"members": [
|
|
14027
|
+
{
|
|
14028
|
+
"disabled": false,
|
|
14029
|
+
"document": "<b>The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. For customers who activate VOD service from December 25, 2023, if they want to access resources in a VOD application (whether it's the default application or a newly created one), they must fill in this field with the application ID.</b>",
|
|
14030
|
+
"example": "251007502",
|
|
14031
|
+
"member": "uint64",
|
|
14032
|
+
"name": "SubAppId",
|
|
14033
|
+
"required": true,
|
|
14034
|
+
"type": "int"
|
|
14035
|
+
},
|
|
14036
|
+
{
|
|
14037
|
+
"disabled": false,
|
|
14038
|
+
"document": "Scenario-Based image generation parameter configuration.",
|
|
14039
|
+
"example": "无",
|
|
14040
|
+
"member": "AigcImageSceneInfo",
|
|
14041
|
+
"name": "SceneInfo",
|
|
14042
|
+
"required": true,
|
|
14043
|
+
"type": "object"
|
|
14044
|
+
},
|
|
14045
|
+
{
|
|
14046
|
+
"disabled": false,
|
|
14047
|
+
"document": "Input image list. supported image formats: jpg, jpeg, png, webp. different scenarios require different input data.\n\n- AI clothing change scenario: input only 1 model image.\n- AI product image scenario: manually input 1-10 images of different angles per product.",
|
|
14048
|
+
"example": "无",
|
|
14049
|
+
"member": "SceneAigcImageTaskInputFileInfo",
|
|
14050
|
+
"name": "FileInfos",
|
|
14051
|
+
"required": false,
|
|
14052
|
+
"type": "list"
|
|
14053
|
+
},
|
|
14054
|
+
{
|
|
14055
|
+
"disabled": false,
|
|
14056
|
+
"document": "Specifies the output media file configuration for the scenario-based image task.",
|
|
14057
|
+
"example": "无",
|
|
14058
|
+
"member": "SceneAigcImageOutputConfig",
|
|
14059
|
+
"name": "OutputConfig",
|
|
14060
|
+
"required": false,
|
|
14061
|
+
"type": "object"
|
|
14062
|
+
},
|
|
14063
|
+
{
|
|
14064
|
+
"disabled": false,
|
|
14065
|
+
"document": "An identifier for deduplication. if there has been a request with the same identifier within the past 3 days, an error will be returned for the current request. the maximum length is 50 characters. leaving it blank or using an empty string indicates no deduplication.",
|
|
14066
|
+
"example": "mysession",
|
|
14067
|
+
"member": "string",
|
|
14068
|
+
"name": "SessionId",
|
|
14069
|
+
"required": false,
|
|
14070
|
+
"type": "string"
|
|
14071
|
+
},
|
|
14072
|
+
{
|
|
14073
|
+
"disabled": false,
|
|
14074
|
+
"document": "Source context, used to pass through user request information. the audio and video quality revival complete callback will return the value of this field, up to 1000 characters.",
|
|
14075
|
+
"example": "mySessionContext",
|
|
14076
|
+
"member": "string",
|
|
14077
|
+
"name": "SessionContext",
|
|
14078
|
+
"required": false,
|
|
14079
|
+
"type": "string"
|
|
14080
|
+
},
|
|
14081
|
+
{
|
|
14082
|
+
"disabled": false,
|
|
14083
|
+
"document": "Task priority. the higher the value, the higher the priority. the value range is from -10 to 10. if left blank, the default value is 0.",
|
|
14084
|
+
"example": "10",
|
|
14085
|
+
"member": "int64",
|
|
14086
|
+
"name": "TasksPriority",
|
|
14087
|
+
"required": false,
|
|
14088
|
+
"type": "int"
|
|
14089
|
+
},
|
|
14090
|
+
{
|
|
14091
|
+
"disabled": false,
|
|
14092
|
+
"document": "Reserved field, used for special purpose.",
|
|
14093
|
+
"example": "myextinfo",
|
|
14094
|
+
"member": "string",
|
|
14095
|
+
"name": "ExtInfo",
|
|
14096
|
+
"required": false,
|
|
14097
|
+
"type": "string"
|
|
14098
|
+
}
|
|
14099
|
+
],
|
|
14100
|
+
"type": "object"
|
|
14101
|
+
},
|
|
14102
|
+
"CreateSceneAigcImageTaskResponse": {
|
|
14103
|
+
"document": "CreateSceneAigcImageTask response structure.",
|
|
14104
|
+
"members": [
|
|
14105
|
+
{
|
|
14106
|
+
"disabled": false,
|
|
14107
|
+
"document": "Task ID.",
|
|
14108
|
+
"example": "251007502-AigcImage***2782aff1e896673f1ft",
|
|
14109
|
+
"member": "string",
|
|
14110
|
+
"name": "TaskId",
|
|
14111
|
+
"output_required": true,
|
|
14112
|
+
"type": "string",
|
|
14113
|
+
"value_allowed_null": false
|
|
14114
|
+
},
|
|
14115
|
+
{
|
|
14116
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
14117
|
+
"member": "string",
|
|
14118
|
+
"name": "RequestId",
|
|
14119
|
+
"type": "string"
|
|
14120
|
+
}
|
|
14121
|
+
],
|
|
14122
|
+
"type": "object"
|
|
14123
|
+
},
|
|
12517
14124
|
"CreateSnapshotByTimeOffsetTemplateRequest": {
|
|
12518
14125
|
"document": "CreateSnapshotByTimeOffsetTemplate request structure.",
|
|
12519
14126
|
"members": [
|
|
@@ -12915,6 +14522,15 @@
|
|
|
12915
14522
|
"required": false,
|
|
12916
14523
|
"type": "object"
|
|
12917
14524
|
},
|
|
14525
|
+
{
|
|
14526
|
+
"disabled": false,
|
|
14527
|
+
"document": "Audio/Video enhancement parameter.",
|
|
14528
|
+
"example": "无",
|
|
14529
|
+
"member": "EnhanceConfig",
|
|
14530
|
+
"name": "EnhanceConfig",
|
|
14531
|
+
"required": false,
|
|
14532
|
+
"type": "object"
|
|
14533
|
+
},
|
|
12918
14534
|
{
|
|
12919
14535
|
"disabled": false,
|
|
12920
14536
|
"document": "The segment type. This parameter is valid only if `Container` is `hls`. Valid values:\n<li>ts: TS segment</li>\n<li>fmp4: fMP4 segment</li>\nDefault: ts",
|
|
@@ -17681,6 +19297,46 @@
|
|
|
17681
19297
|
"type": "object",
|
|
17682
19298
|
"value_allowed_null": false
|
|
17683
19299
|
},
|
|
19300
|
+
{
|
|
19301
|
+
"disabled": false,
|
|
19302
|
+
"document": "AIGC image task information. This field contains a value only when TaskType is AigcImageTask.",
|
|
19303
|
+
"example": "无",
|
|
19304
|
+
"member": "AigcImageTask",
|
|
19305
|
+
"name": "AigcImageTask",
|
|
19306
|
+
"output_required": false,
|
|
19307
|
+
"type": "object",
|
|
19308
|
+
"value_allowed_null": false
|
|
19309
|
+
},
|
|
19310
|
+
{
|
|
19311
|
+
"disabled": false,
|
|
19312
|
+
"document": "AIGC video task information. This field contains a value only when TaskType is AigcVideoTask.",
|
|
19313
|
+
"example": "无",
|
|
19314
|
+
"member": "AigcVideoTask",
|
|
19315
|
+
"name": "AigcVideoTask",
|
|
19316
|
+
"output_required": false,
|
|
19317
|
+
"type": "object",
|
|
19318
|
+
"value_allowed_null": false
|
|
19319
|
+
},
|
|
19320
|
+
{
|
|
19321
|
+
"disabled": false,
|
|
19322
|
+
"document": "",
|
|
19323
|
+
"example": "无",
|
|
19324
|
+
"member": "ImportMediaKnowledgeTask",
|
|
19325
|
+
"name": "ImportMediaKnowledge",
|
|
19326
|
+
"output_required": false,
|
|
19327
|
+
"type": "object",
|
|
19328
|
+
"value_allowed_null": false
|
|
19329
|
+
},
|
|
19330
|
+
{
|
|
19331
|
+
"disabled": false,
|
|
19332
|
+
"document": "Scenario-based AIGC image task information. This field contains a value only when TaskType is SceneAigcImageTask.",
|
|
19333
|
+
"example": "无",
|
|
19334
|
+
"member": "SceneAigcImageTask",
|
|
19335
|
+
"name": "SceneAigcImageTask",
|
|
19336
|
+
"output_required": false,
|
|
19337
|
+
"type": "object",
|
|
19338
|
+
"value_allowed_null": false
|
|
19339
|
+
},
|
|
17684
19340
|
{
|
|
17685
19341
|
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
17686
19342
|
"member": "string",
|
|
@@ -17815,7 +19471,7 @@
|
|
|
17815
19471
|
{
|
|
17816
19472
|
"disabled": false,
|
|
17817
19473
|
"document": "Unique ID filter of transcoding templates. Array length limit: 100.",
|
|
17818
|
-
"example": "[
|
|
19474
|
+
"example": "[10]",
|
|
17819
19475
|
"member": "int64",
|
|
17820
19476
|
"name": "Definitions",
|
|
17821
19477
|
"required": false,
|
|
@@ -17865,6 +19521,24 @@
|
|
|
17865
19521
|
"name": "Limit",
|
|
17866
19522
|
"required": false,
|
|
17867
19523
|
"type": "int"
|
|
19524
|
+
},
|
|
19525
|
+
{
|
|
19526
|
+
"disabled": false,
|
|
19527
|
+
"document": "Enhancement type. Valid values:\n<li>VideoEnhance: video enhancement only.</li>\n<li>AudioEnhance: audio enhancement only.</li>\n<li>AudioVideoEnhance: video and audio enhancement included.</li>\n<li> AnyEnhance: `VideoEnhance`, `AudioEnhance ` and `AudioVideoEnhance` included.</li>\n<li> None: Not any enhancement type</li>",
|
|
19528
|
+
"example": "VideoEnhance",
|
|
19529
|
+
"member": "string",
|
|
19530
|
+
"name": "EnhanceType",
|
|
19531
|
+
"required": false,
|
|
19532
|
+
"type": "string"
|
|
19533
|
+
},
|
|
19534
|
+
{
|
|
19535
|
+
"disabled": false,
|
|
19536
|
+
"document": "Enhancement scenario configuration. Valid values:\n<li>common: common enhancement parameters, which are basic optimization parameters suitable for various video types, enhancing overall image quality.</li>\n<li>AIGC: overall resolution enhancement. It uses AI technology to improve the overall video resolution and image clarity.</li>\n<li>short_play: enhance facial and subtitle details, emphasizing characters' facial expressions and subtitle clarity to improve the viewing experience.</li>\n<li>short_video: optimize complex and diverse image quality issues, tailoring quality enhancements for the complex scenarios such as short videos to address various visual issues.</li>\n<li>game: fix motion blur and enhance details, with a focus on enhancing the clarity of game details and restoring blurry areas during motions to make the image content during gaming clearer and richer.</li>\n<li>HD_movie_series: provide a smooth playback effect for UHD videos. Standard 4K HDR videos with an FPS of 60 are generated to meet the needs of broadcasting/OTT for UHD videos. Formats for broadcasting scenarios are supported.</li>\n<li>LQ_material: low-definition material/old video restoration. It enhances overall resolution, and solves issues of old videos, such as low resolution, blur, distortion, scratches, and color temperature due to their age.</li>\n<li>lecture: live shows, e-commerce, conferences, and lectures. It improves the face display effect and performs specific optimizations, including face region enhancement, noise reduction, and artifacts removal, for scenarios involving human explanation, such as live shows, e-commerce, conferences, and lectures.</li>",
|
|
19537
|
+
"example": "common",
|
|
19538
|
+
"member": "string",
|
|
19539
|
+
"name": "EnhanceScenarioType",
|
|
19540
|
+
"required": false,
|
|
19541
|
+
"type": "string"
|
|
17868
19542
|
}
|
|
17869
19543
|
],
|
|
17870
19544
|
"type": "object"
|
|
@@ -18150,6 +19824,34 @@
|
|
|
18150
19824
|
],
|
|
18151
19825
|
"type": "object"
|
|
18152
19826
|
},
|
|
19827
|
+
"DiffusionEnhanceInfo": {
|
|
19828
|
+
"document": "LLM enhancement configuration.",
|
|
19829
|
+
"members": [
|
|
19830
|
+
{
|
|
19831
|
+
"disabled": false,
|
|
19832
|
+
"document": "Whether to enable LLM enhancement. Valid values:\n<li>ON</li>\n<li>OFF</li>\nDefault value: OFF.",
|
|
19833
|
+
"example": "ON",
|
|
19834
|
+
"member": "string",
|
|
19835
|
+
"name": "Switch",
|
|
19836
|
+
"output_required": true,
|
|
19837
|
+
"required": true,
|
|
19838
|
+
"type": "string",
|
|
19839
|
+
"value_allowed_null": false
|
|
19840
|
+
},
|
|
19841
|
+
{
|
|
19842
|
+
"disabled": false,
|
|
19843
|
+
"document": "The strength. Valid values:\n<li>weak</li>\n<li>normal</li>\n<li>strong</li>\nDefault value: normal.",
|
|
19844
|
+
"example": "strong",
|
|
19845
|
+
"member": "string",
|
|
19846
|
+
"name": "Type",
|
|
19847
|
+
"output_required": true,
|
|
19848
|
+
"required": false,
|
|
19849
|
+
"type": "string",
|
|
19850
|
+
"value_allowed_null": false
|
|
19851
|
+
}
|
|
19852
|
+
],
|
|
19853
|
+
"usage": "both"
|
|
19854
|
+
},
|
|
18153
19855
|
"DomainDetailInfo": {
|
|
18154
19856
|
"document": "Domain name information",
|
|
18155
19857
|
"members": [
|
|
@@ -18995,6 +20697,62 @@
|
|
|
18995
20697
|
],
|
|
18996
20698
|
"usage": "both"
|
|
18997
20699
|
},
|
|
20700
|
+
"EnhanceConfig": {
|
|
20701
|
+
"document": "Audio/Video enhancement configuration.",
|
|
20702
|
+
"members": [
|
|
20703
|
+
{
|
|
20704
|
+
"disabled": false,
|
|
20705
|
+
"document": "Video enhancement configuration.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
20706
|
+
"example": "无",
|
|
20707
|
+
"member": "VideoEnhanceConfig",
|
|
20708
|
+
"name": "VideoEnhance",
|
|
20709
|
+
"output_required": true,
|
|
20710
|
+
"required": false,
|
|
20711
|
+
"type": "object",
|
|
20712
|
+
"value_allowed_null": true
|
|
20713
|
+
},
|
|
20714
|
+
{
|
|
20715
|
+
"disabled": false,
|
|
20716
|
+
"document": "The audio enhancement configuration.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
20717
|
+
"example": "无",
|
|
20718
|
+
"member": "AudioEnhanceConfig",
|
|
20719
|
+
"name": "AudioEnhance",
|
|
20720
|
+
"output_required": true,
|
|
20721
|
+
"required": false,
|
|
20722
|
+
"type": "object",
|
|
20723
|
+
"value_allowed_null": true
|
|
20724
|
+
}
|
|
20725
|
+
],
|
|
20726
|
+
"usage": "both"
|
|
20727
|
+
},
|
|
20728
|
+
"EnhanceConfigForUpdate": {
|
|
20729
|
+
"document": "Audio/Video enhancement configuration.",
|
|
20730
|
+
"members": [
|
|
20731
|
+
{
|
|
20732
|
+
"disabled": false,
|
|
20733
|
+
"document": "Video enhancement configuration.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
20734
|
+
"example": "无",
|
|
20735
|
+
"member": "VideoEnhanceConfig",
|
|
20736
|
+
"name": "VideoEnhance",
|
|
20737
|
+
"output_required": true,
|
|
20738
|
+
"required": false,
|
|
20739
|
+
"type": "object",
|
|
20740
|
+
"value_allowed_null": true
|
|
20741
|
+
},
|
|
20742
|
+
{
|
|
20743
|
+
"disabled": false,
|
|
20744
|
+
"document": "The audio enhancement configuration.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
20745
|
+
"example": "无",
|
|
20746
|
+
"member": "AudioEnhanceConfig",
|
|
20747
|
+
"name": "AudioEnhance",
|
|
20748
|
+
"output_required": true,
|
|
20749
|
+
"required": false,
|
|
20750
|
+
"type": "object",
|
|
20751
|
+
"value_allowed_null": true
|
|
20752
|
+
}
|
|
20753
|
+
],
|
|
20754
|
+
"usage": "both"
|
|
20755
|
+
},
|
|
18998
20756
|
"EnhanceMediaByTemplateRequest": {
|
|
18999
20757
|
"document": "EnhanceMediaByTemplate request structure.",
|
|
19000
20758
|
"members": [
|
|
@@ -19243,7 +21001,7 @@
|
|
|
19243
21001
|
{
|
|
19244
21002
|
"disabled": false,
|
|
19245
21003
|
"document": "Event handler. The caller must call `ConfirmEvents` to confirm that the message has been received, and the confirmation is valid for 30 seconds. After the confirmation expires, the event can be obtained again.",
|
|
19246
|
-
"example": "
|
|
21004
|
+
"example": "14253**42576",
|
|
19247
21005
|
"member": "string",
|
|
19248
21006
|
"name": "EventHandle",
|
|
19249
21007
|
"output_required": true,
|
|
@@ -19263,7 +21021,7 @@
|
|
|
19263
21021
|
{
|
|
19264
21022
|
"disabled": false,
|
|
19265
21023
|
"document": "Media uploaded event, valid when the event type is NewFileUpload.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
19266
|
-
"example": "
|
|
21024
|
+
"example": "无",
|
|
19267
21025
|
"member": "FileUploadTask",
|
|
19268
21026
|
"name": "FileUploadEvent",
|
|
19269
21027
|
"output_required": true,
|
|
@@ -19273,7 +21031,7 @@
|
|
|
19273
21031
|
{
|
|
19274
21032
|
"disabled": false,
|
|
19275
21033
|
"document": "Task flow status changed event, valid when the event type is ProcedureStateChanged.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
19276
|
-
"example": "
|
|
21034
|
+
"example": "无",
|
|
19277
21035
|
"member": "ProcedureTask",
|
|
19278
21036
|
"name": "ProcedureStateChangeEvent",
|
|
19279
21037
|
"output_required": true,
|
|
@@ -19283,7 +21041,7 @@
|
|
|
19283
21041
|
{
|
|
19284
21042
|
"disabled": false,
|
|
19285
21043
|
"document": "File deleted event, valid when the event type is FileDeleted.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
19286
|
-
"example": "
|
|
21044
|
+
"example": "无",
|
|
19287
21045
|
"member": "FileDeleteTask",
|
|
19288
21046
|
"name": "FileDeleteEvent",
|
|
19289
21047
|
"output_required": true,
|
|
@@ -19293,7 +21051,7 @@
|
|
|
19293
21051
|
{
|
|
19294
21052
|
"disabled": false,
|
|
19295
21053
|
"document": "PullUpload completion event, valid when the event type is PullComplete.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
19296
|
-
"example": "
|
|
21054
|
+
"example": "无",
|
|
19297
21055
|
"member": "PullUploadTask",
|
|
19298
21056
|
"name": "PullCompleteEvent",
|
|
19299
21057
|
"output_required": true,
|
|
@@ -19303,7 +21061,7 @@
|
|
|
19303
21061
|
{
|
|
19304
21062
|
"disabled": false,
|
|
19305
21063
|
"document": "EditMedia completion event, valid when the event type is EditMediaComplete.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
19306
|
-
"example": "
|
|
21064
|
+
"example": "无",
|
|
19307
21065
|
"member": "EditMediaTask",
|
|
19308
21066
|
"name": "EditMediaCompleteEvent",
|
|
19309
21067
|
"output_required": true,
|
|
@@ -19313,7 +21071,7 @@
|
|
|
19313
21071
|
{
|
|
19314
21072
|
"disabled": false,
|
|
19315
21073
|
"document": "SplitMedia completion event, valid when the event type is SplitMediaComplete.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
19316
|
-
"example": "
|
|
21074
|
+
"example": "无",
|
|
19317
21075
|
"member": "SplitMediaTask",
|
|
19318
21076
|
"name": "SplitMediaCompleteEvent",
|
|
19319
21077
|
"output_required": true,
|
|
@@ -19323,7 +21081,7 @@
|
|
|
19323
21081
|
{
|
|
19324
21082
|
"disabled": false,
|
|
19325
21083
|
"document": "ComposeMedia completion event, valid when the event type is ComposeMediaComplete.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
19326
|
-
"example": "
|
|
21084
|
+
"example": "无",
|
|
19327
21085
|
"member": "ComposeMediaTask",
|
|
19328
21086
|
"name": "ComposeMediaCompleteEvent",
|
|
19329
21087
|
"output_required": true,
|
|
@@ -19333,7 +21091,7 @@
|
|
|
19333
21091
|
{
|
|
19334
21092
|
"disabled": false,
|
|
19335
21093
|
"document": "Expired.",
|
|
19336
|
-
"example": "
|
|
21094
|
+
"example": "无",
|
|
19337
21095
|
"member": "ClipTask2017",
|
|
19338
21096
|
"name": "ClipCompleteEvent",
|
|
19339
21097
|
"output_required": true,
|
|
@@ -19343,7 +21101,7 @@
|
|
|
19343
21101
|
{
|
|
19344
21102
|
"disabled": false,
|
|
19345
21103
|
"document": "Expired.",
|
|
19346
|
-
"example": "
|
|
21104
|
+
"example": "无",
|
|
19347
21105
|
"member": "TranscodeTask2017",
|
|
19348
21106
|
"name": "TranscodeCompleteEvent",
|
|
19349
21107
|
"output_required": true,
|
|
@@ -19353,7 +21111,7 @@
|
|
|
19353
21111
|
{
|
|
19354
21112
|
"disabled": false,
|
|
19355
21113
|
"document": "Expired.",
|
|
19356
|
-
"example": "
|
|
21114
|
+
"example": "无",
|
|
19357
21115
|
"member": "CreateImageSpriteTask2017",
|
|
19358
21116
|
"name": "CreateImageSpriteCompleteEvent",
|
|
19359
21117
|
"output_required": true,
|
|
@@ -19363,7 +21121,7 @@
|
|
|
19363
21121
|
{
|
|
19364
21122
|
"disabled": false,
|
|
19365
21123
|
"document": "Expired.",
|
|
19366
|
-
"example": "
|
|
21124
|
+
"example": "无",
|
|
19367
21125
|
"member": "ConcatTask2017",
|
|
19368
21126
|
"name": "ConcatCompleteEvent",
|
|
19369
21127
|
"output_required": true,
|
|
@@ -19373,7 +21131,7 @@
|
|
|
19373
21131
|
{
|
|
19374
21132
|
"disabled": false,
|
|
19375
21133
|
"document": "Expired.",
|
|
19376
|
-
"example": "
|
|
21134
|
+
"example": "无",
|
|
19377
21135
|
"member": "SnapshotByTimeOffsetTask2017",
|
|
19378
21136
|
"name": "SnapshotByTimeOffsetCompleteEvent",
|
|
19379
21137
|
"output_required": true,
|
|
@@ -19383,7 +21141,7 @@
|
|
|
19383
21141
|
{
|
|
19384
21142
|
"disabled": false,
|
|
19385
21143
|
"document": "Expired.",
|
|
19386
|
-
"example": "
|
|
21144
|
+
"example": "无",
|
|
19387
21145
|
"member": "WechatPublishTask",
|
|
19388
21146
|
"name": "WechatPublishCompleteEvent",
|
|
19389
21147
|
"output_required": true,
|
|
@@ -19393,7 +21151,7 @@
|
|
|
19393
21151
|
{
|
|
19394
21152
|
"disabled": false,
|
|
19395
21153
|
"document": "WechatMiniProgramPublish completion event, valid when the event type is WechatMiniProgramPublishComplete.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
19396
|
-
"example": "
|
|
21154
|
+
"example": "无",
|
|
19397
21155
|
"member": "WechatMiniProgramPublishTask",
|
|
19398
21156
|
"name": "WechatMiniProgramPublishCompleteEvent",
|
|
19399
21157
|
"output_required": true,
|
|
@@ -19403,7 +21161,7 @@
|
|
|
19403
21161
|
{
|
|
19404
21162
|
"disabled": false,
|
|
19405
21163
|
"document": "RemoveWatermark completion event, valid when the event type is RemoveWatermark.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
19406
|
-
"example": "
|
|
21164
|
+
"example": "无",
|
|
19407
21165
|
"member": "RemoveWatermarkTask",
|
|
19408
21166
|
"name": "RemoveWatermarkCompleteEvent",
|
|
19409
21167
|
"output_required": true,
|
|
@@ -19413,7 +21171,7 @@
|
|
|
19413
21171
|
{
|
|
19414
21172
|
"disabled": false,
|
|
19415
21173
|
"document": "RestoreMedia completion event, valid when the event type is RestoreMediaComplete.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
19416
|
-
"example": "
|
|
21174
|
+
"example": "无",
|
|
19417
21175
|
"member": "RestoreMediaTask",
|
|
19418
21176
|
"name": "RestoreMediaCompleteEvent",
|
|
19419
21177
|
"output_required": true,
|
|
@@ -19423,7 +21181,7 @@
|
|
|
19423
21181
|
{
|
|
19424
21182
|
"disabled": false,
|
|
19425
21183
|
"document": "RebuildMedia completion event, valid when the event type is RebuildMediaComplete.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
19426
|
-
"example": "
|
|
21184
|
+
"example": "无",
|
|
19427
21185
|
"member": "RebuildMediaTask",
|
|
19428
21186
|
"name": "RebuildMediaCompleteEvent",
|
|
19429
21187
|
"output_required": true,
|
|
@@ -19433,7 +21191,7 @@
|
|
|
19433
21191
|
{
|
|
19434
21192
|
"disabled": false,
|
|
19435
21193
|
"document": "Expired.",
|
|
19436
|
-
"example": "
|
|
21194
|
+
"example": "无",
|
|
19437
21195
|
"member": "ExtractTraceWatermarkTask",
|
|
19438
21196
|
"name": "ExtractTraceWatermarkCompleteEvent",
|
|
19439
21197
|
"output_required": true,
|
|
@@ -19453,7 +21211,7 @@
|
|
|
19453
21211
|
{
|
|
19454
21212
|
"disabled": false,
|
|
19455
21213
|
"document": "ReviewAudioVideo completion event, valid when the event type is ReviewAudioVideoComplete.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
19456
|
-
"example": "
|
|
21214
|
+
"example": "无",
|
|
19457
21215
|
"member": "ReviewAudioVideoTask",
|
|
19458
21216
|
"name": "ReviewAudioVideoCompleteEvent",
|
|
19459
21217
|
"output_required": true,
|
|
@@ -19463,7 +21221,7 @@
|
|
|
19463
21221
|
{
|
|
19464
21222
|
"disabled": false,
|
|
19465
21223
|
"document": "Expired.",
|
|
19466
|
-
"example": "
|
|
21224
|
+
"example": "无",
|
|
19467
21225
|
"member": "ReduceMediaBitrateTask",
|
|
19468
21226
|
"name": "ReduceMediaBitrateCompleteEvent",
|
|
19469
21227
|
"output_required": true,
|
|
@@ -19473,7 +21231,7 @@
|
|
|
19473
21231
|
{
|
|
19474
21232
|
"disabled": false,
|
|
19475
21233
|
"document": "DescribeFileAttributes completion event, valid when the event type is DescribeFileAttributesComplete.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
19476
|
-
"example": "
|
|
21234
|
+
"example": "无",
|
|
19477
21235
|
"member": "DescribeFileAttributesTask",
|
|
19478
21236
|
"name": "DescribeFileAttributesCompleteEvent",
|
|
19479
21237
|
"output_required": true,
|
|
@@ -19513,7 +21271,7 @@
|
|
|
19513
21271
|
{
|
|
19514
21272
|
"disabled": false,
|
|
19515
21273
|
"document": "Persistence completion event, valid when the event type is PersistenceComplete.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
19516
|
-
"example": "
|
|
21274
|
+
"example": "无",
|
|
19517
21275
|
"member": "PersistenceCompleteTask",
|
|
19518
21276
|
"name": "PersistenceCompleteEvent",
|
|
19519
21277
|
"output_required": true,
|
|
@@ -19523,12 +21281,42 @@
|
|
|
19523
21281
|
{
|
|
19524
21282
|
"disabled": false,
|
|
19525
21283
|
"document": "Complex adaptive bitrate streaming processing completion event, valid when the event type is ComplexAdaptiveDynamicStreamingComplete.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
19526
|
-
"example": "
|
|
21284
|
+
"example": "无",
|
|
19527
21285
|
"member": "ComplexAdaptiveDynamicStreamingTask",
|
|
19528
21286
|
"name": "ComplexAdaptiveDynamicStreamingCompleteEvent",
|
|
19529
21287
|
"output_required": true,
|
|
19530
21288
|
"type": "object",
|
|
19531
21289
|
"value_allowed_null": true
|
|
21290
|
+
},
|
|
21291
|
+
{
|
|
21292
|
+
"disabled": false,
|
|
21293
|
+
"document": "",
|
|
21294
|
+
"example": "无",
|
|
21295
|
+
"member": "ProcessMediaByMPS",
|
|
21296
|
+
"name": "ProcessMediaByMPSCompleteEvent",
|
|
21297
|
+
"output_required": false,
|
|
21298
|
+
"type": "object",
|
|
21299
|
+
"value_allowed_null": false
|
|
21300
|
+
},
|
|
21301
|
+
{
|
|
21302
|
+
"disabled": false,
|
|
21303
|
+
"document": "AIGC image task completion event, valid when the event type is AigcImageTaskComplete.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
21304
|
+
"example": "无",
|
|
21305
|
+
"member": "AigcImageTask",
|
|
21306
|
+
"name": "AigcImageCompleteEvent",
|
|
21307
|
+
"output_required": false,
|
|
21308
|
+
"type": "object",
|
|
21309
|
+
"value_allowed_null": false
|
|
21310
|
+
},
|
|
21311
|
+
{
|
|
21312
|
+
"disabled": false,
|
|
21313
|
+
"document": "AIGC video task completion event, valid when the event type is AigcVideoTaskComplete.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
21314
|
+
"example": "无",
|
|
21315
|
+
"member": "AigcVideoTask",
|
|
21316
|
+
"name": "AigcVideoCompleteEvent",
|
|
21317
|
+
"output_required": false,
|
|
21318
|
+
"type": "object",
|
|
21319
|
+
"value_allowed_null": false
|
|
19532
21320
|
}
|
|
19533
21321
|
],
|
|
19534
21322
|
"usage": "out"
|
|
@@ -20610,6 +22398,45 @@
|
|
|
20610
22398
|
],
|
|
20611
22399
|
"usage": "both"
|
|
20612
22400
|
},
|
|
22401
|
+
"FrameRateWithDenInfo": {
|
|
22402
|
+
"document": "Frame interpolation configuration, which supports fractional frame rates.",
|
|
22403
|
+
"members": [
|
|
22404
|
+
{
|
|
22405
|
+
"disabled": false,
|
|
22406
|
+
"document": "Capability configuration switch. Valid values:\n<li>ON: enabled.</li>\n<li>OFF: disabled.</li>\nDefault value: OFF.",
|
|
22407
|
+
"example": "ON",
|
|
22408
|
+
"member": "string",
|
|
22409
|
+
"name": "Switch",
|
|
22410
|
+
"output_required": true,
|
|
22411
|
+
"required": true,
|
|
22412
|
+
"type": "string",
|
|
22413
|
+
"value_allowed_null": false
|
|
22414
|
+
},
|
|
22415
|
+
{
|
|
22416
|
+
"disabled": false,
|
|
22417
|
+
"document": "Frame rate numerator. Value range: non-negative number, which should be less than 100 when divided by the denominator, and in the unit of Hz. The default value is 0. Note: For transcoding, this parameter will overwrite the Fps in the VideoTemplate.",
|
|
22418
|
+
"example": "0",
|
|
22419
|
+
"member": "int64",
|
|
22420
|
+
"name": "FpsNum",
|
|
22421
|
+
"output_required": true,
|
|
22422
|
+
"required": false,
|
|
22423
|
+
"type": "int",
|
|
22424
|
+
"value_allowed_null": false
|
|
22425
|
+
},
|
|
22426
|
+
{
|
|
22427
|
+
"disabled": false,
|
|
22428
|
+
"document": "Frame rate denominator.Value range: numbers equal to or greater than 1. The default value is 1. Note: For transcoding, this parameter will overwrite the FpsDenominator in the VideoTemplate.",
|
|
22429
|
+
"example": "1",
|
|
22430
|
+
"member": "int64",
|
|
22431
|
+
"name": "FpsDen",
|
|
22432
|
+
"output_required": true,
|
|
22433
|
+
"required": false,
|
|
22434
|
+
"type": "int",
|
|
22435
|
+
"value_allowed_null": false
|
|
22436
|
+
}
|
|
22437
|
+
],
|
|
22438
|
+
"usage": "both"
|
|
22439
|
+
},
|
|
20613
22440
|
"FrameTagConfigureInfo": {
|
|
20614
22441
|
"document": "Control parameter of intelligent frame-specific tagging task",
|
|
20615
22442
|
"members": [
|
|
@@ -20667,20 +22494,22 @@
|
|
|
20667
22494
|
"members": [
|
|
20668
22495
|
{
|
|
20669
22496
|
"disabled": false,
|
|
20670
|
-
"document": "Whether to enable HDR. Valid values:\n<li>`ON`</li>\n<li>`OFF`</li
|
|
22497
|
+
"document": "Whether to enable HDR. Valid values:\n<li>`ON`</li>\n<li>`OFF`</li>\nDefault value: `OFF`.",
|
|
20671
22498
|
"example": "ON",
|
|
20672
22499
|
"member": "string",
|
|
20673
22500
|
"name": "Switch",
|
|
22501
|
+
"output_required": true,
|
|
20674
22502
|
"required": true,
|
|
20675
22503
|
"type": "string",
|
|
20676
22504
|
"value_allowed_null": false
|
|
20677
22505
|
},
|
|
20678
22506
|
{
|
|
20679
22507
|
"disabled": false,
|
|
20680
|
-
"document": "The HDR type. Valid values:\n<li>`hdr10`</li>\n<li>`hlg`</li>\n\nNote:\n<li>This parameter is valid only if `Switch` is `ON`.</li>\n<li>For audio/video remastering, this parameter is valid only if the output video codec is `libx265`.</li>",
|
|
22508
|
+
"document": "The HDR type. Valid values:\n<li>`hdr10`</li>\n<li>`hlg`</li>\n\nNote:\n<li>This parameter is valid only if `Switch` is `ON`.</li>\n<li>For audio/video remastering, this parameter is valid only if the output video codec is `libx264` or`libx265`.</li>",
|
|
20681
22509
|
"example": "hlg",
|
|
20682
22510
|
"member": "string",
|
|
20683
22511
|
"name": "Type",
|
|
22512
|
+
"output_required": true,
|
|
20684
22513
|
"required": false,
|
|
20685
22514
|
"type": "string",
|
|
20686
22515
|
"value_allowed_null": false
|
|
@@ -21413,6 +23242,34 @@
|
|
|
21413
23242
|
],
|
|
21414
23243
|
"usage": "out"
|
|
21415
23244
|
},
|
|
23245
|
+
"ImageQualityEnhanceInfo": {
|
|
23246
|
+
"document": "Overall enhancement configuration.",
|
|
23247
|
+
"members": [
|
|
23248
|
+
{
|
|
23249
|
+
"disabled": false,
|
|
23250
|
+
"document": "Whether to enable overall enhancement. Valid values:\n<li>ON</li>\n<li>OFF</li>\nDefault value: OFF.",
|
|
23251
|
+
"example": "ON",
|
|
23252
|
+
"member": "string",
|
|
23253
|
+
"name": "Switch",
|
|
23254
|
+
"output_required": true,
|
|
23255
|
+
"required": true,
|
|
23256
|
+
"type": "string",
|
|
23257
|
+
"value_allowed_null": false
|
|
23258
|
+
},
|
|
23259
|
+
{
|
|
23260
|
+
"disabled": false,
|
|
23261
|
+
"document": "The strength. Valid values:\n<li>weak</li>\n<li>normal</li>\n<li>strong</li>\nDefault value: weak.",
|
|
23262
|
+
"example": "weak",
|
|
23263
|
+
"member": "string",
|
|
23264
|
+
"name": "Type",
|
|
23265
|
+
"output_required": true,
|
|
23266
|
+
"required": false,
|
|
23267
|
+
"type": "string",
|
|
23268
|
+
"value_allowed_null": false
|
|
23269
|
+
}
|
|
23270
|
+
],
|
|
23271
|
+
"usage": "both"
|
|
23272
|
+
},
|
|
21416
23273
|
"ImageReviewUsageDataItem": {
|
|
21417
23274
|
"document": "The usage statistics for the image recognition feature.",
|
|
21418
23275
|
"members": [
|
|
@@ -21880,6 +23737,107 @@
|
|
|
21880
23737
|
],
|
|
21881
23738
|
"usage": "out"
|
|
21882
23739
|
},
|
|
23740
|
+
"ImportMediaKnowledgeRequest": {
|
|
23741
|
+
"document": "ImportMediaKnowledge request structure.",
|
|
23742
|
+
"members": [
|
|
23743
|
+
{
|
|
23744
|
+
"disabled": false,
|
|
23745
|
+
"document": "<b>Specifies the VOD application ID.</b>",
|
|
23746
|
+
"example": "1490012345",
|
|
23747
|
+
"member": "uint64",
|
|
23748
|
+
"name": "SubAppId",
|
|
23749
|
+
"required": true,
|
|
23750
|
+
"type": "int"
|
|
23751
|
+
},
|
|
23752
|
+
{
|
|
23753
|
+
"disabled": false,
|
|
23754
|
+
"document": "media file ID, the globally unique identifier of the file in vod, is assigned by the vod backend after successful upload. can be obtained from the [video upload completion event notification](https://www.tencentcloud.com/document/product/266/7830?from_cn_redirect=1) or [vod console](https://console.tencentcloud.com//vod/media).",
|
|
23755
|
+
"example": "5285485487985271487",
|
|
23756
|
+
"member": "string",
|
|
23757
|
+
"name": "FileId",
|
|
23758
|
+
"required": true,
|
|
23759
|
+
"type": "string"
|
|
23760
|
+
},
|
|
23761
|
+
{
|
|
23762
|
+
"disabled": false,
|
|
23763
|
+
"document": "Specifies the task type for importing the knowledge base. valid values:.\n- AiAnalysis.DescriptionTask\n- SmartSubtitle.AsrFullTextTask",
|
|
23764
|
+
"example": "[\"AiAnalysis.DescriptionTask\"]",
|
|
23765
|
+
"member": "string",
|
|
23766
|
+
"name": "ImportTasks",
|
|
23767
|
+
"required": true,
|
|
23768
|
+
"type": "list"
|
|
23769
|
+
}
|
|
23770
|
+
],
|
|
23771
|
+
"type": "object"
|
|
23772
|
+
},
|
|
23773
|
+
"ImportMediaKnowledgeResponse": {
|
|
23774
|
+
"document": "ImportMediaKnowledge response structure.",
|
|
23775
|
+
"members": [
|
|
23776
|
+
{
|
|
23777
|
+
"disabled": false,
|
|
23778
|
+
"document": "Task ID.",
|
|
23779
|
+
"example": "125xxx65-ImportMediaKnowledge-bffb15f07530b57bc1aabb01fac74bca",
|
|
23780
|
+
"member": "string",
|
|
23781
|
+
"name": "TaskId",
|
|
23782
|
+
"output_required": false,
|
|
23783
|
+
"type": "string",
|
|
23784
|
+
"value_allowed_null": false
|
|
23785
|
+
},
|
|
23786
|
+
{
|
|
23787
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
23788
|
+
"member": "string",
|
|
23789
|
+
"name": "RequestId",
|
|
23790
|
+
"type": "string"
|
|
23791
|
+
}
|
|
23792
|
+
],
|
|
23793
|
+
"type": "object"
|
|
23794
|
+
},
|
|
23795
|
+
"ImportMediaKnowledgeTask": {
|
|
23796
|
+
"document": "",
|
|
23797
|
+
"members": [
|
|
23798
|
+
{
|
|
23799
|
+
"disabled": false,
|
|
23800
|
+
"document": "",
|
|
23801
|
+
"example": "260038383-ImportMediaKnowledge-d716b4aed5acd161bc80ec8a7fc339bat",
|
|
23802
|
+
"member": "string",
|
|
23803
|
+
"name": "TaskId",
|
|
23804
|
+
"output_required": true,
|
|
23805
|
+
"type": "string",
|
|
23806
|
+
"value_allowed_null": false
|
|
23807
|
+
},
|
|
23808
|
+
{
|
|
23809
|
+
"disabled": false,
|
|
23810
|
+
"document": "",
|
|
23811
|
+
"example": "FINISH",
|
|
23812
|
+
"member": "string",
|
|
23813
|
+
"name": "Status",
|
|
23814
|
+
"output_required": true,
|
|
23815
|
+
"type": "string",
|
|
23816
|
+
"value_allowed_null": false
|
|
23817
|
+
},
|
|
23818
|
+
{
|
|
23819
|
+
"disabled": false,
|
|
23820
|
+
"document": "",
|
|
23821
|
+
"example": "70000",
|
|
23822
|
+
"member": "int64",
|
|
23823
|
+
"name": "ErrCode",
|
|
23824
|
+
"output_required": true,
|
|
23825
|
+
"type": "int",
|
|
23826
|
+
"value_allowed_null": false
|
|
23827
|
+
},
|
|
23828
|
+
{
|
|
23829
|
+
"disabled": false,
|
|
23830
|
+
"document": "",
|
|
23831
|
+
"example": "success",
|
|
23832
|
+
"member": "string",
|
|
23833
|
+
"name": "Message",
|
|
23834
|
+
"output_required": true,
|
|
23835
|
+
"type": "string",
|
|
23836
|
+
"value_allowed_null": false
|
|
23837
|
+
}
|
|
23838
|
+
],
|
|
23839
|
+
"usage": "out"
|
|
23840
|
+
},
|
|
21883
23841
|
"InspectMediaQualityRequest": {
|
|
21884
23842
|
"document": "InspectMediaQuality request structure.",
|
|
21885
23843
|
"members": [
|
|
@@ -22508,11 +24466,11 @@
|
|
|
22508
24466
|
"usage": "both"
|
|
22509
24467
|
},
|
|
22510
24468
|
"MPSOutputFile": {
|
|
22511
|
-
"document": "",
|
|
24469
|
+
"document": "Used to describe the returned file results in ProcessMediaByMPS tasks.",
|
|
22512
24470
|
"members": [
|
|
22513
24471
|
{
|
|
22514
24472
|
"disabled": false,
|
|
22515
|
-
"document": "",
|
|
24473
|
+
"document": "File type. Used to identify the specific file returned in the ProcessMediaByMPS task execution results. Values: <li>AiAnalysis.DeLogo.Video: The erased video file generated by the smart erase task;</li><li>AiAnalysis.DeLogo.OriginSubtitle: The subtitle file extracted based on the screen in the smart erase task;</li><li>AiAnalysis.DeLogo.TranslateSubtitle: The subtitle translation file extracted based on the screen in the smart erase task.</li>",
|
|
22516
24474
|
"example": "AiAnalysis.DeLogo.Video",
|
|
22517
24475
|
"member": "string",
|
|
22518
24476
|
"name": "FileType",
|
|
@@ -22522,7 +24480,7 @@
|
|
|
22522
24480
|
},
|
|
22523
24481
|
{
|
|
22524
24482
|
"disabled": false,
|
|
22525
|
-
"document": "",
|
|
24483
|
+
"document": "Storage mode. It is used to indicate the storage mode of the result file. The possible values are: <li> Permanent: permanent storage; </li><li> Temporary: temporary storage. </li>",
|
|
22526
24484
|
"example": "Temporary",
|
|
22527
24485
|
"member": "string",
|
|
22528
24486
|
"name": "StorageMode",
|
|
@@ -22532,7 +24490,7 @@
|
|
|
22532
24490
|
},
|
|
22533
24491
|
{
|
|
22534
24492
|
"disabled": false,
|
|
22535
|
-
"document": "",
|
|
24493
|
+
"document": "Media file ID. Valid when Type is Permanent, indicating that the result file is stored in the VOD platform as a video media asset. The field value is the FileId of the video media asset.",
|
|
22536
24494
|
"example": "5233524878",
|
|
22537
24495
|
"member": "string",
|
|
22538
24496
|
"name": "FileId",
|
|
@@ -22542,7 +24500,7 @@
|
|
|
22542
24500
|
},
|
|
22543
24501
|
{
|
|
22544
24502
|
"disabled": false,
|
|
22545
|
-
"document": "",
|
|
24503
|
+
"document": "Downloadable URL for the result file.",
|
|
22546
24504
|
"example": "https://example.com/dir/a.mp4",
|
|
22547
24505
|
"member": "string",
|
|
22548
24506
|
"name": "Url",
|
|
@@ -22552,7 +24510,7 @@
|
|
|
22552
24510
|
},
|
|
22553
24511
|
{
|
|
22554
24512
|
"disabled": false,
|
|
22555
|
-
"document": "",
|
|
24513
|
+
"document": "Expiration time. Valid when StorageMode is Temporary. It indicates the expiration time of the URL in seconds.",
|
|
22556
24514
|
"example": "720",
|
|
22557
24515
|
"member": "uint64",
|
|
22558
24516
|
"name": "ExpiredTime",
|
|
@@ -22564,11 +24522,11 @@
|
|
|
22564
24522
|
"usage": "out"
|
|
22565
24523
|
},
|
|
22566
24524
|
"MPSSubTaskResult": {
|
|
22567
|
-
"document": "",
|
|
24525
|
+
"document": "MPS specific subtask query result type.",
|
|
22568
24526
|
"members": [
|
|
22569
24527
|
{
|
|
22570
24528
|
"disabled": false,
|
|
22571
|
-
"document": "",
|
|
24529
|
+
"document": "Task type. Specific subtask type in the MPS WorkflowTask structure. Value: <li>AiAnalysis.DeLogo: Intelligent erasure task.</li>",
|
|
22572
24530
|
"example": "AiAnalysis.DeLogo",
|
|
22573
24531
|
"member": "string",
|
|
22574
24532
|
"name": "TaskType",
|
|
@@ -22578,7 +24536,7 @@
|
|
|
22578
24536
|
},
|
|
22579
24537
|
{
|
|
22580
24538
|
"disabled": false,
|
|
22581
|
-
"document": "",
|
|
24539
|
+
"document": "Task status. There are three types: PROCESSING, SUCCESS, and FAIL.",
|
|
22582
24540
|
"example": "PROCESSING",
|
|
22583
24541
|
"member": "string",
|
|
22584
24542
|
"name": "Status",
|
|
@@ -22588,7 +24546,7 @@
|
|
|
22588
24546
|
},
|
|
22589
24547
|
{
|
|
22590
24548
|
"disabled": false,
|
|
22591
|
-
"document": "",
|
|
24549
|
+
"document": "Error code. Returns 0 for success, other values for failure.",
|
|
22592
24550
|
"example": "0",
|
|
22593
24551
|
"member": "string",
|
|
22594
24552
|
"name": "ErrCode",
|
|
@@ -22598,7 +24556,7 @@
|
|
|
22598
24556
|
},
|
|
22599
24557
|
{
|
|
22600
24558
|
"disabled": false,
|
|
22601
|
-
"document": "",
|
|
24559
|
+
"document": "Error message.",
|
|
22602
24560
|
"example": "SUCCESS",
|
|
22603
24561
|
"member": "string",
|
|
22604
24562
|
"name": "Message",
|
|
@@ -22608,7 +24566,7 @@
|
|
|
22608
24566
|
},
|
|
22609
24567
|
{
|
|
22610
24568
|
"disabled": false,
|
|
22611
|
-
"document": "",
|
|
24569
|
+
"document": "MPS media processing task input. This field corresponds to the Input result in the MPS task response and is returned in JSON format.",
|
|
22612
24570
|
"example": "{\"Definition\": 24}",
|
|
22613
24571
|
"member": "string",
|
|
22614
24572
|
"name": "Input",
|
|
@@ -22618,7 +24576,7 @@
|
|
|
22618
24576
|
},
|
|
22619
24577
|
{
|
|
22620
24578
|
"disabled": false,
|
|
22621
|
-
"document": "",
|
|
24579
|
+
"document": "MPS media processing task output.",
|
|
22622
24580
|
"example": "无",
|
|
22623
24581
|
"member": "MPSTaskOutput",
|
|
22624
24582
|
"name": "Output",
|
|
@@ -22630,11 +24588,11 @@
|
|
|
22630
24588
|
"usage": "out"
|
|
22631
24589
|
},
|
|
22632
24590
|
"MPSTaskOutput": {
|
|
22633
|
-
"document": "",
|
|
24591
|
+
"document": "The MPS subtask output returns the result.",
|
|
22634
24592
|
"members": [
|
|
22635
24593
|
{
|
|
22636
24594
|
"disabled": false,
|
|
22637
|
-
"document": "",
|
|
24595
|
+
"document": "The file type in the task's return result. For example, in a smart erase, the erased video file will be stored in the media asset and its FileId will be given in this field. The URL of the subtitle file extracted based on the image will also be given in this field.",
|
|
22638
24596
|
"example": "无",
|
|
22639
24597
|
"member": "MPSOutputFile",
|
|
22640
24598
|
"name": "OutputFiles",
|
|
@@ -28372,6 +30330,15 @@
|
|
|
28372
30330
|
"required": false,
|
|
28373
30331
|
"type": "object"
|
|
28374
30332
|
},
|
|
30333
|
+
{
|
|
30334
|
+
"disabled": false,
|
|
30335
|
+
"document": "Audio/Video enhancement parameter.",
|
|
30336
|
+
"example": "无",
|
|
30337
|
+
"member": "EnhanceConfigForUpdate",
|
|
30338
|
+
"name": "EnhanceConfig",
|
|
30339
|
+
"required": false,
|
|
30340
|
+
"type": "object"
|
|
30341
|
+
},
|
|
28375
30342
|
{
|
|
28376
30343
|
"disabled": false,
|
|
28377
30344
|
"document": "The segment type. This parameter is valid only if `Container` is `hls`. Valid values:\n<li>ts: TS segment</li>\n<li>fmp4: fMP4 segment</li>",
|
|
@@ -30587,11 +32554,11 @@
|
|
|
30587
32554
|
"usage": "out"
|
|
30588
32555
|
},
|
|
30589
32556
|
"ProcessMediaByMPS": {
|
|
30590
|
-
"document": "",
|
|
32557
|
+
"document": "MPS media processing task information.",
|
|
30591
32558
|
"members": [
|
|
30592
32559
|
{
|
|
30593
32560
|
"disabled": false,
|
|
30594
|
-
"document": "",
|
|
32561
|
+
"document": "The task ID.",
|
|
30595
32562
|
"example": "150000001-ProcessMediaByMPS-2fe36a647bfa0e6b319c545277f1405dtt0",
|
|
30596
32563
|
"member": "string",
|
|
30597
32564
|
"name": "TaskId",
|
|
@@ -30601,7 +32568,7 @@
|
|
|
30601
32568
|
},
|
|
30602
32569
|
{
|
|
30603
32570
|
"disabled": false,
|
|
30604
|
-
"document": "",
|
|
32571
|
+
"document": "Task status, value: <li>PROCESSING: processing;</li><li>FINISH: completed.</li>",
|
|
30605
32572
|
"example": "FINISH",
|
|
30606
32573
|
"member": "string",
|
|
30607
32574
|
"name": "Status",
|
|
@@ -30611,7 +32578,7 @@
|
|
|
30611
32578
|
},
|
|
30612
32579
|
{
|
|
30613
32580
|
"disabled": false,
|
|
30614
|
-
"document": "",
|
|
32581
|
+
"document": "Error code. A non-zero error code is returned when the source is abnormal. If 0 is returned, use the ErrCode of each specific task.",
|
|
30615
32582
|
"example": "0",
|
|
30616
32583
|
"member": "int64",
|
|
30617
32584
|
"name": "ErrCode",
|
|
@@ -30621,7 +32588,7 @@
|
|
|
30621
32588
|
},
|
|
30622
32589
|
{
|
|
30623
32590
|
"disabled": false,
|
|
30624
|
-
"document": "",
|
|
32591
|
+
"document": "Error message. If the source is abnormal, the corresponding exception message is returned. Otherwise, use the message of each specific task.",
|
|
30625
32592
|
"example": "SUCCESS",
|
|
30626
32593
|
"member": "string",
|
|
30627
32594
|
"name": "Message",
|
|
@@ -30631,7 +32598,7 @@
|
|
|
30631
32598
|
},
|
|
30632
32599
|
{
|
|
30633
32600
|
"disabled": false,
|
|
30634
|
-
"document": "",
|
|
32601
|
+
"document": "MPS media processing tasks.",
|
|
30635
32602
|
"example": "无",
|
|
30636
32603
|
"member": "MPSSubTaskResult",
|
|
30637
32604
|
"name": "SubTaskSet",
|
|
@@ -30748,7 +32715,262 @@
|
|
|
30748
32715
|
{
|
|
30749
32716
|
"disabled": false,
|
|
30750
32717
|
"document": "The source context which is used to pass through the user request information. The task flow status change callback will return the value of this field. It can contain up to 1,000 characters.",
|
|
30751
|
-
"example": "vid=5f0001&cid=10001",
|
|
32718
|
+
"example": "vid=5f0001&cid=10001",
|
|
32719
|
+
"member": "string",
|
|
32720
|
+
"name": "SessionContext",
|
|
32721
|
+
"required": false,
|
|
32722
|
+
"type": "string"
|
|
32723
|
+
},
|
|
32724
|
+
{
|
|
32725
|
+
"disabled": false,
|
|
32726
|
+
"document": "Identification code used for deduplication. If there is a request with the same identification code within 7 days, this request will return an error. The maximum length is 50 characters, without or with an empty string to indicate no deduplication.",
|
|
32727
|
+
"example": "5f0001",
|
|
32728
|
+
"member": "string",
|
|
32729
|
+
"name": "SessionId",
|
|
32730
|
+
"required": false,
|
|
32731
|
+
"type": "string"
|
|
32732
|
+
},
|
|
32733
|
+
{
|
|
32734
|
+
"disabled": false,
|
|
32735
|
+
"document": "Reserved field for special purposes.",
|
|
32736
|
+
"example": "Reserved",
|
|
32737
|
+
"member": "string",
|
|
32738
|
+
"name": "ExtInfo",
|
|
32739
|
+
"required": false,
|
|
32740
|
+
"type": "string"
|
|
32741
|
+
}
|
|
32742
|
+
],
|
|
32743
|
+
"type": "object"
|
|
32744
|
+
},
|
|
32745
|
+
"ProcessMediaByProcedureResponse": {
|
|
32746
|
+
"document": "ProcessMediaByProcedure response structure.",
|
|
32747
|
+
"members": [
|
|
32748
|
+
{
|
|
32749
|
+
"disabled": false,
|
|
32750
|
+
"document": "The task ID for the task type `Procedure`, if the task flow specified by `ProcedureName` includes one or more of `MediaProcessTask`, `AiAnalysisTask`, `AiRecognitionTask`, the task specified by this parameter will be executed.",
|
|
32751
|
+
"example": "150xxx01-procedurev2-bffb15f07530b57bc1aabb01fac74bca",
|
|
32752
|
+
"member": "string",
|
|
32753
|
+
"name": "TaskId",
|
|
32754
|
+
"output_required": true,
|
|
32755
|
+
"type": "string",
|
|
32756
|
+
"value_allowed_null": false
|
|
32757
|
+
},
|
|
32758
|
+
{
|
|
32759
|
+
"disabled": false,
|
|
32760
|
+
"document": "The task ID for the task type `ReviewAudioVideo`, if the task flow specified by `ProcedureName` includes `ReviewAudioVideoTask`, the task specified by this parameter will be executed.",
|
|
32761
|
+
"example": "150xxx01-ReviewAudioVideo-bffb15f07530b57bc1aabb01fac74bca",
|
|
32762
|
+
"member": "string",
|
|
32763
|
+
"name": "ReviewAudioVideoTaskId",
|
|
32764
|
+
"output_required": true,
|
|
32765
|
+
"type": "string",
|
|
32766
|
+
"value_allowed_null": false
|
|
32767
|
+
},
|
|
32768
|
+
{
|
|
32769
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
32770
|
+
"member": "string",
|
|
32771
|
+
"name": "RequestId",
|
|
32772
|
+
"type": "string"
|
|
32773
|
+
}
|
|
32774
|
+
],
|
|
32775
|
+
"type": "object"
|
|
32776
|
+
},
|
|
32777
|
+
"ProcessMediaByUrlRequest": {
|
|
32778
|
+
"document": "ProcessMediaByUrl request structure.",
|
|
32779
|
+
"members": [
|
|
32780
|
+
{
|
|
32781
|
+
"disabled": false,
|
|
32782
|
+
"document": "This API is<font color='red'>disused</font>. You are advised to use an alternative API. For more information, see API overview.",
|
|
32783
|
+
"example": "无",
|
|
32784
|
+
"member": "MediaInputInfo",
|
|
32785
|
+
"name": "InputInfo",
|
|
32786
|
+
"required": false,
|
|
32787
|
+
"type": "object"
|
|
32788
|
+
},
|
|
32789
|
+
{
|
|
32790
|
+
"disabled": false,
|
|
32791
|
+
"document": "Information of COS path to output file.",
|
|
32792
|
+
"example": "无",
|
|
32793
|
+
"member": "MediaOutputInfo",
|
|
32794
|
+
"name": "OutputInfo",
|
|
32795
|
+
"required": false,
|
|
32796
|
+
"type": "object"
|
|
32797
|
+
},
|
|
32798
|
+
{
|
|
32799
|
+
"disabled": false,
|
|
32800
|
+
"document": "Type parameter of video content audit task.",
|
|
32801
|
+
"example": "无",
|
|
32802
|
+
"member": "AiContentReviewTaskInput",
|
|
32803
|
+
"name": "AiContentReviewTask",
|
|
32804
|
+
"required": false,
|
|
32805
|
+
"type": "object"
|
|
32806
|
+
},
|
|
32807
|
+
{
|
|
32808
|
+
"disabled": false,
|
|
32809
|
+
"document": "Video content analysis task parameter.",
|
|
32810
|
+
"example": "无",
|
|
32811
|
+
"member": "AiAnalysisTaskInput",
|
|
32812
|
+
"name": "AiAnalysisTask",
|
|
32813
|
+
"required": false,
|
|
32814
|
+
"type": "object"
|
|
32815
|
+
},
|
|
32816
|
+
{
|
|
32817
|
+
"disabled": false,
|
|
32818
|
+
"document": "Type parameter of video content recognition task.",
|
|
32819
|
+
"example": "无",
|
|
32820
|
+
"member": "AiRecognitionTaskInput",
|
|
32821
|
+
"name": "AiRecognitionTask",
|
|
32822
|
+
"required": false,
|
|
32823
|
+
"type": "object"
|
|
32824
|
+
},
|
|
32825
|
+
{
|
|
32826
|
+
"disabled": false,
|
|
32827
|
+
"document": "Task flow priority. The higher the value, the higher the priority. Value range: -10-10. If this parameter is left empty, 0 will be used.",
|
|
32828
|
+
"example": "0",
|
|
32829
|
+
"member": "int64",
|
|
32830
|
+
"name": "TasksPriority",
|
|
32831
|
+
"required": false,
|
|
32832
|
+
"type": "int"
|
|
32833
|
+
},
|
|
32834
|
+
{
|
|
32835
|
+
"disabled": false,
|
|
32836
|
+
"document": "Notification mode for task flow status change. Valid values: Finish, Change, None. If this parameter is left empty, `Finish` will be used.",
|
|
32837
|
+
"example": "Finish",
|
|
32838
|
+
"member": "string",
|
|
32839
|
+
"name": "TasksNotifyMode",
|
|
32840
|
+
"required": false,
|
|
32841
|
+
"type": "string"
|
|
32842
|
+
},
|
|
32843
|
+
{
|
|
32844
|
+
"disabled": false,
|
|
32845
|
+
"document": "The source context which is used to pass through the user request information. The task flow status change callback will return the value of this field. It can contain up to 1,000 characters.",
|
|
32846
|
+
"example": "vid=5f0001&cid=10001",
|
|
32847
|
+
"member": "string",
|
|
32848
|
+
"name": "SessionContext",
|
|
32849
|
+
"required": false,
|
|
32850
|
+
"type": "string"
|
|
32851
|
+
},
|
|
32852
|
+
{
|
|
32853
|
+
"disabled": false,
|
|
32854
|
+
"document": "Used to identify duplicate requests. After you send a request, if any request with the same `SessionId` has already been sent in the last three days (72 hours), an error message will be returned. `SessionId` contains up to 50 characters. If this parameter is not carried or is an empty string, no deduplication will be performed.",
|
|
32855
|
+
"example": "5f0001",
|
|
32856
|
+
"member": "string",
|
|
32857
|
+
"name": "SessionId",
|
|
32858
|
+
"required": false,
|
|
32859
|
+
"type": "string"
|
|
32860
|
+
},
|
|
32861
|
+
{
|
|
32862
|
+
"disabled": false,
|
|
32863
|
+
"document": "<b>The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. For customers who activate VOD service from December 25, 2023, if they want to access resources in a VOD application (whether it's the default application or a newly created one), they must fill in this field with the application ID.</b>",
|
|
32864
|
+
"example": "1500000001",
|
|
32865
|
+
"member": "uint64",
|
|
32866
|
+
"name": "SubAppId",
|
|
32867
|
+
"required": false,
|
|
32868
|
+
"type": "int"
|
|
32869
|
+
}
|
|
32870
|
+
],
|
|
32871
|
+
"type": "object"
|
|
32872
|
+
},
|
|
32873
|
+
"ProcessMediaByUrlResponse": {
|
|
32874
|
+
"document": "ProcessMediaByUrl response structure.",
|
|
32875
|
+
"members": [
|
|
32876
|
+
{
|
|
32877
|
+
"disabled": false,
|
|
32878
|
+
"document": "Task ID",
|
|
32879
|
+
"example": "125xxxxxx07-procedurev2-893dc41e6fdc22dcf24aa6e9c61cp94",
|
|
32880
|
+
"member": "string",
|
|
32881
|
+
"name": "TaskId",
|
|
32882
|
+
"output_required": true,
|
|
32883
|
+
"type": "string",
|
|
32884
|
+
"value_allowed_null": false
|
|
32885
|
+
},
|
|
32886
|
+
{
|
|
32887
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
32888
|
+
"member": "string",
|
|
32889
|
+
"name": "RequestId",
|
|
32890
|
+
"type": "string"
|
|
32891
|
+
}
|
|
32892
|
+
],
|
|
32893
|
+
"type": "object"
|
|
32894
|
+
},
|
|
32895
|
+
"ProcessMediaRequest": {
|
|
32896
|
+
"document": "ProcessMedia request structure.",
|
|
32897
|
+
"members": [
|
|
32898
|
+
{
|
|
32899
|
+
"disabled": false,
|
|
32900
|
+
"document": "Media file ID, i.e., the globally unique ID of a file in VOD assigned by the VOD backend after successful upload. This field can be obtained through the [video upload completion event notification](https://intl.cloud.tencent.com/document/product/266/7830?from_cn_redirect=1) or [VOD Console](https://console.cloud.tencent.com/vod/media).",
|
|
32901
|
+
"example": "5285485487985271487",
|
|
32902
|
+
"member": "string",
|
|
32903
|
+
"name": "FileId",
|
|
32904
|
+
"required": true,
|
|
32905
|
+
"type": "string"
|
|
32906
|
+
},
|
|
32907
|
+
{
|
|
32908
|
+
"disabled": false,
|
|
32909
|
+
"document": "<b>The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. For customers who activate VOD service from December 25, 2023, if they want to access resources in a VOD application (whether it's the default application or a newly created one), they must fill in this field with the application ID.</b>",
|
|
32910
|
+
"example": "1500000001",
|
|
32911
|
+
"member": "uint64",
|
|
32912
|
+
"name": "SubAppId",
|
|
32913
|
+
"required": false,
|
|
32914
|
+
"type": "int"
|
|
32915
|
+
},
|
|
32916
|
+
{
|
|
32917
|
+
"disabled": false,
|
|
32918
|
+
"document": "Parameter of video processing task.",
|
|
32919
|
+
"example": "无",
|
|
32920
|
+
"member": "MediaProcessTaskInput",
|
|
32921
|
+
"name": "MediaProcessTask",
|
|
32922
|
+
"required": false,
|
|
32923
|
+
"type": "object"
|
|
32924
|
+
},
|
|
32925
|
+
{
|
|
32926
|
+
"disabled": false,
|
|
32927
|
+
"document": "The information of the audio/video moderation task\\*.\nThis parameter is <font color=red>\\*no longer recommended</font>. Please use [ReviewAudioVideo](https://intl.cloud.tencent.com/document/api/266/80283?from_cn_redirect=1) or [ReviewImage](https://intl.cloud.tencent.com/document/api/266/73217?from_cn_redirect=1) instead.",
|
|
32928
|
+
"example": "无",
|
|
32929
|
+
"member": "AiContentReviewTaskInput",
|
|
32930
|
+
"name": "AiContentReviewTask",
|
|
32931
|
+
"required": false,
|
|
32932
|
+
"type": "object"
|
|
32933
|
+
},
|
|
32934
|
+
{
|
|
32935
|
+
"disabled": false,
|
|
32936
|
+
"document": "Video content analysis task parameter.",
|
|
32937
|
+
"example": "无",
|
|
32938
|
+
"member": "AiAnalysisTaskInput",
|
|
32939
|
+
"name": "AiAnalysisTask",
|
|
32940
|
+
"required": false,
|
|
32941
|
+
"type": "object"
|
|
32942
|
+
},
|
|
32943
|
+
{
|
|
32944
|
+
"disabled": false,
|
|
32945
|
+
"document": "Type parameter of video content recognition task.",
|
|
32946
|
+
"example": "无",
|
|
32947
|
+
"member": "AiRecognitionTaskInput",
|
|
32948
|
+
"name": "AiRecognitionTask",
|
|
32949
|
+
"required": false,
|
|
32950
|
+
"type": "object"
|
|
32951
|
+
},
|
|
32952
|
+
{
|
|
32953
|
+
"disabled": false,
|
|
32954
|
+
"document": "Task flow priority. The higher the value, the higher the priority. Value range: -10-10. If this parameter is left empty, 0 will be used.",
|
|
32955
|
+
"example": "0",
|
|
32956
|
+
"member": "int64",
|
|
32957
|
+
"name": "TasksPriority",
|
|
32958
|
+
"required": false,
|
|
32959
|
+
"type": "int"
|
|
32960
|
+
},
|
|
32961
|
+
{
|
|
32962
|
+
"disabled": false,
|
|
32963
|
+
"document": "Notification mode for task flow status change. Valid values: Finish, Change, None. If this parameter is left empty, `Finish` will be used.",
|
|
32964
|
+
"example": "Finish",
|
|
32965
|
+
"member": "string",
|
|
32966
|
+
"name": "TasksNotifyMode",
|
|
32967
|
+
"required": false,
|
|
32968
|
+
"type": "string"
|
|
32969
|
+
},
|
|
32970
|
+
{
|
|
32971
|
+
"disabled": false,
|
|
32972
|
+
"document": "The source context which is used to pass through the user request information. The task flow status change callback will return the value of this field. It can contain up to 1,000 characters.",
|
|
32973
|
+
"example": "SessionContext",
|
|
30752
32974
|
"member": "string",
|
|
30753
32975
|
"name": "SessionContext",
|
|
30754
32976
|
"required": false,
|
|
@@ -30756,8 +32978,8 @@
|
|
|
30756
32978
|
},
|
|
30757
32979
|
{
|
|
30758
32980
|
"disabled": false,
|
|
30759
|
-
"document": "
|
|
30760
|
-
"example": "
|
|
32981
|
+
"document": "Used to identify duplicate requests. After you send a request, if any request with the same `SessionId` has already been sent in the last three days (72 hours), an error message will be returned. `SessionId` contains up to 50 characters. If this parameter is not carried or is an empty string, no deduplication will be performed.",
|
|
32982
|
+
"example": "SessionId",
|
|
30761
32983
|
"member": "string",
|
|
30762
32984
|
"name": "SessionId",
|
|
30763
32985
|
"required": false,
|
|
@@ -30766,7 +32988,7 @@
|
|
|
30766
32988
|
{
|
|
30767
32989
|
"disabled": false,
|
|
30768
32990
|
"document": "Reserved field for special purposes.",
|
|
30769
|
-
"example": "
|
|
32991
|
+
"example": "ExtInfo",
|
|
30770
32992
|
"member": "string",
|
|
30771
32993
|
"name": "ExtInfo",
|
|
30772
32994
|
"required": false,
|
|
@@ -30775,29 +32997,19 @@
|
|
|
30775
32997
|
],
|
|
30776
32998
|
"type": "object"
|
|
30777
32999
|
},
|
|
30778
|
-
"
|
|
30779
|
-
"document": "
|
|
33000
|
+
"ProcessMediaResponse": {
|
|
33001
|
+
"document": "ProcessMedia response structure.",
|
|
30780
33002
|
"members": [
|
|
30781
33003
|
{
|
|
30782
33004
|
"disabled": false,
|
|
30783
|
-
"document": "
|
|
30784
|
-
"example": "
|
|
33005
|
+
"document": "Task ID",
|
|
33006
|
+
"example": "125xxx65-procedurev2-bffb15f07530b57bc1aabb01fac74bca",
|
|
30785
33007
|
"member": "string",
|
|
30786
33008
|
"name": "TaskId",
|
|
30787
33009
|
"output_required": true,
|
|
30788
33010
|
"type": "string",
|
|
30789
33011
|
"value_allowed_null": false
|
|
30790
33012
|
},
|
|
30791
|
-
{
|
|
30792
|
-
"disabled": false,
|
|
30793
|
-
"document": "The task ID for the task type `ReviewAudioVideo`, if the task flow specified by `ProcedureName` includes `ReviewAudioVideoTask`, the task specified by this parameter will be executed.",
|
|
30794
|
-
"example": "150xxx01-ReviewAudioVideo-bffb15f07530b57bc1aabb01fac74bca",
|
|
30795
|
-
"member": "string",
|
|
30796
|
-
"name": "ReviewAudioVideoTaskId",
|
|
30797
|
-
"output_required": true,
|
|
30798
|
-
"type": "string",
|
|
30799
|
-
"value_allowed_null": false
|
|
30800
|
-
},
|
|
30801
33013
|
{
|
|
30802
33014
|
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
30803
33015
|
"member": "string",
|
|
@@ -30807,250 +33019,66 @@
|
|
|
30807
33019
|
],
|
|
30808
33020
|
"type": "object"
|
|
30809
33021
|
},
|
|
30810
|
-
"
|
|
30811
|
-
"document": "
|
|
33022
|
+
"ProductImageConfig": {
|
|
33023
|
+
"document": "AI product image parameter configuration.",
|
|
30812
33024
|
"members": [
|
|
30813
33025
|
{
|
|
30814
33026
|
"disabled": false,
|
|
30815
|
-
"document": "
|
|
30816
|
-
"example": "
|
|
30817
|
-
"member": "MediaInputInfo",
|
|
30818
|
-
"name": "InputInfo",
|
|
30819
|
-
"required": false,
|
|
30820
|
-
"type": "object"
|
|
30821
|
-
},
|
|
30822
|
-
{
|
|
30823
|
-
"disabled": false,
|
|
30824
|
-
"document": "Information of COS path to output file.",
|
|
30825
|
-
"example": "无",
|
|
30826
|
-
"member": "MediaOutputInfo",
|
|
30827
|
-
"name": "OutputInfo",
|
|
30828
|
-
"required": false,
|
|
30829
|
-
"type": "object"
|
|
30830
|
-
},
|
|
30831
|
-
{
|
|
30832
|
-
"disabled": false,
|
|
30833
|
-
"document": "Type parameter of video content audit task.",
|
|
30834
|
-
"example": "无",
|
|
30835
|
-
"member": "AiContentReviewTaskInput",
|
|
30836
|
-
"name": "AiContentReviewTask",
|
|
30837
|
-
"required": false,
|
|
30838
|
-
"type": "object"
|
|
30839
|
-
},
|
|
30840
|
-
{
|
|
30841
|
-
"disabled": false,
|
|
30842
|
-
"document": "Video content analysis task parameter.",
|
|
30843
|
-
"example": "无",
|
|
30844
|
-
"member": "AiAnalysisTaskInput",
|
|
30845
|
-
"name": "AiAnalysisTask",
|
|
30846
|
-
"required": false,
|
|
30847
|
-
"type": "object"
|
|
30848
|
-
},
|
|
30849
|
-
{
|
|
30850
|
-
"disabled": false,
|
|
30851
|
-
"document": "Type parameter of video content recognition task.",
|
|
30852
|
-
"example": "无",
|
|
30853
|
-
"member": "AiRecognitionTaskInput",
|
|
30854
|
-
"name": "AiRecognitionTask",
|
|
30855
|
-
"required": false,
|
|
30856
|
-
"type": "object"
|
|
30857
|
-
},
|
|
30858
|
-
{
|
|
30859
|
-
"disabled": false,
|
|
30860
|
-
"document": "Task flow priority. The higher the value, the higher the priority. Value range: -10-10. If this parameter is left empty, 0 will be used.",
|
|
30861
|
-
"example": "0",
|
|
30862
|
-
"member": "int64",
|
|
30863
|
-
"name": "TasksPriority",
|
|
30864
|
-
"required": false,
|
|
30865
|
-
"type": "int"
|
|
30866
|
-
},
|
|
30867
|
-
{
|
|
30868
|
-
"disabled": false,
|
|
30869
|
-
"document": "Notification mode for task flow status change. Valid values: Finish, Change, None. If this parameter is left empty, `Finish` will be used.",
|
|
30870
|
-
"example": "Finish",
|
|
30871
|
-
"member": "string",
|
|
30872
|
-
"name": "TasksNotifyMode",
|
|
30873
|
-
"required": false,
|
|
30874
|
-
"type": "string"
|
|
30875
|
-
},
|
|
30876
|
-
{
|
|
30877
|
-
"disabled": false,
|
|
30878
|
-
"document": "The source context which is used to pass through the user request information. The task flow status change callback will return the value of this field. It can contain up to 1,000 characters.",
|
|
30879
|
-
"example": "vid=5f0001&cid=10001",
|
|
33027
|
+
"document": "Prompt content for image generation background. if this field is default, inspiration is automatically generated internally.",
|
|
33028
|
+
"example": "帮我把图片替换成红色春节背景。",
|
|
30880
33029
|
"member": "string",
|
|
30881
|
-
"name": "
|
|
30882
|
-
"
|
|
30883
|
-
"type": "string"
|
|
30884
|
-
},
|
|
30885
|
-
{
|
|
30886
|
-
"disabled": false,
|
|
30887
|
-
"document": "Used to identify duplicate requests. After you send a request, if any request with the same `SessionId` has already been sent in the last three days (72 hours), an error message will be returned. `SessionId` contains up to 50 characters. If this parameter is not carried or is an empty string, no deduplication will be performed.",
|
|
30888
|
-
"example": "5f0001",
|
|
30889
|
-
"member": "string",
|
|
30890
|
-
"name": "SessionId",
|
|
30891
|
-
"required": false,
|
|
30892
|
-
"type": "string"
|
|
30893
|
-
},
|
|
30894
|
-
{
|
|
30895
|
-
"disabled": false,
|
|
30896
|
-
"document": "<b>The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. For customers who activate VOD service from December 25, 2023, if they want to access resources in a VOD application (whether it's the default application or a newly created one), they must fill in this field with the application ID.</b>",
|
|
30897
|
-
"example": "1500000001",
|
|
30898
|
-
"member": "uint64",
|
|
30899
|
-
"name": "SubAppId",
|
|
33030
|
+
"name": "Prompt",
|
|
33031
|
+
"output_required": false,
|
|
30900
33032
|
"required": false,
|
|
30901
|
-
"type": "int"
|
|
30902
|
-
}
|
|
30903
|
-
],
|
|
30904
|
-
"type": "object"
|
|
30905
|
-
},
|
|
30906
|
-
"ProcessMediaByUrlResponse": {
|
|
30907
|
-
"document": "ProcessMediaByUrl response structure.",
|
|
30908
|
-
"members": [
|
|
30909
|
-
{
|
|
30910
|
-
"disabled": false,
|
|
30911
|
-
"document": "Task ID",
|
|
30912
|
-
"example": "125xxxxxx07-procedurev2-893dc41e6fdc22dcf24aa6e9c61cp94",
|
|
30913
|
-
"member": "string",
|
|
30914
|
-
"name": "TaskId",
|
|
30915
|
-
"output_required": true,
|
|
30916
33033
|
"type": "string",
|
|
30917
33034
|
"value_allowed_null": false
|
|
30918
33035
|
},
|
|
30919
|
-
{
|
|
30920
|
-
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
30921
|
-
"member": "string",
|
|
30922
|
-
"name": "RequestId",
|
|
30923
|
-
"type": "string"
|
|
30924
|
-
}
|
|
30925
|
-
],
|
|
30926
|
-
"type": "object"
|
|
30927
|
-
},
|
|
30928
|
-
"ProcessMediaRequest": {
|
|
30929
|
-
"document": "ProcessMedia request structure.",
|
|
30930
|
-
"members": [
|
|
30931
33036
|
{
|
|
30932
33037
|
"disabled": false,
|
|
30933
|
-
"document": "
|
|
30934
|
-
"example": "
|
|
33038
|
+
"document": "Prevent the model from generating image prompts.",
|
|
33039
|
+
"example": "red",
|
|
30935
33040
|
"member": "string",
|
|
30936
|
-
"name": "
|
|
30937
|
-
"
|
|
30938
|
-
"type": "string"
|
|
30939
|
-
},
|
|
30940
|
-
{
|
|
30941
|
-
"disabled": false,
|
|
30942
|
-
"document": "<b>The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. For customers who activate VOD service from December 25, 2023, if they want to access resources in a VOD application (whether it's the default application or a newly created one), they must fill in this field with the application ID.</b>",
|
|
30943
|
-
"example": "1500000001",
|
|
30944
|
-
"member": "uint64",
|
|
30945
|
-
"name": "SubAppId",
|
|
30946
|
-
"required": false,
|
|
30947
|
-
"type": "int"
|
|
30948
|
-
},
|
|
30949
|
-
{
|
|
30950
|
-
"disabled": false,
|
|
30951
|
-
"document": "Parameter of video processing task.",
|
|
30952
|
-
"example": "无",
|
|
30953
|
-
"member": "MediaProcessTaskInput",
|
|
30954
|
-
"name": "MediaProcessTask",
|
|
30955
|
-
"required": false,
|
|
30956
|
-
"type": "object"
|
|
30957
|
-
},
|
|
30958
|
-
{
|
|
30959
|
-
"disabled": false,
|
|
30960
|
-
"document": "The information of the audio/video moderation task\\*.\nThis parameter is <font color=red>\\*no longer recommended</font>. Please use [ReviewAudioVideo](https://intl.cloud.tencent.com/document/api/266/80283?from_cn_redirect=1) or [ReviewImage](https://intl.cloud.tencent.com/document/api/266/73217?from_cn_redirect=1) instead.",
|
|
30961
|
-
"example": "无",
|
|
30962
|
-
"member": "AiContentReviewTaskInput",
|
|
30963
|
-
"name": "AiContentReviewTask",
|
|
30964
|
-
"required": false,
|
|
30965
|
-
"type": "object"
|
|
30966
|
-
},
|
|
30967
|
-
{
|
|
30968
|
-
"disabled": false,
|
|
30969
|
-
"document": "Video content analysis task parameter.",
|
|
30970
|
-
"example": "无",
|
|
30971
|
-
"member": "AiAnalysisTaskInput",
|
|
30972
|
-
"name": "AiAnalysisTask",
|
|
30973
|
-
"required": false,
|
|
30974
|
-
"type": "object"
|
|
30975
|
-
},
|
|
30976
|
-
{
|
|
30977
|
-
"disabled": false,
|
|
30978
|
-
"document": "Type parameter of video content recognition task.",
|
|
30979
|
-
"example": "无",
|
|
30980
|
-
"member": "AiRecognitionTaskInput",
|
|
30981
|
-
"name": "AiRecognitionTask",
|
|
30982
|
-
"required": false,
|
|
30983
|
-
"type": "object"
|
|
30984
|
-
},
|
|
30985
|
-
{
|
|
30986
|
-
"disabled": false,
|
|
30987
|
-
"document": "Task flow priority. The higher the value, the higher the priority. Value range: -10-10. If this parameter is left empty, 0 will be used.",
|
|
30988
|
-
"example": "0",
|
|
30989
|
-
"member": "int64",
|
|
30990
|
-
"name": "TasksPriority",
|
|
30991
|
-
"required": false,
|
|
30992
|
-
"type": "int"
|
|
30993
|
-
},
|
|
30994
|
-
{
|
|
30995
|
-
"disabled": false,
|
|
30996
|
-
"document": "Notification mode for task flow status change. Valid values: Finish, Change, None. If this parameter is left empty, `Finish` will be used.",
|
|
30997
|
-
"example": "Finish",
|
|
30998
|
-
"member": "string",
|
|
30999
|
-
"name": "TasksNotifyMode",
|
|
33041
|
+
"name": "NegativePrompt",
|
|
33042
|
+
"output_required": false,
|
|
31000
33043
|
"required": false,
|
|
31001
|
-
"type": "string"
|
|
33044
|
+
"type": "string",
|
|
33045
|
+
"value_allowed_null": false
|
|
31002
33046
|
},
|
|
31003
33047
|
{
|
|
31004
33048
|
"disabled": false,
|
|
31005
|
-
"document": "
|
|
31006
|
-
"example": "
|
|
33049
|
+
"document": "Product description describes in detail, helping generate images that meet requirements.",
|
|
33050
|
+
"example": "这个一瓶可乐",
|
|
31007
33051
|
"member": "string",
|
|
31008
|
-
"name": "
|
|
33052
|
+
"name": "ProductDesc",
|
|
33053
|
+
"output_required": false,
|
|
31009
33054
|
"required": false,
|
|
31010
|
-
"type": "string"
|
|
33055
|
+
"type": "string",
|
|
33056
|
+
"value_allowed_null": false
|
|
31011
33057
|
},
|
|
31012
33058
|
{
|
|
31013
33059
|
"disabled": false,
|
|
31014
|
-
"document": "
|
|
31015
|
-
"example": "
|
|
33060
|
+
"document": "Special requirements. if any, import them through this field.",
|
|
33061
|
+
"example": "蓝色色调",
|
|
31016
33062
|
"member": "string",
|
|
31017
|
-
"name": "
|
|
33063
|
+
"name": "MoreRequirement",
|
|
33064
|
+
"output_required": false,
|
|
31018
33065
|
"required": false,
|
|
31019
|
-
"type": "string"
|
|
33066
|
+
"type": "string",
|
|
33067
|
+
"value_allowed_null": false
|
|
31020
33068
|
},
|
|
31021
33069
|
{
|
|
31022
33070
|
"disabled": false,
|
|
31023
|
-
"document": "
|
|
31024
|
-
"example": "
|
|
31025
|
-
"member": "
|
|
31026
|
-
"name": "
|
|
33071
|
+
"document": "Specifies the number of images to generate. defaults to 1 if left empty. valid value: 10.",
|
|
33072
|
+
"example": "6",
|
|
33073
|
+
"member": "uint64",
|
|
33074
|
+
"name": "OutputImageCount",
|
|
33075
|
+
"output_required": false,
|
|
31027
33076
|
"required": false,
|
|
31028
|
-
"type": "
|
|
31029
|
-
}
|
|
31030
|
-
],
|
|
31031
|
-
"type": "object"
|
|
31032
|
-
},
|
|
31033
|
-
"ProcessMediaResponse": {
|
|
31034
|
-
"document": "ProcessMedia response structure.",
|
|
31035
|
-
"members": [
|
|
31036
|
-
{
|
|
31037
|
-
"disabled": false,
|
|
31038
|
-
"document": "Task ID",
|
|
31039
|
-
"example": "125xxx65-procedurev2-bffb15f07530b57bc1aabb01fac74bca",
|
|
31040
|
-
"member": "string",
|
|
31041
|
-
"name": "TaskId",
|
|
31042
|
-
"output_required": true,
|
|
31043
|
-
"type": "string",
|
|
33077
|
+
"type": "int",
|
|
31044
33078
|
"value_allowed_null": false
|
|
31045
|
-
},
|
|
31046
|
-
{
|
|
31047
|
-
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
31048
|
-
"member": "string",
|
|
31049
|
-
"name": "RequestId",
|
|
31050
|
-
"type": "string"
|
|
31051
33079
|
}
|
|
31052
33080
|
],
|
|
31053
|
-
"
|
|
33081
|
+
"usage": "both"
|
|
31054
33082
|
},
|
|
31055
33083
|
"ProhibitedAsrReviewTemplateInfo": {
|
|
31056
33084
|
"document": "Control parameter of prohibited information detection in speech task",
|
|
@@ -34643,7 +36671,7 @@
|
|
|
34643
36671
|
"value_allowed_null": false
|
|
34644
36672
|
},
|
|
34645
36673
|
{
|
|
34646
|
-
"disabled":
|
|
36674
|
+
"disabled": true,
|
|
34647
36675
|
"document": "This field has been disused.",
|
|
34648
36676
|
"example": "0",
|
|
34649
36677
|
"member": "int64",
|
|
@@ -34653,7 +36681,7 @@
|
|
|
34653
36681
|
"value_allowed_null": false
|
|
34654
36682
|
},
|
|
34655
36683
|
{
|
|
34656
|
-
"disabled":
|
|
36684
|
+
"disabled": true,
|
|
34657
36685
|
"document": "This field has been disused.",
|
|
34658
36686
|
"example": "success",
|
|
34659
36687
|
"member": "string",
|
|
@@ -35942,25 +37970,361 @@
|
|
|
35942
37970
|
],
|
|
35943
37971
|
"usage": "out"
|
|
35944
37972
|
},
|
|
37973
|
+
"SceneAigcImageOutputConfig": {
|
|
37974
|
+
"document": "Output media file configuration for the scenario-based AIGC image generation task.",
|
|
37975
|
+
"members": [
|
|
37976
|
+
{
|
|
37977
|
+
"disabled": false,
|
|
37978
|
+
"document": "Storage mode. valid values: <li>Permanent: Permanent storage. the generated image file will be stored in vod, and the FileId can be obtained from the event notification.</li> <li>Temporary: Temporary storage. the generated image file will not be stored in vod, and the Temporary access URL can be obtained from the event notification.</li>\nDefault value: Temporary.",
|
|
37979
|
+
"example": "Permanent",
|
|
37980
|
+
"member": "string",
|
|
37981
|
+
"name": "StorageMode",
|
|
37982
|
+
"output_required": false,
|
|
37983
|
+
"required": false,
|
|
37984
|
+
"type": "string",
|
|
37985
|
+
"value_allowed_null": false
|
|
37986
|
+
},
|
|
37987
|
+
{
|
|
37988
|
+
"disabled": false,
|
|
37989
|
+
"document": "Output filename, longest 64 characters. default filename is specified by the system.",
|
|
37990
|
+
"example": "myfile",
|
|
37991
|
+
"member": "string",
|
|
37992
|
+
"name": "MediaName",
|
|
37993
|
+
"output_required": false,
|
|
37994
|
+
"required": false,
|
|
37995
|
+
"type": "string",
|
|
37996
|
+
"value_allowed_null": false
|
|
37997
|
+
},
|
|
37998
|
+
{
|
|
37999
|
+
"disabled": false,
|
|
38000
|
+
"document": "Category ID, used to categorize and manage media. you can create a category and obtain the category ID via the [create category](https://www.tencentcloud.com/document/product/266/7812?from_cn_redirect=1) api.\n<Li>Default value: 0, indicate other categories.</li>",
|
|
38001
|
+
"example": "0",
|
|
38002
|
+
"member": "int64",
|
|
38003
|
+
"name": "ClassId",
|
|
38004
|
+
"output_required": false,
|
|
38005
|
+
"required": false,
|
|
38006
|
+
"type": "int",
|
|
38007
|
+
"value_allowed_null": false
|
|
38008
|
+
},
|
|
38009
|
+
{
|
|
38010
|
+
"disabled": false,
|
|
38011
|
+
"document": "The expiry date of the output file. files will be deleted longer than this time. default is never expire. format according to ISO 8601 standard. see [ISO date format description](https://www.tencentcloud.comom/document/product/266/11732?from_cn_redirect=1#I).",
|
|
38012
|
+
"example": "0000-00-00T00:00:00Z",
|
|
38013
|
+
"member": "string",
|
|
38014
|
+
"name": "ExpireTime",
|
|
38015
|
+
"output_required": false,
|
|
38016
|
+
"required": false,
|
|
38017
|
+
"type": "string",
|
|
38018
|
+
"value_allowed_null": false
|
|
38019
|
+
},
|
|
38020
|
+
{
|
|
38021
|
+
"disabled": false,
|
|
38022
|
+
"document": "Specify the aspect ratio of the generated image. input format is W:H.\n\nOnly valid for product_image scenarios. available values are: 1:1, 3:2, 2:3, 3:4, 4:3, 4:5, 5:4, 16:9, 9:16, 21:9.",
|
|
38023
|
+
"example": "1:1",
|
|
38024
|
+
"member": "string",
|
|
38025
|
+
"name": "AspectRatio",
|
|
38026
|
+
"output_required": false,
|
|
38027
|
+
"required": false,
|
|
38028
|
+
"type": "string",
|
|
38029
|
+
"value_allowed_null": false
|
|
38030
|
+
}
|
|
38031
|
+
],
|
|
38032
|
+
"usage": "both"
|
|
38033
|
+
},
|
|
38034
|
+
"SceneAigcImageTask": {
|
|
38035
|
+
"document": "Scenario-based AIGC Image Generation Task Information",
|
|
38036
|
+
"members": [
|
|
38037
|
+
{
|
|
38038
|
+
"disabled": false,
|
|
38039
|
+
"document": "The task ID.",
|
|
38040
|
+
"example": "251007502-AigcImageTask-ca5fdd3e74c6bd1b28974b6c136de507t",
|
|
38041
|
+
"member": "string",
|
|
38042
|
+
"name": "TaskId",
|
|
38043
|
+
"output_required": true,
|
|
38044
|
+
"type": "string",
|
|
38045
|
+
"value_allowed_null": false
|
|
38046
|
+
},
|
|
38047
|
+
{
|
|
38048
|
+
"disabled": false,
|
|
38049
|
+
"document": "Task status, value: <li>PROCESSING: processing;</li><li>FINISH: completed.</li>",
|
|
38050
|
+
"example": "FINISH",
|
|
38051
|
+
"member": "string",
|
|
38052
|
+
"name": "Status",
|
|
38053
|
+
"output_required": true,
|
|
38054
|
+
"type": "string",
|
|
38055
|
+
"value_allowed_null": false
|
|
38056
|
+
},
|
|
38057
|
+
{
|
|
38058
|
+
"disabled": false,
|
|
38059
|
+
"document": "Error code. A non-zero error code is returned when the source is abnormal. If 0 is returned, use the ErrCode of each specific task.",
|
|
38060
|
+
"example": "70000",
|
|
38061
|
+
"member": "int64",
|
|
38062
|
+
"name": "ErrCode",
|
|
38063
|
+
"output_required": true,
|
|
38064
|
+
"type": "int",
|
|
38065
|
+
"value_allowed_null": false
|
|
38066
|
+
},
|
|
38067
|
+
{
|
|
38068
|
+
"disabled": false,
|
|
38069
|
+
"document": "Error message. If the source is abnormal, the corresponding exception message is returned. Otherwise, use the message of each specific task.",
|
|
38070
|
+
"example": "fail",
|
|
38071
|
+
"member": "string",
|
|
38072
|
+
"name": "Message",
|
|
38073
|
+
"output_required": true,
|
|
38074
|
+
"type": "string",
|
|
38075
|
+
"value_allowed_null": false
|
|
38076
|
+
},
|
|
38077
|
+
{
|
|
38078
|
+
"disabled": false,
|
|
38079
|
+
"document": "The execution progress of a single adaptive bitrate stream. Value range: 0-100.",
|
|
38080
|
+
"example": "100",
|
|
38081
|
+
"member": "int64",
|
|
38082
|
+
"name": "Progress",
|
|
38083
|
+
"output_required": true,
|
|
38084
|
+
"type": "int",
|
|
38085
|
+
"value_allowed_null": false
|
|
38086
|
+
},
|
|
38087
|
+
{
|
|
38088
|
+
"disabled": false,
|
|
38089
|
+
"document": "Input of AIGC image task.",
|
|
38090
|
+
"example": "无",
|
|
38091
|
+
"member": "SceneAigcImageTaskInput",
|
|
38092
|
+
"name": "Input",
|
|
38093
|
+
"output_required": true,
|
|
38094
|
+
"type": "object",
|
|
38095
|
+
"value_allowed_null": false
|
|
38096
|
+
},
|
|
38097
|
+
{
|
|
38098
|
+
"disabled": false,
|
|
38099
|
+
"document": "Output of AIGC image task.",
|
|
38100
|
+
"example": "无",
|
|
38101
|
+
"member": "SceneAigcImageTaskOutput",
|
|
38102
|
+
"name": "Output",
|
|
38103
|
+
"output_required": true,
|
|
38104
|
+
"type": "object",
|
|
38105
|
+
"value_allowed_null": false
|
|
38106
|
+
},
|
|
38107
|
+
{
|
|
38108
|
+
"disabled": false,
|
|
38109
|
+
"document": "ID used for deduplication. If there was a request with the same ID in the last seven days, the current request will return an error. The ID can contain up to 50 characters. If this parameter is not carried or is left empty, no deduplication will be performed.",
|
|
38110
|
+
"example": "mySessionId",
|
|
38111
|
+
"member": "string",
|
|
38112
|
+
"name": "SessionId",
|
|
38113
|
+
"output_required": true,
|
|
38114
|
+
"type": "string",
|
|
38115
|
+
"value_allowed_null": false
|
|
38116
|
+
},
|
|
38117
|
+
{
|
|
38118
|
+
"disabled": false,
|
|
38119
|
+
"document": "The source context which is used to pass through the user request information. The task flow status change callback will return the value of this parameter. It can contain up to 1000 characters.",
|
|
38120
|
+
"example": "mySessionContext",
|
|
38121
|
+
"member": "string",
|
|
38122
|
+
"name": "SessionContext",
|
|
38123
|
+
"output_required": true,
|
|
38124
|
+
"type": "string",
|
|
38125
|
+
"value_allowed_null": false
|
|
38126
|
+
}
|
|
38127
|
+
],
|
|
38128
|
+
"usage": "out"
|
|
38129
|
+
},
|
|
38130
|
+
"SceneAigcImageTaskInput": {
|
|
38131
|
+
"document": "Scene AIGC image task input.",
|
|
38132
|
+
"members": [
|
|
38133
|
+
{
|
|
38134
|
+
"disabled": false,
|
|
38135
|
+
"document": "Scenario-based Image Generation Parameter Configuration.",
|
|
38136
|
+
"example": "无",
|
|
38137
|
+
"member": "AigcImageSceneInfo",
|
|
38138
|
+
"name": "SceneInfo",
|
|
38139
|
+
"output_required": false,
|
|
38140
|
+
"type": "object",
|
|
38141
|
+
"value_allowed_null": false
|
|
38142
|
+
},
|
|
38143
|
+
{
|
|
38144
|
+
"disabled": false,
|
|
38145
|
+
"document": "File information of the input image.",
|
|
38146
|
+
"example": "无",
|
|
38147
|
+
"member": "SceneAigcImageTaskInputFileInfo",
|
|
38148
|
+
"name": "FileInfos",
|
|
38149
|
+
"output_required": false,
|
|
38150
|
+
"type": "list",
|
|
38151
|
+
"value_allowed_null": false
|
|
38152
|
+
},
|
|
38153
|
+
{
|
|
38154
|
+
"disabled": false,
|
|
38155
|
+
"document": "Output media file configuration for the task.",
|
|
38156
|
+
"example": "无",
|
|
38157
|
+
"member": "SceneAigcImageOutputConfig",
|
|
38158
|
+
"name": "OutputConfig",
|
|
38159
|
+
"output_required": false,
|
|
38160
|
+
"type": "object",
|
|
38161
|
+
"value_allowed_null": false
|
|
38162
|
+
}
|
|
38163
|
+
],
|
|
38164
|
+
"usage": "out"
|
|
38165
|
+
},
|
|
38166
|
+
"SceneAigcImageTaskInputFileInfo": {
|
|
38167
|
+
"document": "Input file information for the scenario-based AIGC image generation task.",
|
|
38168
|
+
"members": [
|
|
38169
|
+
{
|
|
38170
|
+
"disabled": false,
|
|
38171
|
+
"document": "Input video File type. valid values: <li>File: on-demand media File;</li> <li>Url: accessible Url;</li>",
|
|
38172
|
+
"example": "File",
|
|
38173
|
+
"member": "string",
|
|
38174
|
+
"name": "Type",
|
|
38175
|
+
"output_required": false,
|
|
38176
|
+
"required": false,
|
|
38177
|
+
"type": "string",
|
|
38178
|
+
"value_allowed_null": false
|
|
38179
|
+
},
|
|
38180
|
+
{
|
|
38181
|
+
"disabled": false,
|
|
38182
|
+
"document": "The media File ID of the image File, which is the globally unique identifier of the File in vod, is assigned by the vod backend after successful upload. you can obtain this field in the [video upload completion event notification](https://www.tencentcloud.com/document/product/266/7830?from_cn_redirect=1) or [vod console](https://console.cloud.tencent.com/vod/media). this parameter is valid when the Type value is File.\nNote:\n1. recommended for use with images less than 7 mb.\n2. image format value is jpeg, jpg, png, webp.",
|
|
38183
|
+
"example": "3704211***509819",
|
|
38184
|
+
"member": "string",
|
|
38185
|
+
"name": "FileId",
|
|
38186
|
+
"output_required": false,
|
|
38187
|
+
"required": false,
|
|
38188
|
+
"type": "string",
|
|
38189
|
+
"value_allowed_null": false
|
|
38190
|
+
},
|
|
38191
|
+
{
|
|
38192
|
+
"disabled": false,
|
|
38193
|
+
"document": "Accessible file URL. this parameter is valid when Type value is Url.\nNote:\n1. recommended for use with images less than 7 MB.\n2. image format value is jpeg, jpg, png, webp.",
|
|
38194
|
+
"example": "https://test.com/1.png",
|
|
38195
|
+
"member": "string",
|
|
38196
|
+
"name": "Url",
|
|
38197
|
+
"output_required": false,
|
|
38198
|
+
"required": false,
|
|
38199
|
+
"type": "string",
|
|
38200
|
+
"value_allowed_null": false
|
|
38201
|
+
}
|
|
38202
|
+
],
|
|
38203
|
+
"usage": "both"
|
|
38204
|
+
},
|
|
38205
|
+
"SceneAigcImageTaskOutput": {
|
|
38206
|
+
"document": "Scene AIGC image task output.",
|
|
38207
|
+
"members": [
|
|
38208
|
+
{
|
|
38209
|
+
"disabled": false,
|
|
38210
|
+
"document": "File information of the out image for the AIGC image generation task.",
|
|
38211
|
+
"example": "无",
|
|
38212
|
+
"member": "SceneAigcImageTaskOutputFileInfo",
|
|
38213
|
+
"name": "FileInfos",
|
|
38214
|
+
"output_required": true,
|
|
38215
|
+
"type": "list",
|
|
38216
|
+
"value_allowed_null": false
|
|
38217
|
+
}
|
|
38218
|
+
],
|
|
38219
|
+
"usage": "out"
|
|
38220
|
+
},
|
|
38221
|
+
"SceneAigcImageTaskOutputFileInfo": {
|
|
38222
|
+
"document": "Scene AIGC image task output file information.",
|
|
38223
|
+
"members": [
|
|
38224
|
+
{
|
|
38225
|
+
"disabled": false,
|
|
38226
|
+
"document": "Storage mode. valid values: <li>Permanent: Permanent storage. the generated image file will be stored in VOD (video on demand).</li> <li>Temporary: Temporary storage. the generated image file will not be stored in vod.</li>.\nDefault value: Temporary.",
|
|
38227
|
+
"example": "Permanent",
|
|
38228
|
+
"member": "string",
|
|
38229
|
+
"name": "StorageMode",
|
|
38230
|
+
"output_required": true,
|
|
38231
|
+
"type": "string",
|
|
38232
|
+
"value_allowed_null": false
|
|
38233
|
+
},
|
|
38234
|
+
{
|
|
38235
|
+
"disabled": false,
|
|
38236
|
+
"document": "Output filename, up to 64 characters. default filename is assigned by the system.",
|
|
38237
|
+
"example": "myfile",
|
|
38238
|
+
"member": "string",
|
|
38239
|
+
"name": "MediaName",
|
|
38240
|
+
"output_required": true,
|
|
38241
|
+
"type": "string",
|
|
38242
|
+
"value_allowed_null": false
|
|
38243
|
+
},
|
|
38244
|
+
{
|
|
38245
|
+
"disabled": false,
|
|
38246
|
+
"document": "Category ID, used to categorize and manage media. you can create a category and obtain the category ID via the [create classification](https://www.tencentcloud.com/document/product/266/7812?from_cn_redirect=1) api.\n<Li>Default value: 0, indicating other categories.</li>.",
|
|
38247
|
+
"example": "1",
|
|
38248
|
+
"member": "int64",
|
|
38249
|
+
"name": "ClassId",
|
|
38250
|
+
"output_required": true,
|
|
38251
|
+
"type": "int",
|
|
38252
|
+
"value_allowed_null": false
|
|
38253
|
+
},
|
|
38254
|
+
{
|
|
38255
|
+
"disabled": false,
|
|
38256
|
+
"document": "The expiry date of the output file. files will be deleted longer than this time. default is no expiration. format according to ISO 8601 standard. for details, see [ISO date format description](https://www.tencentcloud.comom/document/product/266/11732?from_cn_redirect=1#I).",
|
|
38257
|
+
"example": "2025-12-28T00:35:00Z",
|
|
38258
|
+
"member": "string",
|
|
38259
|
+
"name": "ExpireTime",
|
|
38260
|
+
"output_required": true,
|
|
38261
|
+
"type": "string",
|
|
38262
|
+
"value_allowed_null": false
|
|
38263
|
+
},
|
|
38264
|
+
{
|
|
38265
|
+
"disabled": false,
|
|
38266
|
+
"document": "File Type.",
|
|
38267
|
+
"example": "png",
|
|
38268
|
+
"member": "string",
|
|
38269
|
+
"name": "FileType",
|
|
38270
|
+
"output_required": true,
|
|
38271
|
+
"type": "string",
|
|
38272
|
+
"value_allowed_null": false
|
|
38273
|
+
},
|
|
38274
|
+
{
|
|
38275
|
+
"disabled": false,
|
|
38276
|
+
"document": "File Url.",
|
|
38277
|
+
"example": "http://251007502.vod-qcloud.com/1a1***1510859450449/aigcImageGenFile.png",
|
|
38278
|
+
"member": "string",
|
|
38279
|
+
"name": "FileUrl",
|
|
38280
|
+
"output_required": true,
|
|
38281
|
+
"type": "string",
|
|
38282
|
+
"value_allowed_null": false
|
|
38283
|
+
},
|
|
38284
|
+
{
|
|
38285
|
+
"disabled": false,
|
|
38286
|
+
"document": "File ID.",
|
|
38287
|
+
"example": "3704211***450449",
|
|
38288
|
+
"member": "string",
|
|
38289
|
+
"name": "FileId",
|
|
38290
|
+
"output_required": true,
|
|
38291
|
+
"type": "string",
|
|
38292
|
+
"value_allowed_null": false
|
|
38293
|
+
},
|
|
38294
|
+
{
|
|
38295
|
+
"disabled": false,
|
|
38296
|
+
"document": "Meta Data.",
|
|
38297
|
+
"example": "无",
|
|
38298
|
+
"member": "MediaMetaData",
|
|
38299
|
+
"name": "MetaData",
|
|
38300
|
+
"output_required": true,
|
|
38301
|
+
"type": "object",
|
|
38302
|
+
"value_allowed_null": false
|
|
38303
|
+
}
|
|
38304
|
+
],
|
|
38305
|
+
"usage": "out"
|
|
38306
|
+
},
|
|
35945
38307
|
"ScratchRepairInfo": {
|
|
35946
38308
|
"document": "Banding removal configuration.",
|
|
35947
38309
|
"members": [
|
|
35948
38310
|
{
|
|
35949
38311
|
"disabled": false,
|
|
35950
|
-
"document": "Whether to enable banding removal. Valid values:\n<li>`ON`</li>\n<li>`OFF`</li
|
|
38312
|
+
"document": "Whether to enable banding removal. Valid values:\n<li>`ON`</li>\n<li>`OFF`</li>\nDefault value: `OFF`.",
|
|
35951
38313
|
"example": "ON",
|
|
35952
38314
|
"member": "string",
|
|
35953
38315
|
"name": "Switch",
|
|
38316
|
+
"output_required": true,
|
|
35954
38317
|
"required": true,
|
|
35955
38318
|
"type": "string",
|
|
35956
38319
|
"value_allowed_null": false
|
|
35957
38320
|
},
|
|
35958
38321
|
{
|
|
35959
38322
|
"disabled": false,
|
|
35960
|
-
"document": "The banding removal strength. Value range: 0.0
|
|
35961
|
-
"example": "0",
|
|
38323
|
+
"document": "The banding removal strength. Value range: 0.0 - 1.0. This parameter is valid only if `Switch` is `ON`.\nDefault value: `0.0`.",
|
|
38324
|
+
"example": "0.0",
|
|
35962
38325
|
"member": "float",
|
|
35963
38326
|
"name": "Intensity",
|
|
38327
|
+
"output_required": true,
|
|
35964
38328
|
"required": false,
|
|
35965
38329
|
"type": "float",
|
|
35966
38330
|
"value_allowed_null": false
|
|
@@ -35971,6 +38335,7 @@
|
|
|
35971
38335
|
"example": "normal",
|
|
35972
38336
|
"member": "string",
|
|
35973
38337
|
"name": "Type",
|
|
38338
|
+
"output_required": true,
|
|
35974
38339
|
"required": false,
|
|
35975
38340
|
"type": "string",
|
|
35976
38341
|
"value_allowed_null": false
|
|
@@ -35978,6 +38343,88 @@
|
|
|
35978
38343
|
],
|
|
35979
38344
|
"usage": "both"
|
|
35980
38345
|
},
|
|
38346
|
+
"SearchMediaBySemanticsRequest": {
|
|
38347
|
+
"document": "SearchMediaBySemantics request structure.",
|
|
38348
|
+
"members": [
|
|
38349
|
+
{
|
|
38350
|
+
"disabled": false,
|
|
38351
|
+
"document": "<b>VOD [application](https://www.tencentcloud.com/document/product/266/14574?from_cn_redirect=1) ID. for customers who activate on-demand services after december 25, 2023, this field must be filled with the application ID when accessing resources in on-demand applications (whether it's the default application or a newly created application).</b>",
|
|
38352
|
+
"example": "1500035838",
|
|
38353
|
+
"member": "uint64",
|
|
38354
|
+
"name": "SubAppId",
|
|
38355
|
+
"required": true,
|
|
38356
|
+
"type": "int"
|
|
38357
|
+
},
|
|
38358
|
+
{
|
|
38359
|
+
"disabled": false,
|
|
38360
|
+
"document": "Specifies the search content.",
|
|
38361
|
+
"example": "包含夕阳的海边视频",
|
|
38362
|
+
"member": "string",
|
|
38363
|
+
"name": "Text",
|
|
38364
|
+
"required": true,
|
|
38365
|
+
"type": "string"
|
|
38366
|
+
},
|
|
38367
|
+
{
|
|
38368
|
+
"disabled": false,
|
|
38369
|
+
"document": "Specifies the number of returned records. the default value is 20.",
|
|
38370
|
+
"example": "10",
|
|
38371
|
+
"member": "uint64",
|
|
38372
|
+
"name": "Limit",
|
|
38373
|
+
"required": false,
|
|
38374
|
+
"type": "int"
|
|
38375
|
+
},
|
|
38376
|
+
{
|
|
38377
|
+
"disabled": false,
|
|
38378
|
+
"document": "File type. matches any element in the collection: <li>Video: Video file</li> <li>Audio: Audio file</li> <li>Image: Image file</li>.",
|
|
38379
|
+
"example": "[\"Video\"]",
|
|
38380
|
+
"member": "string",
|
|
38381
|
+
"name": "Categories",
|
|
38382
|
+
"required": false,
|
|
38383
|
+
"type": "list"
|
|
38384
|
+
},
|
|
38385
|
+
{
|
|
38386
|
+
"disabled": false,
|
|
38387
|
+
"document": "Tag set, match any element in the collection. <li>single Tag length limit: 32 characters.</li> <li>array length limit: 16.</li>",
|
|
38388
|
+
"example": "[\"Sports\", \"Food\"]",
|
|
38389
|
+
"member": "string",
|
|
38390
|
+
"name": "Tags",
|
|
38391
|
+
"required": false,
|
|
38392
|
+
"type": "list"
|
|
38393
|
+
},
|
|
38394
|
+
{
|
|
38395
|
+
"disabled": false,
|
|
38396
|
+
"document": "Specifies the task type for the search. valid values:. \n- AiAnalysis.DescriptionTask \n- SmartSubtitle.AsrFullTextTask",
|
|
38397
|
+
"example": "[\"AiAnalysis.DescriptionTask \"]",
|
|
38398
|
+
"member": "string",
|
|
38399
|
+
"name": "TaskTypes",
|
|
38400
|
+
"required": false,
|
|
38401
|
+
"type": "list"
|
|
38402
|
+
}
|
|
38403
|
+
],
|
|
38404
|
+
"type": "object"
|
|
38405
|
+
},
|
|
38406
|
+
"SearchMediaBySemanticsResponse": {
|
|
38407
|
+
"document": "SearchMediaBySemantics response structure.",
|
|
38408
|
+
"members": [
|
|
38409
|
+
{
|
|
38410
|
+
"disabled": false,
|
|
38411
|
+
"document": "Media list.",
|
|
38412
|
+
"example": "无",
|
|
38413
|
+
"member": "SemanticsSearchResult",
|
|
38414
|
+
"name": "SearchResults",
|
|
38415
|
+
"output_required": true,
|
|
38416
|
+
"type": "list",
|
|
38417
|
+
"value_allowed_null": false
|
|
38418
|
+
},
|
|
38419
|
+
{
|
|
38420
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
38421
|
+
"member": "string",
|
|
38422
|
+
"name": "RequestId",
|
|
38423
|
+
"type": "string"
|
|
38424
|
+
}
|
|
38425
|
+
],
|
|
38426
|
+
"type": "object"
|
|
38427
|
+
},
|
|
35981
38428
|
"SearchMediaRequest": {
|
|
35982
38429
|
"document": "SearchMedia request structure.",
|
|
35983
38430
|
"members": [
|
|
@@ -36318,6 +38765,52 @@
|
|
|
36318
38765
|
],
|
|
36319
38766
|
"usage": "in"
|
|
36320
38767
|
},
|
|
38768
|
+
"SemanticsSearchResult": {
|
|
38769
|
+
"document": "Semantic search result.",
|
|
38770
|
+
"members": [
|
|
38771
|
+
{
|
|
38772
|
+
"disabled": false,
|
|
38773
|
+
"document": "Specifies the unique identifier of the media file.",
|
|
38774
|
+
"example": "327083******3604148",
|
|
38775
|
+
"member": "string",
|
|
38776
|
+
"name": "FileId",
|
|
38777
|
+
"output_required": true,
|
|
38778
|
+
"type": "string",
|
|
38779
|
+
"value_allowed_null": false
|
|
38780
|
+
},
|
|
38781
|
+
{
|
|
38782
|
+
"disabled": false,
|
|
38783
|
+
"document": "Score of the video in this retrieval. higher score indicates greater similarity to the retrieval value. value ranges from 0 to 1.",
|
|
38784
|
+
"example": "0.8",
|
|
38785
|
+
"member": "float",
|
|
38786
|
+
"name": "Score",
|
|
38787
|
+
"output_required": true,
|
|
38788
|
+
"type": "float",
|
|
38789
|
+
"value_allowed_null": false
|
|
38790
|
+
},
|
|
38791
|
+
{
|
|
38792
|
+
"disabled": false,
|
|
38793
|
+
"document": "Specifies the start time of the video clip, in seconds.",
|
|
38794
|
+
"example": "10.0",
|
|
38795
|
+
"member": "float",
|
|
38796
|
+
"name": "StartTimeOffset",
|
|
38797
|
+
"output_required": false,
|
|
38798
|
+
"type": "float",
|
|
38799
|
+
"value_allowed_null": false
|
|
38800
|
+
},
|
|
38801
|
+
{
|
|
38802
|
+
"disabled": false,
|
|
38803
|
+
"document": "Specifies the end time of the video clip, in seconds.",
|
|
38804
|
+
"example": "20.0",
|
|
38805
|
+
"member": "float",
|
|
38806
|
+
"name": "EndTimeOffset",
|
|
38807
|
+
"output_required": false,
|
|
38808
|
+
"type": "float",
|
|
38809
|
+
"value_allowed_null": false
|
|
38810
|
+
}
|
|
38811
|
+
],
|
|
38812
|
+
"usage": "out"
|
|
38813
|
+
},
|
|
36321
38814
|
"SetDrmKeyProviderInfoRequest": {
|
|
36322
38815
|
"document": "SetDrmKeyProviderInfo request structure.",
|
|
36323
38816
|
"members": [
|
|
@@ -37676,10 +40169,11 @@
|
|
|
37676
40169
|
"members": [
|
|
37677
40170
|
{
|
|
37678
40171
|
"disabled": false,
|
|
37679
|
-
"document": "Whether to enable super resolution. Valid values:\n<li>ON</li>\n<li>`OFF`</li>\nIf super resolution is enabled, the output resolution will double
|
|
40172
|
+
"document": "Whether to enable super resolution. Valid values:\n<li>ON</li>\n<li>`OFF`</li>\nIf super resolution is enabled, the output resolution will double.\nDefault value: `OFF`.",
|
|
37680
40173
|
"example": "ON",
|
|
37681
40174
|
"member": "string",
|
|
37682
40175
|
"name": "Switch",
|
|
40176
|
+
"output_required": true,
|
|
37683
40177
|
"required": true,
|
|
37684
40178
|
"type": "string",
|
|
37685
40179
|
"value_allowed_null": false
|
|
@@ -37690,6 +40184,7 @@
|
|
|
37690
40184
|
"example": "lq",
|
|
37691
40185
|
"member": "string",
|
|
37692
40186
|
"name": "Type",
|
|
40187
|
+
"output_required": true,
|
|
37693
40188
|
"required": false,
|
|
37694
40189
|
"type": "string",
|
|
37695
40190
|
"value_allowed_null": false
|
|
@@ -37700,6 +40195,7 @@
|
|
|
37700
40195
|
"example": "2",
|
|
37701
40196
|
"member": "int64",
|
|
37702
40197
|
"name": "Size",
|
|
40198
|
+
"output_required": true,
|
|
37703
40199
|
"required": false,
|
|
37704
40200
|
"type": "int",
|
|
37705
40201
|
"value_allowed_null": false
|
|
@@ -38847,6 +41343,16 @@
|
|
|
38847
41343
|
"type": "object",
|
|
38848
41344
|
"value_allowed_null": true
|
|
38849
41345
|
},
|
|
41346
|
+
{
|
|
41347
|
+
"disabled": false,
|
|
41348
|
+
"document": "Audio/Video enhancement configuration.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
41349
|
+
"example": "无",
|
|
41350
|
+
"member": "EnhanceConfig",
|
|
41351
|
+
"name": "EnhanceConfig",
|
|
41352
|
+
"output_required": true,
|
|
41353
|
+
"type": "object",
|
|
41354
|
+
"value_allowed_null": true
|
|
41355
|
+
},
|
|
38850
41356
|
{
|
|
38851
41357
|
"disabled": false,
|
|
38852
41358
|
"document": "Container filter. Valid values:\n<li>Video: video container that can contain both video stream and audio stream;</li>\n<li>PureAudio: audio container that can contain only audio stream.</li>",
|
|
@@ -39609,6 +42115,133 @@
|
|
|
39609
42115
|
],
|
|
39610
42116
|
"usage": "both"
|
|
39611
42117
|
},
|
|
42118
|
+
"VideoEnhanceConfig": {
|
|
42119
|
+
"document": "Video enhancement configuration.",
|
|
42120
|
+
"members": [
|
|
42121
|
+
{
|
|
42122
|
+
"disabled": false,
|
|
42123
|
+
"document": "Enhancement scenario configuration. Valid values:\n<li>common: common enhancement parameters, which are basic optimization parameters suitable for various video types, enhancing overall image quality.</li>\n<li>AIGC: overall resolution enhancement. It uses AI technology to improve the overall video resolution and image clarity.</li>\n<li>short_play: enhance facial and subtitle details, emphasizing characters' facial expressions and subtitle clarity to improve the viewing experience.</li>\n<li>short_video: optimize complex and diverse image quality issues, tailoring quality enhancements for the complex scenarios such as short videos to address various visual issues.</li>\n<li>game: fix motion blur and enhance details, with a focus on enhancing the clarity of game details and restoring blurry areas during motions to make the image content during gaming clearer and richer.</li>\n<li>HD_movie_series: provide a smooth playback effect for UHD videos. Standard 4K HDR videos with an FPS of 60 are generated to meet the needs of broadcasting/OTT for UHD videos. Formats for broadcasting scenarios are supported.</li>\n<li>LQ_material: low-definition material/old video restoration. It enhances overall resolution, and solves issues of old videos, such as low resolution, blur, distortion, scratches, and color temperature due to their age.</li>\n<li>lecture: live shows, e-commerce, conferences, and lectures. It improves the face display effect and performs specific optimizations, including face region enhancement, noise reduction, and artifacts removal, for scenarios involving human explanation, such as live shows, e-commerce, conferences, and lectures.</li>\n<li>Input of a null string indicates that the enhancement scenario is not used.</li>\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
42124
|
+
"example": "common",
|
|
42125
|
+
"member": "string",
|
|
42126
|
+
"name": "EnhanceScenarioType",
|
|
42127
|
+
"output_required": true,
|
|
42128
|
+
"required": false,
|
|
42129
|
+
"type": "string",
|
|
42130
|
+
"value_allowed_null": false
|
|
42131
|
+
},
|
|
42132
|
+
{
|
|
42133
|
+
"disabled": false,
|
|
42134
|
+
"document": "Super-resolution configuration. The video is not processed when the source resolution is higher than the target resolution. Note that it cannot be enabled simultaneously with Large Model enhancement.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
42135
|
+
"example": "无",
|
|
42136
|
+
"member": "SuperResolutionInfo",
|
|
42137
|
+
"name": "SuperResolution",
|
|
42138
|
+
"output_required": true,
|
|
42139
|
+
"required": false,
|
|
42140
|
+
"type": "object",
|
|
42141
|
+
"value_allowed_null": true
|
|
42142
|
+
},
|
|
42143
|
+
{
|
|
42144
|
+
"disabled": false,
|
|
42145
|
+
"document": "HDR configuration.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
42146
|
+
"example": "无",
|
|
42147
|
+
"member": "HDRInfo",
|
|
42148
|
+
"name": "Hdr",
|
|
42149
|
+
"output_required": true,
|
|
42150
|
+
"required": false,
|
|
42151
|
+
"type": "object",
|
|
42152
|
+
"value_allowed_null": true
|
|
42153
|
+
},
|
|
42154
|
+
{
|
|
42155
|
+
"disabled": false,
|
|
42156
|
+
"document": "Video noise reduction configuration. Note that it cannot be enabled simultaneously with LLM enhancement.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
42157
|
+
"example": "无",
|
|
42158
|
+
"member": "VideoDenoiseInfo",
|
|
42159
|
+
"name": "Denoise",
|
|
42160
|
+
"output_required": true,
|
|
42161
|
+
"required": false,
|
|
42162
|
+
"type": "object",
|
|
42163
|
+
"value_allowed_null": true
|
|
42164
|
+
},
|
|
42165
|
+
{
|
|
42166
|
+
"disabled": false,
|
|
42167
|
+
"document": "Comprehensive enhancement configuration. Note that only one of the three items, LLM enhancement, comprehensive enhancement, and artifacts removal, can be configured.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
42168
|
+
"example": "无",
|
|
42169
|
+
"member": "ImageQualityEnhanceInfo",
|
|
42170
|
+
"name": "ImageQualityEnhance",
|
|
42171
|
+
"output_required": true,
|
|
42172
|
+
"required": false,
|
|
42173
|
+
"type": "object",
|
|
42174
|
+
"value_allowed_null": true
|
|
42175
|
+
},
|
|
42176
|
+
{
|
|
42177
|
+
"disabled": false,
|
|
42178
|
+
"document": "Color enhancement configuration.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
42179
|
+
"example": "无",
|
|
42180
|
+
"member": "ColorEnhanceInfo",
|
|
42181
|
+
"name": "ColorEnhance",
|
|
42182
|
+
"output_required": true,
|
|
42183
|
+
"required": false,
|
|
42184
|
+
"type": "object",
|
|
42185
|
+
"value_allowed_null": true
|
|
42186
|
+
},
|
|
42187
|
+
{
|
|
42188
|
+
"disabled": false,
|
|
42189
|
+
"document": "Low-light enhancement configuration.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
42190
|
+
"example": "无",
|
|
42191
|
+
"member": "LowLightEnhanceInfo",
|
|
42192
|
+
"name": "LowLightEnhance",
|
|
42193
|
+
"output_required": true,
|
|
42194
|
+
"required": false,
|
|
42195
|
+
"type": "object",
|
|
42196
|
+
"value_allowed_null": true
|
|
42197
|
+
},
|
|
42198
|
+
{
|
|
42199
|
+
"disabled": false,
|
|
42200
|
+
"document": "Banding removal configuration.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
42201
|
+
"example": "无",
|
|
42202
|
+
"member": "ScratchRepairInfo",
|
|
42203
|
+
"name": "ScratchRepair",
|
|
42204
|
+
"output_required": true,
|
|
42205
|
+
"required": false,
|
|
42206
|
+
"type": "object",
|
|
42207
|
+
"value_allowed_null": true
|
|
42208
|
+
},
|
|
42209
|
+
{
|
|
42210
|
+
"disabled": false,
|
|
42211
|
+
"document": "Artifacts removal configuration. Note that only one of the three items, LLM enhancement, comprehensive enhancement, and artifacts removal, can be configured.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
42212
|
+
"example": "无",
|
|
42213
|
+
"member": "ArtifactRepairInfo",
|
|
42214
|
+
"name": "ArtifactRepair",
|
|
42215
|
+
"output_required": true,
|
|
42216
|
+
"required": false,
|
|
42217
|
+
"type": "object",
|
|
42218
|
+
"value_allowed_null": true
|
|
42219
|
+
},
|
|
42220
|
+
{
|
|
42221
|
+
"disabled": false,
|
|
42222
|
+
"document": "Large Model enhancement configuration. Note that only one of the three items, LLM enhancement, comprehensive enhancement, and artifacts removal, can be configured. It cannot be enabled simultaneously with super-resolution and noise reduction.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
42223
|
+
"example": "无",
|
|
42224
|
+
"member": "DiffusionEnhanceInfo",
|
|
42225
|
+
"name": "DiffusionEnhance",
|
|
42226
|
+
"output_required": true,
|
|
42227
|
+
"required": false,
|
|
42228
|
+
"type": "object",
|
|
42229
|
+
"value_allowed_null": true
|
|
42230
|
+
},
|
|
42231
|
+
{
|
|
42232
|
+
"disabled": false,
|
|
42233
|
+
"document": "Frame rate configuration for the frame interpolation, which supports fractions. Note that it is mutually exclusive with FrameRate. The configuration does not take effect if the source frame rate is greater than or equal to the target frame rate.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
42234
|
+
"example": "无",
|
|
42235
|
+
"member": "FrameRateWithDenInfo",
|
|
42236
|
+
"name": "FrameRateWithDen",
|
|
42237
|
+
"output_required": true,
|
|
42238
|
+
"required": false,
|
|
42239
|
+
"type": "object",
|
|
42240
|
+
"value_allowed_null": true
|
|
42241
|
+
}
|
|
42242
|
+
],
|
|
42243
|
+
"usage": "both"
|
|
42244
|
+
},
|
|
39612
42245
|
"VideoFrameInterpolationInfo": {
|
|
39613
42246
|
"document": "Smart frame interpolation configuration.",
|
|
39614
42247
|
"members": [
|