tccli-intl-en 3.1.11.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.
Files changed (84) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +9 -0
  3. tccli/services/advisor/advisor_client.py +56 -0
  4. tccli/services/advisor/v20200721/api.json +34 -0
  5. tccli/services/advisor/v20200721/examples.json +8 -0
  6. tccli/services/ai3d/__init__.py +4 -0
  7. tccli/services/ai3d/ai3d_client.py +266 -0
  8. tccli/services/ai3d/v20250513/api.json +264 -0
  9. tccli/services/ai3d/v20250513/examples.json +20 -0
  10. tccli/services/autoscaling/v20180419/api.json +41 -13
  11. tccli/services/billing/billing_client.py +172 -4
  12. tccli/services/billing/v20180709/api.json +332 -1
  13. tccli/services/billing/v20180709/examples.json +24 -0
  14. tccli/services/ccc/v20200210/api.json +71 -26
  15. tccli/services/cdb/cdb_client.py +1128 -288
  16. tccli/services/cdb/v20170320/api.json +2166 -335
  17. tccli/services/cdb/v20170320/examples.json +126 -6
  18. tccli/services/cdn/v20180606/api.json +22 -22
  19. tccli/services/cdn/v20180606/examples.json +1 -1
  20. tccli/services/ckafka/ckafka_client.py +120 -8
  21. tccli/services/ckafka/v20190819/api.json +525 -180
  22. tccli/services/ckafka/v20190819/examples.json +30 -20
  23. tccli/services/clb/v20180317/api.json +87 -87
  24. tccli/services/csip/csip_client.py +392 -0
  25. tccli/services/csip/v20221121/api.json +2050 -284
  26. tccli/services/csip/v20221121/examples.json +56 -0
  27. tccli/services/cvm/v20170312/api.json +23 -23
  28. tccli/services/cvm/v20170312/examples.json +32 -32
  29. tccli/services/emr/v20190103/api.json +6 -6
  30. tccli/services/faceid/v20180301/api.json +102 -52
  31. tccli/services/faceid/v20180301/examples.json +3 -9
  32. tccli/services/hunyuan/__init__.py +4 -0
  33. tccli/services/hunyuan/hunyuan_client.py +714 -0
  34. tccli/services/hunyuan/v20230901/api.json +1131 -0
  35. tccli/services/hunyuan/v20230901/examples.json +84 -0
  36. tccli/services/lighthouse/lighthouse_client.py +360 -24
  37. tccli/services/lighthouse/v20200324/api.json +488 -0
  38. tccli/services/lighthouse/v20200324/examples.json +54 -0
  39. tccli/services/lkeap/v20240522/api.json +36 -0
  40. tccli/services/lkeap/v20240522/examples.json +1 -1
  41. tccli/services/mdl/mdl_client.py +192 -24
  42. tccli/services/mdl/v20200326/api.json +761 -77
  43. tccli/services/mdl/v20200326/examples.json +24 -0
  44. tccli/services/mdp/v20200527/api.json +191 -28
  45. tccli/services/mongodb/v20190725/api.json +39 -39
  46. tccli/services/monitor/v20180724/api.json +5 -5
  47. tccli/services/mps/mps_client.py +397 -61
  48. tccli/services/mps/v20190612/api.json +1190 -132
  49. tccli/services/mps/v20190612/examples.json +76 -22
  50. tccli/services/mqtt/__init__.py +4 -0
  51. tccli/services/mqtt/mqtt_client.py +1610 -0
  52. tccli/services/mqtt/v20240516/api.json +3057 -0
  53. tccli/services/mqtt/v20240516/examples.json +213 -0
  54. tccli/services/ocr/v20181119/api.json +23 -3
  55. tccli/services/ocr/v20181119/examples.json +6 -6
  56. tccli/services/redis/v20180412/api.json +12 -12
  57. tccli/services/ses/ses_client.py +348 -12
  58. tccli/services/ses/v20201002/api.json +1197 -256
  59. tccli/services/ses/v20201002/examples.json +78 -24
  60. tccli/services/tcsas/tcsas_client.py +2281 -209
  61. tccli/services/tcsas/v20250106/api.json +8410 -3423
  62. tccli/services/tcsas/v20250106/examples.json +308 -12
  63. tccli/services/tdmq/v20200217/api.json +4 -4
  64. tccli/services/teo/teo_client.py +56 -0
  65. tccli/services/teo/v20220901/api.json +111 -12
  66. tccli/services/teo/v20220901/examples.json +8 -0
  67. tccli/services/tke/tke_client.py +168 -0
  68. tccli/services/tke/v20180525/api.json +227 -0
  69. tccli/services/tke/v20180525/examples.json +24 -0
  70. tccli/services/trocket/v20230308/api.json +96 -96
  71. tccli/services/trtc/v20190722/api.json +212 -144
  72. tccli/services/trtc/v20190722/examples.json +7 -7
  73. tccli/services/vod/v20180717/api.json +2929 -296
  74. tccli/services/vod/v20180717/examples.json +40 -6
  75. tccli/services/vod/vod_client.py +280 -0
  76. tccli/services/vpc/v20170312/api.json +80 -13
  77. tccli/services/vpc/v20170312/examples.json +17 -9
  78. tccli/services/vpc/vpc_client.py +64 -8
  79. {tccli_intl_en-3.1.11.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/METADATA +2 -2
  80. {tccli_intl_en-3.1.11.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/RECORD +84 -72
  81. {tccli_intl_en-3.1.11.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/WHEEL +1 -1
  82. {tccli_intl_en-3.1.11.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/LICENSE +0 -0
  83. {tccli_intl_en-3.1.11.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/entry_points.txt +0 -0
  84. {tccli_intl_en-3.1.11.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/top_level.txt +0 -0
@@ -28,6 +28,20 @@
28
28
  "output": "CreateAdaptiveDynamicStreamingTemplateResponse",
29
29
  "status": "online"
30
30
  },
31
+ "CreateAigcImageTask": {
32
+ "document": "This API is used to create an AIGC image generation task.",
33
+ "input": "CreateAigcImageTaskRequest",
34
+ "name": "Create AIGC Image Task",
35
+ "output": "CreateAigcImageTaskResponse",
36
+ "status": "online"
37
+ },
38
+ "CreateAigcVideoTask": {
39
+ "document": "This API is used to create an AIGC video generation task.",
40
+ "input": "CreateAigcVideoTaskRequest",
41
+ "name": "Create AIGC Video Task",
42
+ "output": "CreateAigcVideoTaskResponse",
43
+ "status": "online"
44
+ },
31
45
  "CreateAnimatedGraphicsTemplate": {
32
46
  "document": "This API is used to create a custom animated image generating template. Up to 16 templates can be created.",
33
47
  "input": "CreateAnimatedGraphicsTemplateRequest",
@@ -43,7 +57,7 @@
43
57
  "status": "online"
44
58
  },
45
59
  "CreateBlindWatermarkTemplate": {
46
- "document": "This API is used to create a user-defined digital watermark template with an upper limit of 1000.",
60
+ "document": "This API is used to create a user-defined digital watermark template.",
47
61
  "input": "CreateBlindWatermarkTemplateRequest",
48
62
  "name": "Creates a digital watermark template",
49
63
  "output": "CreateBlindWatermarkTemplateResponse",
@@ -322,6 +336,20 @@
322
336
  "output": "DescribeAdaptiveDynamicStreamingTemplatesResponse",
323
337
  "status": "online"
324
338
  },
339
+ "DescribeAigcImageTask": {
340
+ "document": "This API is used to query the details of the AIGC image task execution status and results by task ID (tasks submitted within the last 7 days can be queried).",
341
+ "input": "DescribeAigcImageTaskRequest",
342
+ "name": "Describe AIGC Image Task",
343
+ "output": "DescribeAigcImageTaskResponse",
344
+ "status": "online"
345
+ },
346
+ "DescribeAigcVideoTask": {
347
+ "document": "This API is used to query the details of the AIGC video task execution status and results by task ID (tasks submitted within the last 7 days can be queried).",
348
+ "input": "DescribeAigcVideoTaskRequest",
349
+ "name": "Describe AIGC Video Task",
350
+ "output": "DescribeAigcVideoTaskResponse",
351
+ "status": "online"
352
+ },
325
353
  "DescribeAnimatedGraphicsTemplates": {
326
354
  "document": "This API is used to query the list of animated image generating templates and supports paged queries by filters.",
327
355
  "input": "DescribeAnimatedGraphicsTemplatesRequest",
@@ -476,6 +504,13 @@
476
504
  "output": "DescribeTranscodeTemplatesResponse",
477
505
  "status": "online"
478
506
  },
507
+ "DescribeUsageData": {
508
+ "document": "This API is used to return the daily Media Processing Service (MPS) usage information within the specified query time range.\n 1. MPS statistical data from the last 365 days can be queried.\n 2. The query time span should not exceed 90 days.",
509
+ "input": "DescribeUsageDataRequest",
510
+ "name": "Queries usage information",
511
+ "output": "DescribeUsageDataResponse",
512
+ "status": "online"
513
+ },
479
514
  "DescribeWatermarkTemplates": {
480
515
  "document": "This API is used to query custom watermarking templates and supports paged queries by filters.",
481
516
  "input": "DescribeWatermarkTemplatesRequest",
@@ -722,7 +757,7 @@
722
757
  "status": "online"
723
758
  },
724
759
  "ProcessMedia": {
725
- "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).",
760
+ "document": "This API is used to initiate a processing task for video URLs or media files in Cloud Object Storage (COS). Features include:\n- Audio/Video transcoding (such as standard transcoding, top speed codec (TSC) transcoding, audio/video enhancement, visible watermark addition, and digital watermark addition).\n- Adaptive bitrate streaming conversion for audios/videos.\n- Video-to-GIF conversion.\n- Time point screenshot of videos.\n- Sampled screenshot of videos.\n- Image sprite of video screenshots.\n- Media quality inspection (such as media format diagnosis, audio/video content detection, and scoring without reference, where audio/video content detection mainly covers jitter, blur, low light, overexposure, screen glitches, noise, mosaic, QR code, and other issues).\n- Smart subtitle (such as subtitle generation and translation).\n- Smart erasing (such as watermark removal, subtitle removal, and privacy protection).\n- Smart content moderation (such as pornography detection and sensitive information detection).\n- Smart content analysis (such as tags, classifications, covers, frame tags, video splitting, highlights, opening and ending clips, and marking points for games).\n- Smart content recognition (such as human faces, full texts, text keywords, full speech, speech keywords, speech translation, and object recognition).",
726
761
  "input": "ProcessMediaRequest",
727
762
  "name": "Starts a media processing task",
728
763
  "output": "ProcessMediaResponse",
@@ -734,6 +769,13 @@
734
769
  "name": "Resets a workflow",
735
770
  "output": "ResetWorkflowResponse",
736
771
  "status": "online"
772
+ },
773
+ "TextTranslation": {
774
+ "document": "This API is used to translate text.",
775
+ "input": "TextTranslationRequest",
776
+ "name": "Translates text",
777
+ "output": "TextTranslationResponse",
778
+ "status": "online"
737
779
  }
738
780
  },
739
781
  "metadata": {
@@ -6541,6 +6583,157 @@
6541
6583
  ],
6542
6584
  "usage": "in"
6543
6585
  },
6586
+ "AigcImageExtraParam": {
6587
+ "document": "",
6588
+ "members": [
6589
+ {
6590
+ "disabled": false,
6591
+ "document": "",
6592
+ "example": "16:9",
6593
+ "member": "string",
6594
+ "name": "AspectRatio",
6595
+ "output_required": false,
6596
+ "required": false,
6597
+ "type": "string",
6598
+ "value_allowed_null": false
6599
+ },
6600
+ {
6601
+ "disabled": false,
6602
+ "document": "",
6603
+ "example": "1080P",
6604
+ "member": "string",
6605
+ "name": "Resolution",
6606
+ "output_required": false,
6607
+ "required": false,
6608
+ "type": "string",
6609
+ "value_allowed_null": false
6610
+ }
6611
+ ],
6612
+ "usage": "both"
6613
+ },
6614
+ "AigcImageInfo": {
6615
+ "document": "",
6616
+ "members": [
6617
+ {
6618
+ "disabled": false,
6619
+ "document": "",
6620
+ "example": "https://****.vod-qcloud.com/6cd2c44bvodcq1500039689/179cafb25145403699605999621/Clc***E6jcA.png",
6621
+ "member": "string",
6622
+ "name": "ImageUrl",
6623
+ "output_required": false,
6624
+ "required": false,
6625
+ "type": "string",
6626
+ "value_allowed_null": false
6627
+ },
6628
+ {
6629
+ "disabled": false,
6630
+ "document": "",
6631
+ "example": "asset",
6632
+ "member": "string",
6633
+ "name": "ReferenceType",
6634
+ "output_required": false,
6635
+ "required": false,
6636
+ "type": "string",
6637
+ "value_allowed_null": false
6638
+ }
6639
+ ],
6640
+ "usage": "both"
6641
+ },
6642
+ "AigcStoreCosParam": {
6643
+ "document": "",
6644
+ "members": [
6645
+ {
6646
+ "disabled": false,
6647
+ "document": "",
6648
+ "example": "aigc-test-video-1303333058",
6649
+ "member": "string",
6650
+ "name": "CosBucketName",
6651
+ "output_required": false,
6652
+ "required": false,
6653
+ "type": "string",
6654
+ "value_allowed_null": false
6655
+ },
6656
+ {
6657
+ "disabled": false,
6658
+ "document": "",
6659
+ "example": "ap-guangzhou",
6660
+ "member": "string",
6661
+ "name": "CosBucketRegion",
6662
+ "output_required": false,
6663
+ "required": false,
6664
+ "type": "string",
6665
+ "value_allowed_null": false
6666
+ },
6667
+ {
6668
+ "disabled": false,
6669
+ "document": "",
6670
+ "example": "my_cos_file",
6671
+ "member": "string",
6672
+ "name": "CosBucketPath",
6673
+ "output_required": false,
6674
+ "required": false,
6675
+ "type": "string",
6676
+ "value_allowed_null": false
6677
+ }
6678
+ ],
6679
+ "usage": "both"
6680
+ },
6681
+ "AigcVideoExtraParam": {
6682
+ "document": "",
6683
+ "members": [
6684
+ {
6685
+ "disabled": false,
6686
+ "document": "",
6687
+ "example": "720P",
6688
+ "member": "string",
6689
+ "name": "Resolution",
6690
+ "output_required": false,
6691
+ "required": false,
6692
+ "type": "string",
6693
+ "value_allowed_null": false
6694
+ },
6695
+ {
6696
+ "disabled": false,
6697
+ "document": "",
6698
+ "example": "16:9",
6699
+ "member": "string",
6700
+ "name": "AspectRatio",
6701
+ "output_required": false,
6702
+ "required": false,
6703
+ "type": "string",
6704
+ "value_allowed_null": false
6705
+ }
6706
+ ],
6707
+ "usage": "both"
6708
+ },
6709
+ "AigcVideoReferenceImageInfo": {
6710
+ "document": "",
6711
+ "members": [
6712
+ {
6713
+ "disabled": false,
6714
+ "document": "",
6715
+ "example": "http://myimage.com/mps/image.png",
6716
+ "member": "string",
6717
+ "name": "ImageUrl",
6718
+ "output_required": false,
6719
+ "required": false,
6720
+ "type": "string",
6721
+ "value_allowed_null": false
6722
+ },
6723
+ {
6724
+ "disabled": false,
6725
+ "document": "",
6726
+ "example": "asset",
6727
+ "member": "string",
6728
+ "name": "ReferenceType",
6729
+ "output_required": false,
6730
+ "required": false,
6731
+ "type": "string",
6732
+ "value_allowed_null": false
6733
+ }
6734
+ ],
6735
+ "usage": "both"
6736
+ },
6544
6737
  "AnimatedGraphicTaskInput": {
6545
6738
  "document": "Type of an animated image generating task.",
6546
6739
  "members": [
@@ -7171,7 +7364,7 @@
7171
7364
  },
7172
7365
  {
7173
7366
  "disabled": false,
7174
- "document": "Sampling rate of the audio stream. Different encoding standards support different sampling rate options. The value of 0 indicates using the sampling rate value of the source audio.\nFor details, see [Supported Range of Audio Sampling Rate](https://www.tencentcloud.comom/document/product/862/77166?from_cn_redirect=1#f3b039f1-d817-4a96-b4e4-90132d31cd53).\nUnit: Hz.\nNote: Make sure that the sampling rate of the source audio stream is among the above options. Otherwise, transcoding may fail.",
7367
+ "document": "Sampling rate of the audio stream. Different encoding standards support different sampling rate options. The value of 0 indicates using the sampling rate value of the source audio.\nFor details, see [Supported Range of Audio Sampling Rate](https://www.tencentcloud.com/document/product/862/77166?from_cn_redirect=1#f3b039f1-d817-4a96-b4e4-90132d31cd53).\nUnit: Hz.\nNote: Make sure that the sampling rate of the source audio stream is among the above options. Otherwise, transcoding may fail.",
7175
7368
  "example": "44100",
7176
7369
  "member": "uint64",
7177
7370
  "name": "SampleRate",
@@ -7232,7 +7425,7 @@
7232
7425
  },
7233
7426
  {
7234
7427
  "disabled": false,
7235
- "document": "Sampling rate of the audio stream. Different encoding standards support different sampling rate options. The value of 0 indicates using the sampling rate value of the source audio.\nFor details, see [Supported Range of Audio Sampling Rate](https://www.tencentcloud.comom/document/product/862/77166?from_cn_redirect=1#f3b039f1-d817-4a96-b4e4-90132d31cd53).\nUnit: Hz.\nNote: Make sure that the sampling rate of the source audio stream is among the above options. Otherwise, transcoding may fail.\nNote: This field may return null, indicating that no valid values can be obtained.",
7428
+ "document": "Sampling rate of the audio stream. Different encoding standards support different sampling rate options. The value of 0 indicates using the sampling rate value of the source audio.\nFor details, see [Supported Range of Audio Sampling Rate](https://www.tencentcloud.com/document/product/862/77166?from_cn_redirect=1#f3b039f1-d817-4a96-b4e4-90132d31cd53).\nUnit: Hz.\nNote: Make sure that the sampling rate of the source audio stream is among the above options. Otherwise, transcoding may fail.\nNote: This field may return null, indicating that no valid values can be obtained.",
7236
7429
  "example": "44100",
7237
7430
  "member": "uint64",
7238
7431
  "name": "SampleRate",
@@ -7681,7 +7874,7 @@
7681
7874
  },
7682
7875
  {
7683
7876
  "disabled": false,
7684
- "document": "Creation time of the digital watermark template in [ISO date and time format](https://www.tencentcloud.comom/document/product/862/37710?from_cn_redirect=1#52).",
7877
+ "document": "Creation time of the digital watermark template in [ISO date and time format](https://www.tencentcloud.com/document/product/862/37710?from_cn_redirect=1#52).",
7685
7878
  "example": "2025-08-01T18:00:00+08:00",
7686
7879
  "member": "string",
7687
7880
  "name": "CreateTime",
@@ -7691,7 +7884,7 @@
7691
7884
  },
7692
7885
  {
7693
7886
  "disabled": false,
7694
- "document": "Last modification time of the digital watermark template in [ISO date and time format](https://www.tencentcloud.comom/document/product/862/37710?from_cn_redirect=1#52).",
7887
+ "document": "Last modification time of the digital watermark template in [ISO date and time format](https://www.tencentcloud.com/document/product/862/37710?from_cn_redirect=1#52).",
7695
7888
  "example": "2025-08-01T18:00:00+08:00",
7696
7889
  "member": "string",
7697
7890
  "name": "UpdateTime",
@@ -9146,7 +9339,7 @@
9146
9339
  },
9147
9340
  {
9148
9341
  "disabled": false,
9149
- "document": "Sharding type. available values: <li>ts-segment: HLS+ts segment</li> <li>ts-byterange: HLS+ts byte range</li> <li>mp4-segment: HLS+mp4 segment</li> <li>mp4-byterange: HLS+mp4 byte range</li> <li>ts-packed-audio: ts+packed audio</li> <li>mp4-packed-audio: mp4+packed audio</li> default value: ts-segment. \nNote: the shard format of the adaptive bitrate stream is based on this field.",
9342
+ "document": "Segment type. Valid values: <li>ts-segment: HLS+TS segment</li>; <li>ts-byterange: HLS+TS byte range</li>; <li>mp4-segment: HLS+MP4 segment</li>; <li>mp4-byterange: HLS/DASH+MP4 byte range</li>; <li>ts-packed-audio: TS+Packed Audio</li>; <li>mp4-packed-audio: MP4+Packed Audio</li>. The default value is ts-segment.\n \nNote: The segment format for the adaptive bitrate streaming is based on this field. The value of SegmentType can only be mp4-byterange in DASH format.",
9150
9343
  "example": "ts-segment",
9151
9344
  "member": "string",
9152
9345
  "name": "SegmentType",
@@ -9178,95 +9371,104 @@
9178
9371
  ],
9179
9372
  "type": "object"
9180
9373
  },
9181
- "CreateAnimatedGraphicsTemplateRequest": {
9182
- "document": "CreateAnimatedGraphicsTemplate request structure.",
9374
+ "CreateAigcImageTaskRequest": {
9375
+ "document": "CreateAigcImageTask request structure.",
9183
9376
  "members": [
9184
9377
  {
9185
9378
  "disabled": false,
9186
- "document": "Video frame rate in Hz. Value range: [1, 30].",
9187
- "example": "30",
9188
- "member": "uint64",
9189
- "name": "Fps",
9190
- "required": true,
9191
- "type": "int"
9379
+ "document": "Model Name. Currently supported models include: Hunyuan,GEM,Qwen.",
9380
+ "example": "GEM",
9381
+ "member": "string",
9382
+ "name": "ModelName",
9383
+ "required": false,
9384
+ "type": "string"
9192
9385
  },
9193
9386
  {
9194
9387
  "disabled": false,
9195
- "document": "Maximum value of the width (or long side) of an animated image in px. Value range: 0 and [128, 4,096].\n<li>If both `Width` and `Height` are 0, the resolution will be the same as that of the source video;</li>\n<li>If `Width` is 0, but `Height` is not 0, `Width` will be proportionally scaled;</li>\n<li>If `Width` is not 0, but `Height` is 0, `Height` will be proportionally scaled;</li>\n<li>If both `Width` and `Height` are not 0, the custom resolution will be used.</li>\nDefault value: 0.",
9196
- "example": "540",
9197
- "member": "uint64",
9198
- "name": "Width",
9388
+ "document": "Specify the version number of a particular model. By default, the system utilizes the currently supported stable version of the model. \n1. GEM, available options [2.5, 3.0].\n",
9389
+ "example": "2.0",
9390
+ "member": "string",
9391
+ "name": "ModelVersion",
9199
9392
  "required": false,
9200
- "type": "int"
9393
+ "type": "string"
9201
9394
  },
9202
9395
  {
9203
9396
  "disabled": false,
9204
- "document": "Maximum value of the height (or short side) of a video stream in px. Value range: 0 and [128, 4,096].\n<li>If both `Width` and `Height` are 0, the resolution will be the same as that of the source video;</li>\n<li>If `Width` is 0, but `Height` is not 0, `Width` will be proportionally scaled;</li>\n<li>If `Width` is not 0, but `Height` is 0, `Height` will be proportionally scaled;</li>\n<li>If both `Width` and `Height` are not 0, the custom resolution will be used.</li>\nDefault value: 0.",
9205
- "example": "960",
9206
- "member": "uint64",
9207
- "name": "Height",
9397
+ "document": "\nGenerate a description of the image. (Note: The maximum supported length is 1000 characters.) This parameter is mandatory when no reference image is provided.\n",
9398
+ "example": "draw a cat",
9399
+ "member": "string",
9400
+ "name": "Prompt",
9208
9401
  "required": false,
9209
- "type": "int"
9402
+ "type": "string"
9210
9403
  },
9211
9404
  {
9212
9405
  "disabled": false,
9213
- "document": "Resolution adaption. Valid values:\n<li>open: enabled. In this case, `Width` represents the long side of a video, while `Height` the short side;</li>\n<li>close: disabled. In this case, `Width` represents the width of a video, while `Height` the height.</li>\nDefault value: open.",
9214
- "example": "close",
9406
+ "document": "Used to specify the content you wish to prevent the model from generating.Note: Supported by select models.Examples: \nOverhead lighting, vibrant colors \nHuman figures, animals \nMultiple vehicles, wind",
9407
+ "example": "adult face",
9215
9408
  "member": "string",
9216
- "name": "ResolutionAdaptive",
9409
+ "name": "NegativePrompt",
9217
9410
  "required": false,
9218
9411
  "type": "string"
9219
9412
  },
9220
9413
  {
9221
9414
  "disabled": false,
9222
- "document": "Animated image format. Valid values: gif; webp. Default value: gif.",
9223
- "example": "gif",
9224
- "member": "string",
9225
- "name": "Format",
9415
+ "document": "The default value is False, where the model strictly adheres to instructions. For optimal results with more refined prompts, setting this parameter to True will automatically optimize the input prompt to enhance generation quality.\n",
9416
+ "example": "false",
9417
+ "member": "bool",
9418
+ "name": "EnhancePrompt",
9226
9419
  "required": false,
9227
- "type": "string"
9420
+ "type": "bool"
9228
9421
  },
9229
9422
  {
9230
9423
  "disabled": false,
9231
- "document": "Image quality. Value range: [1, 100]. Default value: 75.",
9232
- "example": "75",
9233
- "member": "float",
9234
- "name": "Quality",
9424
+ "document": "\nSupports single image input by default. Models supporting multi-image input include GEM (up to 3 images). \nRecommended image size should be under 7MB, with support for JPEG, PNG, and WebP formats.\n",
9425
+ "example": "",
9426
+ "member": "AigcImageInfo",
9427
+ "name": "ImageInfos",
9235
9428
  "required": false,
9236
- "type": "float"
9429
+ "type": "list"
9237
9430
  },
9238
9431
  {
9239
9432
  "disabled": false,
9240
- "document": "Name of an animated image generating template. Length limit: 64 characters.",
9241
- "example": "转动图模板1",
9242
- "member": "string",
9243
- "name": "Name",
9433
+ "document": "Used to pass additional parameters.",
9434
+ "example": "",
9435
+ "member": "AigcImageExtraParam",
9436
+ "name": "ExtraParameters",
9244
9437
  "required": false,
9245
- "type": "string"
9438
+ "type": "object"
9246
9439
  },
9247
9440
  {
9248
9441
  "disabled": false,
9249
- "document": "Template description. Length limit: 256 characters.",
9250
- "example": "转动图模板1",
9442
+ "document": "The output files will be stored in the specified COS bucket. Note: COS service must be activated, and the MPS_QcsRole needs to be created and properly authorized.",
9443
+ "example": "",
9444
+ "member": "AigcStoreCosParam",
9445
+ "name": "StoreCosParam",
9446
+ "required": false,
9447
+ "type": "object"
9448
+ },
9449
+ {
9450
+ "disabled": false,
9451
+ "document": "Interface operator name.",
9452
+ "example": "admin",
9251
9453
  "member": "string",
9252
- "name": "Comment",
9454
+ "name": "Operator",
9253
9455
  "required": false,
9254
9456
  "type": "string"
9255
9457
  }
9256
9458
  ],
9257
9459
  "type": "object"
9258
9460
  },
9259
- "CreateAnimatedGraphicsTemplateResponse": {
9260
- "document": "CreateAnimatedGraphicsTemplate response structure.",
9461
+ "CreateAigcImageTaskResponse": {
9462
+ "document": "CreateAigcImageTask response structure.",
9261
9463
  "members": [
9262
9464
  {
9263
9465
  "disabled": false,
9264
- "document": "Unique ID of an animated image generating template.",
9265
- "example": "1008",
9266
- "member": "uint64",
9267
- "name": "Definition",
9268
- "output_required": true,
9269
- "type": "int",
9466
+ "document": "Returns the task ID.",
9467
+ "example": "4-AigcImage-c3b145ec76****94ac55b9e63be17d",
9468
+ "member": "string",
9469
+ "name": "TaskId",
9470
+ "output_required": false,
9471
+ "type": "string",
9270
9472
  "value_allowed_null": false
9271
9473
  },
9272
9474
  {
@@ -9278,68 +9480,313 @@
9278
9480
  ],
9279
9481
  "type": "object"
9280
9482
  },
9281
- "CreateAsrHotwordsRequest": {
9282
- "document": "CreateAsrHotwords request structure.",
9483
+ "CreateAigcVideoTaskRequest": {
9484
+ "document": "CreateAigcVideoTask request structure.",
9283
9485
  "members": [
9284
9486
  {
9285
9487
  "disabled": false,
9286
- "document": "0: temporary hotword; 1 file-based hotword.",
9287
- "example": "0",
9288
- "member": "uint64",
9289
- "name": "Type",
9290
- "required": true,
9291
- "type": "int"
9488
+ "document": "Model Name. Currently supported models include: Hunyuan, Hailuo, Kling, Vidu, OS, GV",
9489
+ "example": "Hailuo",
9490
+ "member": "string",
9491
+ "name": "ModelName",
9492
+ "required": false,
9493
+ "type": "string"
9292
9494
  },
9293
9495
  {
9294
9496
  "disabled": false,
9295
- "document": "Hotword lexicon name.",
9296
- "example": "HotwordsName",
9497
+ "document": "Specify the version number of a particular model. By default, the system uses the currently supported stable version of the model. \n1. Hailuo: Available options [02, 2.3]. \n2. Kling: Available options [2.0, 2.1, 2.5, O1, 2.6]. \n3. Vidu: Available options [q2, q2-pro, q2-turbo]. \n4. GV: Available option [3.1]. \n5. OS: Available option [2.0].",
9498
+ "example": "2.3",
9297
9499
  "member": "string",
9298
- "name": "Name",
9299
- "required": true,
9500
+ "name": "ModelVersion",
9501
+ "required": false,
9300
9502
  "type": "string"
9301
9503
  },
9302
9504
  {
9303
9505
  "disabled": false,
9304
- "document": "Hotword lexicon text. This field is required if Type is set to 0.",
9305
- "example": "腾讯云|10,语音识别|5,ASR|10",
9506
+ "document": "Generate video description. (Note: Maximum 2000 characters supported). This parameter is mandatory when no images are provided.",
9507
+ "example": "move the picture",
9306
9508
  "member": "string",
9307
- "name": "Content",
9509
+ "name": "Prompt",
9308
9510
  "required": false,
9309
9511
  "type": "string"
9310
9512
  },
9311
9513
  {
9312
9514
  "disabled": false,
9313
- "document": "Base64-encoded content of the hotword file. This field is required if Type is set to 1.\n\n",
9314
- "example": "data:text/plain;base64,5a123test4566=",
9515
+ "document": "Used to specify the content you wish to prevent the model from generating.Note: Supported by select models.Examples: \nOverhead lighting, vibrant colors \nHuman figures, animals \nMultiple vehicles, wind",
9516
+ "example": "Top lighting, bright colors",
9315
9517
  "member": "string",
9316
- "name": "FileContent",
9518
+ "name": "NegativePrompt",
9317
9519
  "required": false,
9318
9520
  "type": "string"
9319
9521
  },
9320
9522
  {
9321
9523
  "disabled": false,
9322
- "document": "Name of the uploaded file.",
9323
- "example": "example.txt",
9524
+ "document": "The default value is False, where the model strictly adheres to instructions. For optimal results with more refined prompts, setting this parameter to True will automatically optimize the input prompt to enhance generation quality.",
9525
+ "example": "false",
9526
+ "member": "bool",
9527
+ "name": "EnhancePrompt",
9528
+ "required": false,
9529
+ "type": "bool"
9530
+ },
9531
+ {
9532
+ "disabled": false,
9533
+ "document": "The URL of the image used to guide video generation, which must be publicly accessible via the internet. \nNotes: \n1. The recommended image size should not exceed 10MB, though size limitations may vary across different models. \n2. Supported image formats: JPEG, PNG. \n3. When using the OS model, the input image dimensions must be either 1280x720 or 720x1280.",
9534
+ "example": "https://1500039689.vod-xxx.com/6cd2c44bvodcq1500039689/179cafb25145403699605999621/xxdjoxE6jcA.png",
9324
9535
  "member": "string",
9325
- "name": "FileName",
9536
+ "name": "ImageUrl",
9326
9537
  "required": false,
9327
9538
  "type": "string"
9328
- }
9329
- ],
9330
- "type": "object"
9331
- },
9332
- "CreateAsrHotwordsResponse": {
9333
- "document": "CreateAsrHotwords response structure.",
9334
- "members": [
9539
+ },
9335
9540
  {
9336
9541
  "disabled": false,
9337
- "document": "Hotword lexicon ID.",
9338
- "example": "hwd-aexxxxxxxxxxxxxx1481",
9542
+ "document": "The model will utilize the image provided via this parameter as the ending frame for video generation. \nSupported models for this parameter: \n1. GV: When an ending frame image is provided, the ImageUrl parameter must also be specified as the starting frame. \n2. Kling: Under Resolution: 1080P, version 2.1 supports both start&end frames. \n3. Vidu, q2-pro, q2-turbo: Support start&end frames. \nNotes: \n1. It is recommended that the image size does not exceed 10MB, though specific model limitations may vary. \n2. Supported image formats: JPEG, PNG.",
9543
+ "example": "https://aigc-xxx-image-1303333058.cos.ap-guangzhou.myqcloud.com/xxx_8655.png",
9339
9544
  "member": "string",
9340
- "name": "HotwordsId",
9341
- "output_required": true,
9342
- "type": "string",
9545
+ "name": "LastImageUrl",
9546
+ "required": false,
9547
+ "type": "string"
9548
+ },
9549
+ {
9550
+ "disabled": false,
9551
+ "document": "A list comprising up to three material resource images, utilized to depict the reference images the model will employ for video generation. \nModels supporting multi-image input: \n1. GV: When utilizing multi-image input, neither ImageUrl nor LastImageUrl should be used. \n2. Vidu: Supports video generation with multiple reference images. For model q2, 1-7 images can be provided, with the subject ID specified via ReferenceType within ImageInfos.\nNotes: \n1. Each image must not exceed 10MB in size. \n2. Supported image formats: JPEG, PNG.",
9552
+ "example": "无",
9553
+ "member": "AigcVideoReferenceImageInfo",
9554
+ "name": "ImageInfos",
9555
+ "required": false,
9556
+ "type": "list"
9557
+ },
9558
+ {
9559
+ "disabled": false,
9560
+ "document": "Duration of generated videos. \nNotes: \n1. Kling supports 5 and 10 seconds. Default: 5 seconds. \n2. Hailuo's standard mode supports 6 and 10 seconds, while other modes only support 6 seconds. Default: 6 seconds. \n3. Vidu supports 1 to 10 seconds. \n4. GV supports 8 seconds. Default: 8 seconds. \n5. OS supports 4, 8, and 12 seconds. Default: 8 seconds.",
9561
+ "example": "8",
9562
+ "member": "int64",
9563
+ "name": "Duration",
9564
+ "required": false,
9565
+ "type": "int"
9566
+ },
9567
+ {
9568
+ "disabled": false,
9569
+ "document": "Used to pass additional parameters.",
9570
+ "example": "无",
9571
+ "member": "AigcVideoExtraParam",
9572
+ "name": "ExtraParameters",
9573
+ "required": false,
9574
+ "type": "object"
9575
+ },
9576
+ {
9577
+ "disabled": false,
9578
+ "document": "The output files will be stored in the specified COS bucket. Note: COS service must be activated, and the MPS_QcsRole needs to be created and properly authorized.",
9579
+ "example": "无",
9580
+ "member": "AigcStoreCosParam",
9581
+ "name": "StoreCosParam",
9582
+ "required": false,
9583
+ "type": "object"
9584
+ },
9585
+ {
9586
+ "disabled": false,
9587
+ "document": "\nUsed to pass specific scenario parameters required by the model, serialized into a JSON format string. Example: {\"camera_control\":{\"type\":\"simple\"}}",
9588
+ "example": "{\\\"test\\\":1}",
9589
+ "member": "string",
9590
+ "name": "AdditionalParameters",
9591
+ "required": false,
9592
+ "type": "string"
9593
+ },
9594
+ {
9595
+ "disabled": false,
9596
+ "document": "Interface operator name.",
9597
+ "example": "admin",
9598
+ "member": "string",
9599
+ "name": "Operator",
9600
+ "required": false,
9601
+ "type": "string"
9602
+ }
9603
+ ],
9604
+ "type": "object"
9605
+ },
9606
+ "CreateAigcVideoTaskResponse": {
9607
+ "document": "CreateAigcVideoTask response structure.",
9608
+ "members": [
9609
+ {
9610
+ "disabled": false,
9611
+ "document": "Upon successful task creation, the returned task ID can be used to invoke the query interface for polling task progress and retrieving generated results.",
9612
+ "example": "2147483792",
9613
+ "member": "string",
9614
+ "name": "TaskId",
9615
+ "output_required": false,
9616
+ "type": "string",
9617
+ "value_allowed_null": false
9618
+ },
9619
+ {
9620
+ "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.",
9621
+ "member": "string",
9622
+ "name": "RequestId",
9623
+ "type": "string"
9624
+ }
9625
+ ],
9626
+ "type": "object"
9627
+ },
9628
+ "CreateAnimatedGraphicsTemplateRequest": {
9629
+ "document": "CreateAnimatedGraphicsTemplate request structure.",
9630
+ "members": [
9631
+ {
9632
+ "disabled": false,
9633
+ "document": "Video frame rate in Hz. Value range: [1, 30].",
9634
+ "example": "30",
9635
+ "member": "uint64",
9636
+ "name": "Fps",
9637
+ "required": true,
9638
+ "type": "int"
9639
+ },
9640
+ {
9641
+ "disabled": false,
9642
+ "document": "Maximum value of the width (or long side) of an animated image in px. Value range: 0 and [128, 4,096].\n<li>If both `Width` and `Height` are 0, the resolution will be the same as that of the source video;</li>\n<li>If `Width` is 0, but `Height` is not 0, `Width` will be proportionally scaled;</li>\n<li>If `Width` is not 0, but `Height` is 0, `Height` will be proportionally scaled;</li>\n<li>If both `Width` and `Height` are not 0, the custom resolution will be used.</li>\nDefault value: 0.",
9643
+ "example": "540",
9644
+ "member": "uint64",
9645
+ "name": "Width",
9646
+ "required": false,
9647
+ "type": "int"
9648
+ },
9649
+ {
9650
+ "disabled": false,
9651
+ "document": "Maximum value of the height (or short side) of a video stream in px. Value range: 0 and [128, 4,096].\n<li>If both `Width` and `Height` are 0, the resolution will be the same as that of the source video;</li>\n<li>If `Width` is 0, but `Height` is not 0, `Width` will be proportionally scaled;</li>\n<li>If `Width` is not 0, but `Height` is 0, `Height` will be proportionally scaled;</li>\n<li>If both `Width` and `Height` are not 0, the custom resolution will be used.</li>\nDefault value: 0.",
9652
+ "example": "960",
9653
+ "member": "uint64",
9654
+ "name": "Height",
9655
+ "required": false,
9656
+ "type": "int"
9657
+ },
9658
+ {
9659
+ "disabled": false,
9660
+ "document": "Resolution adaption. Valid values:\n<li>open: enabled. In this case, `Width` represents the long side of a video, while `Height` the short side;</li>\n<li>close: disabled. In this case, `Width` represents the width of a video, while `Height` the height.</li>\nDefault value: open.",
9661
+ "example": "close",
9662
+ "member": "string",
9663
+ "name": "ResolutionAdaptive",
9664
+ "required": false,
9665
+ "type": "string"
9666
+ },
9667
+ {
9668
+ "disabled": false,
9669
+ "document": "Animated image format. Valid values: gif; webp. Default value: gif.",
9670
+ "example": "gif",
9671
+ "member": "string",
9672
+ "name": "Format",
9673
+ "required": false,
9674
+ "type": "string"
9675
+ },
9676
+ {
9677
+ "disabled": false,
9678
+ "document": "Image quality. Value range: [1, 100]. Default value: 75.",
9679
+ "example": "75",
9680
+ "member": "float",
9681
+ "name": "Quality",
9682
+ "required": false,
9683
+ "type": "float"
9684
+ },
9685
+ {
9686
+ "disabled": false,
9687
+ "document": "Name of an animated image generating template. Length limit: 64 characters.",
9688
+ "example": "转动图模板1",
9689
+ "member": "string",
9690
+ "name": "Name",
9691
+ "required": false,
9692
+ "type": "string"
9693
+ },
9694
+ {
9695
+ "disabled": false,
9696
+ "document": "Template description. Length limit: 256 characters.",
9697
+ "example": "转动图模板1",
9698
+ "member": "string",
9699
+ "name": "Comment",
9700
+ "required": false,
9701
+ "type": "string"
9702
+ }
9703
+ ],
9704
+ "type": "object"
9705
+ },
9706
+ "CreateAnimatedGraphicsTemplateResponse": {
9707
+ "document": "CreateAnimatedGraphicsTemplate response structure.",
9708
+ "members": [
9709
+ {
9710
+ "disabled": false,
9711
+ "document": "Unique ID of an animated image generating template.",
9712
+ "example": "1008",
9713
+ "member": "uint64",
9714
+ "name": "Definition",
9715
+ "output_required": true,
9716
+ "type": "int",
9717
+ "value_allowed_null": false
9718
+ },
9719
+ {
9720
+ "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.",
9721
+ "member": "string",
9722
+ "name": "RequestId",
9723
+ "type": "string"
9724
+ }
9725
+ ],
9726
+ "type": "object"
9727
+ },
9728
+ "CreateAsrHotwordsRequest": {
9729
+ "document": "CreateAsrHotwords request structure.",
9730
+ "members": [
9731
+ {
9732
+ "disabled": false,
9733
+ "document": "0: temporary hotword; 1 file-based hotword.",
9734
+ "example": "0",
9735
+ "member": "uint64",
9736
+ "name": "Type",
9737
+ "required": true,
9738
+ "type": "int"
9739
+ },
9740
+ {
9741
+ "disabled": false,
9742
+ "document": "Hotword lexicon name.",
9743
+ "example": "HotwordsName",
9744
+ "member": "string",
9745
+ "name": "Name",
9746
+ "required": true,
9747
+ "type": "string"
9748
+ },
9749
+ {
9750
+ "disabled": false,
9751
+ "document": "Hotword lexicon text. This field is required if Type is set to 0.",
9752
+ "example": "腾讯云|10,语音识别|5,ASR|10",
9753
+ "member": "string",
9754
+ "name": "Content",
9755
+ "required": false,
9756
+ "type": "string"
9757
+ },
9758
+ {
9759
+ "disabled": false,
9760
+ "document": "Base64-encoded content of the hotword file. This field is required if Type is set to 1.\n\n",
9761
+ "example": "data:text/plain;base64,5a123test4566=",
9762
+ "member": "string",
9763
+ "name": "FileContent",
9764
+ "required": false,
9765
+ "type": "string"
9766
+ },
9767
+ {
9768
+ "disabled": false,
9769
+ "document": "Name of the uploaded file.",
9770
+ "example": "example.txt",
9771
+ "member": "string",
9772
+ "name": "FileName",
9773
+ "required": false,
9774
+ "type": "string"
9775
+ }
9776
+ ],
9777
+ "type": "object"
9778
+ },
9779
+ "CreateAsrHotwordsResponse": {
9780
+ "document": "CreateAsrHotwords response structure.",
9781
+ "members": [
9782
+ {
9783
+ "disabled": false,
9784
+ "document": "Hotword lexicon ID.",
9785
+ "example": "hwd-aexxxxxxxxxxxxxx1481",
9786
+ "member": "string",
9787
+ "name": "HotwordsId",
9788
+ "output_required": true,
9789
+ "type": "string",
9343
9790
  "value_allowed_null": false
9344
9791
  },
9345
9792
  {
@@ -10085,7 +10532,7 @@
10085
10532
  },
10086
10533
  {
10087
10534
  "disabled": false,
10088
- "document": "Resource ID. Ensure the corresponding resource is in the enabled state. The default value is an account's primary resource ID.",
10535
+ "document": "Resource ID. Ensure that the corresponding resource is enabled. The default value is the primary resource ID of the account.",
10089
10536
  "example": "vts-213xxxx02-0",
10090
10537
  "member": "string",
10091
10538
  "name": "ResourceId",
@@ -10213,7 +10660,7 @@
10213
10660
  },
10214
10661
  {
10215
10662
  "disabled": false,
10216
- "document": "Source language of the video with smart subtitles.\nCurrently, the following languages are supported:\n`zh`: Simplified Chinese.\n`yue`: Cantonese.\n`zh-PY`: Chinese, English, and Cantonese.\n`zh_medical`: Chinese (medical scenario).\n`zh_dialect`: Chinese dialect.\n`prime_zh`: Chinese, English, and Chinese dialects.\n`zh_en`: Chinese and English.\n`en`: English.\n`ja`: Japanese.\n`ko`: Korean.\n`fr`: French.\n`es`: Spanish.\n`it`: Italian.\n`de`: German.\n`tr`: Turkish.\n`ru`: Russian.\n`pt`: Portuguese (Brazil).\n`pt-PT`: Portuguese (Portugal).\n`vi`: Vietnamese.\n`id`: Indonesian.\n`ms`: Malay.\n`th`: Thai.\n`ar`: Arabic.\n`hi`: Hindi.\n`fil`: Filipino.\n`auto`: automatic recognition (it is only supported in pure subtitle translation).",
10663
+ "document": "Source language of the video with smart subtitles.\nOCR recognition only supports the following languages:\n`zh_en`: Chinese and English.\n`multi`: others.\nASR recognition and pure subtitle translation currently support the following languages:\n`auto`: automatic recognition (it is only supported in pure subtitle translation).\n`zh`: Simplified Chinese.\n`en`: English.\n`ja`: Japanese.\n`ko`: Korean.\n`zh-PY`: Chinese, English, and Cantonese.\n`zh_medical`: Chinese (medical scenario).\n`vi`: Vietnamese.\n`ms`: Malay.\n`id`: Indonesian.\n`fil`: Filipino.\n`th`: Thai.\n`pt`: Portuguese.\n`tr`: Turkish.\n`ar`: Arabic.\n`es`: Spanish.\n`hi`: Hindi.\n`fr`: French.\n`de`: German.\n`it`: Italian.\n`zh_dialect`: Chinese dialect.\n`zh_en`: Chinese and English.\n`yue`: Cantonese.\n`ru`: Russian.\n`prime_zh`: Chinese, English, and Chinese dialects.\n`af-ZA`: Afrikaans (South Africa).\n`sq-AL`: Albanian (Albania).\n`am-ET`: Amharic (Ethiopia).\n`ar-DZ`: Arabic (Algeria).\n`ar-BH`: Arabic (Bahrain).\n`ar-EG`: Arabic (Egypt).\n`ar-IQ`: Arabic (Iraq).\n`ar-IL`: Arabic (Israel).\n`ar-JO`: Arabic (Jordan).\n`ar-KW`: Arabic (Kuwait).\n`ar-LB`: Arabic (Lebanon).\n`ar-MR`: Arabic (Mauritania).\n`ar-MA`: Arabic (Morocco).\n`ar-OM`: Arabic (Oman).\n`ar-QA`: Arabic (Qatar).\n`ar-SA`: Arabic (Saudi Arabia).\n`ar-PS`: Arabic (State of Palestine).\n`ar-SY`: Arabic (Syria).\n`ar-TN`: Arabic (Tunisia).\n`ar-AE`: Arabic (United Arab Emirates).\n`ar-YE`: Arabic (Yemen).\n`hy-AM`: Armenian (Armenia).\n`az-AZ`: Azerbaijani (Azerbaijan).\n`eu-ES`: Basque (Spain).\n`bn-BD`: Bengali (Bangladesh).\n`bn-IN`: Bengali (India).\n`bs-BA`: Bosnian (Bosnia and Herzegovina).\n`bg-BG`: Bulgarian (Bulgaria).\n`my-MM`: Burmese (Myanmar).\n`ca-ES`: Catalan (Spain).\n`hr-HR`: Croatian (Croatia).\n`cs-CZ`: Czech (Czech Republic).\n`da-DK`: Danish (Denmark).\n`nl-BE`: Dutch (Belgium).\n`nl-NL`: Dutch (Holland).\n`en-AU`: English (Australia).\n`en-CA`: English (Canada).\n`en-GH`: English (Ghana).\n`en-HK`: English (Hong Kong (China)).\n`en-IN`: English (India).\n`en-IE`: English (Ireland).\n`en-KE`: English (Kenya).\n`en-NZ`: English (New Zealand).\n`en-NG`: English (Nigeria).\n`en-PK`: English (Pakistan).\n`en-PH`: English (Philippines).\n`en-SG`: English (Singapore).\n`en-ZA`: English (South Africa).\n`en-TZ`: English (Tanzania).\n`en-GB`: English (UK).\n`en-US`: English (US).\n`et-EE`: Estonian (Estonia).\n`fil-PH`: Filipino (Philippines).\n`fi-FI`: Finnish (Finland).\n`fr-BE`: French (Belgium).\n`fr-CA`: French (Canada).\n`fr-FR`: French (France).\n`fr-CH`: French (Switzerland).\n`gl-ES`: Galician (Spain).\n`ka-GE`: Georgian (Georgia).\n`el-GR`: Greek (Greece).\n`gu-IN`: Gujarati (India).\n`iw-IL`: Hebrew (Israel).\n`hi-IN`: Hindi (India).\n`hu-HU`: Hungarian (Hungary).\n`is-IS`: Icelandic (Iceland).\n`id-ID`: Indonesian (Indonesia).\n`it-IT`: Italian (Italy).\n`it-CH`: Italian (Switzerland).\n`ja-JP`: Japanese (Japan).\n`jv-ID`: Javanese (Indonesia).\n`kn-IN`: Kannada (India).\n`kk-KZ`: Kazakh (Kazakhstan).\n`km-KH`: Khmer (Cambodia).\n`rw-RW`: Kinyarwanda (Rwanda).\n`ko-KR`: Korean (South Korea).\n`lo-LA`: Lao (Laos).\n`lv-LV`: Latvian (Latvia).\n`lt-LT`: Lithuanian (Lithuania).\n`mk-MK`: Macedonian (North Macedonia).\n`ms-MY`: Malay (Malaysia).\n`ml-IN`: Malayalam (India).\n`mr-IN`: Marathi (India).\n`mn-MN`: Mongolian (Mongolia).\n`ne-NP`: Nepali (Nepal).\n`no-NO`: Bokmål Norwegian (Norway).\n`fa-IR`: Persian (Iran).\n`pl-PL`: Polish (Poland).\n`pt-BR`: Portuguese (Brazil).\n`pt-PT`: Portuguese (Portugal).\n`ro-RO`: Romanian (Romania).\n`ru-RU`: Russian (Russia).\n`sr-RS`: Serbian (Serbia).\n`si-LK`: Sinhalese (Sri Lanka).\n`sk-SK`: Slovak (Slovakia).\n`sl-SI`: Slovenian (Slovenia).\n`st-ZA`: Sesotho (South Africa).\n`es-AR`: Spanish (Argentina).\n`es-BO`: Spanish (Bolivia).\n`es-CL`: Spanish (Chile).\n`es-CO`: Spanish (Colombia).\n`es-CR`: Spanish (Costa Rica).\n`es-DO`: Spanish (Dominican Republic).\n`es-EC`: Spanish (Ecuador).\n`es-SV`: Spanish (El Salvador).\n`es-GT`: Spanish (Guatemala).\n`es-HN`: Spanish (Honduras).\n`es-MX`: Spanish (Mexico).\n`es-NI`: Spanish (Nicaragua).\n`es-PA`: Spanish (Panama).\n`es-PY`: Spanish (Paraguay).\n`es-PE`: Spanish (Peru).\n`es-PR`: Spanish (Puerto Rico).\n`es-ES`: Spanish (Spain).\n`es-US`: Spanish (US).\n`es-UY`: Spanish (Uruguay).\n`es-VE`: Spanish (Venezuela).\n`su-ID`: Sundanese (Indonesia).\n`sw-KE`: Swahili (Kenya).\n`sw-TZ`: Swahili (Tanzania).\n`sv-SE`: Swedish (Sweden).\n`ta-IN`: Tamil (India).\n`ta-MY`: Tamil (Malaysia).\n`ta-SG`: Tamil (Singapore).\n`ta-LK`: Tamil (Sri Lanka).\n`te-IN`: Telugu (India).\n`th-TH`: Thai (Thailand).\n`ts-ZA`: Tsonga (South Africa).\n`tr-TR`: Turkish (Turkey).\n`uk-UA`: Ukrainian (Ukraine).\n`ur-IN`: Urdu (India).\n`ur-PK`: Urdu (Pakistan).\n`uz-UZ`: Uzbek (Uzbekistan).\n`ve-ZA`: Venda (South Africa).\n`vi-VN`: Vietnamese (Vietnam).\n`xh-ZA`: Xhosa (South Africa).\n`zu-ZA`: Zulu (South Africa).\n",
10217
10664
  "example": "zh",
10218
10665
  "member": "string",
10219
10666
  "name": "VideoSrcLanguage",
@@ -10240,7 +10687,7 @@
10240
10687
  },
10241
10688
  {
10242
10689
  "disabled": false,
10243
- "document": "Smart subtitle file format:\n- Under the ASR recognition and translation processing type:\n - vtt: WebVTT format subtitle.\n - srt: SRT format subtitle.\n - If this field is unspecified or left blank, no subtitle file will be generated.\n- Under the pure subtitle translation processing type:\n - original: consistent with the source file.\n - vtt: WebVTT format subtitle.\n - srt: SRT format subtitle.\n**Note**:\n- For ASR recognition mode, when 2 or more languages are involved in translation, this field cannot be unspecified or left blank.\n- For pure subtitle translation mode, this field cannot be unspecified or left blank.",
10690
+ "document": "Smart subtitle file format:\n- Under the ASR recognition and translation processing type:\n - vtt: WebVTT format subtitle.\n - srt: SRT format subtitle.\n - Unspecified or left blank: no subtitle file generated.\n- Under the pure subtitle translation processing type:\n - original: consistent with the source file.\n - vtt: WebVTT format subtitle.\n - srt: SRT format subtitle.\n- Under the OCR recognition and translation processing type:\n - vtt: WebVTT format subtitle.\n - srt: SRT format subtitle.\n**Note**:\n- For ASR recognition mode, when 2 or more languages are involved in translation, this field cannot be unspecified or left blank.\n- For pure subtitle translation and OCR recognition mode, this field cannot be unspecified or left blank.",
10244
10691
  "example": "vtt",
10245
10692
  "member": "string",
10246
10693
  "name": "SubtitleFormat",
@@ -10267,7 +10714,7 @@
10267
10714
  },
10268
10715
  {
10269
10716
  "disabled": false,
10270
- "document": "Subtitle translation target language. This field is valid when the value of TranslateSwitch is `ON`.\nCurrently, the following languages are supported:\n`zh`: Simplified Chinese.\n`zh-TW`: Traditional Chinese.\n`en`: English.\n`ja`: Japanese.\n`ko`: Korean.\n`fr`: French.\n`es`: Spanish.\n`it`: Italian.\n`de`: German.\n`tr`: Turkish.\n`ru`: Russian.\n`pt`: Portuguese (Brazil).\n`pt-PT`: Portuguese (Portugal).\n`vi`: Vietnamese.\n`id`: Indonesian.\n`ms`: Malay.\n`th`: Thai.\n`ar`: Arabic.\n`hi`: Hindi.\n`fil`: Filipino.\n**Note**: Use `/` to separate multiple languages, such as `en/ja`, which indicates English and Japanese.",
10717
+ "document": "Target language for subtitle translation.\nThis field is valid when the value of TranslateSwitch is ON. List of translation languages:\n`ab`: Abkhaz language.\n`ace`: Acehnese.\n`ach`: Acholi.\n`af`: Afrikaans.\n`ak`: Twi (Akan).\n`am`: Amharic.\n`ar`: Arabic.\n`as`: Assamese.\n`ay`: Aymara.\n`az`: Azerbaijani.\n`ba`: Bashkir.\n`ban`: Balinese.\n`bbc`: Batak Toba.\n`bem`:Bemba.\n`bew`:Betawi.\n`bg`: Bulgarian.\n`bho`: Bhojpuri.\n`bik`:Bikol.\n`bm`: Bambara.\n`bn`: Bengali.\n`br`: Breton.\n`bs`: Bosnian.\n`btx`: Batak Karo.\n`bts`: Batak Simalungun.\n`bua`: Buryat language.\n`ca`: Catalan.\n`ceb`: Cebuano.\n`cgg`:Kiga.\n`chm`: Meadow Mari language.\n`ckb`: Kurdish (Sorani).\n`cnh`: Hakha Chin.\n`co`: Corsican.\n`crh`: Crimean Tatar.\n`crs`: Seychellois Creole.\n`cs`: Czech.\n`cv`: Chuvash.\n`cy`: Welsh.\n`da`: Danish.\n`de`: German.\n`din`: Dinka\n`doi`: Dogri.\n`dov`: Dombe.\n`dv`: Divehi.\n`dz`: Dzongkha.\n`ee`: Ewe.\n`el`: Greek.\n`en`: English.\n`eo`: Esperanto.\n`es`: Spanish.\n`et`: Estonian.\n`eu`: Basque.\n`fa`: Persian.\n`ff`: Fula.\n`fi`: Finnish.\n`fil`: Filipino (Tagalog).\n`fj`: Fijian.\n`fr`: French.\n`fr-CA`: French (Canada).\n`fr-FR`: French (France).\n`fy`: Frisian.\n`ga`: Irish.\n`gaa`: Ga.\n`gd`: Scottish Gaelic.\n`gl`: Galician.\n`gn`: Guaraní.\n`gom`: Goan Konkani.\n`gu`: Gujarati.\n`gv`: Manx.\n`ha`: Hausa.\n`haw`: Hawaiian.\n`he`: Hebrew.\n`hi`: Hindi.\n`hil`: Hiligaynon.\n`hmn`: Hmong.\n`hr`: Croatian.\n`hrx`: Hunsrik.\n`ht`: Haitian Creole.\n`hu`: Hungarian.\n`hy`: Armenian.\n`id`: Indonesian.\n`ig`: Igbo.\n`ilo`: Iloko.\n`is`: Icelandic.\n`it`: Italian.\n`iw`: Hebrew\n`ja`: Japanese.\n`jv`: Javanese.\n`jw`: Javanese.\n`ka`: Georgian.\n`kk`: Kazakh.\n`km`: Khmer.\n`kn`: Kannada.\n`ko`: Korean.\n`kri`: Krio.\n`ku`: Kurdish (Kurmanji).\n`ktu`: Kituba.\n`ky`: Kirghiz.\n`la`: Latin.\n`lb`: Luxembourgish.\n`lg`: Ganda (Luganda).\n`li`: Limburgish.\n`lij`: Ligurian.\n`lmo`: Lombard.\n`ln`: Lingala.\n`lo`: Lao.\n`lt`: Lithuanian.\n`ltg`: Latgalian.\n`luo`: Luo.\n`lus`: Mizo.\n`lv`: Latvian.\n`mai`: Maithili.\n`mak`: Makassar.\n`mg`: Malagasy.\n`mi`: Maori.\n`min`: Minangkabau.\n`mk`: Macedonian.\n`ml`: Malayalam.\n`mn`: Mongolian.\n`mr`: Marathi.\n`ms`: Malay.\n`mt`: Maltese.\n`my`: Burmese.\n`ne`: Nepali.\n`new`: Newar.\n`nl`: Dutch.\n`no`: Norwegian.\n`nr`: Ndebele (South).\n`nso`: Northern Sotho (Sepedi).\n`nus`: Nuer.\n`ny`: Chichewa (Nyanja).\n`oc`: Occitan.\n`om`: Oromo.\n`or`: Odia.\n`pa`: Punjabi.\n`pag`: Pangasinan.\n`pam`: Kapampangan.\n`pap`: Papiamento.\n`pl`: Polish.\n`ps`: Pashto.\n`pt`: Portuguese.\n`pt-BR`: Portuguese (Brazil).\n`pt-PT`: Portuguese (Portugal).\n`qu`: Quechuan.\n`ro`: Romanian.\n`rom`: Romani.\n`rn`: Rundi.\n`ru`: Russian.\n`rw`: Kinyarwanda.\n`sa`: Sanskrit.\n`scn`: Sicilian.\n`sd`: Sindhi.\n`sg`: Sango.\n`shn`: Shan.\n`si`: Sinhalese.\n`sk`: Slovak.\n`sl`: Slovene.\n`sm`: Samoan.\n`sn`: Shona.\n`so`: Somali.\n`sq`: Albanian.\n`sr`: Serbian.\n`ss`: Swati.\n`st`: Sesotho.\n`su`: Sundanese.\n`sv`: Swedish.\n`sw`: Swahili.\n`szl`: Silesian.\n`ta`: Tamil.\n`te`: Telugu.\n`tet`: Tetum.\n`tg`: Tajik.\n`th`: Thai.\n`ti`: Tigrinya.\n`tk`: Turkmen.\n`tl`: Filipino (Tagalog).\n`tn`: Tswana.\n`tr`: Turkish.\n`ts`: Tsonga.\n`tt`: Tatar.\n`ug`: Uyghur.\n`uk`: Ukrainian.\n`ur`: Urdu.\n`uz`: Uzbek.\n`vi`: Vietnamese.\n`xh`: Xhosa.\n`yi`: Yiddish.\n`yo`: Yoruba.\n`yua`: Yucatec Maya.\n`yue`: Cantonese.\n`zh`: Simplified Chinese.\n`zh-TW`: Chinese (Traditional).\n`zu`: Zulu.\n**Note**: Use `/` to separate multiple languages, such as `en/ja`, which indicates English and Japanese.",
10271
10718
  "example": "en",
10272
10719
  "member": "string",
10273
10720
  "name": "TranslateDstLanguage",
@@ -10276,7 +10723,7 @@
10276
10723
  },
10277
10724
  {
10278
10725
  "disabled": false,
10279
- "document": "Subtitle processing type:\n- 0: ASR recognition subtitle.\n- 1: pure subtitle translation.\n**Note**: The default processing type is ASR recognition subtitle if the field is unspecified.",
10726
+ "document": "Subtitle processing type.\n- 0: ASR recognition subtitle.\n- 1: pure subtitle translation.\n- 2: OCR recognition subtitle.\n**Note**: The default processing type is ASR recognition subtitle if the field is unspecified.",
10280
10727
  "example": "0",
10281
10728
  "member": "uint64",
10282
10729
  "name": "ProcessType",
@@ -11362,7 +11809,7 @@
11362
11809
  "members": [
11363
11810
  {
11364
11811
  "disabled": false,
11365
- "document": "Unique ID filter of video content analysis templates. Array length limit: 10.",
11812
+ "document": "Filter condition for the unique identifier of the video content analysis template. The array can contain up to 100 unique identifiers.",
11366
11813
  "example": "[30]",
11367
11814
  "member": "int64",
11368
11815
  "name": "Definitions",
@@ -11445,7 +11892,7 @@
11445
11892
  "members": [
11446
11893
  {
11447
11894
  "disabled": false,
11448
- "document": "Unique ID filter of video content recognition templates. Array length limit: 10.",
11895
+ "document": "Filter condition for the unique identifier of the video content recognition template. The array can contain up to 100 unique identifiers.",
11449
11896
  "example": "[30]",
11450
11897
  "member": "int64",
11451
11898
  "name": "Definitions",
@@ -11615,30 +12062,154 @@
11615
12062
  ],
11616
12063
  "type": "object"
11617
12064
  },
11618
- "DescribeAnimatedGraphicsTemplatesRequest": {
11619
- "document": "DescribeAnimatedGraphicsTemplates request structure.",
12065
+ "DescribeAigcImageTaskRequest": {
12066
+ "document": "DescribeAigcImageTask request structure.",
11620
12067
  "members": [
11621
12068
  {
11622
12069
  "disabled": false,
11623
- "document": "Unique ID filter of animated image generating templates. Array length limit: 100.",
11624
- "example": "[\"10001\\r\\n\"]",
11625
- "member": "uint64",
11626
- "name": "Definitions",
11627
- "required": false,
11628
- "type": "list"
11629
- },
12070
+ "document": "AIGC image task processing task ID.",
12071
+ "example": "4-AigcImage-c3b145ec76****94ac55b9e63be17d",
12072
+ "member": "string",
12073
+ "name": "TaskId",
12074
+ "required": true,
12075
+ "type": "string"
12076
+ }
12077
+ ],
12078
+ "type": "object"
12079
+ },
12080
+ "DescribeAigcImageTaskResponse": {
12081
+ "document": "DescribeAigcImageTask response structure.",
12082
+ "members": [
11630
12083
  {
11631
12084
  "disabled": false,
11632
- "document": "Paging offset. Default value: 0.",
11633
- "example": "0",
11634
- "member": "uint64",
11635
- "name": "Offset",
11636
- "required": false,
11637
- "type": "int"
12085
+ "document": "Current task status:\nWAIT: Pending,\nRUN: In progress,\nFAIL: Task failed,\nDONE: Task completed successfully.\n",
12086
+ "example": "DONE",
12087
+ "member": "string",
12088
+ "name": "Status",
12089
+ "output_required": false,
12090
+ "type": "string",
12091
+ "value_allowed_null": false
11638
12092
  },
11639
12093
  {
11640
12094
  "disabled": false,
11641
- "document": "Number of returned entries. Default value: 10. Maximum value: 100.",
12095
+ "document": "When the task status is DONE, the returned image URL list will be available for 12 hours. Please retrieve and utilize the images promptly.",
12096
+ "example": "[\"https://live-aigc-****.cos.ap-guangzhou.myqcloud.com/4_7113610711****.png\"]",
12097
+ "member": "string",
12098
+ "name": "ImageUrls",
12099
+ "output_required": false,
12100
+ "type": "list",
12101
+ "value_allowed_null": false
12102
+ },
12103
+ {
12104
+ "disabled": false,
12105
+ "document": "When the task status is FAIL, the failure information is returned.",
12106
+ "example": "fail",
12107
+ "member": "string",
12108
+ "name": "Message",
12109
+ "output_required": false,
12110
+ "type": "string",
12111
+ "value_allowed_null": false
12112
+ },
12113
+ {
12114
+ "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.",
12115
+ "member": "string",
12116
+ "name": "RequestId",
12117
+ "type": "string"
12118
+ }
12119
+ ],
12120
+ "type": "object"
12121
+ },
12122
+ "DescribeAigcVideoTaskRequest": {
12123
+ "document": "DescribeAigcVideoTask request structure.",
12124
+ "members": [
12125
+ {
12126
+ "disabled": false,
12127
+ "document": "AIGC video task processing task ID.",
12128
+ "example": "4-AigcVideo-c3b145******4ac55b699e63be17d",
12129
+ "member": "string",
12130
+ "name": "TaskId",
12131
+ "required": true,
12132
+ "type": "string"
12133
+ }
12134
+ ],
12135
+ "type": "object"
12136
+ },
12137
+ "DescribeAigcVideoTaskResponse": {
12138
+ "document": "DescribeAigcVideoTask response structure.",
12139
+ "members": [
12140
+ {
12141
+ "disabled": false,
12142
+ "document": "Current task status:\nWAIT: Pending,\nRUN: In progress,\nFAIL: Task failed,\nDONE: Task completed successfully.",
12143
+ "example": "DONE",
12144
+ "member": "string",
12145
+ "name": "Status",
12146
+ "output_required": false,
12147
+ "type": "string",
12148
+ "value_allowed_null": false
12149
+ },
12150
+ {
12151
+ "disabled": false,
12152
+ "document": "When the task status is DONE, the returned video URL list will be available for 12 hours. Please retrieve and utilize the video promptly.",
12153
+ "example": "[\"https://live-xxx-video-*****.cos.ap-guangzhou.myqcloud.com/251006278_2147483790_711361074106890375.mp4\"]",
12154
+ "member": "string",
12155
+ "name": "VideoUrls",
12156
+ "output_required": false,
12157
+ "type": "list",
12158
+ "value_allowed_null": false
12159
+ },
12160
+ {
12161
+ "disabled": false,
12162
+ "document": "The resolution of the output video. Example: 1080*720.",
12163
+ "example": "1920x1088",
12164
+ "member": "string",
12165
+ "name": "Resolution",
12166
+ "output_required": false,
12167
+ "type": "string",
12168
+ "value_allowed_null": false
12169
+ },
12170
+ {
12171
+ "disabled": false,
12172
+ "document": "When the task status is FAIL, the failure information is returned.",
12173
+ "example": "ok",
12174
+ "member": "string",
12175
+ "name": "Message",
12176
+ "output_required": false,
12177
+ "type": "string",
12178
+ "value_allowed_null": false
12179
+ },
12180
+ {
12181
+ "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.",
12182
+ "member": "string",
12183
+ "name": "RequestId",
12184
+ "type": "string"
12185
+ }
12186
+ ],
12187
+ "type": "object"
12188
+ },
12189
+ "DescribeAnimatedGraphicsTemplatesRequest": {
12190
+ "document": "DescribeAnimatedGraphicsTemplates request structure.",
12191
+ "members": [
12192
+ {
12193
+ "disabled": false,
12194
+ "document": "Unique ID filter of animated image generating templates. Array length limit: 100.",
12195
+ "example": "[\"10001\\r\\n\"]",
12196
+ "member": "uint64",
12197
+ "name": "Definitions",
12198
+ "required": false,
12199
+ "type": "list"
12200
+ },
12201
+ {
12202
+ "disabled": false,
12203
+ "document": "Paging offset. Default value: 0.",
12204
+ "example": "0",
12205
+ "member": "uint64",
12206
+ "name": "Offset",
12207
+ "required": false,
12208
+ "type": "int"
12209
+ },
12210
+ {
12211
+ "disabled": false,
12212
+ "document": "Number of returned entries. Default value: 10. Maximum value: 100.",
11642
12213
  "example": "0",
11643
12214
  "member": "uint64",
11644
12215
  "name": "Limit",
@@ -12457,7 +13028,7 @@
12457
13028
  },
12458
13029
  {
12459
13030
  "disabled": false,
12460
- "document": "Error code. A null string indicates that the task is successful, while other values indicate that the task has failed. For valid values, see the list of [MPS 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).",
13031
+ "document": "Error code. A null string indicates that the task is successful, while other values indicate that the task has failed. For valid values, see the list of [MPS error codes](https://www.tencentcloud.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).",
12461
13032
  "example": "InvalidParameterValue.FaceNotFound",
12462
13033
  "member": "string",
12463
13034
  "name": "ErrMsg",
@@ -13824,6 +14395,70 @@
13824
14395
  ],
13825
14396
  "type": "object"
13826
14397
  },
14398
+ "DescribeUsageDataRequest": {
14399
+ "document": "DescribeUsageData request structure.",
14400
+ "members": [
14401
+ {
14402
+ "disabled": false,
14403
+ "document": "Start date. Use the [ISO date and time format](https://www.tencentcloud.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).",
14404
+ "example": "2019-07-02T00:00:00+08:00",
14405
+ "member": "string",
14406
+ "name": "StartTime",
14407
+ "required": true,
14408
+ "type": "string"
14409
+ },
14410
+ {
14411
+ "disabled": false,
14412
+ "document": "End date, which should be greater than or equal to the start date. Use the [ISO date and time format](https://www.tencentcloud.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).",
14413
+ "example": "2019-07-03T00:00:00+08:00",
14414
+ "member": "string",
14415
+ "name": "EndTime",
14416
+ "required": true,
14417
+ "type": "string"
14418
+ },
14419
+ {
14420
+ "disabled": false,
14421
+ "document": "Queries the MPS task type. The transcoding task is queried by default.\n<li>Transcode: transcoding.</li>\n<li>Enhance: enhancement.</li>\n<li>AIAnalysis: intelligent analysis.</li>\n<li>AIRecognition: intelligent recognition.</li>\n<li>AIReview: content moderation.</li>\n<li>Snapshot: screenshot.</li>\n<li>AnimatedGraphics: conversion to GIF.</li>\n<li>AiQualityControl: media quality inspection.</li>\n<li>Evaluation: video assessment.</li>\n<li>ImageProcess: image processing.</li>\n<li>AddBlindWatermark: add a basic copyright digital watermark.</li>\n<li>AddNagraWatermark: add a NAGRA digital watermark.</li>\n<li>ExtractBlindWatermark: extract a basic copyright digital watermark.</li>",
14422
+ "example": "[\"Transcode\"]",
14423
+ "member": "string",
14424
+ "name": "Types",
14425
+ "required": false,
14426
+ "type": "list"
14427
+ },
14428
+ {
14429
+ "disabled": false,
14430
+ "document": "MPS park. ap-guangzhou park is returned by default.\n<li>ap-guangzhou: Guangzhou.</li>\n<li>ap-hongkong: Hong Kong (China).</li>\n<li>ap-taipei: Taipei (China).</li>\n<li>ap-singapore: Singapore.</li>\n<li>ap-mumbai: India.</li>\n<li>ap-jakarta: Jakarta.</li>\n<li>ap-seoul: Seoul.</li>\n<li>ap-bangkok: Thailand.</li>\n<li>ap-tokyo: Japan.</li>\n<li>na-siliconvalley: Silicon Valley.</li>\n<li>na-ashburn: Virginia.</li>\n<li>na-toronto: Toronto.</li>\n<li>sa-saopaulo: São Paulo.</li>\n<li>eu-frankfurt: Frankfurt.</li>\n<li>eu-moscow: Russia.</li>\n<li>aws: AWS.</li>",
14431
+ "example": "[\"ap-guangzhou\"]",
14432
+ "member": "string",
14433
+ "name": "ProcessRegions",
14434
+ "required": false,
14435
+ "type": "list"
14436
+ }
14437
+ ],
14438
+ "type": "object"
14439
+ },
14440
+ "DescribeUsageDataResponse": {
14441
+ "document": "DescribeUsageData response structure.",
14442
+ "members": [
14443
+ {
14444
+ "disabled": false,
14445
+ "document": "MPS statistical data overview, which displays an overview and detailed data of the queried task.",
14446
+ "example": "无",
14447
+ "member": "TaskStatData",
14448
+ "name": "Data",
14449
+ "output_required": true,
14450
+ "type": "list",
14451
+ "value_allowed_null": false
14452
+ },
14453
+ {
14454
+ "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.",
14455
+ "member": "string",
14456
+ "name": "RequestId",
14457
+ "type": "string"
14458
+ }
14459
+ ],
14460
+ "type": "object"
14461
+ },
13827
14462
  "DescribeWatermarkTemplatesRequest": {
13828
14463
  "document": "DescribeWatermarkTemplates request structure.",
13829
14464
  "members": [
@@ -15699,7 +16334,7 @@
15699
16334
  },
15700
16335
  {
15701
16336
  "disabled": false,
15702
- "document": "Error code. A null string indicates that the task is successful, while other values indicate that the task has failed. For valid values, see the list of [MPS 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).",
16337
+ "document": "Error code. A null string indicates that the task is successful, while other values indicate that the task has failed. For valid values, see the list of [MPS error codes](https://www.tencentcloud.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).",
15703
16338
  "example": "InvalidParameterValue.FaceNotFound",
15704
16339
  "member": "string",
15705
16340
  "name": "ErrMsg",
@@ -17808,7 +18443,7 @@
17808
18443
  "members": [
17809
18444
  {
17810
18445
  "disabled": false,
17811
- "document": "Notification Type:\nTDMQ-CMQ: TDMQ for CMQ.\n\"URL\": When a URL is specified, HTTP callbacks are pushed to the address specified by NotifyUrl. The callback protocol is HTTP+JSON. The content of the packet body is the same as the output parameters of [ParseLiveStreamProcessNotification](https://www.tencentcloud.com/document/api/1041/33680).\n\n<font color=\"red\">Note: If it is left blank, TDMQ-CMQ is used by default. To use other types, fill in the corresponding type value.</font>",
18446
+ "document": "Notification type:\nTDMQ-CMQ: message queue.\n\"URL\": When a URL is specified, HTTP callbacks are pushed to the address specified by NotifyUrl. The callback protocol is HTTP+JSON. The content of the packet body is the same as the output parameters of [ParseLiveStreamProcessNotification](https://www.tencentcloud.com/document/product/862/39229?from_cn_redirect=1).\n<Font color=\"red\"> Note: if it is unspecified or left blank, no callback will be sent. To send a callback, fill in the corresponding type value. </font>",
17812
18447
  "example": "URL",
17813
18448
  "member": "string",
17814
18449
  "name": "NotifyType",
@@ -18131,7 +18766,7 @@
18131
18766
  {
18132
18767
  "disabled": false,
18133
18768
  "document": "Confidence of the intelligent description, with a value range from 0 to 100.",
18134
- "example": "90",
18769
+ "example": "90.0",
18135
18770
  "member": "float",
18136
18771
  "name": "Confidence",
18137
18772
  "output_required": true,
@@ -18171,12 +18806,42 @@
18171
18806
  {
18172
18807
  "disabled": false,
18173
18808
  "document": "Address of the mind map of a summary task.\nNote: This field may return null, indicating that no valid value can be obtained.",
18174
- "example": "https://xxxx.cos.myqcloud.com",
18809
+ "example": "https://xxxx.cos.myqcloud.com/mindoutput/mindmap_4114033726.png",
18175
18810
  "member": "string",
18176
18811
  "name": "MindMapUrl",
18177
18812
  "output_required": false,
18178
18813
  "type": "string",
18179
18814
  "value_allowed_null": true
18815
+ },
18816
+ {
18817
+ "disabled": false,
18818
+ "document": "Path of the mind map of a summary task.",
18819
+ "example": "/mindoutput/mindmap_4114033726.png",
18820
+ "member": "string",
18821
+ "name": "MindMapPath",
18822
+ "output_required": false,
18823
+ "type": "string",
18824
+ "value_allowed_null": false
18825
+ },
18826
+ {
18827
+ "disabled": false,
18828
+ "document": "Subtitle file path of the video.",
18829
+ "example": "/subtitleoutput/subtitle_149957943.vtt",
18830
+ "member": "string",
18831
+ "name": "SubtitlePath",
18832
+ "output_required": false,
18833
+ "type": "string",
18834
+ "value_allowed_null": false
18835
+ },
18836
+ {
18837
+ "disabled": false,
18838
+ "document": "Storage location of the summary file.",
18839
+ "example": "无",
18840
+ "member": "TaskOutputStorage",
18841
+ "name": "OutputStorage",
18842
+ "output_required": false,
18843
+ "type": "object",
18844
+ "value_allowed_null": false
18180
18845
  }
18181
18846
  ],
18182
18847
  "usage": "out"
@@ -20350,7 +21015,7 @@
20350
21015
  },
20351
21016
  {
20352
21017
  "disabled": false,
20353
- "document": "HLS segment type. Valid values: <li>ts-segment: HLS+TS segment.</li> <li>ts-byterange: HLS+TS byte range.</li> <li>mp4-segment: HLS+MP4 segment.</li> <li>mp4-byterange: HLS+MP4 byte range.</li> <li>ts-packed-audio: TS+Packed audio.</li> <li>mp4-packed-audio: MP4+Packed audio.</li> Default value: ts-segment.\nNote: The HLS segment format for adaptive bitrate streaming is based on this field.",
21018
+ "document": "Segment type. Valid values: <li>ts-segment: HLS+TS segment</li>; <li>ts-byterange: HLS+TS byte range</li>; <li>mp4-segment: HLS+MP4 segment</li>; <li>mp4-byterange: HLS/DASH+MP4 byte range</li>; <li>ts-packed-audio: TS+Packed Audio</li>; <li>mp4-packed-audio: MP4+Packed Audio</li>. The default value is ts-segment.\nNote: The HLS segment format for the adaptive bitrate streaming is based on this field. The value of SegmentType can only be mp4-byterange in DASH format.",
20354
21019
  "example": "ts-segment",
20355
21020
  "member": "string",
20356
21021
  "name": "SegmentType",
@@ -21414,7 +22079,7 @@
21414
22079
  },
21415
22080
  {
21416
22081
  "disabled": false,
21417
- "document": "Source language of the video with smart subtitles.\nCurrently, the following languages are supported:\n`zh`: Simplified Chinese.\n`yue`: Cantonese.\n`zh-PY`: Chinese, English, and Cantonese.\n`zh_medical`: Chinese (medical scenario).\n`zh_dialect`: Chinese dialect.\n`prime_zh`: Chinese, English, and Chinese dialects.\n`zh_en`: Chinese and English.\n`en`: English.\n`ja`: Japanese.\n`ko`: Korean.\n`fr`: French.\n`es`: Spanish.\n`it`: Italian.\n`de`: German.\n`tr`: Turkish.\n`ru`: Russian.\n`pt`: Portuguese (Brazil).\n`pt-PT`: Portuguese (Portugal).\n`vi`: Vietnamese.\n`id`: Indonesian.\n`ms`: Malay.\n`th`: Thai.\n`ar`: Arabic.\n`hi`: Hindi.\n`fil`: Filipino.\n`auto`: automatic recognition (it is only supported in pure subtitle translation).",
22082
+ "document": "Source language of the video with smart subtitles.\nOCR recognition only supports the following languages:\n`zh_en`: Chinese and English.\n`multi`: others.\nASR recognition and pure subtitle translation currently support the following languages:\n`auto`: automatic recognition (it is only supported in pure subtitle translation).\n`zh`: Simplified Chinese.\n`en`: English.\n`ja`: Japanese.\n`ko`: Korean.\n`zh-PY`: Chinese, English, and Cantonese.\n`zh_medical`: Chinese (medical scenario).\n`vi`: Vietnamese.\n`ms`: Malay.\n`id`: Indonesian.\n`fil`: Filipino.\n`th`: Thai.\n`pt`: Portuguese.\n`tr`: Turkish.\n`ar`: Arabic.\n`es`: Spanish.\n`hi`: Hindi.\n`fr`: French.\n`de`: German.\n`it`: Italian.\n`zh_dialect`: Chinese dialect.\n`zh_en`: Chinese and English.\n`yue`: Cantonese.\n`ru`: Russian.\n`prime_zh`: Chinese, English, and Chinese dialects.\n`af-ZA`: Afrikaans (South Africa).\n`sq-AL`: Albanian (Albania).\n`am-ET`: Amharic (Ethiopia).\n`ar-DZ`: Arabic (Algeria).\n`ar-BH`: Arabic (Bahrain).\n`ar-EG`: Arabic (Egypt).\n`ar-IQ`: Arabic (Iraq).\n`ar-IL`: Arabic (Israel).\n`ar-JO`: Arabic (Jordan).\n`ar-KW`: Arabic (Kuwait).\n`ar-LB`: Arabic (Lebanon).\n`ar-MR`: Arabic (Mauritania).\n`ar-MA`: Arabic (Morocco).\n`ar-OM`: Arabic (Oman).\n`ar-QA`: Arabic (Qatar).\n`ar-SA`: Arabic (Saudi Arabia).\n`ar-PS`: Arabic (State of Palestine).\n`ar-SY`: Arabic (Syria).\n`ar-TN`: Arabic (Tunisia).\n`ar-AE`: Arabic (United Arab Emirates).\n`ar-YE`: Arabic (Yemen).\n`hy-AM`: Armenian (Armenia).\n`az-AZ`: Azerbaijani (Azerbaijan).\n`eu-ES`: Basque (Spain).\n`bn-BD`: Bengali (Bangladesh).\n`bn-IN`: Bengali (India).\n`bs-BA`: Bosnian (Bosnia and Herzegovina).\n`bg-BG`: Bulgarian (Bulgaria).\n`my-MM`: Burmese (Myanmar).\n`ca-ES`: Catalan (Spain).\n`hr-HR`: Croatian (Croatia).\n`cs-CZ`: Czech (Czech Republic).\n`da-DK`: Danish (Denmark).\n`nl-BE`: Dutch (Belgium).\n`nl-NL`: Dutch (Holland).\n`en-AU`: English (Australia).\n`en-CA`: English (Canada).\n`en-GH`: English (Ghana).\n`en-HK`: English (Hong Kong (China)).\n`en-IN`: English (India).\n`en-IE`: English (Ireland).\n`en-KE`: English (Kenya).\n`en-NZ`: English (New Zealand).\n`en-NG`: English (Nigeria).\n`en-PK`: English (Pakistan).\n`en-PH`: English (Philippines).\n`en-SG`: English (Singapore).\n`en-ZA`: English (South Africa).\n`en-TZ`: English (Tanzania).\n`en-GB`: English (UK).\n`en-US`: English (US).\n`et-EE`: Estonian (Estonia).\n`fil-PH`: Filipino (Philippines).\n`fi-FI`: Finnish (Finland).\n`fr-BE`: French (Belgium).\n`fr-CA`: French (Canada).\n`fr-FR`: French (France).\n`fr-CH`: French (Switzerland).\n`gl-ES`: Galician (Spain).\n`ka-GE`: Georgian (Georgia).\n`el-GR`: Greek (Greece).\n`gu-IN`: Gujarati (India).\n`iw-IL`: Hebrew (Israel).\n`hi-IN`: Hindi (India).\n`hu-HU`: Hungarian (Hungary).\n`is-IS`: Icelandic (Iceland).\n`id-ID`: Indonesian (Indonesia).\n`it-IT`: Italian (Italy).\n`it-CH`: Italian (Switzerland).\n`ja-JP`: Japanese (Japan).\n`jv-ID`: Javanese (Indonesia).\n`kn-IN`: Kannada (India).\n`kk-KZ`: Kazakh (Kazakhstan).\n`km-KH`: Khmer (Cambodia).\n`rw-RW`: Kinyarwanda (Rwanda).\n`ko-KR`: Korean (South Korea).\n`lo-LA`: Lao (Laos).\n`lv-LV`: Latvian (Latvia).\n`lt-LT`: Lithuanian (Lithuania).\n`mk-MK`: Macedonian (North Macedonia).\n`ms-MY`: Malay (Malaysia).\n`ml-IN`: Malayalam (India).\n`mr-IN`: Marathi (India).\n`mn-MN`: Mongolian (Mongolia).\n`ne-NP`: Nepali (Nepal).\n`no-NO`: Bokmål Norwegian (Norway).\n`fa-IR`: Persian (Iran).\n`pl-PL`: Polish (Poland).\n`pt-BR`: Portuguese (Brazil).\n`pt-PT`: Portuguese (Portugal).\n`ro-RO`: Romanian (Romania).\n`ru-RU`: Russian (Russia).\n`sr-RS`: Serbian (Serbia).\n`si-LK`: Sinhalese (Sri Lanka).\n`sk-SK`: Slovak (Slovakia).\n`sl-SI`: Slovenian (Slovenia).\n`st-ZA`: Sesotho (South Africa).\n`es-AR`: Spanish (Argentina).\n`es-BO`: Spanish (Bolivia).\n`es-CL`: Spanish (Chile).\n`es-CO`: Spanish (Colombia).\n`es-CR`: Spanish (Costa Rica).\n`es-DO`: Spanish (Dominican Republic).\n`es-EC`: Spanish (Ecuador).\n`es-SV`: Spanish (El Salvador).\n`es-GT`: Spanish (Guatemala).\n`es-HN`: Spanish (Honduras).\n`es-MX`: Spanish (Mexico).\n`es-NI`: Spanish (Nicaragua).\n`es-PA`: Spanish (Panama).\n`es-PY`: Spanish (Paraguay).\n`es-PE`: Spanish (Peru).\n`es-PR`: Spanish (Puerto Rico).\n`es-ES`: Spanish (Spain).\n`es-US`: Spanish (US).\n`es-UY`: Spanish (Uruguay).\n`es-VE`: Spanish (Venezuela).\n`su-ID`: Sundanese (Indonesia).\n`sw-KE`: Swahili (Kenya).\n`sw-TZ`: Swahili (Tanzania).\n`sv-SE`: Swedish (Sweden).\n`ta-IN`: Tamil (India).\n`ta-MY`: Tamil (Malaysia).\n`ta-SG`: Tamil (Singapore).\n`ta-LK`: Tamil (Sri Lanka).\n`te-IN`: Telugu (India).\n`th-TH`: Thai (Thailand).\n`ts-ZA`: Tsonga (South Africa).\n`tr-TR`: Turkish (Turkey).\n`uk-UA`: Ukrainian (Ukraine).\n`ur-IN`: Urdu (India).\n`ur-PK`: Urdu (Pakistan).\n`uz-UZ`: Uzbek (Uzbekistan).\n`ve-ZA`: Venda (South Africa).\n`vi-VN`: Vietnamese (Vietnam).\n`xh-ZA`: Xhosa (South Africa).\n`zu-ZA`: Zulu (South Africa).\n",
21418
22083
  "example": "zh",
21419
22084
  "member": "string",
21420
22085
  "name": "VideoSrcLanguage",
@@ -21423,7 +22088,7 @@
21423
22088
  },
21424
22089
  {
21425
22090
  "disabled": false,
21426
- "document": "Smart subtitle file format:\n- Under the ASR recognition and translation processing type:\n - vtt: WebVTT format subtitle.\n - srt: SRT format subtitle.\n - Unspecified or left blank: no subtitle file generated.\n- Under the pure subtitle translation processing type:\n - original: consistent with the source file.\n - vtt: WebVTT format subtitle.\n - srt: SRT format subtitle.\n**Note**:\n- For ASR recognition mode, when 2 or more languages are involved in translation, this field cannot be unspecified or left blank.\n- For pure subtitle translation mode, this field cannot be unspecified or left blank.",
22091
+ "document": "Smart subtitle file format:\n- Under the ASR recognition and translation processing type:\n - vtt: WebVTT format subtitle.\n - srt: SRT format subtitle.\n - Unspecified or left blank: no subtitle file generated.\n- Under the pure subtitle translation processing type:\n - original: consistent with the source file.\n - vtt: WebVTT format subtitle.\n - srt: SRT format subtitle.\n- Under the OCR recognition and translation processing type:\n - vtt: WebVTT format subtitle.\n - srt: SRT format subtitle.\n**Note**:\n- For ASR recognition mode, when 2 or more languages are involved in translation, this field cannot be unspecified or left blank.\n- For pure subtitle translation and OCR recognition mode, this field cannot be unspecified or left blank.",
21427
22092
  "example": "vtt",
21428
22093
  "member": "string",
21429
22094
  "name": "SubtitleFormat",
@@ -21450,7 +22115,7 @@
21450
22115
  },
21451
22116
  {
21452
22117
  "disabled": false,
21453
- "document": "Target language for subtitle translation.\nThis field is valid when the value of TranslateSwitch is ON.\nCurrently, the following languages are supported:\n`zh`: Simplified Chinese.\n`zh-TW`: Traditional Chinese.\n`en`: English.\n`ja`: Japanese.\n`ko`: Korean.\n`fr`: French.\n`es`: Spanish.\n`it`: Italian.\n`de`: German.\n`tr`: Turkish.\n`ru`: Russian.\n`pt`: Portuguese (Brazil).\n`pt-PT`: Portuguese (Portugal).\n`vi`: Vietnamese.\n`id`: Indonesian.\n`ms`: Malay.\n`th`: Thai.\n`ar`: Arabic.\n`hi`: Hindi.\n`fil`: Filipino.\n**Note**: Use `/` to separate multiple languages, such as `en/ja`, which indicates English and Japanese.",
22118
+ "document": "Target language for subtitle translation.\nThis field is valid when the value of TranslateSwitch is ON. List of translation languages:\n`ab`: Abkhaz language.\n`ace`: Acehnese.\n`ach`: Acholi.\n`af`: Afrikaans.\n`ak`: Twi (Akan).\n`am`: Amharic.\n`ar`: Arabic.\n`as`: Assamese.\n`ay`: Aymara.\n`az`: Azerbaijani.\n`ba`: Bashkir.\n`ban`: Balinese.\n`bbc`: Batak Toba.\n`bem`: Bemba.\n`bew`: Betawi.\n`bg`: Bulgarian.\n`bho`: Bhojpuri.\n`bik`: Bikol.\n`bm`: Bambara.\n`bn`: Bengali.\n`br`: Breton.\n`bs`: Bosnian.\n`btx`: Batak Karo.\n`bts`: Batak Simalungun.\n`bua`: Buryat.\n`ca`: Catalan.\n`ceb`: Cebuano.\n`cgg`: Kiga\n`chm`: Meadow Mari language.\n`ckb`: Kurdish (Sorani).\n`cnh`: Hakha Chin.\n`co`: Corsican.\n`crh`: Crimean Tatar.\n`crs`: Seychellois Creole.\n`cs`: Czech.\n`cv`: Chuvash.\n`cy`: Welsh.\n`da`: Danish.\n`de`: German.\n`din`: Dinka.\n`doi`: Dogri.\n`dov`: Dombe.\n`dv`: Divehi.\n`dz`: Dzongkha.\n`ee`: Ewe.\n`el`: Greek.\n`en`: English.\n`eo`: Esperanto.\n`es`: Spanish.\n`et`: Estonian.\n`eu`: Basque.\n`fa`: Persian.\n`ff`: Fula.\n`fi`: Finnish.\n`fil`: Filipino (Tagalog).\n`fj`: Fijian.\n`fr`: French.\n`fr-CA`: French (Canada).\n`fr-FR`: French (France).\n`fy`: Frisian.\n`ga`: Irish.\n`gaa`: Ga.\n`gd`: Scottish Gaelic.\n`gl`: Galician.\n`gn`: Guaraní.\n`gom`: Goan Konkani.\n`gu`: Gujarati.\n`gv`: Manx.\n`ha`: Hausa.\n`haw`: Hawaiian.\n`he`: Hebrew.\n`hi`: Hindi.\n`hil`: Hiligaynon.\n`hmn`: Hmong.\n`hr`: Croatian.\n`hrx`: Hunsrik.\n`ht`: Haitian Creole.\n`hu`: Hungarian.\n`hy`: Armenian.\n`id`: Indonesian.\n`ig`: Igbo.\n`ilo`: Iloko.\n`is`: Icelandic.\n`it`: Italian.\n`iw`: Hebrew.\n`ja`: Japanese.\n`jv`: Javanese.\n`jw`: Javanese.\n`ka`: Georgian.\n`kk`: Kazakh.\n`km`: Khmer.\n`kn`: Kannada.\n`ko`: Korean.\n`kri`: Krio.\n`ku`: Kurdish (Kurmanji).\n`ktu`: Kituba.\n`ky`: Kirghiz.\n`la`: Latin.\n`lb`: Luxembourgish.\n`lg`: Ganda (Luganda).\n`li`: Limburgish.\n`lij`: Ligurian.\n`lmo`: Lombard.\n`ln`: Lingala.\n`lo`: Lao.\n`lt`: Lithuanian.\n`ltg`: Latgalian.\n`luo`: Luo.\n`lus`: Mizo.\n`lv`: Latvian.\n`mai`: Maithili.\n`mak`: Makassar.\n`mg`: Malagasy.\n`mi`: Maori.\n`min`: Minangkabau.\n`mk`: Macedonian.\n`ml`: Malayalam.\n`mn`: Mongolian.\n`mr`: Marathi.\n`ms`: Malay.\n`mt`: Maltese.\n`my`: Burnese.\n`ne`: Nepali.\n`new`: Newar.\n`nl`: Dutch.\n`no`: Norwegian.\n`nr`: Ndebele (South).\n`nso`: Northern Sotho (Sepedi).\n`nus`: Nuer.\n`ny`: Chichewa (Nyanja).\n`oc`: Occitan.\n`om`: Oromo.\n`or`: Odia.\n`pa`: Punjabi.\n`pag`: Pangasinan.\n`pam`: Kapampangan.\n`pap`: Papiamento.\n`pl`: Polish.\n`ps`: Pashto.\n`pt`: Portuguese.\n`pt-BR`: Portuguese (Brazil).\n`pt-PT`: Portuguese (Portugal).\n`qu`: Quechuan.\n`ro`: Romanian.\n`rom`: Romani.\n`rn`: Rundi.\n`ru`: Russian.\n`rw`: Kinyarwanda.\n`sa`: Sanskrit.\n`scn`: Sicilian.\n`sd`: Sindhi.\n`sg`: Sango.\n`shn`: Shan.\n`si`: Sinhalese.\n`sk`: Slovak.\n`sl`: Slovene.\n`sm`: Samoan.\n`sn`: Shona.\n`so`: Somali.\n`sq`: Albanian.\n`sr`: Serbian.\n`ss`: Swati.\n`st`: Sesotho.\n`su`: Sundanese.\n`sv`: Swedish.\n`sw`: Swahili.\n`szl`: Silesian.\n`ta`: Tamil.\n`te`: Telugu.\n`tet`: Tetum.\n`tg`: Tajik.\n`th`: Thai.\n`ti`: Tigrinya.\n`tk`: Turkmen.\n`tl`: Filipino (Tagalog).\n`tn`: Tswana.\n`tr`: Turkish.\n`ts`: Tsonga.\n`tt`: Tatar.\n`ug`: Uyghur.\n`uk`: Ukrainian.\n`ur`: Urdu.\n`uz`: Uzbek.\n`vi`: Vietnamese.\n`xh`: Xhosa.\n`yi`: Yiddish.\n`yo`: Yoruba.\n`yua`: Yucatec Maya.\n`yue`: Cantonese.\n`zh`: Simplified Chinese.\n`zh-TW`: Chinese (Traditional).\n`zu`: Zulu.\n**Note**: Use `/` to separate multiple languages, such as `en/ja`, which indicates English and Japanese.",
21454
22119
  "example": "en",
21455
22120
  "member": "string",
21456
22121
  "name": "TranslateDstLanguage",
@@ -21459,7 +22124,7 @@
21459
22124
  },
21460
22125
  {
21461
22126
  "disabled": false,
21462
- "document": "Subtitle processing type:\n- 0: ASR recognition subtitle.\n- 1: pure subtitle translation.\n**Note**: If the field is unspecified, ASR is used by default.",
22127
+ "document": "Subtitle processing type:\n- 0: ASR recognition subtitle.\n- 1: pure subtitle translation.\n- 2: OCR recognition subtitle.\n**Note**: If the field is unspecified, ASR is used by default.",
21463
22128
  "example": "0",
21464
22129
  "member": "uint64",
21465
22130
  "name": "ProcessType",
@@ -23137,7 +23802,7 @@
23137
23802
  },
23138
23803
  {
23139
23804
  "disabled": false,
23140
- "document": "Unique identifier of the image processing template.",
23805
+ "document": "Unique identifier of the image processing template.\nThe image template feature is in beta testing. If you want to use it, submit a ticket for application.",
23141
23806
  "example": "20001",
23142
23807
  "member": "uint64",
23143
23808
  "name": "Definition",
@@ -23539,7 +24204,7 @@
23539
24204
  },
23540
24205
  {
23541
24206
  "disabled": false,
23542
- "document": "Resource ID. Ensure the corresponding resource is in the enabled state. The default value is an account's primary resource ID.",
24207
+ "document": "Resource ID. Ensure that the corresponding resource is enabled. The default value is the primary resource ID of the account.",
23543
24208
  "example": "vts-24000-0",
23544
24209
  "member": "string",
23545
24210
  "name": "ResourceId",
@@ -24314,7 +24979,7 @@
24314
24979
  },
24315
24980
  {
24316
24981
  "disabled": false,
24317
- "document": "Source language of the video with smart subtitles.\nCurrently, the following languages are supported:\n`zh`: Simplified Chinese.\n`yue`: Cantonese.\n`zh-PY`: Chinese, English, and Cantonese.\n`zh_medical`: Chinese (medical scenario).\n`zh_dialect`: Chinese dialect.\n`prime_zh`: Chinese, English, and Chinese dialects.\n`zh_en`: Chinese and English.\n`en`: English.\n`ja`: Japanese.\n`ko`: Korean.\n`fr`: French.\n`es`: Spanish.\n`it`: Italian.\n`de`: German.\n`tr`: Turkish.\n`ru`: Russian.\n`pt`: Portuguese (Brazil).\n`pt-PT`: Portuguese (Portugal).\n`vi`: Vietnamese.\n`id`: Indonesian.\n`ms`: Malay.\n`th`: Thai.\n`ar`: Arabic.\n`hi`: Hindi.\n`fil`: Filipino.\n`auto`: automatic recognition (it is only supported in pure subtitle translation).",
24982
+ "document": "Source language of the video with smart subtitles.\nOCR recognition only supports the following languages:\n`zh_en`: Chinese and English.\n`multi`: others.\nASR recognition and pure subtitle translation currently support the following languages:\n`auto`: automatic recognition (it is only supported in pure subtitle translation).\n`zh`: Simplified Chinese.\n`en`: English.\n`ja`: Japanese.\n`ko`: Korean.\n`zh-PY`: Chinese, English, and Cantonese.\n`zh_medical`: Chinese (medical scenario).\n`vi`: Vietnamese.\n`ms`: Malay.\n`id`: Indonesian.\n`fil`: Filipino.\n`th`: Thai.\n`pt`: Portuguese.\n`tr`: Turkish.\n`ar`: Arabic.\n`es`: Spanish.\n`hi`: Hindi.\n`fr`: French.\n`de`: German.\n`it`: Italian.\n`zh_dialect`: Chinese dialect.\n`zh_en`: Chinese and English.\n`yue`: Cantonese.\n`ru`: Russian.\n`prime_zh`: Chinese, English, and Chinese dialects.\n`af-ZA`: Afrikaans (South Africa).\n`sq-AL`: Albanian (Albania).\n`am-ET`: Amharic (Ethiopia).\n`ar-DZ`: Arabic (Algeria).\n`ar-BH`: Arabic (Bahrain).\n`ar-EG`: Arabic (Egypt).\n`ar-IQ`: Arabic (Iraq).\n`ar-IL`: Arabic (Israel).\n`ar-JO`: Arabic (Jordan).\n`ar-KW`: Arabic (Kuwait).\n`ar-LB`: Arabic (Lebanon).\n`ar-MR`: Arabic (Mauritania).\n`ar-MA`: Arabic (Morocco).\n`ar-OM`: Arabic (Oman).\n`ar-QA`: Arabic (Qatar).\n`ar-SA`: Arabic (Saudi Arabia).\n`ar-PS`: Arabic (State of Palestine).\n`ar-SY`: Arabic (Syria).\n`ar-TN`: Arabic (Tunisia).\n`ar-AE`: Arabic (United Arab Emirates).\n`ar-YE`: Arabic (Yemen).\n`hy-AM`: Armenian (Armenia).\n`az-AZ`: Azerbaijani (Azerbaijan).\n`eu-ES`: Basque (Spain).\n`bn-BD`: Bengali (Bangladesh).\n`bn-IN`: Bengali (India).\n`bs-BA`: Bosnian (Bosnia and Herzegovina).\n`bg-BG`: Bulgarian (Bulgaria).\n`my-MM`: Burmese (Myanmar).\n`ca-ES`: Catalan (Spain).\n`hr-HR`: Croatian (Croatia).\n`cs-CZ`: Czech (Czech Republic).\n`da-DK`: Danish (Denmark).\n`nl-BE`: Dutch (Belgium).\n`nl-NL`: Dutch (Holland).\n`en-AU`: English (Australia).\n`en-CA`: English (Canada).\n`en-GH`: English (Ghana).\n`en-HK`: English (Hong Kong (China)).\n`en-IN`: English (India).\n`en-IE`: English (Ireland).\n`en-KE`: English (Kenya).\n`en-NZ`: English (New Zealand).\n`en-NG`: English (Nigeria).\n`en-PK`: English (Pakistan).\n`en-PH`: English (Philippines).\n`en-SG`: English (Singapore).\n`en-ZA`: English (South Africa).\n`en-TZ`: English (Tanzania).\n`en-GB`: English (UK).\n`en-US`: English (US).\n`et-EE`: Estonian (Estonia).\n`fil-PH`: Filipino (Philippines).\n`fi-FI`: Finnish (Finland).\n`fr-BE`: French (Belgium).\n`fr-CA`: French (Canada).\n`fr-FR`: French (France).\n`fr-CH`: French (Switzerland).\n`gl-ES`: Galician (Spain).\n`ka-GE`: Georgian (Georgia).\n`el-GR`: Greek (Greece).\n`gu-IN`: Gujarati (India).\n`iw-IL`: Hebrew (Israel).\n`hi-IN`: Hindi (India).\n`hu-HU`: Hungarian (Hungary).\n`is-IS`: Icelandic (Iceland).\n`id-ID`: Indonesian (Indonesia).\n`it-IT`: Italian (Italy).\n`it-CH`: Italian (Switzerland).\n`ja-JP`: Japanese (Japan).\n`jv-ID`: Javanese (Indonesia).\n`kn-IN`: Kannada (India).\n`kk-KZ`: Kazakh (Kazakhstan).\n`km-KH`: Khmer (Cambodia).\n`rw-RW`: Kinyarwanda (Rwanda).\n`ko-KR`: Korean (South Korea).\n`lo-LA`: Lao (Laos).\n`lv-LV`: Latvian (Latvia).\n`lt-LT`: Lithuanian (Lithuania).\n`mk-MK`: Macedonian (North Macedonia).\n`ms-MY`: Malay (Malaysia).\n`ml-IN`: Malayalam (India).\n`mr-IN`: Marathi (India).\n`mn-MN`: Mongolian (Mongolia).\n`ne-NP`: Nepali (Nepal).\n`no-NO`: Bokmål Norwegian (Norway).\n`fa-IR`: Persian (Iran).\n`pl-PL`: Polish (Poland).\n`pt-BR`: Portuguese (Brazil).\n`pt-PT`: Portuguese (Portugal).\n`ro-RO`: Romanian (Romania).\n`ru-RU`: Russian (Russia).\n`sr-RS`: Serbian (Serbia).\n`si-LK`: Sinhalese (Sri Lanka).\n`sk-SK`: Slovak (Slovakia).\n`sl-SI`: Slovenian (Slovenia).\n`st-ZA`: Sesotho (South Africa).\n`es-AR`: Spanish (Argentina).\n`es-BO`: Spanish (Bolivia).\n`es-CL`: Spanish (Chile).\n`es-CO`: Spanish (Colombia).\n`es-CR`: Spanish (Costa Rica).\n`es-DO`: Spanish (Dominican Republic).\n`es-EC`: Spanish (Ecuador).\n`es-SV`: Spanish (El Salvador).\n`es-GT`: Spanish (Guatemala).\n`es-HN`: Spanish (Honduras).\n`es-MX`: Spanish (Mexico).\n`es-NI`: Spanish (Nicaragua).\n`es-PA`: Spanish (Panama).\n`es-PY`: Spanish (Paraguay).\n`es-PE`: Spanish (Peru).\n`es-PR`: Spanish (Puerto Rico).\n`es-ES`: Spanish (Spain).\n`es-US`: Spanish (US).\n`es-UY`: Spanish (Uruguay).\n`es-VE`: Spanish (Venezuela).\n`su-ID`: Sundanese (Indonesia).\n`sw-KE`: Swahili (Kenya).\n`sw-TZ`: Swahili (Tanzania).\n`sv-SE`: Swedish (Sweden).\n`ta-IN`: Tamil (India).\n`ta-MY`: Tamil (Malaysia).\n`ta-SG`: Tamil (Singapore).\n`ta-LK`: Tamil (Sri Lanka).\n`te-IN`: Telugu (India).\n`th-TH`: Thai (Thailand).\n`ts-ZA`: Tsonga (South Africa).\n`tr-TR`: Turkish (Turkey).\n`uk-UA`: Ukrainian (Ukraine).\n`ur-IN`: Urdu (India).\n`ur-PK`: Urdu (Pakistan).\n`uz-UZ`: Uzbek (Uzbekistan).\n`ve-ZA`: Venda (South Africa).\n`vi-VN`: Vietnamese (Vietnam).\n`xh-ZA`: Xhosa (South Africa).\n`zu-ZA`: Zulu (South Africa).\n",
24318
24983
  "example": "zh",
24319
24984
  "member": "string",
24320
24985
  "name": "VideoSrcLanguage",
@@ -24325,7 +24990,7 @@
24325
24990
  },
24326
24991
  {
24327
24992
  "disabled": false,
24328
- "document": "Smart subtitle file format:\n- Under the ASR recognition and translation processing type:\n -vtt: WebVTT format subtitle.\n -srt: SRT format subtitle.\n - If this field is unspecified or left blank, no subtitle file will be generated.\n- Under the pure subtitle translation processing type:\n - original: consistent with the source file.\n - vtt: WebVTT format subtitle.\n - srt: SRT format subtitle.\n**Note**:\n- For ASR recognition mode, when 2 or more languages are involved in translation, this field cannot be unspecified or left blank.\n- For pure subtitle translation mode, this field cannot be unspecified or left blank.\nNote: This field may return null, indicating that no valid values can be obtained.",
24993
+ "document": "Smart subtitle file format:\n- Under the ASR recognition and translation processing type:\n - vtt: WebVTT format subtitle.\n - srt: SRT format subtitle.\n - Unspecified or left blank: no subtitle file generated.\n- Under the pure subtitle translation processing type:\n - original: consistent with the source file.\n - vtt: WebVTT format subtitle.\n - srt: SRT format subtitle.\n- Under the OCR recognition and translation processing type:\n - vtt: WebVTT format subtitle.\n - srt: SRT format subtitle.\n**Note**:\n- For ASR recognition mode, when 2 or more languages are involved in translation, this field cannot be unspecified or left blank.\n- For pure subtitle translation and OCR recognition mode, this field cannot be unspecified or left blank.\nNote: This field may return null, indicating that no valid values can be obtained.",
24329
24994
  "example": "vtt",
24330
24995
  "member": "string",
24331
24996
  "name": "SubtitleFormat",
@@ -24347,7 +25012,7 @@
24347
25012
  },
24348
25013
  {
24349
25014
  "disabled": false,
24350
- "document": "Target language for subtitle translation.\nThis field is valid when the value of TranslateSwitch is ON. List of translation languages:\n`zh`: Simplified Chinese.\n`zh-TW`: Traditional Chinese.\n`en`: English.\n`ja`: Japanese.\n`ko`: Korean.\n`fr`: French.\n`es`: Spanish.\n`it`: Italian.\n`de`: German.\n`tr`: Turkish.\n`ru`: Russian.\n`pt`: Portuguese (Brazil).\n`pt-PT`: Portuguese (Portugal).\n`vi`: Vietnamese.\n`id`: Indonesian.\n`ms`: Malay.\n`th`: Thai.\n`ar`: Arabic.\n`hi`: Hindi.\n`fil`: Filipino.\n**Note**: Use `/` to separate multiple languages, such as `en/ja`, which indicates English and Japanese.\nNote: This field may return null, indicating that no valid values can be obtained.",
25015
+ "document": "Target language for subtitle translation.\nThis field is valid when the value of TranslateSwitch is ON. List of translation languages:\n`ab`: Abkhaz language.\n`ace`: Acehnese.\n`ach`: Acholi.\n`af`: Afrikaans.\n`ak`: Twi (Akan).\n`am`: Amharic.\n`ar`: Arabic.\n`as`: Assamese.\n`ay`: Aymara.\n`az`: Azerbaijani.\n`ba`: Bashkir.\n`ban`: Balinese.\n`bbc`: Batak Toba.\n`bem`: Bemba.\n`bew`: Betawi.\n`bg`: Bulgarian.\n`bho`: Bhojpuri.\n`bik`: Bikol.\n`bm`: Bambara.\n`bn`: Bengali.\n`br`: Breton.\n`bs`: Bosnian.\n`btx`: Batak Karo.\n`bts`: Batak Simalungun.\n`bua`: Buryat.\n`ca`: Catalan.\n`ceb`: Cebuano.\n`cgg`: Kiga\n`chm`: Meadow Mari language.\n`ckb`: Kurdish (Sorani).\n`cnh`: Hakha Chin.\n`co`: Corsican.\n`crh`: Crimean Tatar.\n`crs`: Seychellois Creole.\n`cs`: Czech.\n`cv`: Chuvash.\n`cy`: Welsh.\n`da`: Danish.\n`de`: German.\n`din`: Dinka.\n`doi`: Dogri.\n`dov`: Dombe.\n`dv`: Divehi.\n`dz`: Dzongkha.\n`ee`: Ewe.\n`el`: Greek.\n`en`: English.\n`eo`: Esperanto.\n`es`: Spanish.\n`et`: Estonian.\n`eu`: Basque.\n`fa`: Persian.\n`ff`: Fula.\n`fi`: Finnish.\n`fil`: Filipino (Tagalog).\n`fj`: Fijian.\n`fr`: French.\n`fr-CA`: French (Canada).\n`fr-FR`: French (France).\n`fy`: Frisian.\n`ga`: Irish.\n`gaa`: Ga.\n`gd`: Scottish Gaelic.\n`gl`: Galician.\n`gn`: Guaraní.\n`gom`: Goan Konkani.\n`gu`: Gujarati.\n`gv`: Manx.\n`ha`: Hausa.\n`haw`: Hawaiian.\n`he`: Hebrew.\n`hi`: Hindi.\n`hil`: Hiligaynon.\n`hmn`: Hmong.\n`hr`: Croatian.\n`hrx`: Hunsrik.\n`ht`: Haitian Creole.\n`hu`: Hungarian.\n`hy`: Armenian.\n`id`: Indonesian.\n`ig`: Igbo.\n`ilo`: Iloko.\n`is`: Icelandic.\n`it`: Italian.\n`iw`: Hebrew.\n`ja`: Japanese.\n`jv`: Javanese.\n`jw`: Javanese.\n`ka`: Georgian.\n`kk`: Kazakh.\n`km`: Khmer.\n`kn`: Kannada.\n`ko`: Korean.\n`kri`: Krio.\n`ku`: Kurdish (Kurmanji).\n`ktu`: Kituba.\n`ky`: Kirghiz.\n`la`: Latin.\n`lb`: Luxembourgish.\n`lg`: Ganda (Luganda).\n`li`: Limburgish.\n`lij`: Ligurian.\n`lmo`: Lombard.\n`ln`: Lingala.\n`lo`: Lao.\n`lt`: Lithuanian.\n`ltg`: Latgalian.\n`luo`: Luo.\n`lus`: Mizo.\n`lv`: Latvian.\n`mai`: Maithili.\n`mak`: Makassar.\n`mg`: Malagasy.\n`mi`: Maori.\n`min`: Minangkabau.\n`mk`: Macedonian.\n`ml`: Malayalam.\n`mn`: Mongolian.\n`mr`: Marathi.\n`ms`: Malay.\n`mt`: Maltese.\n`my`: Burmese.\n`ne`: Nepali.\n`new`: Newar.\n`nl`: Dutch.\n`no`: Norwegian.\n`nr`: Ndebele (South).\n`nso`: Northern Sotho (Sepedi).\n`nus`: Nuer.\n`ny`: Chichewa (Nyanja).\n`oc`: Occitan.\n`om`: Oromo.\n`or`: Odia.\n`pa`: Punjabi.\n`pag`: Pangasinan.\n`pam`: Kapampangan.\n`pap`: Papiamento.\n`pl`: Polish.\n`ps`: Pashto.\n`pt`: Portuguese.\n`pt-BR`: Portuguese (Brazil).\n`pt-PT`: Portuguese (Portugal).\n`qu`: Quechuan.\n`ro`: Romanian.\n`rom`: Romani.\n`rn`: Rundi.\n`ru`: Russian.\n`rw`: Kinyarwanda.\n`sa`: Sanskrit.\n`scn`: Sicilian.\n`sd`: Sindhi.\n`sg`: Sango.\n`shn`: Shan.\n`si`: Sinhalese.\n`sk`: Slovak.\n`sl`: Slovene.\n`sm`: Samoan.\n`sn`: Shona.\n`so`: Somali.\n`sq`: Albanian.\n`sr`: Serbian.\n`ss`: Swati.\n`st`: Sesotho.\n`su`: Sundanese.\n`sv`: Swedish.\n`sw`: Swahili.\n`szl`: Silesian.\n`ta`: Tamil.\n`te`: Telugu.\n`tet`: Tetum.\n`tg`: Tajik.\n`th`: Thai.\n`ti`: Tigrinya.\n`tk`: Turkmen.\n`tl`: Filipino (Tagalog).\n`tn`: Tswana.\n`tr`: Turkish.\n`ts`: Tsonga.\n`tt`: Tatar.\n`ug`: Uyghur.\n`uk`: Ukrainian.\n`ur`: Urdu.\n`uz`: Uzbek.\n`vi`: Vietnamese.\n`xh`: Xhosa.\n`yi`: Yiddish.\n`yo`: Yoruba.\n`yua`: Yucatec Maya.\n`yue`: Cantonese.\n`zh`: Simplified Chinese.\n`zh-TW`: Chinese (Traditional).\n`zu`: Zulu.\n**Note**: Use `/` to separate multiple languages, such as `en/ja`, which indicates English and Japanese.\nNote: This field may return null, indicating that no valid values can be obtained.",
24351
25016
  "example": "en",
24352
25017
  "member": "string",
24353
25018
  "name": "TranslateDstLanguage",
@@ -24380,7 +25045,7 @@
24380
25045
  },
24381
25046
  {
24382
25047
  "disabled": false,
24383
- "document": "Subtitle processing type.\n- 0: ASR recognition subtitle.\n- 1: pure subtitle translation.\n**Note**: The default processing type is ASR recognition subtitle if the field is unspecified.",
25048
+ "document": "Subtitle processing type:\n- 0: ASR recognition subtitle.\n- 1: pure subtitle translation.\n- 2: OCR recognition subtitle.\n**Note**: The default processing type is ASR recognition subtitle if the field is unspecified.",
24384
25049
  "example": "0",
24385
25050
  "member": "uint64",
24386
25051
  "name": "ProcessType",
@@ -24388,6 +25053,17 @@
24388
25053
  "required": false,
24389
25054
  "type": "int",
24390
25055
  "value_allowed_null": false
25056
+ },
25057
+ {
25058
+ "disabled": false,
25059
+ "document": "",
25060
+ "example": "无",
25061
+ "member": "SelectingSubtitleAreasConfig",
25062
+ "name": "SelectingSubtitleAreasConfig",
25063
+ "output_required": false,
25064
+ "required": false,
25065
+ "type": "object",
25066
+ "value_allowed_null": true
24391
25067
  }
24392
25068
  ],
24393
25069
  "usage": "both"
@@ -25162,7 +25838,7 @@
25162
25838
  },
25163
25839
  {
25164
25840
  "disabled": false,
25165
- "document": "Error code. An empty string indicates success, while other values indicate failure. For specific values, see the list of MPS error codes at 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.",
25841
+ "document": "Error code. An empty string indicates success, while other values indicate failure. For specific values, see the list of MPS error codes at https://www.tencentcloud.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.",
25166
25842
  "example": " input",
25167
25843
  "member": "string",
25168
25844
  "name": "ErrCodeExt",
@@ -25958,6 +26634,45 @@
25958
26634
  ],
25959
26635
  "usage": "both"
25960
26636
  },
26637
+ "SelectingSubtitleAreasConfig": {
26638
+ "document": "",
26639
+ "members": [
26640
+ {
26641
+ "disabled": false,
26642
+ "document": "",
26643
+ "example": "无",
26644
+ "member": "EraseArea",
26645
+ "name": "AutoAreas",
26646
+ "output_required": false,
26647
+ "required": false,
26648
+ "type": "list",
26649
+ "value_allowed_null": false
26650
+ },
26651
+ {
26652
+ "disabled": false,
26653
+ "document": "",
26654
+ "example": "200",
26655
+ "member": "uint64",
26656
+ "name": "SampleWidth",
26657
+ "output_required": false,
26658
+ "required": false,
26659
+ "type": "int",
26660
+ "value_allowed_null": false
26661
+ },
26662
+ {
26663
+ "disabled": false,
26664
+ "document": "",
26665
+ "example": "1000",
26666
+ "member": "uint64",
26667
+ "name": "SampleHeight",
26668
+ "output_required": false,
26669
+ "required": false,
26670
+ "type": "int",
26671
+ "value_allowed_null": false
26672
+ }
26673
+ ],
26674
+ "usage": "both"
26675
+ },
25961
26676
  "SharpEnhanceConfig": {
25962
26677
  "document": "Detail enhancement configuration.",
25963
26678
  "members": [
@@ -26234,7 +26949,7 @@
26234
26949
  },
26235
26950
  {
26236
26951
  "disabled": false,
26237
- "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).",
26952
+ "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.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).",
26238
26953
  "example": "InvalidInput",
26239
26954
  "member": "string",
26240
26955
  "name": "ErrCodeExt",
@@ -26390,7 +27105,7 @@
26390
27105
  },
26391
27106
  {
26392
27107
  "disabled": false,
26393
- "document": "Template creation time in [ISO datetime format](https://www.tencentcloud.comom/document/product/862/37710?from_cn_redirect=1#52).",
27108
+ "document": "Template creation time in [ISO datetime format](https://www.tencentcloud.com/document/product/862/37710?from_cn_redirect=1#52).",
26394
27109
  "example": "2023-10-05T14:30:00Z",
26395
27110
  "member": "string",
26396
27111
  "name": "CreateTime",
@@ -26400,7 +27115,7 @@
26400
27115
  },
26401
27116
  {
26402
27117
  "disabled": false,
26403
- "document": "Last modification time of the template in [ISO datetime format](https://www.tencentcloud.comom/document/product/862/37710?from_cn_redirect=1#52).",
27118
+ "document": "Last modification time of the template in [ISO datetime format](https://www.tencentcloud.com/document/product/862/37710?from_cn_redirect=1#52).",
26404
27119
  "example": "2024-10-05T14:32:00Z",
26405
27120
  "member": "string",
26406
27121
  "name": "UpdateTime",
@@ -26715,6 +27430,82 @@
26715
27430
  ],
26716
27431
  "usage": "out"
26717
27432
  },
27433
+ "SmartSubtitleTaskFullTextResult": {
27434
+ "document": "Full-text recognition result for smart subtitle tasks.",
27435
+ "members": [
27436
+ {
27437
+ "disabled": false,
27438
+ "document": "Task status, which can be PROCESSING, SUCCESS, or FAIL.",
27439
+ "example": "PROCESSING",
27440
+ "member": "string",
27441
+ "name": "Status",
27442
+ "output_required": false,
27443
+ "type": "string",
27444
+ "value_allowed_null": false
27445
+ },
27446
+ {
27447
+ "disabled": false,
27448
+ "document": "Error code. A null string indicates that the task is successful, while other values indicate that the task has failed. For valid values, see the list of [MPS error codes](https://www.tencentcloud.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).",
27449
+ "example": "InvalidInput",
27450
+ "member": "string",
27451
+ "name": "ErrCodeExt",
27452
+ "output_required": false,
27453
+ "type": "string",
27454
+ "value_allowed_null": false
27455
+ },
27456
+ {
27457
+ "disabled": false,
27458
+ "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.)",
27459
+ "example": "0",
27460
+ "member": "int64",
27461
+ "name": "ErrCode",
27462
+ "output_required": false,
27463
+ "type": "int",
27464
+ "value_allowed_null": false
27465
+ },
27466
+ {
27467
+ "disabled": false,
27468
+ "document": "Error message.",
27469
+ "example": "task fail",
27470
+ "member": "string",
27471
+ "name": "Message",
27472
+ "output_required": false,
27473
+ "type": "string",
27474
+ "value_allowed_null": false
27475
+ },
27476
+ {
27477
+ "disabled": false,
27478
+ "document": "Input information for smart subtitle tasks.\nNote: This field may return null, indicating that no valid values can be obtained.",
27479
+ "example": "无",
27480
+ "member": "SmartSubtitleTaskResultInput",
27481
+ "name": "Input",
27482
+ "output_required": false,
27483
+ "type": "object",
27484
+ "value_allowed_null": true
27485
+ },
27486
+ {
27487
+ "disabled": false,
27488
+ "document": "Output information for smart subtitle tasks.Note: This field may return null, indicating that no valid values can be obtained.",
27489
+ "example": "无",
27490
+ "member": "SmartSubtitleTaskTextResultOutput",
27491
+ "name": "Output",
27492
+ "output_required": false,
27493
+ "type": "object",
27494
+ "value_allowed_null": true
27495
+ },
27496
+ {
27497
+ "disabled": false,
27498
+ "document": "Task progress.\nNote: This field may return null, indicating that no valid values can be obtained.",
27499
+ "example": "100",
27500
+ "member": "uint64",
27501
+ "name": "Progress",
27502
+ "output_required": false,
27503
+ "type": "int",
27504
+ "value_allowed_null": true
27505
+ }
27506
+ ],
27507
+ "usage": "out"
27508
+ },
26718
27509
  "SmartSubtitleTaskResultInput": {
26719
27510
  "document": "Smart subtitle translation input.",
26720
27511
  "members": [
@@ -26741,6 +27532,42 @@
26741
27532
  ],
26742
27533
  "usage": "out"
26743
27534
  },
27535
+ "SmartSubtitleTaskTextResultOutput": {
27536
+ "document": "Smart subtitle recognition result.",
27537
+ "members": [
27538
+ {
27539
+ "disabled": false,
27540
+ "document": "Subtitle recognition result.\nNote: This field may return null, indicating that no valid values can be obtained.",
27541
+ "example": "无",
27542
+ "member": "SubtitleResult",
27543
+ "name": "RecognizeSubtitleResult",
27544
+ "output_required": false,
27545
+ "type": "list",
27546
+ "value_allowed_null": true
27547
+ },
27548
+ {
27549
+ "disabled": false,
27550
+ "document": "Subtitle translation result.\nNote: This field may return null, indicating that no valid values can be obtained.",
27551
+ "example": "无",
27552
+ "member": "SubtitleResult",
27553
+ "name": "TransSubtitleResult",
27554
+ "output_required": false,
27555
+ "type": "list",
27556
+ "value_allowed_null": true
27557
+ },
27558
+ {
27559
+ "disabled": false,
27560
+ "document": "Storage location of the subtitle file.\nNote: This field may return null, indicating that no valid values can be obtained.",
27561
+ "example": "无",
27562
+ "member": "TaskOutputStorage",
27563
+ "name": "OutputStorage",
27564
+ "output_required": false,
27565
+ "type": "object",
27566
+ "value_allowed_null": true
27567
+ }
27568
+ ],
27569
+ "usage": "out"
27570
+ },
26744
27571
  "SmartSubtitleTaskTransTextResult": {
26745
27572
  "document": "Translation result.",
26746
27573
  "members": [
@@ -27100,7 +27927,7 @@
27100
27927
  "members": [
27101
27928
  {
27102
27929
  "disabled": false,
27103
- "document": "Task type. Valid values:\n- AsrFullTextRecognition: full speech recognition.\n- TransTextRecognition: speech translation.\n- PureSubtitleTrans: pure subtitle translation.",
27930
+ "document": "Task type. Valid values:\n- AsrFullTextRecognition: full speech recognition.\n- TransTextRecognition: speech translation.\n- PureSubtitleTrans: pure subtitle translation.\n- OcrFullTextRecognition: text-based subtitle extraction.",
27104
27931
  "example": "AsrFullTextRecognition",
27105
27932
  "member": "string",
27106
27933
  "name": "Type",
@@ -27137,6 +27964,16 @@
27137
27964
  "output_required": false,
27138
27965
  "type": "object",
27139
27966
  "value_allowed_null": true
27967
+ },
27968
+ {
27969
+ "disabled": false,
27970
+ "document": "Text-based subtitle extraction result. This field is valid when the value of Type is\nOcrFullTextRecognition.\nNote: This field may return null, indicating that no valid values can be obtained.",
27971
+ "example": "无",
27972
+ "member": "SmartSubtitleTaskFullTextResult",
27973
+ "name": "OcrFullTextTask",
27974
+ "output_required": false,
27975
+ "type": "object",
27976
+ "value_allowed_null": true
27140
27977
  }
27141
27978
  ],
27142
27979
  "usage": "out"
@@ -27190,7 +28027,7 @@
27190
28027
  },
27191
28028
  {
27192
28029
  "disabled": false,
27193
- "document": "Output path of the generated subtitle file, which can be a relative or absolute path.\nTo define the output path, end the path with .{format}. For variable names, see the description of file name variables at https://www.tencentcloud.comom/document/product/862/37039.?from_cn_redirect=1\n\nRelative path example:\n - File name_{variable name}.{format}.\n - File name.{format}.\n\nAbsolute path example:\n -/Custom path/File name_{variable name}.{format}.\n\nIf this field is left unspecified, the default value is the relative path in the following format: {inputName}_smartsubtitle_{definition}.{format}.",
28030
+ "document": "Output path of the generated subtitle file, which can be a relative or absolute path.\nTo define the output path, end the path with .{format}. For variable names, see the description of file name variables at https://www.tencentcloud.com/document/product/862/37039.?from_cn_redirect=1\n\nRelative path example:\n - File name_{variable name}.{format}.\n - File name.{format}.\n\nAbsolute path example:\n -/Custom path/File name_{variable name}.{format}.\n\nIf this field is left unspecified, the default value is the relative path in the following format: {inputName}_smartsubtitle_{definition}.{format}.",
27194
28031
  "example": "/storage/{inputName}_smartsubtitle_{definition}.{format}",
27195
28032
  "member": "string",
27196
28033
  "name": "OutputObjectPath",
@@ -27401,6 +28238,32 @@
27401
28238
  ],
27402
28239
  "usage": "out"
27403
28240
  },
28241
+ "SpecificationDataItem": {
28242
+ "document": "Statistical data for the task of the specified specification.",
28243
+ "members": [
28244
+ {
28245
+ "disabled": false,
28246
+ "document": "Task specification.",
28247
+ "example": "",
28248
+ "member": "string",
28249
+ "name": "Specification",
28250
+ "required": true,
28251
+ "type": "string",
28252
+ "value_allowed_null": false
28253
+ },
28254
+ {
28255
+ "disabled": false,
28256
+ "document": "Statistical data.",
28257
+ "example": "",
28258
+ "member": "TaskStatDataItem",
28259
+ "name": "Data",
28260
+ "required": true,
28261
+ "type": "list",
28262
+ "value_allowed_null": false
28263
+ }
28264
+ ],
28265
+ "usage": "out"
28266
+ },
27404
28267
  "SpekeDrm": {
27405
28268
  "document": "FairPlay, WideVine, PlayReady, and other DRM encryption technologies.",
27406
28269
  "members": [
@@ -27478,6 +28341,45 @@
27478
28341
  ],
27479
28342
  "usage": "out"
27480
28343
  },
28344
+ "SubtitleResult": {
28345
+ "document": "Smart subtitle task result.",
28346
+ "members": [
28347
+ {
28348
+ "disabled": false,
28349
+ "document": "Language of the subtitle file.",
28350
+ "example": "zh",
28351
+ "member": "string",
28352
+ "name": "Language",
28353
+ "output_required": false,
28354
+ "required": false,
28355
+ "type": "string",
28356
+ "value_allowed_null": false
28357
+ },
28358
+ {
28359
+ "disabled": false,
28360
+ "document": "Whether the processing is successful.",
28361
+ "example": "Success",
28362
+ "member": "string",
28363
+ "name": "Status",
28364
+ "output_required": false,
28365
+ "required": false,
28366
+ "type": "string",
28367
+ "value_allowed_null": false
28368
+ },
28369
+ {
28370
+ "disabled": false,
28371
+ "document": "Subtitle file URL.",
28372
+ "example": "/xx/310*****.vtt",
28373
+ "member": "string",
28374
+ "name": "Path",
28375
+ "output_required": false,
28376
+ "required": false,
28377
+ "type": "string",
28378
+ "value_allowed_null": false
28379
+ }
28380
+ ],
28381
+ "usage": "both"
28382
+ },
27481
28383
  "SubtitleTemplate": {
27482
28384
  "document": "The subtitle settings.",
27483
28385
  "members": [
@@ -28159,6 +29061,78 @@
28159
29061
  ],
28160
29062
  "usage": "out"
28161
29063
  },
29064
+ "TaskStatData": {
29065
+ "document": "Statistical data of the task.",
29066
+ "members": [
29067
+ {
29068
+ "disabled": false,
29069
+ "document": "Task type.\n<li>Transcode: transcoding.</li>\n<li>Enhance: enhancement.</li>\n<li>AIAnalysis: intelligent analysis.</li>\n<li>AIRecognition: intelligent recognition.</li>\n<li>AIReview: content moderation.</li>\n<li>Snapshot: screenshot.</li>\n<li>AnimatedGraphics: conversion to GIF.</li>\n<li>ImageProcess: image processing.</li>",
29070
+ "example": "Transcode",
29071
+ "member": "string",
29072
+ "name": "TaskType",
29073
+ "output_required": true,
29074
+ "type": "string",
29075
+ "value_allowed_null": false
29076
+ },
29077
+ {
29078
+ "disabled": false,
29079
+ "document": "Statistical data overview of the number of tasks.\n<li>Transcode: The unit of usage is seconds.</li>\n<li>Enhance: The unit of usage is seconds.</li>\n<li>AIAnalysis: The unit of usage is seconds.</li>\n<li>AIRecognition: The unit of usage is seconds.</li>\n<li>AIReview: The unit of usage is seconds.</li>\n<li>Snapshot: The unit of usage is images.</li>\n<li>AnimatedGraphics: The unit of usage is seconds.</li>\n<li>ImageProcess: The unit of usage is images.</li>.",
29080
+ "example": "无",
29081
+ "member": "TaskStatDataItem",
29082
+ "name": "Summary",
29083
+ "output_required": true,
29084
+ "type": "list",
29085
+ "value_allowed_null": false
29086
+ },
29087
+ {
29088
+ "disabled": false,
29089
+ "document": "Statistical data details for tasks of various specifications.\n1. Transcoding specification:\n<li>Audio: audio-only.</li>\n<li>Remuxing: conversion to muxing.</li>\n<li>Other transcoding specifications: {TYPE}.{CODEC}.{SPECIFICATION}.</li> Specifically, valid values for TYPE:\n    Standard: standard transcoding.\n    TESHD-10: TSC transcoding for videos.\n    TESHD-20: TSC transcoding for audios.\n    TESHD-30: TSC transcoding for audios/videos.\n    TESHD-30-SDK: duration-based billing of TSC transcoding SDK for audios/videos.\n    TESHD-30-SDKCores: core number-based billing of TSC transcoding SDK for audios/videos.\n    Edit: video editing.\n  Specifically, valid values for CODEC:\n    H264: H. 264 encoding.\n    H265: H.265 encoding.\n    AV1: AV1 encoding.\n    MV-HEVC: MV-HEVC encoding.\n  Specifically, valid values for SPECIFICATION:\n    SD: standard definition.\n    HD: high definition.\n    FHD: full HD.\n    2K: 2K.\n    4K: 4K.\nFor example, TESHD-10.H265.HD indicates TSC transcoding using the H.265 encoding method.\n2. Enhancement specification: video enhancement format: {TYPE}.{CODEC}.{SPECIFICATION}.{FPS}, where valid values for CODEC and SPECIFICATION follow the transcoding descriptions mentioned above, and FPS is valid only when the atomic enhancement type is used; audio enhancement format: {TYPE}.\nValid values for enhancement TYPE:\n<li>Enhance: common enhancement type, which might be any atomic enhancement type.</li>\n<li>Atomic enhancement type</li>. Valid values for video atomic enhancement type:\n    Sdr2hdr: SDR2HDR.\n SuperResolution: super resolution.\n    InsertFrame: frame interpolation.\n    ComprehensiveEnhancement: comprehensive enhancement.\n    NoiseReduction: video noise reduction.\n    ColorEnhancement: color enhancement.\n    RemoveScratches: scratch removal.\n    Deburr: artifacts removal.\n    DetailEnhancement: detail enhancement.\n    LightEnhancement: low-light enhancement.\n    FaceEnhancement: face enhancement.\n  Valid value for audio atomic enhancement type.\n    AudioNoiseReduction\n    VolumeBalance\n    AudioBeautify\n    AudioSeparation\n\n3. Screenshot specification:\n<li>ImageSprite: sprite.</li>\n<li>SampleSnapshot: sampled screenshot.</li>\n<li>SnapshotByTime: time point screenshot.</li>\n4. Image processing specification: {TYPE}.{CODEC}.{SPECIFICATION}.\n<li> ImageCompression: image encoding.</li>\n<li> ImageSuperResolution: image super resolution.</li>\n<li>EnhanceImageColor: image color enhancement.</li>\n5. Intelligent analysis specification:\n<li>AIAnalysis: major category for analysis.</li>\n<li>VideoTag: video tag.</li>\n<li>VideoClassification: video category.</li>\n<li>SmartCover: smart cover.</li>\n<li>FrameLabel: frame tag.</li>\n<li>VideoSplit: video splitting.</li>\n<li>Highlights: highlights.</li>\n<li>OpeningAndEnding: opening and ending clips.</li>\n6. Intelligent recognition specification:\n<li>AIRecognition: major category for recognition.</li>\n<li>FaceRecognition: face recognition.</li>\n<li>TextRecognition: optical character recognition.</li>\n<li>ObjectRecognition: object recognition.</li>\n<li>VoiceRecognition: automatic speech recognition.</li>\n<li>VoiceTranslation: speech translation.</li>\n7. There are no segmentation specifications for content moderation and conversion to GIF.",
29090
+ "example": "无",
29091
+ "member": "SpecificationDataItem",
29092
+ "name": "Details",
29093
+ "output_required": true,
29094
+ "type": "list",
29095
+ "value_allowed_null": false
29096
+ }
29097
+ ],
29098
+ "usage": "out"
29099
+ },
29100
+ "TaskStatDataItem": {
29101
+ "document": "Statistical data of the task, including the number of tasks and usage.",
29102
+ "members": [
29103
+ {
29104
+ "disabled": false,
29105
+ "document": "Start time of the time interval where the data resides. Use the [ISO date and time format](https://www.tencentcloud.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F). For example, when the time granularity is day, 2018-12-01T00:00:00+08:00 indicates the interval from December 1, 2018 (inclusive) to December 2, 2018 (exclusive).",
29106
+ "example": "",
29107
+ "member": "string",
29108
+ "name": "Time",
29109
+ "required": true,
29110
+ "type": "string",
29111
+ "value_allowed_null": false
29112
+ },
29113
+ {
29114
+ "disabled": false,
29115
+ "document": "Number of tasks.",
29116
+ "example": "",
29117
+ "member": "int64",
29118
+ "name": "Count",
29119
+ "required": true,
29120
+ "type": "int",
29121
+ "value_allowed_null": false
29122
+ },
29123
+ {
29124
+ "disabled": false,
29125
+ "document": "Task usage.",
29126
+ "example": "",
29127
+ "member": "int64",
29128
+ "name": "Usage",
29129
+ "required": true,
29130
+ "type": "int",
29131
+ "value_allowed_null": false
29132
+ }
29133
+ ],
29134
+ "usage": "out"
29135
+ },
28162
29136
  "TerrorismConfigureInfo": {
28163
29137
  "document": "The parameters for detecting sensitive information.",
28164
29138
  "members": [
@@ -28377,6 +29351,90 @@
28377
29351
  ],
28378
29352
  "usage": "in"
28379
29353
  },
29354
+ "TextTranslationRequest": {
29355
+ "document": "TextTranslation request structure.",
29356
+ "members": [
29357
+ {
29358
+ "disabled": false,
29359
+ "document": "Text to be translated, which must be encoded in UTF-8 format. Characters not encoded in UTF-8 format cannot be translated. Input valid text. Unconventional content, such as HTML tags, may also cause translation failures. The text length per request must be less than 2,000 characters.",
29360
+ "example": "hello",
29361
+ "member": "string",
29362
+ "name": "SourceText",
29363
+ "required": true,
29364
+ "type": "string"
29365
+ },
29366
+ {
29367
+ "disabled": false,
29368
+ "document": "Source language. Valid values:\n \"auto\": \"automatic recognition (recognized as a language).\",\n \"ab\": \"Abkhaz language.\",\n \"ace\": Acehnese.\",\n \"ach\": \"Acholi.\",\n \"af\": \"Afrikaans.\",\n \"ak\": \"Twi (Akan).\",\n \"am\": \"Amharic\",\n \"ar\": \"Arabic.\",\n \"as\": \"Assamese.\",\n \"ay\": \"Aymara.\",\n \"az\": \"Azerbaijani.\",\n \"ba\": \"Bashkir.\",\n \"ban\": \"Balinese\",\n \"bbc\": \"Batak Toba.\",\n \"bem\": \"Bemba\",\n \"bew\": \"Betawi\",\n \"bg\": \"Bulgarian.\",\n \"bho\": \"Bhojpuri.\",\n \"bik\": \"Bikol\",\n \"bm\": \"Bambara.\",\n \"bn\": \"Bengali.\",\n \"br\": \"Breton.\",\n \"bs\": \"Bosnian.\",\n \"btx\": \"Batak Karo.\",\n \"bts\": \"Batak Simalungun.\",\n \"bua\": \"Buryat.\",\n \"ca\": \"Catalan.\",\n \"ceb\": \"Cebuano.\",\n \"cgg\": \"Kiga\",\n \"chm\": \"Meadow Mari language.\",\n \"ckb\": \"Kurdish (Sorani).\",\n \"cnh\": \"Hakha Chin.\",\n \"co\": \"Corsican.\",\n \"crh\": \"Crimean Tatar.\",\n \"crs\": \"Seychellois Creole.\",\n \"cs\": \"Czech.\",\n \"cv\": \"Chuvash.\",\n \"cy\": \"Welsh.\",\n \"da\": \"Danish.\",\n \"de\": \"German.\",\n \"din\": \"Dinka\",\n \"doi\": \"Dogri.\",\n \"dov\": \"Dombe.\",\n \"dv\": \"Divehi.\",\n \"dz\": \"Dzongkha.\",\n \"ee\": \"Ewe\",\n \"el\": \"Greek.\",\n \"en\": \"English.\",\n \"eo\": \"Esperanto.\",\n \"es\": \"Spanish.\",\n \"et\": \"Estonian.\",\n \"eu\": \"Basque.\",\n \"fa\": \"Persian.\",\n \"ff\": \"Fula.\",\n \"fi\": \"Finnish.\",\n \"fil\": \"Filipino (Tagalog).\",\n \"fj\": \"Fijian.\",\n \"fr\": \"French.\",\n \"fr-CA\": \"French (Canada).\",\n \"fr-FR\": \"French (France).\",\n \"fy\": \"Frisian.\",\n \"ga\": \"Irish.\",\n \"gaa\": \"Ga.\",\n \"gd\": \"Scottish Gaelic.\",\n \"gl\": \"Galician.\",\n \"gn\": \"Guarani.\",\n \"gom\": \"Goan Konkani.\",\n \"gu\": \"Gujarati.\",\n \"gv\": \"Manx.\",\n \"ha\": \"Hausa\",\n \"haw\": \"Hawaiian.\",\n \"he\": \"Hebrew.\",\n \"hi\": \"Hindi.\",\n \"hil\": \"Hiligaynon.\",\n \"hmn\": \"Hmong.\",\n \"hr\": \"Croatian.\",\n \"hrx\": \"Hunsrik.\",\n \"ht\": \"Haitian Creole.\",\n \"hu\": \"Hungarian.\",\n \"hy\": \"Armenian.\",\n \"id\": \"Indonesian.\",\n \"ig\": \"Igbo\",\n \"ilo\": \"Iloko.\",\n \"is\": \"Icelandic.\",\n \"it\": \"Italian.\",\n \"iw\": \"Hebrew.\",\n \"ja\": \"Japanese.\",\n \"jv\": \"Javanese.\",\n \"jw\": \"Javanese.\",\n \"ka\": \"Georgian.\",\n \"kk\": \"Kazakh.\",\n \"km\": \"Khmer.\",\n \"kn\": \"Kanada.\",\n \"ko\": \"Korean.\",\n \"kri\": \"Krio\",\n \"ku\": \"Kurdish (Kurmanji).\",\n \"ktu\": \"Kituba.\",\n \"ky\": \"Kirghiz.\",\n \"la\": \"Latin.\",\n \"lb\": \"Luxembourgish.\",\n \"lg\": \"Ganda (Luganda).\",\n \"li\": \"Limburgish.\",\n \"lij\": \"Ligurian.\",\n \"lmo\": \"Lombard.\",\n \"ln\": \"Lingala.\",\n \"lo\": \"Lao.\",\n \"lt\": \"Lithuanian.\",\n \"ltg\": \"Latgalian.\",\n \"luo\": \"Luo\",\n \"lus\": \"Mizo.\",\n \"lv\": \"Latvian.\",\n \"mai\": \"Maithili.\",\n \"mak\": \"Makassar.\",\n \"mg\": \"Malagasy.\",\n \"mi\": \"Maori.\",\n \"min\": \"Minangkabau.\",\n \"mk\": \"Macedonian.\",\n \"ml\": \"Malayalam.\",\n \"mn\": \"Mongolian.\",\n \"mr\": \"Marathi.\",\n \"ms\": \"Malay.\",\n \"mt\": \"Maltese.\",\n \"my\": \"Burmese.\",\n \"ne\": \"Nepali.\",\n \"new\": \"Nepali (Newar).\",\n \"nl\": \"Dutch.\",\n \"no\": \"Norwegian.\",\n \"nr\": \"Ndebele (South).\",\n \"nso\": \"Northern Sotho (Sepedi).\",\n \"nus\": \"Nuer.\",\n \"ny\": \"Chichewa (Nyanja).\",\n \"oc\": \"Occitan.\",\n \"om\": \"Oromo\",\n \"or\": \"Odia (Oria).\",\n \"pa\": \"Punjabi.\",\n \"pag\": \"Pangasinan.\",\n \"pam\": \"Kapampangan.\",\n \"pap\": \"Papiamento\",\n \"pl\": \"Polish.\",\n \"ps\": \"Pashto\",\n \"pt\": \"Portuguese.\",\n \"pt-BR\": \"Portuguese (Brazil).\",\n \"pt-PT\": \"Portuguese (Portugal).\",\n \"qu\": \"Quechuan.\",\n \"ro\": \"Romanian.\",\n \"rom\": \"Romani.\",\n \"rn\": \"Rundi\",\n \"ru\": \"Russian.\",\n \"rw\": \"Kinyarwanda.\",\n \"sa\": \"Sanskrit.\",\n \"scn\": \"Sicilian.\",\n \"sd\": \"Sindhi.\",\n \"sg\": \"Sango\",\n \"shn\": \"Shan.\",\n \"si\": \"Sinhalese.\",\n \"sk\": \"Slovak.\",\n \"sl\": \"Slovene.\",\n \"sm\": \"Samoan.\",\n \"sn\": \"Shona.\",\n \"so\": \"Somali.\",\n \"sq\": \"Albanian.\",\n \"sr\": \"Serbian.\",\n \"ss\": \"Swati.\",\n \"st\": \"Sesotho.\",\n \"su\": \"Sundanese.\",\n \"sv\": \"Swedish.\",\n \"sw\": \"Swahili.\",\n \"szl\": \"Silesian.\",\n \"ta\": \"Tamil.\",\n \"te\": \"Telugu.\",\n \"tet\": \"Tetum.\",\n \"tg\": \"Tajik.\",\n \"th\": \"Thai.\",\n \"ti\": \"Tigrinya.\",\n \"tk\": \"Turkmen.\",\n \"tl\": \" Filipino (Tagalog).\",\n \"tn\": \"Tswana.\",\n \"tr\": \"Turkish.\",\n \"ts\": \"Tsonga.\",\n \"tt\": \"Tatar.\",\n \"ug\": \"Uyghur.\",\n \"uk\": \"Ukrainian.\",\n \"ur\": \"Urdu.\",\n \"uz\": \"Uzbek.\",\n \"vi\": \"Vietnamese.\",\n \"xh\": \"Xhosa.\",\n \"yi\": \"Yiddish.\",\n \"yo\": \"Yoruba.\",\n \"yua\": \"Yucatec Maya.\",\n \"yue\": \"Cantonese.\",\n \"zh\": \"Simplified Chinese.\",\n \"zh-TW\": \"Chinese (Traditional).\",\n \"zu\": \"Zulu.\"",
29369
+ "example": "en",
29370
+ "member": "string",
29371
+ "name": "Source",
29372
+ "required": true,
29373
+ "type": "string"
29374
+ },
29375
+ {
29376
+ "disabled": false,
29377
+ "document": "Target language. Valid values:\n \"ab\": \"Abkhaz language.\",\n \"ace\": \"Acehnese.\",\n \"ach\": \"Acholi.\",\n \"af\": \"Afrikaans.\",\n \"ak\": \"Twi (Akan).\",\n \"am\": \"Amharic\",\n \"ar\": \"Arabic.\",\n \"as\": \"Assamese.\",\n \"ay\": \"Aymara.\",\n \"az\": \"Azerbaijani.\",\n \"ba\": \"Bashkir.\",\n \"ban\": \"Balinese\",\n \"bbc\": \"Batak Toba.\",\n \"bem\": \"Bemba\",\n \"bew\": \"Betawi\",\n \"bg\": \"Bulgarian.\",\n \"bho\": \"Bhojpuri.\",\n \"bik\": \"Bikol\",\n \"bm\": \"Bambara.\",\n \"bn\": \"Bengali.\",\n \"br\": \"Breton.\",\n \"bs\": \"Bosnian.\",\n \"btx\": \"Batak Karo.\",\n \"bts\": \"Batak Simalungun.\",\n \"bua\": \"Buryat.\",\n \"ca\": \"Catalan.\",\n \"ceb\": \"Cebuano.\",\n \"cgg\": \"Kiga\",\n \"chm\": \"Meadow Mari language.\",\n \"ckb\": \"Kurdish (Sorani).\",\n \"cnh\": \"Hakha Chin.\",\n \"co\": \"Corsican.\",\n \"crh\": \"Crimean Tatar.\",\n \"crs\": \"Seychellois Creole.\",\n \"cs\": \"Czech.\",\n \"cv\": \"Chuvash.\",\n \"cy\": \"Welsh.\",\n \"da\": \"Danish.\",\n \"de\": \"German.\",\n \"din\": \"Dinka\",\n \"doi\": \"Dogri.\",\n \"dov\": \"Dombe.\",\n \"dv\": \"Divehi.\",\n \"dz\": \"Dzongkha.\",\n \"ee\": \"Ewe\",\n \"el\": \"Greek.\",\n \"en\": \"English.\",\n \"eo\": \"Esperanto.\",\n \"es\": \"Spanish.\",\n \"et\": \"Estonian.\",\n \"eu\": \"Basque.\",\n \"fa\": \"Persian.\",\n \"ff\": \"Fula.\",\n \"fi\": \"Finnish.\",\n \"fil\": \"Filipino (Tagalog).\",\n \"fj\": \"Fijian.\",\n \"fr\": \"French.\",\n \"fr-CA\": \"French (Canada).\",\n \"fr-FR\": \"French (France).\",\n \"fy\": \"Frisian.\",\n \"ga\": \"Irish.\",\n \"gaa\": \"Ga.\",\n \"gd\": \"Scottish Gaelic.\",\n \"gl\": \"Galician.\",\n \"gn\": \"Guarani.\",\n \"gom\": \"Goan Konkani.\",\n \"gu\": \"Gujarati.\",\n \"gv\": \"Manx.\",\n \"ha\": \"Hausa\",\n \"haw\": \"Hawaiian.\",\n \"he\": \"Hebrew.\",\n \"hi\": \"Hindi.\",\n \"hil\": \"Hiligaynon.\",\n \"hmn\": \"Hmong.\",\n \"hr\": \"Croatian.\",\n \"hrx\": \"Hunsrik.\",\n \"ht\": \"Haitian Creole.\",\n \"hu\": \"Hungarian.\",\n \"hy\": \"Armenian.\",\n \"id\": \"Indonesian.\",\n \"ig\": \"Igbo\",\n \"ilo\": \"Iloko.\",\n \"is\": \"Icelandic.\",\n \"it\": \"Italian.\",\n \"iw\": \"Hebrew.\",\n \"ja\": \"Japanese.\",\n \"jv\": \"Javanese.\",\n \"jw\": \"Javanese.\",\n \"ka\": \"Georgian.\",\n \"kk\": \"Kazakh.\",\n \"km\": \"Khmer.\",\n \"kn\": \"Kanada.\",\n \"ko\": \"Korean.\",\n \"kri\": \"Krio\",\n \"ku\": \"Kurdish (Kurmanji).\",\n \"ktu\": \"Kituba.\",\n \"ky\": \"Kirghiz.\",\n \"la\": \"Latin.\",\n \"lb\": \"Luxembourgish.\",\n \"lg\": \"Ganda (Luganda).\",\n \"li\": \"Limburgish.\",\n \"lij\": \"Ligurian.\",\n \"lmo\": \"Lombard.\",\n \"ln\": \"Lingala.\",\n \"lo\": \"Lao.\",\n \"lt\": \"Lithuanian.\",\n \"ltg\": \"Latgalian.\",\n \"luo\": \"Luo\",\n \"lus\": \"Mizo.\",\n \"lv\": \"Latvian.\",\n \"mai\": \"Maithili.\",\n \"mak\": \"Makassar.\",\n \"mg\": \"Malagasy.\",\n \"mi\": \"Maori.\",\n \"min\": \"Minangkabau.\",\n \"mk\": \"Macedonian.\",\n \"ml\": \"Malayalam.\",\n \"mn\": \"Mongolian.\",\n \"mr\": \"Marathi.\",\n \"ms\": \"Malay.\",\n \"mt\": \"Maltese.\",\n \"my\": \"Burmese.\",\n \"ne\": \"Nepali.\",\n \"new\": \"Nepali (Newar).\",\n \"nl\": \"Dutch.\",\n \"no\": \"Norwegian.\",\n \"nr\": \"Ndebele (South).\",\n \"nso\": \"Northern Sotho (Sepedi).\",\n \"nus\": \"Nuer.\",\n \"ny\": \"Chichewa (Nyanja).\",\n \"oc\": \"Occitan.\",\n \"om\": \"Oromo\",\n \"or\": \"Odia (Oria).\",\n \"pa\": \"Punjabi.\",\n \"pag\": \"Pangasinan.\",\n \"pam\": \"Kapampangan.\",\n \"pap\": \"Papiamento\",\n \"pl\": \"Polish.\",\n \"ps\": \"Pashto\",\n \"pt\": \"Portuguese.\",\n \"pt-BR\": \"Portuguese (Brazil).\",\n \"pt-PT\": \"Portuguese (Portugal).\",\n \"qu\": \"Quechuan.\",\n \"ro\": \"Romanian.\",\n \"rom\": \"Romani.\",\n \"rn\": \"Rundi\",\n \"ru\": \"Russian.\",\n \"rw\": \"Kinyarwanda.\",\n \"sa\": \"Sanskrit.\",\n \"scn\": \"Sicilian.\",\n \"sd\": \"Sindhi.\",\n \"sg\": \"Sango\",\n \"shn\": \"Shan.\",\n \"si\": \"Sinhalese.\",\n \"sk\": \"Slovak.\",\n \"sl\": \"Slovene.\",\n \"sm\": \"Samoan.\",\n \"sn\": \"Shona.\",\n \"so\": \"Somali.\",\n \"sq\": \"Albanian.\",\n \"sr\": \"Serbian.\",\n \"ss\": \"Swati.\",\n \"st\": \"Sesotho.\",\n \"su\": \"Sundanese.\",\n \"sv\": \"Swedish.\",\n \"sw\": \"Swahili.\",\n \"szl\": \"Silesian.\",\n \"ta\": \"Tamil.\",\n \"te\": \"Telugu.\",\n \"tet\": \"Tetum.\",\n \"tg\": \"Tajik.\",\n \"th\": \"Thai.\",\n \"ti\": \"Tigrinya.\",\n \"tk\": \"Turkmen.\",\n \"tl\": \" Filipino (Tagalog).\",\n \"tn\": \"Tswana.\",\n \"tr\": \"Turkish.\",\n \"ts\": \"Tsonga.\",\n \"tt\": \"Tatar.\",\n \"ug\": \"Uyghur.\",\n \"uk\": \"Ukrainian.\",\n \"ur\": \"Urdu.\",\n \"uz\": \"Uzbek.\",\n \"vi\": \"Vietnamese.\",\n \"xh\": \"Xhosa.\",\n \"yi\": \"Yiddish.\",\n \"yo\": \"Yoruba.\",\n \"yua\": \"Yucatec Maya.\",\n \"yue\": \"Cantonese.\",\n \"zh\": \"Simplified Chinese.\",\n \"zh-TW\": \"Chinese (Traditional).\",\n \"zu\": \"Zulu.\"",
29378
+ "example": "zh",
29379
+ "member": "string",
29380
+ "name": "Target",
29381
+ "required": true,
29382
+ "type": "string"
29383
+ },
29384
+ {
29385
+ "disabled": false,
29386
+ "document": "User extension parameter.",
29387
+ "example": "用户扩展字段",
29388
+ "member": "string",
29389
+ "name": "UserExtPara",
29390
+ "required": false,
29391
+ "type": "string"
29392
+ }
29393
+ ],
29394
+ "type": "object"
29395
+ },
29396
+ "TextTranslationResponse": {
29397
+ "document": "TextTranslation response structure.",
29398
+ "members": [
29399
+ {
29400
+ "disabled": false,
29401
+ "document": "Text after translation.",
29402
+ "example": "你好",
29403
+ "member": "string",
29404
+ "name": "TargetText",
29405
+ "output_required": false,
29406
+ "type": "string",
29407
+ "value_allowed_null": false
29408
+ },
29409
+ {
29410
+ "disabled": false,
29411
+ "document": "Source language. See the input parameter Source.",
29412
+ "example": "en",
29413
+ "member": "string",
29414
+ "name": "Source",
29415
+ "output_required": false,
29416
+ "type": "string",
29417
+ "value_allowed_null": false
29418
+ },
29419
+ {
29420
+ "disabled": false,
29421
+ "document": "Target language. See the input parameter Target.",
29422
+ "example": "zh",
29423
+ "member": "string",
29424
+ "name": "Target",
29425
+ "output_required": false,
29426
+ "type": "string",
29427
+ "value_allowed_null": false
29428
+ },
29429
+ {
29430
+ "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.",
29431
+ "member": "string",
29432
+ "name": "RequestId",
29433
+ "type": "string"
29434
+ }
29435
+ ],
29436
+ "type": "object"
29437
+ },
28380
29438
  "TextWatermarkTemplateInput": {
28381
29439
  "document": "Text watermarking template",
28382
29440
  "members": [