tccli-intl-en 3.0.1261.1__py2.py3-none-any.whl → 3.0.1262.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/cdz/__init__.py +4 -0
- tccli/services/cdz/cdz_client.py +207 -0
- tccli/services/cdz/v20221123/api.json +233 -0
- tccli/services/cdz/v20221123/examples.json +12 -0
- tccli/services/faceid/v20180301/api.json +4 -4
- tccli/services/mps/v20190612/api.json +1028 -127
- tccli/services/mps/v20190612/examples.json +3 -3
- tccli/services/teo/v20220901/api.json +3 -3
- {tccli_intl_en-3.0.1261.1.dist-info → tccli_intl_en-3.0.1262.1.dist-info}/METADATA +2 -2
- {tccli_intl_en-3.0.1261.1.dist-info → tccli_intl_en-3.0.1262.1.dist-info}/RECORD +16 -12
- {tccli_intl_en-3.0.1261.1.dist-info → tccli_intl_en-3.0.1262.1.dist-info}/LICENSE +0 -0
- {tccli_intl_en-3.0.1261.1.dist-info → tccli_intl_en-3.0.1262.1.dist-info}/WHEEL +0 -0
- {tccli_intl_en-3.0.1261.1.dist-info → tccli_intl_en-3.0.1262.1.dist-info}/entry_points.txt +0 -0
- {tccli_intl_en-3.0.1261.1.dist-info → tccli_intl_en-3.0.1262.1.dist-info}/top_level.txt +0 -0
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"status": "online"
|
|
86
86
|
},
|
|
87
87
|
"CreateSchedule": {
|
|
88
|
-
"document": "This API is used to
|
|
88
|
+
"document": "This API is used to set processing rules for uploaded media files under the specified Bucket directory in COS, including:.\nThis API is used to transcode videos with watermarks.\nThis API is used to generate animated images.\nThis API is used to take screenshots at specified time points.\nThis API is used to take sampled screenshots from videos.\nThis API is used to take sprite screenshots of videos.\nThis API is used to transcode to adaptive bitrate streaming.\nThis API is used to perform intelligent content moderation, including porn detection and sensitive information detection.\nThis API is used to perform intelligent content analysis (tag, category, cover, frame tagging).\nThis API is used to perform intelligent content identification (human face, full text, text keyword, full speech, speech keyword).\n10. Media quality inspection (live stream format diagnosis, audio and video content detection (jitter, blur, low light, overexposure, black and white edges, black and white screens, screen glitch, noise, mosaic, QR code, and more), and no-reference scoring).\n\n11. Smart subtitle (full speech, speech hotword, and speech translation).\n\nThis API is used to perform intelligent erasure (watermark removal, subtitle removal, privacy protection).\n\nThis API is used to create an orchestration, which is in disable status by default and requires manual enablement.",
|
|
89
89
|
"input": "CreateScheduleRequest",
|
|
90
90
|
"name": "Creates a scheme",
|
|
91
91
|
"output": "CreateScheduleResponse",
|
|
@@ -631,7 +631,7 @@
|
|
|
631
631
|
"status": "online"
|
|
632
632
|
},
|
|
633
633
|
"ProcessMedia": {
|
|
634
|
-
"document": "This API is used to initiate a processing task for video
|
|
634
|
+
"document": "This API is used to initiate a processing task for URL video links or media files in COS. Features include:.\nThis API is used to perform video transcoding, including standard transcoding, TSC transcoding, and audio/video enhancement.\nThis API is used to generate animated images.\nThis API is used to take screenshots at specified time points.\nThis API is used to take sampled screenshots from videos.\nThis API is used to take sprite screenshots of videos.\nThis API is used to transcode to adaptive bitrate streaming.\nThis API is used to perform intelligent content moderation, such as pornography detection and sensitive information detection.\nThis API is used to perform intelligent content analysis such as tag, category, cover, frame tag, video splitting, highlight, opening and ending clips, and game tracking.\nThis API is used to perform intelligent content recognition such as human face, full text, text keyword, full speech, speech keyword, speech translation, and object recognition.\nThis API is used to perform media quality inspection, such as media format diagnosis, audio and video content detection (jitter, blur, low light, overexposure, screen glitch, noise, mosaic, QR code, and other issues), and no-reference scoring.\n11. Smart subtitle (such as ASR, hotword, and speech translation).\n\nThis API is used to perform intelligent erasure (watermark removal, subtitle removal, privacy protection).",
|
|
635
635
|
"input": "ProcessMediaRequest",
|
|
636
636
|
"name": "Starts a media processing task",
|
|
637
637
|
"output": "ProcessMediaResponse",
|
|
@@ -888,7 +888,7 @@
|
|
|
888
888
|
"members": [
|
|
889
889
|
{
|
|
890
890
|
"disabled": false,
|
|
891
|
-
"document": "Atomic task type
|
|
891
|
+
"document": "Atomic task type.\n<li>input: starting node.</li>.\n<li>output: termination node.</li>.\n<li>action-trans: specifies transcoding.</li>.\n<li>action-samplesnapshot: specifies sampled screenshot taking.</li>.\n<li>action-AIAnalysis: analysis.</li>.\n<li>action-AIRecognition: recognition.</li>.\n<li>action-aiReview: specifies the review action.</li>.\n<li>action-animated-graphics: specifies the animated image.</li>.\n<li>action-image-sprite: specifies the sprite sheet.</li>.\n<li>action-snapshotByTimeOffset: specifies time point screenshot taking.</li>.\n<li>action-adaptive-substream: specifies the adaptive bitrate stream.</li>.\n<li>action-AIQualityControl: media quality inspection.</li>.\n<li>action-SmartSubtitles: smart subtitling.</li>.\n<li>action-exec-rules: judgment rule.</li>.\n<li>action-SmartErase: smart erasure.</li>.\n\n\n",
|
|
892
892
|
"example": "input",
|
|
893
893
|
"member": "string",
|
|
894
894
|
"name": "ActivityType",
|
|
@@ -1056,6 +1056,17 @@
|
|
|
1056
1056
|
"required": false,
|
|
1057
1057
|
"type": "object",
|
|
1058
1058
|
"value_allowed_null": true
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
"disabled": false,
|
|
1062
|
+
"document": "Smart erasure task.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
1063
|
+
"example": "无",
|
|
1064
|
+
"member": "SmartEraseTaskInput",
|
|
1065
|
+
"name": "SmartEraseTask",
|
|
1066
|
+
"output_required": false,
|
|
1067
|
+
"required": false,
|
|
1068
|
+
"type": "object",
|
|
1069
|
+
"value_allowed_null": true
|
|
1059
1070
|
}
|
|
1060
1071
|
],
|
|
1061
1072
|
"usage": "both"
|
|
@@ -1182,6 +1193,16 @@
|
|
|
1182
1193
|
"output_required": false,
|
|
1183
1194
|
"type": "object",
|
|
1184
1195
|
"value_allowed_null": true
|
|
1196
|
+
},
|
|
1197
|
+
{
|
|
1198
|
+
"disabled": false,
|
|
1199
|
+
"document": "Smart erase task output.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
1200
|
+
"example": "无",
|
|
1201
|
+
"member": "SmartEraseTaskResult",
|
|
1202
|
+
"name": "SmartEraseTask",
|
|
1203
|
+
"output_required": false,
|
|
1204
|
+
"type": "object",
|
|
1205
|
+
"value_allowed_null": true
|
|
1185
1206
|
}
|
|
1186
1207
|
],
|
|
1187
1208
|
"usage": "out"
|
|
@@ -1191,7 +1212,7 @@
|
|
|
1191
1212
|
"members": [
|
|
1192
1213
|
{
|
|
1193
1214
|
"disabled": false,
|
|
1194
|
-
"document": "Atomic task type.\n<Li>Transcode: transcoding
|
|
1215
|
+
"document": "Atomic task type.\n<Li>Transcode: transcoding.</li>.\n<Li>SampleSnapshot: specifies sampled screenshot taking.</li>.\n<Li>AnimatedGraphics: specifies the animated image.</li>.\n<Li>SnapshotByTimeOffset: specifies time point screenshot taking.</li>.\n<Li>ImageSprites: specifies the sprite sheet.</li>.\n<Li>AdaptiveDynamicStreaming: adaptive bitrate streaming.</li>.\n<Li>AiContentReview: specifies content moderation.</li>.\n<Li>AIRecognition: intelligent identification.</li>.\n<Li>AIAnalysis: specifies ai analysis.</li>.\n<li>AiQualityControl: media quality inspection</li>\n\n<Li>SmartSubtitles: smart subtitle</li>\n\n<Li>SmartErase: smart erasure.</li>.",
|
|
1195
1216
|
"example": "Transcode",
|
|
1196
1217
|
"member": "string",
|
|
1197
1218
|
"name": "ActivityType",
|
|
@@ -1275,7 +1296,7 @@
|
|
|
1275
1296
|
{
|
|
1276
1297
|
"disabled": false,
|
|
1277
1298
|
"document": "Watermark list. Multiple image or text watermarks up to a maximum of 10 are supported.",
|
|
1278
|
-
"example": "
|
|
1299
|
+
"example": "无",
|
|
1279
1300
|
"member": "WatermarkInput",
|
|
1280
1301
|
"name": "WatermarkSet",
|
|
1281
1302
|
"output_required": true,
|
|
@@ -1286,7 +1307,7 @@
|
|
|
1286
1307
|
{
|
|
1287
1308
|
"disabled": false,
|
|
1288
1309
|
"document": "Target storage for files after adaptive dynamic streaming. If left blank, it inherits the upper-level OutputStorage value.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
1289
|
-
"example": "
|
|
1310
|
+
"example": "无",
|
|
1290
1311
|
"member": "TaskOutputStorage",
|
|
1291
1312
|
"name": "OutputStorage",
|
|
1292
1313
|
"output_required": true,
|
|
@@ -1329,8 +1350,8 @@
|
|
|
1329
1350
|
},
|
|
1330
1351
|
{
|
|
1331
1352
|
"disabled": false,
|
|
1332
|
-
"document": "
|
|
1333
|
-
"example": "
|
|
1353
|
+
"document": "External subtitle feature specifies the subtitle file to be inserted.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
1354
|
+
"example": "无",
|
|
1334
1355
|
"member": "AddOnSubtitle",
|
|
1335
1356
|
"name": "AddOnSubtitles",
|
|
1336
1357
|
"output_required": false,
|
|
@@ -1340,14 +1361,14 @@
|
|
|
1340
1361
|
},
|
|
1341
1362
|
{
|
|
1342
1363
|
"disabled": false,
|
|
1343
|
-
"document": "Drm information.",
|
|
1344
|
-
"example": "
|
|
1364
|
+
"document": "Specifies the Drm information.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
1365
|
+
"example": "无",
|
|
1345
1366
|
"member": "DrmInfo",
|
|
1346
1367
|
"name": "DrmInfo",
|
|
1347
1368
|
"output_required": false,
|
|
1348
1369
|
"required": false,
|
|
1349
1370
|
"type": "object",
|
|
1350
|
-
"value_allowed_null":
|
|
1371
|
+
"value_allowed_null": true
|
|
1351
1372
|
},
|
|
1352
1373
|
{
|
|
1353
1374
|
"disabled": false,
|
|
@@ -1362,8 +1383,8 @@
|
|
|
1362
1383
|
},
|
|
1363
1384
|
{
|
|
1364
1385
|
"disabled": false,
|
|
1365
|
-
"document": "
|
|
1366
|
-
"example": "
|
|
1386
|
+
"document": "Hard subtitle (suppression subtitle) feature, specify subtitles source, font size, position and other subtitle parameters.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
1387
|
+
"example": "无",
|
|
1367
1388
|
"member": "SubtitleTemplate",
|
|
1368
1389
|
"name": "SubtitleTemplate",
|
|
1369
1390
|
"output_required": false,
|
|
@@ -1616,7 +1637,7 @@
|
|
|
1616
1637
|
"members": [
|
|
1617
1638
|
{
|
|
1618
1639
|
"disabled": false,
|
|
1619
|
-
"document": "Task type.
|
|
1640
|
+
"document": "Task type. valid values:.\n<Li>Classification: intelligent classification.</li>.\n<Li>Cover: specifies the intelligent cover.</li>.\n<Li>Tag: intelligent tag.</li>.\n<Li>FrameTag: specifies intelligent frame-by-frame tagging.</li>.\n<Li>Highlight: intelligent highlights</li>.\n<Li>DeLogo: intelligent removal.</li>.\n<li>Description: large model summarization.</li>\n\n<Li>Dubbing: intelligent dubbing.</li>.",
|
|
1620
1641
|
"example": "Classification",
|
|
1621
1642
|
"member": "string",
|
|
1622
1643
|
"name": "Type",
|
|
@@ -1723,6 +1744,16 @@
|
|
|
1723
1744
|
"output_required": false,
|
|
1724
1745
|
"type": "object",
|
|
1725
1746
|
"value_allowed_null": true
|
|
1747
|
+
},
|
|
1748
|
+
{
|
|
1749
|
+
"disabled": false,
|
|
1750
|
+
"document": "The query result of a Dubbing task for video content analysis, which is valid when the task type is Dubbing.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
1751
|
+
"example": "无",
|
|
1752
|
+
"member": "AiAnalysisTaskDubbingResult",
|
|
1753
|
+
"name": "DubbingTask",
|
|
1754
|
+
"output_required": false,
|
|
1755
|
+
"type": "object",
|
|
1756
|
+
"value_allowed_null": true
|
|
1726
1757
|
}
|
|
1727
1758
|
],
|
|
1728
1759
|
"usage": "out"
|
|
@@ -1995,12 +2026,32 @@
|
|
|
1995
2026
|
{
|
|
1996
2027
|
"disabled": false,
|
|
1997
2028
|
"document": "Position of the erased subtitle. Note: This field is only valid for subtitle extraction when the option to return subtitle positions is enabled.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
1998
|
-
"example": "
|
|
2029
|
+
"example": "无",
|
|
1999
2030
|
"member": "SubtitlePosition",
|
|
2000
2031
|
"name": "SubtitlePos",
|
|
2001
2032
|
"output_required": false,
|
|
2002
2033
|
"type": "object",
|
|
2003
2034
|
"value_allowed_null": true
|
|
2035
|
+
},
|
|
2036
|
+
{
|
|
2037
|
+
"disabled": false,
|
|
2038
|
+
"document": "Specifies the file url of the video after voice cloning.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
2039
|
+
"example": "/output/delogo-result-0.mp4",
|
|
2040
|
+
"member": "string",
|
|
2041
|
+
"name": "VoiceClonedVideo",
|
|
2042
|
+
"output_required": false,
|
|
2043
|
+
"type": "string",
|
|
2044
|
+
"value_allowed_null": true
|
|
2045
|
+
},
|
|
2046
|
+
{
|
|
2047
|
+
"disabled": false,
|
|
2048
|
+
"document": "Specifies the file address of the voice type clone annotation.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
2049
|
+
"example": "/output/delogo-result-0.json",
|
|
2050
|
+
"member": "string",
|
|
2051
|
+
"name": "VoiceClonedMarkFile",
|
|
2052
|
+
"output_required": false,
|
|
2053
|
+
"type": "string",
|
|
2054
|
+
"value_allowed_null": true
|
|
2004
2055
|
}
|
|
2005
2056
|
],
|
|
2006
2057
|
"usage": "out"
|
|
@@ -2149,6 +2200,114 @@
|
|
|
2149
2200
|
],
|
|
2150
2201
|
"usage": "out"
|
|
2151
2202
|
},
|
|
2203
|
+
"AiAnalysisTaskDubbingInput": {
|
|
2204
|
+
"document": "Intelligent translation task input type.",
|
|
2205
|
+
"members": [
|
|
2206
|
+
{
|
|
2207
|
+
"disabled": false,
|
|
2208
|
+
"document": "Video translation template ID.",
|
|
2209
|
+
"example": "32",
|
|
2210
|
+
"member": "uint64",
|
|
2211
|
+
"name": "Definition",
|
|
2212
|
+
"output_required": true,
|
|
2213
|
+
"type": "int",
|
|
2214
|
+
"value_allowed_null": false
|
|
2215
|
+
}
|
|
2216
|
+
],
|
|
2217
|
+
"usage": "out"
|
|
2218
|
+
},
|
|
2219
|
+
"AiAnalysisTaskDubbingOutput": {
|
|
2220
|
+
"document": "Intelligent translation result information.",
|
|
2221
|
+
"members": [
|
|
2222
|
+
{
|
|
2223
|
+
"disabled": false,
|
|
2224
|
+
"document": "Specifies the video path for translation.",
|
|
2225
|
+
"example": "/output/dub-result-0.mp4",
|
|
2226
|
+
"member": "string",
|
|
2227
|
+
"name": "VideoPath",
|
|
2228
|
+
"output_required": true,
|
|
2229
|
+
"type": "string",
|
|
2230
|
+
"value_allowed_null": false
|
|
2231
|
+
},
|
|
2232
|
+
{
|
|
2233
|
+
"disabled": false,
|
|
2234
|
+
"document": "Specifies the file path of the tag.\n",
|
|
2235
|
+
"example": "/output/dub-result-0.json",
|
|
2236
|
+
"member": "string",
|
|
2237
|
+
"name": "SpeakerPath",
|
|
2238
|
+
"output_required": true,
|
|
2239
|
+
"type": "string",
|
|
2240
|
+
"value_allowed_null": false
|
|
2241
|
+
},
|
|
2242
|
+
{
|
|
2243
|
+
"disabled": false,
|
|
2244
|
+
"document": "Specifies the storage location of the transcoded video.",
|
|
2245
|
+
"example": "无",
|
|
2246
|
+
"member": "TaskOutputStorage",
|
|
2247
|
+
"name": "OutputStorage",
|
|
2248
|
+
"output_required": true,
|
|
2249
|
+
"type": "object",
|
|
2250
|
+
"value_allowed_null": false
|
|
2251
|
+
}
|
|
2252
|
+
],
|
|
2253
|
+
"usage": "out"
|
|
2254
|
+
},
|
|
2255
|
+
"AiAnalysisTaskDubbingResult": {
|
|
2256
|
+
"document": "Intelligent translation result type.",
|
|
2257
|
+
"members": [
|
|
2258
|
+
{
|
|
2259
|
+
"disabled": false,
|
|
2260
|
+
"document": "Task status, including PROCESSING, SUCCESS, and FAIL.",
|
|
2261
|
+
"example": "SUCCESS",
|
|
2262
|
+
"member": "string",
|
|
2263
|
+
"name": "Status",
|
|
2264
|
+
"output_required": true,
|
|
2265
|
+
"type": "string",
|
|
2266
|
+
"value_allowed_null": false
|
|
2267
|
+
},
|
|
2268
|
+
{
|
|
2269
|
+
"disabled": false,
|
|
2270
|
+
"document": "Error code. `0`: Task successful. Other values: Task failed.",
|
|
2271
|
+
"example": "0",
|
|
2272
|
+
"member": "int64",
|
|
2273
|
+
"name": "ErrCode",
|
|
2274
|
+
"output_required": true,
|
|
2275
|
+
"type": "int",
|
|
2276
|
+
"value_allowed_null": false
|
|
2277
|
+
},
|
|
2278
|
+
{
|
|
2279
|
+
"disabled": false,
|
|
2280
|
+
"document": "Error message.",
|
|
2281
|
+
"example": "SUCCESS",
|
|
2282
|
+
"member": "string",
|
|
2283
|
+
"name": "Message",
|
|
2284
|
+
"output_required": true,
|
|
2285
|
+
"type": "string",
|
|
2286
|
+
"value_allowed_null": false
|
|
2287
|
+
},
|
|
2288
|
+
{
|
|
2289
|
+
"disabled": false,
|
|
2290
|
+
"document": "Describes the task input for intelligent translation.",
|
|
2291
|
+
"example": "无",
|
|
2292
|
+
"member": "AiAnalysisTaskDubbingInput",
|
|
2293
|
+
"name": "Input",
|
|
2294
|
+
"output_required": true,
|
|
2295
|
+
"type": "object",
|
|
2296
|
+
"value_allowed_null": false
|
|
2297
|
+
},
|
|
2298
|
+
{
|
|
2299
|
+
"disabled": false,
|
|
2300
|
+
"document": "Describes the task output of intelligent translation.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
2301
|
+
"example": "无",
|
|
2302
|
+
"member": "AiAnalysisTaskDubbingOutput",
|
|
2303
|
+
"name": "Output",
|
|
2304
|
+
"output_required": true,
|
|
2305
|
+
"type": "object",
|
|
2306
|
+
"value_allowed_null": true
|
|
2307
|
+
}
|
|
2308
|
+
],
|
|
2309
|
+
"usage": "out"
|
|
2310
|
+
},
|
|
2152
2311
|
"AiAnalysisTaskFrameTagInput": {
|
|
2153
2312
|
"document": "Input type of intelligent frame-specific tagging task",
|
|
2154
2313
|
"members": [
|
|
@@ -9244,7 +9403,7 @@
|
|
|
9244
9403
|
{
|
|
9245
9404
|
"disabled": false,
|
|
9246
9405
|
"document": "The directory to save the media processing output file, which must start and end with `/`, such as `/movie/201907/`.\nIf you do not specify this, the file will be saved to the trigger directory.",
|
|
9247
|
-
"example": "
|
|
9406
|
+
"example": "/tmp/",
|
|
9248
9407
|
"member": "string",
|
|
9249
9408
|
"name": "OutputDir",
|
|
9250
9409
|
"required": false,
|
|
@@ -9262,7 +9421,7 @@
|
|
|
9262
9421
|
{
|
|
9263
9422
|
"disabled": false,
|
|
9264
9423
|
"document": "Resource ID. Ensure the corresponding resource is in the enabled state. The default value is an account's primary resource ID.",
|
|
9265
|
-
"example": "
|
|
9424
|
+
"example": "vts-213xxxx02-0",
|
|
9266
9425
|
"member": "string",
|
|
9267
9426
|
"name": "ResourceId",
|
|
9268
9427
|
"required": false,
|
|
@@ -9307,7 +9466,7 @@
|
|
|
9307
9466
|
},
|
|
9308
9467
|
{
|
|
9309
9468
|
"disabled": false,
|
|
9310
|
-
"document": "
|
|
9469
|
+
"document": "Video source language for intelligent caption.\nValid values: \nzh: Simplified Chinese.\nen: Eenglish.\nJa: Japanese.\nKo: Korean.\nzh-PY: Simplified Chinese, English and Cantonese.\nzh-medical: Medical Chinese.\nyue: Cantonese.\nVi: Vietnamese.\nms: Malay.\nid: Indonesian.\nfil: Filipino.\nth: Thai.\npt: Portuguese.\ntr: Turkish.\nar: Arabic.\nes: Spanish.\nhi: Hindi\nFr: French.\nde: German.\nzh-dialect: Chinese dialect\nzh_en: Simplified Chinese and English\nprime_zh: Simplified Chinese, Chinese Dialect and English.",
|
|
9311
9470
|
"example": "zh",
|
|
9312
9471
|
"member": "string",
|
|
9313
9472
|
"name": "VideoSrcLanguage",
|
|
@@ -9316,7 +9475,7 @@
|
|
|
9316
9475
|
},
|
|
9317
9476
|
{
|
|
9318
9477
|
"disabled": false,
|
|
9319
|
-
"document": "Smart subtitle language type.\n0: source
|
|
9478
|
+
"document": "Smart subtitle language type.\n0: source language\n1: target language\n2: source language + target language\nThe value can only be 0 when TranslateSwitch is set to OFF. The value can only be 1 or 2 when TranslateSwitch is set to ON.",
|
|
9320
9479
|
"example": "0",
|
|
9321
9480
|
"member": "int64",
|
|
9322
9481
|
"name": "SubtitleType",
|
|
@@ -9334,7 +9493,7 @@
|
|
|
9334
9493
|
},
|
|
9335
9494
|
{
|
|
9336
9495
|
"disabled": false,
|
|
9337
|
-
"document": "
|
|
9496
|
+
"document": "Intelligent subtitle file format.\nvtt: WebVTT format.\nsrt: SRT format.\nIf this field is left blank, no subtitle file will be generated.",
|
|
9338
9497
|
"example": "vtt",
|
|
9339
9498
|
"member": "string",
|
|
9340
9499
|
"name": "SubtitleFormat",
|
|
@@ -12167,6 +12326,16 @@
|
|
|
12167
12326
|
"type": "object",
|
|
12168
12327
|
"value_allowed_null": true
|
|
12169
12328
|
},
|
|
12329
|
+
{
|
|
12330
|
+
"disabled": false,
|
|
12331
|
+
"document": "Extracts digital watermark task information. this field has a value only when TaskType is ExtractBlindWatermark.",
|
|
12332
|
+
"example": "无",
|
|
12333
|
+
"member": "ExtractBlindWatermarkTask",
|
|
12334
|
+
"name": "ExtractBlindWatermarkTask",
|
|
12335
|
+
"output_required": false,
|
|
12336
|
+
"type": "object",
|
|
12337
|
+
"value_allowed_null": false
|
|
12338
|
+
},
|
|
12170
12339
|
{
|
|
12171
12340
|
"disabled": false,
|
|
12172
12341
|
"document": "Event notification information of a task.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
@@ -12190,7 +12359,7 @@
|
|
|
12190
12359
|
{
|
|
12191
12360
|
"disabled": false,
|
|
12192
12361
|
"document": "The 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 left empty or an empty string is entered, no deduplication will be performed.",
|
|
12193
|
-
"example": "
|
|
12362
|
+
"example": "ctx-sessionid",
|
|
12194
12363
|
"member": "string",
|
|
12195
12364
|
"name": "SessionId",
|
|
12196
12365
|
"output_required": true,
|
|
@@ -12200,7 +12369,7 @@
|
|
|
12200
12369
|
{
|
|
12201
12370
|
"disabled": false,
|
|
12202
12371
|
"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.",
|
|
12203
|
-
"example": "
|
|
12372
|
+
"example": "ctx-sessionctx",
|
|
12204
12373
|
"member": "string",
|
|
12205
12374
|
"name": "SessionContext",
|
|
12206
12375
|
"output_required": true,
|
|
@@ -12210,7 +12379,7 @@
|
|
|
12210
12379
|
{
|
|
12211
12380
|
"disabled": false,
|
|
12212
12381
|
"document": "Extended information field, used in specific scenarios.",
|
|
12213
|
-
"example": "\"\"",
|
|
12382
|
+
"example": "{\"ExtInfo\": \"\"}",
|
|
12214
12383
|
"member": "string",
|
|
12215
12384
|
"name": "ExtInfo",
|
|
12216
12385
|
"output_required": true,
|
|
@@ -12229,7 +12398,7 @@
|
|
|
12229
12398
|
},
|
|
12230
12399
|
{
|
|
12231
12400
|
"disabled": false,
|
|
12232
|
-
"document": "The information of a live scheme. This parameter is valid only if `TaskType` is `LiveScheduleTask`.\nNote: This field may return
|
|
12401
|
+
"document": "The information of a live scheme. This parameter is valid only if `TaskType` is `LiveScheduleTask`.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
12233
12402
|
"example": "无",
|
|
12234
12403
|
"member": "LiveScheduleTask",
|
|
12235
12404
|
"name": "LiveScheduleTask",
|
|
@@ -13243,6 +13412,106 @@
|
|
|
13243
13412
|
],
|
|
13244
13413
|
"usage": "both"
|
|
13245
13414
|
},
|
|
13415
|
+
"EraseArea": {
|
|
13416
|
+
"document": "Smart erasure. coordinate configuration of the removal area.\nThe region is defined by the coordinates of the upper left corner and the bottom-right corner.\nThe coordinate origin is the top-left corner of the frame and the coordinate points can be specified using pixel values or percentage units.\n**For the Automatic Erasing Area:**\nWhen the unit is %, the coordinate range is [0,1].\nWhen unit is px, X value range is [0, video image width]. Y value range is [0, video image height].\n**For the Specified area erasing:**\nSpecifies the coordinate range as [0,1) when the unit is %.\nWhen unit: px, X value range [0, video image width], Y value range [0, video image height].",
|
|
13417
|
+
"members": [
|
|
13418
|
+
{
|
|
13419
|
+
"disabled": false,
|
|
13420
|
+
"document": "X-Axis coordinate of the upper left corner.\nWhen Unit is set to 1 (percentage Unit), 0.05 indicates the horizontal distance from the upper left corner of the region to the top-left corner of the entire frame is 5% of the frame width.",
|
|
13421
|
+
"example": "0.0500",
|
|
13422
|
+
"member": "float",
|
|
13423
|
+
"name": "LeftTopX",
|
|
13424
|
+
"output_required": false,
|
|
13425
|
+
"required": true,
|
|
13426
|
+
"type": "float",
|
|
13427
|
+
"value_allowed_null": false
|
|
13428
|
+
},
|
|
13429
|
+
{
|
|
13430
|
+
"disabled": false,
|
|
13431
|
+
"document": "Y-Axis coordinate of the upper left corner.\nWhen Unit is set to 1 (using percentage Unit), 0.1 indicates the vertical distance from the top-left corner of the area to the top-left corner of the entire frame is 10% of the screen height.",
|
|
13432
|
+
"example": "0.1000",
|
|
13433
|
+
"member": "float",
|
|
13434
|
+
"name": "LeftTopY",
|
|
13435
|
+
"output_required": false,
|
|
13436
|
+
"required": true,
|
|
13437
|
+
"type": "float",
|
|
13438
|
+
"value_allowed_null": false
|
|
13439
|
+
},
|
|
13440
|
+
{
|
|
13441
|
+
"disabled": false,
|
|
13442
|
+
"document": "X-Axis coordinate of the bottom-right corner.\nWhen Unit is set to 1 (percentage Unit), 0.75 indicates the horizontal distance from the bottom-right corner of the region to the top-left corner of the entire frame is 75% of the frame width.",
|
|
13443
|
+
"example": "0.7500",
|
|
13444
|
+
"member": "float",
|
|
13445
|
+
"name": "RightBottomX",
|
|
13446
|
+
"output_required": false,
|
|
13447
|
+
"required": true,
|
|
13448
|
+
"type": "float",
|
|
13449
|
+
"value_allowed_null": false
|
|
13450
|
+
},
|
|
13451
|
+
{
|
|
13452
|
+
"disabled": false,
|
|
13453
|
+
"document": "Y-Axis coordinate of the bottom-right corner.\nWhen Unit is set to 1 (using percentage Unit), 0.9 indicates the vertical distance from the bottom-right corner of the area to the top-left corner of the entire frame is 90% of the screen height.",
|
|
13454
|
+
"example": "0.9000",
|
|
13455
|
+
"member": "float",
|
|
13456
|
+
"name": "RightBottomY",
|
|
13457
|
+
"output_required": false,
|
|
13458
|
+
"required": true,
|
|
13459
|
+
"type": "float",
|
|
13460
|
+
"value_allowed_null": false
|
|
13461
|
+
},
|
|
13462
|
+
{
|
|
13463
|
+
"disabled": false,
|
|
13464
|
+
"document": "Specifies the coordinate unit.\n-Percentage.\n-2 pixel values.",
|
|
13465
|
+
"example": "1",
|
|
13466
|
+
"member": "uint64",
|
|
13467
|
+
"name": "Unit",
|
|
13468
|
+
"output_required": false,
|
|
13469
|
+
"required": true,
|
|
13470
|
+
"type": "int",
|
|
13471
|
+
"value_allowed_null": false
|
|
13472
|
+
}
|
|
13473
|
+
],
|
|
13474
|
+
"usage": "both"
|
|
13475
|
+
},
|
|
13476
|
+
"EraseTimeArea": {
|
|
13477
|
+
"document": "Smart Erase, specifies the region configuration.\nErase the designated region directly within a specified period.\nWhen both BeginMs and EndMs are set to 0, directly perform removal of the designated region in the entire video.",
|
|
13478
|
+
"members": [
|
|
13479
|
+
{
|
|
13480
|
+
"disabled": false,
|
|
13481
|
+
"document": "Start time, in ms.",
|
|
13482
|
+
"example": "200",
|
|
13483
|
+
"member": "uint64",
|
|
13484
|
+
"name": "BeginMs",
|
|
13485
|
+
"output_required": false,
|
|
13486
|
+
"required": true,
|
|
13487
|
+
"type": "int",
|
|
13488
|
+
"value_allowed_null": false
|
|
13489
|
+
},
|
|
13490
|
+
{
|
|
13491
|
+
"disabled": false,
|
|
13492
|
+
"document": "End time, unit: ms.",
|
|
13493
|
+
"example": "3000",
|
|
13494
|
+
"member": "uint64",
|
|
13495
|
+
"name": "EndMs",
|
|
13496
|
+
"output_required": false,
|
|
13497
|
+
"required": true,
|
|
13498
|
+
"type": "int",
|
|
13499
|
+
"value_allowed_null": false
|
|
13500
|
+
},
|
|
13501
|
+
{
|
|
13502
|
+
"disabled": false,
|
|
13503
|
+
"document": "Erases the domain list within the period.",
|
|
13504
|
+
"example": "无",
|
|
13505
|
+
"member": "EraseArea",
|
|
13506
|
+
"name": "Areas",
|
|
13507
|
+
"output_required": false,
|
|
13508
|
+
"required": true,
|
|
13509
|
+
"type": "list",
|
|
13510
|
+
"value_allowed_null": false
|
|
13511
|
+
}
|
|
13512
|
+
],
|
|
13513
|
+
"usage": "both"
|
|
13514
|
+
},
|
|
13246
13515
|
"ExecRuleTaskData": {
|
|
13247
13516
|
"document": "Conditional judgment output.",
|
|
13248
13517
|
"members": [
|
|
@@ -13322,47 +13591,160 @@
|
|
|
13322
13591
|
],
|
|
13323
13592
|
"type": "object"
|
|
13324
13593
|
},
|
|
13325
|
-
"
|
|
13326
|
-
"document": "
|
|
13594
|
+
"ExtractBlindWatermarkTask": {
|
|
13595
|
+
"document": "Extract video digital watermark task information.",
|
|
13327
13596
|
"members": [
|
|
13328
13597
|
{
|
|
13329
13598
|
"disabled": false,
|
|
13330
|
-
"document": "
|
|
13331
|
-
"example": "
|
|
13599
|
+
"document": "Media processing task ID.",
|
|
13600
|
+
"example": "125xxx65-ExtractBlindWatermark-bffb15f07530b57bc1aabb01fac74bca",
|
|
13332
13601
|
"member": "string",
|
|
13333
|
-
"name": "
|
|
13602
|
+
"name": "TaskId",
|
|
13334
13603
|
"output_required": true,
|
|
13335
|
-
"required": true,
|
|
13336
13604
|
"type": "string",
|
|
13337
13605
|
"value_allowed_null": false
|
|
13338
13606
|
},
|
|
13339
13607
|
{
|
|
13340
13608
|
"disabled": false,
|
|
13341
|
-
"document": "
|
|
13342
|
-
"example": "
|
|
13343
|
-
"member": "
|
|
13344
|
-
"name": "
|
|
13609
|
+
"document": "Task flow status. valid values:.\n<Li>WAITING: waiting.</li>.\n<Li>PROCESSING: processing.</li>.\n<li>FINISH: completed</li>",
|
|
13610
|
+
"example": "PROCESSING",
|
|
13611
|
+
"member": "string",
|
|
13612
|
+
"name": "Status",
|
|
13345
13613
|
"output_required": true,
|
|
13346
|
-
"
|
|
13347
|
-
"type": "float",
|
|
13614
|
+
"type": "string",
|
|
13348
13615
|
"value_allowed_null": false
|
|
13349
13616
|
},
|
|
13350
13617
|
{
|
|
13351
13618
|
"disabled": false,
|
|
13352
|
-
"document": "
|
|
13353
|
-
"example": "
|
|
13354
|
-
"member": "
|
|
13355
|
-
"name": "
|
|
13619
|
+
"document": "Error code. `0` indicates success. other values indicate failure.",
|
|
13620
|
+
"example": "0",
|
|
13621
|
+
"member": "int64",
|
|
13622
|
+
"name": "ErrCode",
|
|
13356
13623
|
"output_required": true,
|
|
13357
|
-
"
|
|
13358
|
-
"type": "list",
|
|
13624
|
+
"type": "int",
|
|
13359
13625
|
"value_allowed_null": false
|
|
13360
13626
|
},
|
|
13361
13627
|
{
|
|
13362
13628
|
"disabled": false,
|
|
13363
|
-
"document": "
|
|
13364
|
-
"example": "
|
|
13365
|
-
"member": "string",
|
|
13629
|
+
"document": "Error message.",
|
|
13630
|
+
"example": "NULL",
|
|
13631
|
+
"member": "string",
|
|
13632
|
+
"name": "Message",
|
|
13633
|
+
"output_required": true,
|
|
13634
|
+
"type": "string",
|
|
13635
|
+
"value_allowed_null": false
|
|
13636
|
+
},
|
|
13637
|
+
{
|
|
13638
|
+
"disabled": false,
|
|
13639
|
+
"document": "Target file information for media processing.",
|
|
13640
|
+
"example": "无",
|
|
13641
|
+
"member": "MediaInputInfo",
|
|
13642
|
+
"name": "InputInfo",
|
|
13643
|
+
"output_required": true,
|
|
13644
|
+
"type": "object",
|
|
13645
|
+
"value_allowed_null": false
|
|
13646
|
+
},
|
|
13647
|
+
{
|
|
13648
|
+
"disabled": false,
|
|
13649
|
+
"document": "Specifies the digital watermark type. valid values: <li>blind-basic: basic version copyright digital watermark;</li> <li>blind-ab: ab copyright digital watermark.</li>.",
|
|
13650
|
+
"example": "blind-basic",
|
|
13651
|
+
"member": "string",
|
|
13652
|
+
"name": "Type",
|
|
13653
|
+
"output_required": true,
|
|
13654
|
+
"type": "string",
|
|
13655
|
+
"value_allowed_null": false
|
|
13656
|
+
},
|
|
13657
|
+
{
|
|
13658
|
+
"disabled": false,
|
|
13659
|
+
"document": "Indicates whether a watermark is detected. if this parameter is true, the Result field will return the watermark extraction Result. if this parameter is false, the Result field will not return.",
|
|
13660
|
+
"example": "false",
|
|
13661
|
+
"member": "bool",
|
|
13662
|
+
"name": "IsDetected",
|
|
13663
|
+
"output_required": true,
|
|
13664
|
+
"type": "bool",
|
|
13665
|
+
"value_allowed_null": false
|
|
13666
|
+
},
|
|
13667
|
+
{
|
|
13668
|
+
"disabled": false,
|
|
13669
|
+
"document": "Fetched watermark content. this field will not be returned when no detection.",
|
|
13670
|
+
"example": "数字水印文本",
|
|
13671
|
+
"member": "string",
|
|
13672
|
+
"name": "Result",
|
|
13673
|
+
"output_required": false,
|
|
13674
|
+
"type": "string",
|
|
13675
|
+
"value_allowed_null": false
|
|
13676
|
+
},
|
|
13677
|
+
{
|
|
13678
|
+
"disabled": false,
|
|
13679
|
+
"document": "Extracts the digital watermark configuration.",
|
|
13680
|
+
"example": "无",
|
|
13681
|
+
"member": "ExtractBlindWatermarkTaskConfig",
|
|
13682
|
+
"name": "ExtractBlindWatermarkConfig",
|
|
13683
|
+
"output_required": false,
|
|
13684
|
+
"type": "object",
|
|
13685
|
+
"value_allowed_null": false
|
|
13686
|
+
}
|
|
13687
|
+
],
|
|
13688
|
+
"usage": "out"
|
|
13689
|
+
},
|
|
13690
|
+
"ExtractBlindWatermarkTaskConfig": {
|
|
13691
|
+
"document": "Extracts the digital watermark task configuration for video transcoding.",
|
|
13692
|
+
"members": [
|
|
13693
|
+
{
|
|
13694
|
+
"disabled": false,
|
|
13695
|
+
"document": "Valid when the watermark type is blind-abseq. specifies the segment duration of the input video. unit: ms.\nSegment duration is 5 seconds by default if left empty.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
13696
|
+
"example": "5000",
|
|
13697
|
+
"member": "int64",
|
|
13698
|
+
"name": "SegmentDuration",
|
|
13699
|
+
"output_required": false,
|
|
13700
|
+
"required": true,
|
|
13701
|
+
"type": "int",
|
|
13702
|
+
"value_allowed_null": true
|
|
13703
|
+
}
|
|
13704
|
+
],
|
|
13705
|
+
"usage": "both"
|
|
13706
|
+
},
|
|
13707
|
+
"FaceConfigureInfo": {
|
|
13708
|
+
"document": "Control parameter of a face recognition task",
|
|
13709
|
+
"members": [
|
|
13710
|
+
{
|
|
13711
|
+
"disabled": false,
|
|
13712
|
+
"document": "Switch of a face recognition task. Valid values:\n<li>ON: Enables an intelligent face recognition task;</li>\n<li>OFF: Disables an intelligent face recognition task.</li>",
|
|
13713
|
+
"example": "ON",
|
|
13714
|
+
"member": "string",
|
|
13715
|
+
"name": "Switch",
|
|
13716
|
+
"output_required": true,
|
|
13717
|
+
"required": true,
|
|
13718
|
+
"type": "string",
|
|
13719
|
+
"value_allowed_null": false
|
|
13720
|
+
},
|
|
13721
|
+
{
|
|
13722
|
+
"disabled": false,
|
|
13723
|
+
"document": "Face recognition filter score. If this score is reached or exceeded, a recognition result will be returned. Value range: 0-100. Default value: 95.",
|
|
13724
|
+
"example": "95",
|
|
13725
|
+
"member": "float",
|
|
13726
|
+
"name": "Score",
|
|
13727
|
+
"output_required": true,
|
|
13728
|
+
"required": false,
|
|
13729
|
+
"type": "float",
|
|
13730
|
+
"value_allowed_null": false
|
|
13731
|
+
},
|
|
13732
|
+
{
|
|
13733
|
+
"disabled": false,
|
|
13734
|
+
"document": "The default face filter labels, which specify the types of faces to return. If this parameter is left empty, the detection results for all labels are returned. Valid values:\n<li>entertainment (people in the entertainment industry)</li>\n<li>sport (sports celebrities)</li>\n<li>politician</li>",
|
|
13735
|
+
"example": "[\"entertainment\"]",
|
|
13736
|
+
"member": "string",
|
|
13737
|
+
"name": "DefaultLibraryLabelSet",
|
|
13738
|
+
"output_required": true,
|
|
13739
|
+
"required": false,
|
|
13740
|
+
"type": "list",
|
|
13741
|
+
"value_allowed_null": false
|
|
13742
|
+
},
|
|
13743
|
+
{
|
|
13744
|
+
"disabled": false,
|
|
13745
|
+
"document": "Custom face tags for filter, which specify the face recognition results to return. If this parameter is not specified or left empty, the recognition results for all custom face tags are returned.\nUp to 100 tags are allowed, each containing no more than 16 characters.",
|
|
13746
|
+
"example": "[\"artist\"]",
|
|
13747
|
+
"member": "string",
|
|
13366
13748
|
"name": "UserDefineLibraryLabelSet",
|
|
13367
13749
|
"output_required": true,
|
|
13368
13750
|
"required": false,
|
|
@@ -17078,7 +17460,7 @@
|
|
|
17078
17460
|
"members": [
|
|
17079
17461
|
{
|
|
17080
17462
|
"disabled": false,
|
|
17081
|
-
"document": "
|
|
17463
|
+
"document": "Type of input source object. valid values:.\n<Li>COS: specifies the cos origin.</li>\n<Li>URL: the url source.</li>\n<Li>AWS-S3: aws source. currently only supports transcoding tasks.</li>\n<Li>VOD: video-on-demand pro edition (VOD Pro). </li>",
|
|
17082
17464
|
"example": "NULL",
|
|
17083
17465
|
"member": "string",
|
|
17084
17466
|
"name": "Type",
|
|
@@ -17090,7 +17472,7 @@
|
|
|
17090
17472
|
{
|
|
17091
17473
|
"disabled": false,
|
|
17092
17474
|
"document": "The information of the COS object to process. This parameter is valid and required when `Type` is `COS`.",
|
|
17093
|
-
"example": "
|
|
17475
|
+
"example": "无",
|
|
17094
17476
|
"member": "CosInputInfo",
|
|
17095
17477
|
"name": "CosInputInfo",
|
|
17096
17478
|
"output_required": true,
|
|
@@ -17101,7 +17483,7 @@
|
|
|
17101
17483
|
{
|
|
17102
17484
|
"disabled": false,
|
|
17103
17485
|
"document": "The URL of the object to process. This parameter is valid and required when `Type` is `URL`.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
17104
|
-
"example": "
|
|
17486
|
+
"example": "无",
|
|
17105
17487
|
"member": "UrlInputInfo",
|
|
17106
17488
|
"name": "UrlInputInfo",
|
|
17107
17489
|
"output_required": true,
|
|
@@ -17112,13 +17494,24 @@
|
|
|
17112
17494
|
{
|
|
17113
17495
|
"disabled": false,
|
|
17114
17496
|
"document": "The information of the AWS S3 object processed. This parameter is required if `Type` is `AWS-S3`.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
17115
|
-
"example": "
|
|
17497
|
+
"example": "无",
|
|
17116
17498
|
"member": "S3InputInfo",
|
|
17117
17499
|
"name": "S3InputInfo",
|
|
17118
17500
|
"output_required": true,
|
|
17119
17501
|
"required": false,
|
|
17120
17502
|
"type": "object",
|
|
17121
17503
|
"value_allowed_null": true
|
|
17504
|
+
},
|
|
17505
|
+
{
|
|
17506
|
+
"disabled": false,
|
|
17507
|
+
"document": "The information of the VOD Pro object processed. This parameter is required if `Type` is `VOD`.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
17508
|
+
"example": "无",
|
|
17509
|
+
"member": "VODInputInfo",
|
|
17510
|
+
"name": "VODInputInfo",
|
|
17511
|
+
"output_required": false,
|
|
17512
|
+
"required": false,
|
|
17513
|
+
"type": "object",
|
|
17514
|
+
"value_allowed_null": true
|
|
17122
17515
|
}
|
|
17123
17516
|
],
|
|
17124
17517
|
"usage": "both"
|
|
@@ -19370,7 +19763,7 @@
|
|
|
19370
19763
|
},
|
|
19371
19764
|
{
|
|
19372
19765
|
"disabled": false,
|
|
19373
|
-
"document": "
|
|
19766
|
+
"document": "Video source language for intelligent caption.\nValid values: \nzh: Simplified Chinese.\nen: Eenglish.\nJa: Japanese.\nKo: Korean.\nzh-PY: Simplified Chinese, English and Cantonese.\nzh-medical: Medical Chinese.\nyue: Cantonese.\nVi: Vietnamese.\nms: Malay.\nid: Indonesian.\nfil: Filipino.\nth: Thai.\npt: Portuguese.\ntr: Turkish.\nar: Arabic.\nes: Spanish.\nhi: Hindi\nFr: French.\nde: German.\nzh-dialect: Chinese dialect\nzh_en: Simplified Chinese and English\nprime_zh: Simplified Chinese, Chinese Dialect and English.\n",
|
|
19374
19767
|
"example": "zh",
|
|
19375
19768
|
"member": "string",
|
|
19376
19769
|
"name": "VideoSrcLanguage",
|
|
@@ -19379,7 +19772,7 @@
|
|
|
19379
19772
|
},
|
|
19380
19773
|
{
|
|
19381
19774
|
"disabled": false,
|
|
19382
|
-
"document": "
|
|
19775
|
+
"document": "Intelligent subtitle file format.\nvtt: WebVTT format.\nsrt: SRT format.\nIf this field is left blank, no subtitle file will be generated.",
|
|
19383
19776
|
"example": "vtt",
|
|
19384
19777
|
"member": "string",
|
|
19385
19778
|
"name": "SubtitleFormat",
|
|
@@ -19388,7 +19781,7 @@
|
|
|
19388
19781
|
},
|
|
19389
19782
|
{
|
|
19390
19783
|
"disabled": false,
|
|
19391
|
-
"document": "Smart subtitle language type.\n0: source
|
|
19784
|
+
"document": "Smart subtitle language type.\n0: source language\n1: target language\n2: source language + target language\nThe value can only be 0 when TranslateSwitch is set to OFF. The value can only be 1 or 2 when TranslateSwitch is set to ON.",
|
|
19392
19785
|
"example": "0",
|
|
19393
19786
|
"member": "int64",
|
|
19394
19787
|
"name": "SubtitleType",
|
|
@@ -21248,6 +21641,24 @@
|
|
|
21248
21641
|
"required": false,
|
|
21249
21642
|
"type": "object"
|
|
21250
21643
|
},
|
|
21644
|
+
{
|
|
21645
|
+
"disabled": false,
|
|
21646
|
+
"document": "Smart subtitle task.",
|
|
21647
|
+
"example": "无",
|
|
21648
|
+
"member": "SmartSubtitlesTaskInput",
|
|
21649
|
+
"name": "SmartSubtitlesTask",
|
|
21650
|
+
"required": false,
|
|
21651
|
+
"type": "object"
|
|
21652
|
+
},
|
|
21653
|
+
{
|
|
21654
|
+
"disabled": false,
|
|
21655
|
+
"document": "Smart erase task parameter.",
|
|
21656
|
+
"example": "无",
|
|
21657
|
+
"member": "SmartEraseTaskInput",
|
|
21658
|
+
"name": "SmartEraseTask",
|
|
21659
|
+
"required": false,
|
|
21660
|
+
"type": "object"
|
|
21661
|
+
},
|
|
21251
21662
|
{
|
|
21252
21663
|
"disabled": false,
|
|
21253
21664
|
"document": "Event notification information of a task. If this parameter is left empty, no event notifications will be obtained.",
|
|
@@ -21278,7 +21689,7 @@
|
|
|
21278
21689
|
{
|
|
21279
21690
|
"disabled": false,
|
|
21280
21691
|
"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.",
|
|
21281
|
-
"example": "
|
|
21692
|
+
"example": "userxxxx",
|
|
21282
21693
|
"member": "string",
|
|
21283
21694
|
"name": "SessionContext",
|
|
21284
21695
|
"required": false,
|
|
@@ -21296,21 +21707,12 @@
|
|
|
21296
21707
|
{
|
|
21297
21708
|
"disabled": false,
|
|
21298
21709
|
"document": "Resource ID. Ensure the corresponding resource is in the enabled state. The default value is an account's primary resource ID.",
|
|
21299
|
-
"example": "vts-
|
|
21710
|
+
"example": "vts-24000-0",
|
|
21300
21711
|
"member": "string",
|
|
21301
21712
|
"name": "ResourceId",
|
|
21302
21713
|
"required": false,
|
|
21303
21714
|
"type": "string"
|
|
21304
21715
|
},
|
|
21305
|
-
{
|
|
21306
|
-
"disabled": false,
|
|
21307
|
-
"document": "Smart subtitle task.",
|
|
21308
|
-
"example": "无",
|
|
21309
|
-
"member": "SmartSubtitlesTaskInput",
|
|
21310
|
-
"name": "SmartSubtitlesTask",
|
|
21311
|
-
"required": false,
|
|
21312
|
-
"type": "object"
|
|
21313
|
-
},
|
|
21314
21716
|
{
|
|
21315
21717
|
"disabled": false,
|
|
21316
21718
|
"document": "Whether to skip metadata acquisition. Valid values:\n0: do not skip\n1: skip\nDefault value: 0\t\t",
|
|
@@ -21658,7 +22060,7 @@
|
|
|
21658
22060
|
"members": [
|
|
21659
22061
|
{
|
|
21660
22062
|
"disabled": false,
|
|
21661
|
-
"document": "Quality
|
|
22063
|
+
"document": "Quality inspection item name. valid values:.\n<li>LowEvaluation: specifies the no-reference MOS score of the video.</li>.\n<li>AudioEvaluation: specifies the no-reference MOS score of the audio.</li>.\n<Li>Mosaic: mosaic detection.</li>.\n<Li>CrashScreen: specifies screen glitch detection.</li>.\n<Li>Blur: specifies blur detection.</li>.\n<Li>Jitter: jitter detection.</li>.\n<Li>Noise: noise detection.</li>.\n<Li>QRCode: qr code detection.</li>.\n<Li>BarCode: specifies barcode detection.</li>.\n<Li>AppletCode: specifies mini program code detection.</li>.\n<Li>BlackWhiteEdge: specifies black and white edge detection.</li>.\n<Li>SolidColorScreen: specifies solid color screen detection.</li>.\n<Li>LowLighting: specifies low light.</li>.\n<Li>HighLighting: overexposure.</li>.\n<Li>NoVoice: specifies silence detection.</li>.\n<Li>LowVoice: specifies bass detection.</li>.\n<Li>HighVoice: explosion noise detection.</li>.\n<Li>AudioNoise: specifies audio noise detection.</li>.\n<Li>VideoResolutionChanged: specifies the video resolution change.</li>.\n<Li>AudioSampleRateChanged: specifies the audio sample rate change.</li>.\n<Li>AudioChannelsChanged: indicates the audio channel quantity change.</li>.\n<Li>ParameterSetsChanged: indicates the stream parameter set information has changed.</li>.\n<Li>DarOrSarInvalid: indicates an abnormal video aspect ratio.</li>.\n<li>TimestampFallback: specifies DTS timestamp rollback.</li>.\n<li>DtsJitter: specifies excessive DTS jitter.</li>.\n<li>PtsJitter: indicates excessive PTS jitter.</li>.\n<Li>AACDurationDeviation: specifies an improper aac frame timestamp interval.</li>.\n<Li>AudioDroppingFrames: indicates audio frame dropping.</li>.\n<Li>VideoDroppingFrames: specifies video frame dropping.</li>.\n<Li>AVTimestampInterleave: improper audio-video interleaving.</li>.\n<Li>PtsLessThanDts: specifies that the pts of the media stream is less than the dts.</li>.\n<Li>ReceiveFpsJitter: specifies excessive jitter in the network received frame rate.</li>.\n<Li>ReceiveFpsTooSmall: indicates the network received video frame rate is too low.</li>.\n<li>FpsJitter: specifies excessive jitter in the stream frame rate calculated via PTS.</li>.\n<Li>StreamOpenFailed: indicates the stream open failure.</li>.\n<Li>StreamEnd: specifies the stream end.</li>.\n<Li>StreamParseFailed: specifies the stream parsing failure.</li>.\n<li>VideoFirstFrameNotIdr: first frame not an IDR frame.</li>.\n<Li>StreamNALUError: indicates an nalu start code error.</li>.\n<li>TsStreamNoAud: specifies whether the mpegts H26x stream misses AUD NALU.</li>.\n<Li>AudioStreamLack: no audio stream.</li>.\n<Li>VideoStreamLack: no video stream.</li>.\n<Li>LackAudioRecover: specifies missing audio stream recovery.</li>.\n<Li>LackVideoRecover: missing video stream recovery.</li>.\n<Li>VideoBitrateOutofRange: video stream bitrate (kbps) out of range.</li>.\n<Li>AudioBitrateOutofRange: audio stream bitrate (kbps) out of range.</li>.\n<Li>VideoDecodeFailed: indicates a video decoding error.</li>.\n<Li>AudioDecodeFailed: audio decoding error.</li>.\n<Li>AudioOutOfPhase: specifies opposite phase in dual-channel audio.</li>.\n<Li>VideoDuplicatedFrame: indicates duplicate frames in video streams.</li>.\n<Li>AudioDuplicatedFrame: indicates duplicate frames in audio streams.</li>.\n<Li>VideoRotation: specifies video rotation.</li>.\n<li>TsMultiPrograms: specifies multiple programs in MPEG2-TS streams.</li>.\n<li>Mp4InvalidCodecFourcc: specifies the codec fourcc in Mp4 does not meet Apple HLS requirements.</li>.\n<Li>HLSBadM3u8Format: invalid m3u8 file.</li>.\n<Li>HLSInvalidMasterM3u8: invalid main m3u8 file.</li>.\n<Li>HLSInvalidMediaM3u8: invalid media m3u8 file.</li>.\n<Li>HLSMasterM3u8Recommended: parameters recommended by standards missing in main m3u8.</li>.\n<Li>HLSMediaM3u8Recommended: parameters recommended by standards missing in media m3u8.</li>.\n<li>HLSMediaM3u8DiscontinuityExist: indicates the existence of EXT-X-DISCONTINUITY in media m3u8.</li>.\n<Li>HLSMediaSegmentsStreamNumChange: indicates the number of streams in segments changes.</li>.\n<li>HLSMediaSegmentsPTSJitterDeviation: indicates PTS jumps between segments without EXT-X-DISCONTINUITY.</li>.\n<li>HLSMediaSegmentsDTSJitterDeviation: indicates DTS jumps between segments without EXT-X-DISCONTINUITY.</li>.\n<li>TimecodeTrackExist: TMCD track in MP4.</li>",
|
|
21662
22064
|
"example": "Mosaic",
|
|
21663
22065
|
"member": "string",
|
|
21664
22066
|
"name": "Type",
|
|
@@ -21911,6 +22313,56 @@
|
|
|
21911
22313
|
],
|
|
21912
22314
|
"usage": "both"
|
|
21913
22315
|
},
|
|
22316
|
+
"RawSmartEraseParameter": {
|
|
22317
|
+
"document": "Smart erasure custom parameter.",
|
|
22318
|
+
"members": [
|
|
22319
|
+
{
|
|
22320
|
+
"disabled": false,
|
|
22321
|
+
"document": "Specifies the removal type.\n-subtitle removal.\n-Remove watermark.\n-privacy protection.",
|
|
22322
|
+
"example": "subtitle",
|
|
22323
|
+
"member": "string",
|
|
22324
|
+
"name": "EraseType",
|
|
22325
|
+
"output_required": false,
|
|
22326
|
+
"required": true,
|
|
22327
|
+
"type": "string",
|
|
22328
|
+
"value_allowed_null": false
|
|
22329
|
+
},
|
|
22330
|
+
{
|
|
22331
|
+
"disabled": false,
|
|
22332
|
+
"document": "Subtitle erasure configuration.\nWhen EraseType is subtitle, this field is required.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
22333
|
+
"example": "无",
|
|
22334
|
+
"member": "SmartEraseSubtitleConfig",
|
|
22335
|
+
"name": "EraseSubtitleConfig",
|
|
22336
|
+
"output_required": false,
|
|
22337
|
+
"required": false,
|
|
22338
|
+
"type": "object",
|
|
22339
|
+
"value_allowed_null": true
|
|
22340
|
+
},
|
|
22341
|
+
{
|
|
22342
|
+
"disabled": false,
|
|
22343
|
+
"document": "Specifies the watermark removal configuration.\nWhen EraseType is watermark, this field is required.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
22344
|
+
"example": "无",
|
|
22345
|
+
"member": "SmartEraseWatermarkConfig",
|
|
22346
|
+
"name": "EraseWatermarkConfig",
|
|
22347
|
+
"output_required": false,
|
|
22348
|
+
"required": false,
|
|
22349
|
+
"type": "object",
|
|
22350
|
+
"value_allowed_null": true
|
|
22351
|
+
},
|
|
22352
|
+
{
|
|
22353
|
+
"disabled": false,
|
|
22354
|
+
"document": "Privacy protection configuration.\nWhen EraseType is privacy, this field is required.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
22355
|
+
"example": "无",
|
|
22356
|
+
"member": "SmartErasePrivacyConfig",
|
|
22357
|
+
"name": "ErasePrivacyConfig",
|
|
22358
|
+
"output_required": false,
|
|
22359
|
+
"required": false,
|
|
22360
|
+
"type": "object",
|
|
22361
|
+
"value_allowed_null": true
|
|
22362
|
+
}
|
|
22363
|
+
],
|
|
22364
|
+
"usage": "both"
|
|
22365
|
+
},
|
|
21914
22366
|
"RawSmartSubtitleParameter": {
|
|
21915
22367
|
"document": "Custom smart subtitle parameter.",
|
|
21916
22368
|
"members": [
|
|
@@ -21927,7 +22379,7 @@
|
|
|
21927
22379
|
},
|
|
21928
22380
|
{
|
|
21929
22381
|
"disabled": false,
|
|
21930
|
-
"document": "
|
|
22382
|
+
"document": "Video source language for intelligent caption.\nValid values: \nzh: Simplified Chinese.\nen: Eenglish.\nJa: Japanese.\nKo: Korean.\nzh-PY: Simplified Chinese, English and Cantonese.\nzh-medical: Medical Chinese.\nyue: Cantonese.\nVi: Vietnamese.\nms: Malay.\nid: Indonesian.\nfil: Filipino.\nth: Thai.\npt: Portuguese.\ntr: Turkish.\nar: Arabic.\nes: Spanish.\nhi: Hindi\nFr: French.\nde: German.\nzh-dialect: Chinese dialect\nzh_en: Simplified Chinese and English\nprime_zh: Simplified Chinese, Chinese Dialect and English.",
|
|
21931
22383
|
"example": "zh",
|
|
21932
22384
|
"member": "string",
|
|
21933
22385
|
"name": "VideoSrcLanguage",
|
|
@@ -21938,7 +22390,7 @@
|
|
|
21938
22390
|
},
|
|
21939
22391
|
{
|
|
21940
22392
|
"disabled": false,
|
|
21941
|
-
"document": "
|
|
22393
|
+
"document": "Intelligent subtitle file format.\nvtt: WebVTT format.\nsrt: SRT format.\nIf this field is left blank, no subtitle file will be generated.",
|
|
21942
22394
|
"example": "vtt",
|
|
21943
22395
|
"member": "string",
|
|
21944
22396
|
"name": "SubtitleFormat",
|
|
@@ -21972,7 +22424,7 @@
|
|
|
21972
22424
|
{
|
|
21973
22425
|
"disabled": false,
|
|
21974
22426
|
"document": "ASR hotword lexicon parameter.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
21975
|
-
"example": "
|
|
22427
|
+
"example": "无",
|
|
21976
22428
|
"member": "AsrHotWordsConfigure",
|
|
21977
22429
|
"name": "AsrHotWordsConfigure",
|
|
21978
22430
|
"output_required": false,
|
|
@@ -23627,89 +24079,408 @@
|
|
|
23627
24079
|
],
|
|
23628
24080
|
"usage": "both"
|
|
23629
24081
|
},
|
|
23630
|
-
"
|
|
23631
|
-
"document": "
|
|
24082
|
+
"SmartErasePrivacyConfig": {
|
|
24083
|
+
"document": "Intelligent erasure template privacy protection configuration.",
|
|
23632
24084
|
"members": [
|
|
23633
24085
|
{
|
|
23634
24086
|
"disabled": false,
|
|
23635
|
-
"document": "
|
|
23636
|
-
"example": "
|
|
24087
|
+
"document": "Specifies the privacy protection removal method.\n-Blur: specifies the blur detection.\n-Specifies the mosaic.",
|
|
24088
|
+
"example": "blur",
|
|
23637
24089
|
"member": "string",
|
|
23638
|
-
"name": "
|
|
24090
|
+
"name": "PrivacyModel",
|
|
23639
24091
|
"output_required": false,
|
|
24092
|
+
"required": true,
|
|
23640
24093
|
"type": "string",
|
|
23641
24094
|
"value_allowed_null": false
|
|
23642
24095
|
},
|
|
23643
24096
|
{
|
|
23644
24097
|
"disabled": false,
|
|
23645
|
-
"document": "
|
|
23646
|
-
"example": "
|
|
24098
|
+
"document": "Privacy protection objective. no need to import an array when in use on API Explorer. just add the corresponding item and fill in the value.\n-Human face.\n-License plate.",
|
|
24099
|
+
"example": "[\"face\",\"plate\"]",
|
|
23647
24100
|
"member": "string",
|
|
23648
|
-
"name": "
|
|
24101
|
+
"name": "PrivacyTargets",
|
|
23649
24102
|
"output_required": false,
|
|
23650
|
-
"
|
|
24103
|
+
"required": true,
|
|
24104
|
+
"type": "list",
|
|
23651
24105
|
"value_allowed_null": false
|
|
23652
|
-
}
|
|
24106
|
+
}
|
|
24107
|
+
],
|
|
24108
|
+
"usage": "both"
|
|
24109
|
+
},
|
|
24110
|
+
"SmartEraseSubtitleConfig": {
|
|
24111
|
+
"document": "Intelligent erasure template subtitle configuration.",
|
|
24112
|
+
"members": [
|
|
23653
24113
|
{
|
|
23654
24114
|
"disabled": false,
|
|
23655
|
-
"document": "
|
|
23656
|
-
"example": "
|
|
23657
|
-
"member": "
|
|
23658
|
-
"name": "
|
|
24115
|
+
"document": "Specifies the subtitle erasure method.\n**Automatic erasing:** automatically identifies subtitle text content in videos through AI models and performs seamless erasure to generate new videos. frame interference and unique subtitle styles may cause certain missed or incorrect erasures, which can be handled through specified area erasure.\nWhen using automatic erasure, if AutoAreas is not specified, the default region (lower middle of the frame) will be erased automatically. if AutoAreas is specified, it will change to erase the designated area.\n**Specified area erasing:** if your subtitle position is fixed, directly specify the erasure area to decrease the chance of removal omission to the maximum extent.\nWhen your choice is specified area erasure, please import at least one designated region in CustomAreas.\n-Automated removal.\n- specifies the custom specified area erasure.\n",
|
|
24116
|
+
"example": "auto",
|
|
24117
|
+
"member": "string",
|
|
24118
|
+
"name": "SubtitleEraseMethod",
|
|
23659
24119
|
"output_required": false,
|
|
23660
|
-
"
|
|
24120
|
+
"required": true,
|
|
24121
|
+
"type": "string",
|
|
23661
24122
|
"value_allowed_null": false
|
|
23662
24123
|
},
|
|
23663
24124
|
{
|
|
23664
24125
|
"disabled": false,
|
|
23665
|
-
"document": "
|
|
23666
|
-
"example": "
|
|
24126
|
+
"document": "Subtitle erasure model.\n**Standard version (recommend):** if your subtitle style is standard, normally recommend choose this version for better effectiveness with seamless detail.\n**Regional version:** if your subtitles have special styles such as italics, shadows, or motion effects, we recommend choosing the regional version for larger removal area, though the detail effect is not as good as the standard version.\n-Specifies the standard model.\n-area. specifies the regional model.",
|
|
24127
|
+
"example": "standard",
|
|
23667
24128
|
"member": "string",
|
|
23668
|
-
"name": "
|
|
24129
|
+
"name": "SubtitleModel",
|
|
23669
24130
|
"output_required": false,
|
|
24131
|
+
"required": true,
|
|
23670
24132
|
"type": "string",
|
|
23671
24133
|
"value_allowed_null": false
|
|
23672
24134
|
},
|
|
23673
24135
|
{
|
|
23674
24136
|
"disabled": false,
|
|
23675
|
-
"document": "
|
|
23676
|
-
"example": "
|
|
23677
|
-
"member": "
|
|
23678
|
-
"name": "
|
|
24137
|
+
"document": "Whether OCR subtitle extraction is enabled. default value: OFF.\nSupports enabling OCR subtitle extraction only when SubtitleEraseMethod is set to auto. when enabled, it identifies the longest and most stable text area within the region as the subtitle area, then performs text extraction and removal.\n-ON: enable.\n-OFF. specifies the disabled state.",
|
|
24138
|
+
"example": "ON",
|
|
24139
|
+
"member": "string",
|
|
24140
|
+
"name": "OcrSwitch",
|
|
23679
24141
|
"output_required": false,
|
|
23680
|
-
"
|
|
23681
|
-
"
|
|
24142
|
+
"required": false,
|
|
24143
|
+
"type": "string",
|
|
24144
|
+
"value_allowed_null": false
|
|
23682
24145
|
},
|
|
23683
24146
|
{
|
|
23684
24147
|
"disabled": false,
|
|
23685
|
-
"document": "
|
|
23686
|
-
"example": "
|
|
23687
|
-
"member": "
|
|
23688
|
-
"name": "
|
|
24148
|
+
"document": "Subtitle language, for OCR guidance, default value zh_en. this parameter is valid only when OcrSwitch is ON.\n-Chinese and english.\n-multi other.\nOther supported languages:.\nChinese, english, japanese, korean, spanish, french, german, portuguese, vietnamese, malay, russian, italian, dutch, swedish, finnish, danish, norwegian, hungarian, thai, hindi, arabic, indian-bengali, indian-gujarati, indian-kannada, indian-malayalam, indian-tamil, indian-telugu, slovenian, polish, catalan, bosnian, czech, estonian, croatian, punjabi, marathi, azerbaijani, indonesian, luxembourgish, lithuanian, latvian, maltese, slovak, turkish, kazakh, greek, irish, belarusian, khmer, tagalog, pashto, persian, tajik.\n\n",
|
|
24149
|
+
"example": "zh_en",
|
|
24150
|
+
"member": "string",
|
|
24151
|
+
"name": "SubtitleLang",
|
|
23689
24152
|
"output_required": false,
|
|
23690
|
-
"
|
|
23691
|
-
"
|
|
24153
|
+
"required": false,
|
|
24154
|
+
"type": "string",
|
|
24155
|
+
"value_allowed_null": false
|
|
23692
24156
|
},
|
|
23693
24157
|
{
|
|
23694
24158
|
"disabled": false,
|
|
23695
|
-
"document": "
|
|
23696
|
-
"example": "
|
|
23697
|
-
"member": "
|
|
23698
|
-
"name": "
|
|
24159
|
+
"document": "Specifies the subtitle file format. default value: vtt. this parameter is valid only when OcrSwitch is set to ON.\n-srt format.\n-vtt: WebVTT format.",
|
|
24160
|
+
"example": "vtt",
|
|
24161
|
+
"member": "string",
|
|
24162
|
+
"name": "SubtitleFormat",
|
|
23699
24163
|
"output_required": false,
|
|
23700
|
-
"
|
|
23701
|
-
"
|
|
23702
|
-
|
|
23703
|
-
|
|
23704
|
-
"usage": "out"
|
|
23705
|
-
},
|
|
23706
|
-
"SmartSubtitleTaskAsrFullTextResultOutput": {
|
|
23707
|
-
"document": "Full speech recognition result.",
|
|
23708
|
-
"members": [
|
|
24164
|
+
"required": false,
|
|
24165
|
+
"type": "string",
|
|
24166
|
+
"value_allowed_null": false
|
|
24167
|
+
},
|
|
23709
24168
|
{
|
|
23710
24169
|
"disabled": false,
|
|
23711
|
-
"document": "
|
|
23712
|
-
"example": "
|
|
24170
|
+
"document": "Specifies whether to enable subtitle translation. default value: OFF. this parameter is valid only when OcrSwitch is set to ON.\n-ON: enable.\n-OFF. specifies the disabled state.",
|
|
24171
|
+
"example": "ON",
|
|
24172
|
+
"member": "string",
|
|
24173
|
+
"name": "TransSwitch",
|
|
24174
|
+
"output_required": false,
|
|
24175
|
+
"required": false,
|
|
24176
|
+
"type": "string",
|
|
24177
|
+
"value_allowed_null": false
|
|
24178
|
+
},
|
|
24179
|
+
{
|
|
24180
|
+
"disabled": false,
|
|
24181
|
+
"document": "Subtitle target language. default value: en. this parameter is valid only when TransSwitch is set to ON.\nSupported languages:.\nSimplified chinese.\nSpecifies the language. valid values: en (english).\nJa: japanese.\nKo: korean.\nFr: french.\nes: spanish.\nIt: italian.\nde: german.\ntr: turkish.\nRu: russian.\npt: portuguese.\nVi: vietnamese.\nid: indonesian.\nms: malay.\nTh: thai.\nAr: arabic.\nhi: Hindi",
|
|
24182
|
+
"example": "en",
|
|
24183
|
+
"member": "string",
|
|
24184
|
+
"name": "TransDstLang",
|
|
24185
|
+
"output_required": false,
|
|
24186
|
+
"required": false,
|
|
24187
|
+
"type": "string",
|
|
24188
|
+
"value_allowed_null": false
|
|
24189
|
+
},
|
|
24190
|
+
{
|
|
24191
|
+
"disabled": false,
|
|
24192
|
+
"document": "Specifies automatic removal of a custom region.\nSpecifies the use of an AI model to automatically detect and erase existing targets in the specified region.\nNote that this parameter will not take effect when the removal method is custom. for template modification, input [] to clean up the region. the template region information remains unchanged if not imported.",
|
|
24193
|
+
"example": "无",
|
|
24194
|
+
"member": "EraseArea",
|
|
24195
|
+
"name": "AutoAreas",
|
|
24196
|
+
"output_required": false,
|
|
24197
|
+
"required": false,
|
|
24198
|
+
"type": "list",
|
|
24199
|
+
"value_allowed_null": false
|
|
24200
|
+
},
|
|
24201
|
+
{
|
|
24202
|
+
"disabled": false,
|
|
24203
|
+
"document": "Specifies erasure of a custom region.\nDetects and directly performs removal within a specified time range for the selected region.\nNote: when modifying the template, pass [] to clear the region. the template region information remains unchanged if not passed.",
|
|
24204
|
+
"example": "无",
|
|
24205
|
+
"member": "EraseTimeArea",
|
|
24206
|
+
"name": "CustomAreas",
|
|
24207
|
+
"output_required": false,
|
|
24208
|
+
"required": false,
|
|
24209
|
+
"type": "list",
|
|
24210
|
+
"value_allowed_null": false
|
|
24211
|
+
}
|
|
24212
|
+
],
|
|
24213
|
+
"usage": "both"
|
|
24214
|
+
},
|
|
24215
|
+
"SmartEraseTaskInput": {
|
|
24216
|
+
"document": "Smart erasure task.",
|
|
24217
|
+
"members": [
|
|
24218
|
+
{
|
|
24219
|
+
"disabled": false,
|
|
24220
|
+
"document": "Smart erasure template id.",
|
|
24221
|
+
"example": "101",
|
|
24222
|
+
"member": "int64",
|
|
24223
|
+
"name": "Definition",
|
|
24224
|
+
"output_required": false,
|
|
24225
|
+
"required": false,
|
|
24226
|
+
"type": "int",
|
|
24227
|
+
"value_allowed_null": false
|
|
24228
|
+
},
|
|
24229
|
+
{
|
|
24230
|
+
"disabled": false,
|
|
24231
|
+
"document": "Intelligent erasure custom parameter. valid when Definition is 0. this parameter is used for highly custom scenarios. we recommend you prioritize using Definition to specify intelligent erasure parameters.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
24232
|
+
"example": "无",
|
|
24233
|
+
"member": "RawSmartEraseParameter",
|
|
24234
|
+
"name": "RawParameter",
|
|
24235
|
+
"output_required": false,
|
|
24236
|
+
"required": false,
|
|
24237
|
+
"type": "object",
|
|
24238
|
+
"value_allowed_null": true
|
|
24239
|
+
},
|
|
24240
|
+
{
|
|
24241
|
+
"disabled": false,
|
|
24242
|
+
"document": "Specifies the target storage for files. if left blank, it inherits the upper-level OutputStorage value.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
24243
|
+
"example": "无",
|
|
24244
|
+
"member": "TaskOutputStorage",
|
|
24245
|
+
"name": "OutputStorage",
|
|
24246
|
+
"output_required": false,
|
|
24247
|
+
"required": false,
|
|
24248
|
+
"type": "object",
|
|
24249
|
+
"value_allowed_null": true
|
|
24250
|
+
},
|
|
24251
|
+
{
|
|
24252
|
+
"disabled": false,
|
|
24253
|
+
"document": "Output path of the file, which can be a relative or absolute path.\nSpecifies the output path must end with `.{format}`. variable names, please refer to [filename variable explanation](https://www.tencentcloud.com/document/product/1041/33495?has_map=1).\n**Relative path example**:\n<Li>Filename_{Variable name}.{format}</li>\n<li>Filename.{format}</li>\n\n**Absolute path example**:\n<Li>/Custom path/filename_{variable name}.{format}</li>\n\n**Note**: currently does not support the `BatchProcessMedia` api.",
|
|
24254
|
+
"example": "{inputName}_smarterase.{format}",
|
|
24255
|
+
"member": "string",
|
|
24256
|
+
"name": "OutputObjectPath",
|
|
24257
|
+
"output_required": false,
|
|
24258
|
+
"required": false,
|
|
24259
|
+
"type": "string",
|
|
24260
|
+
"value_allowed_null": false
|
|
24261
|
+
}
|
|
24262
|
+
],
|
|
24263
|
+
"usage": "both"
|
|
24264
|
+
},
|
|
24265
|
+
"SmartEraseTaskResult": {
|
|
24266
|
+
"document": "Smart erasure task result.",
|
|
24267
|
+
"members": [
|
|
24268
|
+
{
|
|
24269
|
+
"disabled": false,
|
|
24270
|
+
"document": "Task status, including PROCESSING, SUCCESS, and FAIL.",
|
|
24271
|
+
"example": "SUCCESS",
|
|
24272
|
+
"member": "string",
|
|
24273
|
+
"name": "Status",
|
|
24274
|
+
"output_required": false,
|
|
24275
|
+
"type": "string",
|
|
24276
|
+
"value_allowed_null": false
|
|
24277
|
+
},
|
|
24278
|
+
{
|
|
24279
|
+
"disabled": false,
|
|
24280
|
+
"document": "Error code. An empty string indicates that the task is successful, and other values indicate that the task has failed. For specific values, see [Error Codes] (https://www.tencentcloud.comom/document/product/862/50369?from_cn_redirect=1#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81).",
|
|
24281
|
+
"example": "InvalidInput",
|
|
24282
|
+
"member": "string",
|
|
24283
|
+
"name": "ErrCodeExt",
|
|
24284
|
+
"output_required": false,
|
|
24285
|
+
"type": "string",
|
|
24286
|
+
"value_allowed_null": false
|
|
24287
|
+
},
|
|
24288
|
+
{
|
|
24289
|
+
"disabled": false,
|
|
24290
|
+
"document": "Error message.",
|
|
24291
|
+
"example": "SUCCESS",
|
|
24292
|
+
"member": "string",
|
|
24293
|
+
"name": "Message",
|
|
24294
|
+
"output_required": false,
|
|
24295
|
+
"type": "string",
|
|
24296
|
+
"value_allowed_null": false
|
|
24297
|
+
},
|
|
24298
|
+
{
|
|
24299
|
+
"disabled": false,
|
|
24300
|
+
"document": "Input of the smart erasure task.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
24301
|
+
"example": "无",
|
|
24302
|
+
"member": "SmartEraseTaskInput",
|
|
24303
|
+
"name": "Input",
|
|
24304
|
+
"output_required": false,
|
|
24305
|
+
"type": "object",
|
|
24306
|
+
"value_allowed_null": true
|
|
24307
|
+
},
|
|
24308
|
+
{
|
|
24309
|
+
"disabled": false,
|
|
24310
|
+
"document": "Output of the smart erasure task.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
24311
|
+
"example": "无",
|
|
24312
|
+
"member": "AiAnalysisTaskDelLogoOutput",
|
|
24313
|
+
"name": "Output",
|
|
24314
|
+
"output_required": false,
|
|
24315
|
+
"type": "object",
|
|
24316
|
+
"value_allowed_null": true
|
|
24317
|
+
},
|
|
24318
|
+
{
|
|
24319
|
+
"disabled": false,
|
|
24320
|
+
"document": "Task progress.\t\t",
|
|
24321
|
+
"example": "100",
|
|
24322
|
+
"member": "uint64",
|
|
24323
|
+
"name": "Progress",
|
|
24324
|
+
"output_required": false,
|
|
24325
|
+
"type": "int",
|
|
24326
|
+
"value_allowed_null": false
|
|
24327
|
+
},
|
|
24328
|
+
{
|
|
24329
|
+
"disabled": false,
|
|
24330
|
+
"document": "Task execution start time in ISO datetime format.",
|
|
24331
|
+
"example": "2024-03-21T10:13:06Z",
|
|
24332
|
+
"member": "string",
|
|
24333
|
+
"name": "BeginProcessTime",
|
|
24334
|
+
"output_required": false,
|
|
24335
|
+
"type": "string",
|
|
24336
|
+
"value_allowed_null": false
|
|
24337
|
+
},
|
|
24338
|
+
{
|
|
24339
|
+
"disabled": false,
|
|
24340
|
+
"document": "Task execution completion time in ISO datetime format.",
|
|
24341
|
+
"example": "2024-03-21T10:14:06Z",
|
|
24342
|
+
"member": "string",
|
|
24343
|
+
"name": "FinishTime",
|
|
24344
|
+
"output_required": false,
|
|
24345
|
+
"type": "string",
|
|
24346
|
+
"value_allowed_null": false
|
|
24347
|
+
}
|
|
24348
|
+
],
|
|
24349
|
+
"usage": "out"
|
|
24350
|
+
},
|
|
24351
|
+
"SmartEraseWatermarkConfig": {
|
|
24352
|
+
"document": "smart erasure template watermark configuration.",
|
|
24353
|
+
"members": [
|
|
24354
|
+
{
|
|
24355
|
+
"disabled": false,
|
|
24356
|
+
"document": "Specifies the watermark removal method.\n**Auto-Removal:** automatically identifies watermarks in the video using model a and generates a new video after removal. suitable for dynamic watermarks.\nWhen using automated removal, if you do not specify AutoAreas, the full-screen video will be erased automatically. if AutoAreas is specified, it will change to erase the designated areas.\n**Specified area erasure:** for static watermarks with fixed locations, we recommend you directly specify the erasure area.\nWhen you choose specified area erasure, import at least one specified region.\n\n-Automated removal.\n-Specifies the custom specified area erasure.",
|
|
24357
|
+
"example": "auto",
|
|
24358
|
+
"member": "string",
|
|
24359
|
+
"name": "WatermarkEraseMethod",
|
|
24360
|
+
"output_required": false,
|
|
24361
|
+
"required": true,
|
|
24362
|
+
"type": "string",
|
|
24363
|
+
"value_allowed_null": false
|
|
24364
|
+
},
|
|
24365
|
+
{
|
|
24366
|
+
"disabled": false,
|
|
24367
|
+
"document": "Specifies the watermark removal model.\nBasic version: average effect, cost-effective, suitable for videos with clean backgrounds or animations.\nAdvanced edition: better effectiveness, suitable for mini-drama and reality style video.\n**Supported values**:\n- basic\n- advanced",
|
|
24368
|
+
"example": "advanced",
|
|
24369
|
+
"member": "string",
|
|
24370
|
+
"name": "WatermarkModel",
|
|
24371
|
+
"output_required": false,
|
|
24372
|
+
"required": true,
|
|
24373
|
+
"type": "string",
|
|
24374
|
+
"value_allowed_null": false
|
|
24375
|
+
},
|
|
24376
|
+
{
|
|
24377
|
+
"disabled": false,
|
|
24378
|
+
"document": "Specifies automatic removal of a custom region.\nSpecifies the use of an AI model to automatically detect and erase existing targets in the specified region.\nNote that this parameter will not take effect when the removal method is custom.",
|
|
24379
|
+
"example": "无",
|
|
24380
|
+
"member": "EraseArea",
|
|
24381
|
+
"name": "AutoAreas",
|
|
24382
|
+
"output_required": false,
|
|
24383
|
+
"required": false,
|
|
24384
|
+
"type": "list",
|
|
24385
|
+
"value_allowed_null": false
|
|
24386
|
+
},
|
|
24387
|
+
{
|
|
24388
|
+
"disabled": false,
|
|
24389
|
+
"document": "Specifies erasure of a custom region.\nDetects and directly performs removal within a specified time range for the selected region.",
|
|
24390
|
+
"example": "无",
|
|
24391
|
+
"member": "EraseTimeArea",
|
|
24392
|
+
"name": "CustomAreas",
|
|
24393
|
+
"output_required": false,
|
|
24394
|
+
"required": false,
|
|
24395
|
+
"type": "list",
|
|
24396
|
+
"value_allowed_null": false
|
|
24397
|
+
}
|
|
24398
|
+
],
|
|
24399
|
+
"usage": "both"
|
|
24400
|
+
},
|
|
24401
|
+
"SmartSubtitleTaskAsrFullTextResult": {
|
|
24402
|
+
"document": "Full speech recognition result.",
|
|
24403
|
+
"members": [
|
|
24404
|
+
{
|
|
24405
|
+
"disabled": false,
|
|
24406
|
+
"document": "Task status, including PROCESSING, SUCCESS, and FAIL.",
|
|
24407
|
+
"example": "PROCESSING",
|
|
24408
|
+
"member": "string",
|
|
24409
|
+
"name": "Status",
|
|
24410
|
+
"output_required": false,
|
|
24411
|
+
"type": "string",
|
|
24412
|
+
"value_allowed_null": false
|
|
24413
|
+
},
|
|
24414
|
+
{
|
|
24415
|
+
"disabled": false,
|
|
24416
|
+
"document": "Error code. An empty string indicates that the task is successful, and other values indicate that the task has failed. For specific values, see [Error Codes] (https://intl.cloud.tencent.com/document/product/862/50369?from_cn_redirect=1#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81).",
|
|
24417
|
+
"example": "InvalidInput",
|
|
24418
|
+
"member": "string",
|
|
24419
|
+
"name": "ErrCodeExt",
|
|
24420
|
+
"output_required": false,
|
|
24421
|
+
"type": "string",
|
|
24422
|
+
"value_allowed_null": false
|
|
24423
|
+
},
|
|
24424
|
+
{
|
|
24425
|
+
"disabled": false,
|
|
24426
|
+
"document": "Error code. 0 indicates that the task is successful, and other values indicate that the task has failed. (This field is not recommended. Use the new error code field ErrCodeExt instead.)",
|
|
24427
|
+
"example": "0",
|
|
24428
|
+
"member": "int64",
|
|
24429
|
+
"name": "ErrCode",
|
|
24430
|
+
"output_required": false,
|
|
24431
|
+
"type": "int",
|
|
24432
|
+
"value_allowed_null": false
|
|
24433
|
+
},
|
|
24434
|
+
{
|
|
24435
|
+
"disabled": false,
|
|
24436
|
+
"document": "Error message.",
|
|
24437
|
+
"example": "task fail",
|
|
24438
|
+
"member": "string",
|
|
24439
|
+
"name": "Message",
|
|
24440
|
+
"output_required": false,
|
|
24441
|
+
"type": "string",
|
|
24442
|
+
"value_allowed_null": false
|
|
24443
|
+
},
|
|
24444
|
+
{
|
|
24445
|
+
"disabled": false,
|
|
24446
|
+
"document": "Input information on the full speech recognition task.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
24447
|
+
"example": "无",
|
|
24448
|
+
"member": "SmartSubtitleTaskResultInput",
|
|
24449
|
+
"name": "Input",
|
|
24450
|
+
"output_required": false,
|
|
24451
|
+
"type": "object",
|
|
24452
|
+
"value_allowed_null": true
|
|
24453
|
+
},
|
|
24454
|
+
{
|
|
24455
|
+
"disabled": false,
|
|
24456
|
+
"document": "Output information on the full speech recognition task.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
24457
|
+
"example": "无",
|
|
24458
|
+
"member": "SmartSubtitleTaskAsrFullTextResultOutput",
|
|
24459
|
+
"name": "Output",
|
|
24460
|
+
"output_required": false,
|
|
24461
|
+
"type": "object",
|
|
24462
|
+
"value_allowed_null": true
|
|
24463
|
+
},
|
|
24464
|
+
{
|
|
24465
|
+
"disabled": false,
|
|
24466
|
+
"document": "Task progress.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
24467
|
+
"example": "100",
|
|
24468
|
+
"member": "uint64",
|
|
24469
|
+
"name": "Progress",
|
|
24470
|
+
"output_required": false,
|
|
24471
|
+
"type": "int",
|
|
24472
|
+
"value_allowed_null": true
|
|
24473
|
+
}
|
|
24474
|
+
],
|
|
24475
|
+
"usage": "out"
|
|
24476
|
+
},
|
|
24477
|
+
"SmartSubtitleTaskAsrFullTextResultOutput": {
|
|
24478
|
+
"document": "Full speech recognition result.",
|
|
24479
|
+
"members": [
|
|
24480
|
+
{
|
|
24481
|
+
"disabled": false,
|
|
24482
|
+
"document": "List of segments for full speech recognition.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
24483
|
+
"example": "无",
|
|
23713
24484
|
"member": "SmartSubtitleTaskAsrFullTextSegmentItem",
|
|
23714
24485
|
"name": "SegmentSet",
|
|
23715
24486
|
"output_required": false,
|
|
@@ -23725,6 +24496,16 @@
|
|
|
23725
24496
|
"output_required": false,
|
|
23726
24497
|
"type": "string",
|
|
23727
24498
|
"value_allowed_null": false
|
|
24499
|
+
},
|
|
24500
|
+
{
|
|
24501
|
+
"disabled": false,
|
|
24502
|
+
"document": "Subtitle file storage location.",
|
|
24503
|
+
"example": "无",
|
|
24504
|
+
"member": "TaskOutputStorage",
|
|
24505
|
+
"name": "OutputStorage",
|
|
24506
|
+
"output_required": false,
|
|
24507
|
+
"type": "object",
|
|
24508
|
+
"value_allowed_null": false
|
|
23728
24509
|
}
|
|
23729
24510
|
],
|
|
23730
24511
|
"usage": "out"
|
|
@@ -23959,7 +24740,7 @@
|
|
|
23959
24740
|
{
|
|
23960
24741
|
"disabled": false,
|
|
23961
24742
|
"document": "List of segments for translation.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
23962
|
-
"example": "
|
|
24743
|
+
"example": "无",
|
|
23963
24744
|
"member": "SmartSubtitleTaskTransTextSegmentItem",
|
|
23964
24745
|
"name": "SegmentSet",
|
|
23965
24746
|
"output_required": false,
|
|
@@ -23975,6 +24756,16 @@
|
|
|
23975
24756
|
"output_required": false,
|
|
23976
24757
|
"type": "string",
|
|
23977
24758
|
"value_allowed_null": false
|
|
24759
|
+
},
|
|
24760
|
+
{
|
|
24761
|
+
"disabled": false,
|
|
24762
|
+
"document": "Subtitle file storage location.",
|
|
24763
|
+
"example": "无",
|
|
24764
|
+
"member": "TaskOutputStorage",
|
|
24765
|
+
"name": "OutputStorage",
|
|
24766
|
+
"output_required": false,
|
|
24767
|
+
"type": "object",
|
|
24768
|
+
"value_allowed_null": false
|
|
23978
24769
|
}
|
|
23979
24770
|
],
|
|
23980
24771
|
"usage": "out"
|
|
@@ -25088,7 +25879,7 @@
|
|
|
25088
25879
|
"members": [
|
|
25089
25880
|
{
|
|
25090
25881
|
"disabled": false,
|
|
25091
|
-
"document": "
|
|
25882
|
+
"document": "Specifies the type of storage location for the media processing service output object. valid values:.\n<Li>COS: cos storage.</li>.\n<Li>AWS-S3: aws storage, suitable for aws tasks only and requires the same region.</li>.\n<Li>VOD: video-on-demand (vod) pro edition</li>.",
|
|
25092
25883
|
"example": "NULL",
|
|
25093
25884
|
"member": "string",
|
|
25094
25885
|
"name": "Type",
|
|
@@ -25100,10 +25891,10 @@
|
|
|
25100
25891
|
{
|
|
25101
25892
|
"disabled": false,
|
|
25102
25893
|
"document": "The location to save the output object in COS. This parameter is valid and required when `Type` is COS.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
25103
|
-
"example": "
|
|
25894
|
+
"example": "无",
|
|
25104
25895
|
"member": "CosOutputStorage",
|
|
25105
25896
|
"name": "CosOutputStorage",
|
|
25106
|
-
"output_required":
|
|
25897
|
+
"output_required": false,
|
|
25107
25898
|
"required": false,
|
|
25108
25899
|
"type": "object",
|
|
25109
25900
|
"value_allowed_null": true
|
|
@@ -25111,10 +25902,21 @@
|
|
|
25111
25902
|
{
|
|
25112
25903
|
"disabled": false,
|
|
25113
25904
|
"document": "The AWS S3 bucket to save the output file. This parameter is required if `Type` is `AWS-S3`.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
25114
|
-
"example": "
|
|
25905
|
+
"example": "无",
|
|
25115
25906
|
"member": "S3OutputStorage",
|
|
25116
25907
|
"name": "S3OutputStorage",
|
|
25117
|
-
"output_required":
|
|
25908
|
+
"output_required": false,
|
|
25909
|
+
"required": false,
|
|
25910
|
+
"type": "object",
|
|
25911
|
+
"value_allowed_null": true
|
|
25912
|
+
},
|
|
25913
|
+
{
|
|
25914
|
+
"disabled": false,
|
|
25915
|
+
"document": "The VOD Pro application and bucket to save the output file. This parameter is required if `Type` is `VOD`.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
25916
|
+
"example": "无",
|
|
25917
|
+
"member": "VODOutputStorage",
|
|
25918
|
+
"name": "VODOutputStorage",
|
|
25919
|
+
"output_required": false,
|
|
25118
25920
|
"required": false,
|
|
25119
25921
|
"type": "object",
|
|
25120
25922
|
"value_allowed_null": true
|
|
@@ -26304,6 +27106,95 @@
|
|
|
26304
27106
|
],
|
|
26305
27107
|
"usage": "in"
|
|
26306
27108
|
},
|
|
27109
|
+
"VODInputInfo": {
|
|
27110
|
+
"document": "VOD Pro object information for MPS.",
|
|
27111
|
+
"members": [
|
|
27112
|
+
{
|
|
27113
|
+
"disabled": false,
|
|
27114
|
+
"document": "Specifies the Bucket ID where the input file resides.",
|
|
27115
|
+
"example": "a00ehq6ocdmo0exn",
|
|
27116
|
+
"member": "string",
|
|
27117
|
+
"name": "Bucket",
|
|
27118
|
+
"output_required": false,
|
|
27119
|
+
"required": false,
|
|
27120
|
+
"type": "string",
|
|
27121
|
+
"value_allowed_null": false
|
|
27122
|
+
},
|
|
27123
|
+
{
|
|
27124
|
+
"disabled": false,
|
|
27125
|
+
"document": "Specifies the region where the input file's Bucket resides.",
|
|
27126
|
+
"example": "ap-chongqing",
|
|
27127
|
+
"member": "string",
|
|
27128
|
+
"name": "Region",
|
|
27129
|
+
"output_required": false,
|
|
27130
|
+
"required": false,
|
|
27131
|
+
"type": "string",
|
|
27132
|
+
"value_allowed_null": false
|
|
27133
|
+
},
|
|
27134
|
+
{
|
|
27135
|
+
"disabled": false,
|
|
27136
|
+
"document": "Path of the input file.",
|
|
27137
|
+
"example": "/movie/201907/WildAnimal.mov",
|
|
27138
|
+
"member": "string",
|
|
27139
|
+
"name": "Object",
|
|
27140
|
+
"output_required": false,
|
|
27141
|
+
"required": false,
|
|
27142
|
+
"type": "string",
|
|
27143
|
+
"value_allowed_null": false
|
|
27144
|
+
},
|
|
27145
|
+
{
|
|
27146
|
+
"disabled": false,
|
|
27147
|
+
"document": "VOD Pro application Id.",
|
|
27148
|
+
"example": "220762",
|
|
27149
|
+
"member": "uint64",
|
|
27150
|
+
"name": "SubAppId",
|
|
27151
|
+
"output_required": false,
|
|
27152
|
+
"required": false,
|
|
27153
|
+
"type": "int",
|
|
27154
|
+
"value_allowed_null": false
|
|
27155
|
+
}
|
|
27156
|
+
],
|
|
27157
|
+
"usage": "both"
|
|
27158
|
+
},
|
|
27159
|
+
"VODOutputStorage": {
|
|
27160
|
+
"document": "VOD Pro output object information for MPS.",
|
|
27161
|
+
"members": [
|
|
27162
|
+
{
|
|
27163
|
+
"disabled": false,
|
|
27164
|
+
"document": "Specifies the destination Bucket ID for the generated output file of MPS.",
|
|
27165
|
+
"example": "a00ehq6ocdmo0exn",
|
|
27166
|
+
"member": "string",
|
|
27167
|
+
"name": "Bucket",
|
|
27168
|
+
"output_required": false,
|
|
27169
|
+
"required": false,
|
|
27170
|
+
"type": "string",
|
|
27171
|
+
"value_allowed_null": false
|
|
27172
|
+
},
|
|
27173
|
+
{
|
|
27174
|
+
"disabled": false,
|
|
27175
|
+
"document": "Specifies the region of the target Bucket for the output.",
|
|
27176
|
+
"example": "ap-chongqing",
|
|
27177
|
+
"member": "string",
|
|
27178
|
+
"name": "Region",
|
|
27179
|
+
"output_required": false,
|
|
27180
|
+
"required": false,
|
|
27181
|
+
"type": "string",
|
|
27182
|
+
"value_allowed_null": false
|
|
27183
|
+
},
|
|
27184
|
+
{
|
|
27185
|
+
"disabled": false,
|
|
27186
|
+
"document": "VOD Pro application Id.",
|
|
27187
|
+
"example": "220762",
|
|
27188
|
+
"member": "uint64",
|
|
27189
|
+
"name": "SubAppId",
|
|
27190
|
+
"output_required": false,
|
|
27191
|
+
"required": false,
|
|
27192
|
+
"type": "int",
|
|
27193
|
+
"value_allowed_null": false
|
|
27194
|
+
}
|
|
27195
|
+
],
|
|
27196
|
+
"usage": "both"
|
|
27197
|
+
},
|
|
26307
27198
|
"VideoDenoiseConfig": {
|
|
26308
27199
|
"document": "Image noise removal configuration.",
|
|
26309
27200
|
"members": [
|
|
@@ -27489,7 +28380,7 @@
|
|
|
27489
28380
|
{
|
|
27490
28381
|
"disabled": false,
|
|
27491
28382
|
"document": "The media processing task ID.",
|
|
27492
|
-
"example": "2xxxx-
|
|
28383
|
+
"example": "2xxxx-asdews",
|
|
27493
28384
|
"member": "string",
|
|
27494
28385
|
"name": "TaskId",
|
|
27495
28386
|
"output_required": true,
|
|
@@ -27529,7 +28420,7 @@
|
|
|
27529
28420
|
{
|
|
27530
28421
|
"disabled": false,
|
|
27531
28422
|
"document": "The information of the file processed.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
27532
|
-
"example": "
|
|
28423
|
+
"example": "无",
|
|
27533
28424
|
"member": "MediaInputInfo",
|
|
27534
28425
|
"name": "InputInfo",
|
|
27535
28426
|
"output_required": true,
|
|
@@ -27539,7 +28430,7 @@
|
|
|
27539
28430
|
{
|
|
27540
28431
|
"disabled": false,
|
|
27541
28432
|
"document": "Metadata of a source video.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
27542
|
-
"example": "
|
|
28433
|
+
"example": "无",
|
|
27543
28434
|
"member": "MediaMetaData",
|
|
27544
28435
|
"name": "MetaData",
|
|
27545
28436
|
"output_required": true,
|
|
@@ -27549,7 +28440,7 @@
|
|
|
27549
28440
|
{
|
|
27550
28441
|
"disabled": false,
|
|
27551
28442
|
"document": "The execution status and result of the media processing task.",
|
|
27552
|
-
"example": "
|
|
28443
|
+
"example": "无",
|
|
27553
28444
|
"member": "MediaProcessTaskResult",
|
|
27554
28445
|
"name": "MediaProcessResultSet",
|
|
27555
28446
|
"output_required": true,
|
|
@@ -27559,7 +28450,7 @@
|
|
|
27559
28450
|
{
|
|
27560
28451
|
"disabled": false,
|
|
27561
28452
|
"document": "Execution status and result of a video content audit task.",
|
|
27562
|
-
"example": "
|
|
28453
|
+
"example": "无",
|
|
27563
28454
|
"member": "AiContentReviewResult",
|
|
27564
28455
|
"name": "AiContentReviewResultSet",
|
|
27565
28456
|
"output_required": true,
|
|
@@ -27569,7 +28460,7 @@
|
|
|
27569
28460
|
{
|
|
27570
28461
|
"disabled": false,
|
|
27571
28462
|
"document": "Execution status and result of video content analysis task.",
|
|
27572
|
-
"example": "
|
|
28463
|
+
"example": "无",
|
|
27573
28464
|
"member": "AiAnalysisResult",
|
|
27574
28465
|
"name": "AiAnalysisResultSet",
|
|
27575
28466
|
"output_required": true,
|
|
@@ -27579,7 +28470,7 @@
|
|
|
27579
28470
|
{
|
|
27580
28471
|
"disabled": false,
|
|
27581
28472
|
"document": "Execution status and result of a video content recognition task.",
|
|
27582
|
-
"example": "
|
|
28473
|
+
"example": "无",
|
|
27583
28474
|
"member": "AiRecognitionResult",
|
|
27584
28475
|
"name": "AiRecognitionResultSet",
|
|
27585
28476
|
"output_required": true,
|
|
@@ -27589,7 +28480,7 @@
|
|
|
27589
28480
|
{
|
|
27590
28481
|
"disabled": false,
|
|
27591
28482
|
"document": "Execution status and results of a media quality inspection task.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
27592
|
-
"example": "
|
|
28483
|
+
"example": "无",
|
|
27593
28484
|
"member": "ScheduleQualityControlTaskResult",
|
|
27594
28485
|
"name": "AiQualityControlTaskResult",
|
|
27595
28486
|
"output_required": true,
|
|
@@ -27599,12 +28490,22 @@
|
|
|
27599
28490
|
{
|
|
27600
28491
|
"disabled": false,
|
|
27601
28492
|
"document": "Execution result of the smart subtitle task.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
27602
|
-
"example": "
|
|
28493
|
+
"example": "无",
|
|
27603
28494
|
"member": "SmartSubtitlesResult",
|
|
27604
28495
|
"name": "SmartSubtitlesTaskResult",
|
|
27605
28496
|
"output_required": false,
|
|
27606
28497
|
"type": "list",
|
|
27607
28498
|
"value_allowed_null": true
|
|
28499
|
+
},
|
|
28500
|
+
{
|
|
28501
|
+
"disabled": false,
|
|
28502
|
+
"document": "Execution result of the smart erasure task.\nNote: This field may return null, indicating that no valid value can be obtained.",
|
|
28503
|
+
"example": "无",
|
|
28504
|
+
"member": "SmartEraseTaskResult",
|
|
28505
|
+
"name": "SmartEraseTaskResult",
|
|
28506
|
+
"output_required": false,
|
|
28507
|
+
"type": "object",
|
|
28508
|
+
"value_allowed_null": true
|
|
27608
28509
|
}
|
|
27609
28510
|
],
|
|
27610
28511
|
"usage": "out"
|