tccli-intl-en 3.1.13.1__py2.py3-none-any.whl → 3.1.39.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -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/autoscaling/v20180419/api.json +41 -13
  7. tccli/services/billing/billing_client.py +172 -4
  8. tccli/services/billing/v20180709/api.json +332 -1
  9. tccli/services/billing/v20180709/examples.json +24 -0
  10. tccli/services/ccc/v20200210/api.json +71 -26
  11. tccli/services/cdb/cdb_client.py +1128 -288
  12. tccli/services/cdb/v20170320/api.json +2166 -335
  13. tccli/services/cdb/v20170320/examples.json +126 -6
  14. tccli/services/cdn/v20180606/api.json +22 -22
  15. tccli/services/cdn/v20180606/examples.json +1 -1
  16. tccli/services/ckafka/ckafka_client.py +120 -8
  17. tccli/services/ckafka/v20190819/api.json +525 -180
  18. tccli/services/ckafka/v20190819/examples.json +30 -20
  19. tccli/services/clb/v20180317/api.json +87 -87
  20. tccli/services/csip/csip_client.py +392 -0
  21. tccli/services/csip/v20221121/api.json +2050 -284
  22. tccli/services/csip/v20221121/examples.json +56 -0
  23. tccli/services/cvm/v20170312/api.json +20 -20
  24. tccli/services/cvm/v20170312/examples.json +8 -8
  25. tccli/services/emr/v20190103/api.json +6 -6
  26. tccli/services/faceid/v20180301/api.json +102 -52
  27. tccli/services/faceid/v20180301/examples.json +3 -9
  28. tccli/services/hunyuan/hunyuan_client.py +448 -0
  29. tccli/services/hunyuan/v20230901/api.json +879 -18
  30. tccli/services/hunyuan/v20230901/examples.json +64 -0
  31. tccli/services/lighthouse/lighthouse_client.py +360 -24
  32. tccli/services/lighthouse/v20200324/api.json +488 -0
  33. tccli/services/lighthouse/v20200324/examples.json +54 -0
  34. tccli/services/lkeap/v20240522/api.json +36 -0
  35. tccli/services/lkeap/v20240522/examples.json +1 -1
  36. tccli/services/mdl/v20200326/api.json +309 -38
  37. tccli/services/mdp/v20200527/api.json +191 -28
  38. tccli/services/mongodb/v20190725/api.json +39 -39
  39. tccli/services/monitor/v20180724/api.json +5 -5
  40. tccli/services/mps/mps_client.py +341 -61
  41. tccli/services/mps/v20190612/api.json +890 -31
  42. tccli/services/mps/v20190612/examples.json +40 -0
  43. tccli/services/mqtt/__init__.py +4 -0
  44. tccli/services/mqtt/mqtt_client.py +1610 -0
  45. tccli/services/mqtt/v20240516/api.json +3057 -0
  46. tccli/services/mqtt/v20240516/examples.json +213 -0
  47. tccli/services/ocr/v20181119/api.json +23 -3
  48. tccli/services/ocr/v20181119/examples.json +6 -6
  49. tccli/services/redis/v20180412/api.json +12 -12
  50. tccli/services/ses/ses_client.py +348 -12
  51. tccli/services/ses/v20201002/api.json +1197 -256
  52. tccli/services/ses/v20201002/examples.json +78 -24
  53. tccli/services/tcsas/tcsas_client.py +2281 -209
  54. tccli/services/tcsas/v20250106/api.json +8410 -3423
  55. tccli/services/tcsas/v20250106/examples.json +308 -12
  56. tccli/services/tdmq/v20200217/api.json +4 -4
  57. tccli/services/teo/v20220901/api.json +10 -10
  58. tccli/services/tke/tke_client.py +168 -0
  59. tccli/services/tke/v20180525/api.json +227 -0
  60. tccli/services/tke/v20180525/examples.json +24 -0
  61. tccli/services/trocket/v20230308/api.json +96 -96
  62. tccli/services/trtc/v20190722/api.json +212 -144
  63. tccli/services/trtc/v20190722/examples.json +7 -7
  64. tccli/services/vod/v20180717/api.json +2929 -296
  65. tccli/services/vod/v20180717/examples.json +40 -6
  66. tccli/services/vod/vod_client.py +280 -0
  67. tccli/services/vpc/v20170312/api.json +80 -13
  68. tccli/services/vpc/v20170312/examples.json +17 -9
  69. tccli/services/vpc/vpc_client.py +64 -8
  70. {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/METADATA +2 -2
  71. {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/RECORD +75 -71
  72. {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/WHEEL +1 -1
  73. {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/LICENSE +0 -0
  74. {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/entry_points.txt +0 -0
  75. {tccli_intl_en-3.1.13.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",
@@ -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",
@@ -741,6 +769,13 @@
741
769
  "name": "Resets a workflow",
742
770
  "output": "ResetWorkflowResponse",
743
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"
744
779
  }
745
780
  },
746
781
  "metadata": {
@@ -6548,6 +6583,157 @@
6548
6583
  ],
6549
6584
  "usage": "in"
6550
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
+ },
6551
6737
  "AnimatedGraphicTaskInput": {
6552
6738
  "document": "Type of an animated image generating task.",
6553
6739
  "members": [
@@ -7178,7 +7364,7 @@
7178
7364
  },
7179
7365
  {
7180
7366
  "disabled": false,
7181
- "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.",
7182
7368
  "example": "44100",
7183
7369
  "member": "uint64",
7184
7370
  "name": "SampleRate",
@@ -7239,7 +7425,7 @@
7239
7425
  },
7240
7426
  {
7241
7427
  "disabled": false,
7242
- "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.",
7243
7429
  "example": "44100",
7244
7430
  "member": "uint64",
7245
7431
  "name": "SampleRate",
@@ -7688,7 +7874,7 @@
7688
7874
  },
7689
7875
  {
7690
7876
  "disabled": false,
7691
- "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).",
7692
7878
  "example": "2025-08-01T18:00:00+08:00",
7693
7879
  "member": "string",
7694
7880
  "name": "CreateTime",
@@ -7698,7 +7884,7 @@
7698
7884
  },
7699
7885
  {
7700
7886
  "disabled": false,
7701
- "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).",
7702
7888
  "example": "2025-08-01T18:00:00+08:00",
7703
7889
  "member": "string",
7704
7890
  "name": "UpdateTime",
@@ -9185,6 +9371,260 @@
9185
9371
  ],
9186
9372
  "type": "object"
9187
9373
  },
9374
+ "CreateAigcImageTaskRequest": {
9375
+ "document": "CreateAigcImageTask request structure.",
9376
+ "members": [
9377
+ {
9378
+ "disabled": false,
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"
9385
+ },
9386
+ {
9387
+ "disabled": false,
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",
9392
+ "required": false,
9393
+ "type": "string"
9394
+ },
9395
+ {
9396
+ "disabled": false,
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",
9401
+ "required": false,
9402
+ "type": "string"
9403
+ },
9404
+ {
9405
+ "disabled": false,
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",
9408
+ "member": "string",
9409
+ "name": "NegativePrompt",
9410
+ "required": false,
9411
+ "type": "string"
9412
+ },
9413
+ {
9414
+ "disabled": false,
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",
9419
+ "required": false,
9420
+ "type": "bool"
9421
+ },
9422
+ {
9423
+ "disabled": false,
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",
9428
+ "required": false,
9429
+ "type": "list"
9430
+ },
9431
+ {
9432
+ "disabled": false,
9433
+ "document": "Used to pass additional parameters.",
9434
+ "example": "无",
9435
+ "member": "AigcImageExtraParam",
9436
+ "name": "ExtraParameters",
9437
+ "required": false,
9438
+ "type": "object"
9439
+ },
9440
+ {
9441
+ "disabled": false,
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",
9453
+ "member": "string",
9454
+ "name": "Operator",
9455
+ "required": false,
9456
+ "type": "string"
9457
+ }
9458
+ ],
9459
+ "type": "object"
9460
+ },
9461
+ "CreateAigcImageTaskResponse": {
9462
+ "document": "CreateAigcImageTask response structure.",
9463
+ "members": [
9464
+ {
9465
+ "disabled": false,
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",
9472
+ "value_allowed_null": false
9473
+ },
9474
+ {
9475
+ "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.",
9476
+ "member": "string",
9477
+ "name": "RequestId",
9478
+ "type": "string"
9479
+ }
9480
+ ],
9481
+ "type": "object"
9482
+ },
9483
+ "CreateAigcVideoTaskRequest": {
9484
+ "document": "CreateAigcVideoTask request structure.",
9485
+ "members": [
9486
+ {
9487
+ "disabled": false,
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"
9494
+ },
9495
+ {
9496
+ "disabled": false,
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",
9499
+ "member": "string",
9500
+ "name": "ModelVersion",
9501
+ "required": false,
9502
+ "type": "string"
9503
+ },
9504
+ {
9505
+ "disabled": false,
9506
+ "document": "Generate video description. (Note: Maximum 2000 characters supported). This parameter is mandatory when no images are provided.",
9507
+ "example": "move the picture",
9508
+ "member": "string",
9509
+ "name": "Prompt",
9510
+ "required": false,
9511
+ "type": "string"
9512
+ },
9513
+ {
9514
+ "disabled": false,
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",
9517
+ "member": "string",
9518
+ "name": "NegativePrompt",
9519
+ "required": false,
9520
+ "type": "string"
9521
+ },
9522
+ {
9523
+ "disabled": false,
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",
9535
+ "member": "string",
9536
+ "name": "ImageUrl",
9537
+ "required": false,
9538
+ "type": "string"
9539
+ },
9540
+ {
9541
+ "disabled": false,
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",
9544
+ "member": "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
+ },
9188
9628
  "CreateAnimatedGraphicsTemplateRequest": {
9189
9629
  "document": "CreateAnimatedGraphicsTemplate request structure.",
9190
9630
  "members": [
@@ -10092,7 +10532,7 @@
10092
10532
  },
10093
10533
  {
10094
10534
  "disabled": false,
10095
- "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.",
10096
10536
  "example": "vts-213xxxx02-0",
10097
10537
  "member": "string",
10098
10538
  "name": "ResourceId",
@@ -10220,7 +10660,7 @@
10220
10660
  },
10221
10661
  {
10222
10662
  "disabled": false,
10223
- "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",
10224
10664
  "example": "zh",
10225
10665
  "member": "string",
10226
10666
  "name": "VideoSrcLanguage",
@@ -10247,7 +10687,7 @@
10247
10687
  },
10248
10688
  {
10249
10689
  "disabled": false,
10250
- "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.",
10251
10691
  "example": "vtt",
10252
10692
  "member": "string",
10253
10693
  "name": "SubtitleFormat",
@@ -10274,7 +10714,7 @@
10274
10714
  },
10275
10715
  {
10276
10716
  "disabled": false,
10277
- "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.",
10278
10718
  "example": "en",
10279
10719
  "member": "string",
10280
10720
  "name": "TranslateDstLanguage",
@@ -10283,7 +10723,7 @@
10283
10723
  },
10284
10724
  {
10285
10725
  "disabled": false,
10286
- "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.",
10287
10727
  "example": "0",
10288
10728
  "member": "uint64",
10289
10729
  "name": "ProcessType",
@@ -11622,6 +12062,130 @@
11622
12062
  ],
11623
12063
  "type": "object"
11624
12064
  },
12065
+ "DescribeAigcImageTaskRequest": {
12066
+ "document": "DescribeAigcImageTask request structure.",
12067
+ "members": [
12068
+ {
12069
+ "disabled": false,
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": [
12083
+ {
12084
+ "disabled": false,
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
12092
+ },
12093
+ {
12094
+ "disabled": false,
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
+ },
11625
12189
  "DescribeAnimatedGraphicsTemplatesRequest": {
11626
12190
  "document": "DescribeAnimatedGraphicsTemplates request structure.",
11627
12191
  "members": [
@@ -12464,7 +13028,7 @@
12464
13028
  },
12465
13029
  {
12466
13030
  "disabled": false,
12467
- "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).",
12468
13032
  "example": "InvalidParameterValue.FaceNotFound",
12469
13033
  "member": "string",
12470
13034
  "name": "ErrMsg",
@@ -13836,7 +14400,7 @@
13836
14400
  "members": [
13837
14401
  {
13838
14402
  "disabled": false,
13839
- "document": "Start date. Use the [ISO date and time format](https://www.tencentcloud.comom/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).",
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).",
13840
14404
  "example": "2019-07-02T00:00:00+08:00",
13841
14405
  "member": "string",
13842
14406
  "name": "StartTime",
@@ -13845,7 +14409,7 @@
13845
14409
  },
13846
14410
  {
13847
14411
  "disabled": false,
13848
- "document": "End date, which should be greater than or equal to the start date. Use the [ISO date and time format](https://www.tencentcloud.comom/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).",
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).",
13849
14413
  "example": "2019-07-03T00:00:00+08:00",
13850
14414
  "member": "string",
13851
14415
  "name": "EndTime",
@@ -15770,7 +16334,7 @@
15770
16334
  },
15771
16335
  {
15772
16336
  "disabled": false,
15773
- "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).",
15774
16338
  "example": "InvalidParameterValue.FaceNotFound",
15775
16339
  "member": "string",
15776
16340
  "name": "ErrMsg",
@@ -17879,7 +18443,7 @@
17879
18443
  "members": [
17880
18444
  {
17881
18445
  "disabled": false,
17882
- "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>",
17883
18447
  "example": "URL",
17884
18448
  "member": "string",
17885
18449
  "name": "NotifyType",
@@ -21515,7 +22079,7 @@
21515
22079
  },
21516
22080
  {
21517
22081
  "disabled": false,
21518
- "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",
21519
22083
  "example": "zh",
21520
22084
  "member": "string",
21521
22085
  "name": "VideoSrcLanguage",
@@ -21524,7 +22088,7 @@
21524
22088
  },
21525
22089
  {
21526
22090
  "disabled": false,
21527
- "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.",
21528
22092
  "example": "vtt",
21529
22093
  "member": "string",
21530
22094
  "name": "SubtitleFormat",
@@ -21551,7 +22115,7 @@
21551
22115
  },
21552
22116
  {
21553
22117
  "disabled": false,
21554
- "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.",
21555
22119
  "example": "en",
21556
22120
  "member": "string",
21557
22121
  "name": "TranslateDstLanguage",
@@ -21560,7 +22124,7 @@
21560
22124
  },
21561
22125
  {
21562
22126
  "disabled": false,
21563
- "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.",
21564
22128
  "example": "0",
21565
22129
  "member": "uint64",
21566
22130
  "name": "ProcessType",
@@ -23640,7 +24204,7 @@
23640
24204
  },
23641
24205
  {
23642
24206
  "disabled": false,
23643
- "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.",
23644
24208
  "example": "vts-24000-0",
23645
24209
  "member": "string",
23646
24210
  "name": "ResourceId",
@@ -24415,7 +24979,7 @@
24415
24979
  },
24416
24980
  {
24417
24981
  "disabled": false,
24418
- "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",
24419
24983
  "example": "zh",
24420
24984
  "member": "string",
24421
24985
  "name": "VideoSrcLanguage",
@@ -24426,7 +24990,7 @@
24426
24990
  },
24427
24991
  {
24428
24992
  "disabled": false,
24429
- "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.",
24430
24994
  "example": "vtt",
24431
24995
  "member": "string",
24432
24996
  "name": "SubtitleFormat",
@@ -24448,7 +25012,7 @@
24448
25012
  },
24449
25013
  {
24450
25014
  "disabled": false,
24451
- "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.",
24452
25016
  "example": "en",
24453
25017
  "member": "string",
24454
25018
  "name": "TranslateDstLanguage",
@@ -24481,7 +25045,7 @@
24481
25045
  },
24482
25046
  {
24483
25047
  "disabled": false,
24484
- "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.",
24485
25049
  "example": "0",
24486
25050
  "member": "uint64",
24487
25051
  "name": "ProcessType",
@@ -24489,6 +25053,17 @@
24489
25053
  "required": false,
24490
25054
  "type": "int",
24491
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
24492
25067
  }
24493
25068
  ],
24494
25069
  "usage": "both"
@@ -25263,7 +25838,7 @@
25263
25838
  },
25264
25839
  {
25265
25840
  "disabled": false,
25266
- "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.",
25267
25842
  "example": " input",
25268
25843
  "member": "string",
25269
25844
  "name": "ErrCodeExt",
@@ -26059,6 +26634,45 @@
26059
26634
  ],
26060
26635
  "usage": "both"
26061
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
+ },
26062
26676
  "SharpEnhanceConfig": {
26063
26677
  "document": "Detail enhancement configuration.",
26064
26678
  "members": [
@@ -26335,7 +26949,7 @@
26335
26949
  },
26336
26950
  {
26337
26951
  "disabled": false,
26338
- "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).",
26339
26953
  "example": "InvalidInput",
26340
26954
  "member": "string",
26341
26955
  "name": "ErrCodeExt",
@@ -26491,7 +27105,7 @@
26491
27105
  },
26492
27106
  {
26493
27107
  "disabled": false,
26494
- "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).",
26495
27109
  "example": "2023-10-05T14:30:00Z",
26496
27110
  "member": "string",
26497
27111
  "name": "CreateTime",
@@ -26501,7 +27115,7 @@
26501
27115
  },
26502
27116
  {
26503
27117
  "disabled": false,
26504
- "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).",
26505
27119
  "example": "2024-10-05T14:32:00Z",
26506
27120
  "member": "string",
26507
27121
  "name": "UpdateTime",
@@ -26816,6 +27430,82 @@
26816
27430
  ],
26817
27431
  "usage": "out"
26818
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
+ },
26819
27509
  "SmartSubtitleTaskResultInput": {
26820
27510
  "document": "Smart subtitle translation input.",
26821
27511
  "members": [
@@ -26842,6 +27532,42 @@
26842
27532
  ],
26843
27533
  "usage": "out"
26844
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
+ },
26845
27571
  "SmartSubtitleTaskTransTextResult": {
26846
27572
  "document": "Translation result.",
26847
27573
  "members": [
@@ -27201,7 +27927,7 @@
27201
27927
  "members": [
27202
27928
  {
27203
27929
  "disabled": false,
27204
- "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.",
27205
27931
  "example": "AsrFullTextRecognition",
27206
27932
  "member": "string",
27207
27933
  "name": "Type",
@@ -27238,6 +27964,16 @@
27238
27964
  "output_required": false,
27239
27965
  "type": "object",
27240
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
27241
27977
  }
27242
27978
  ],
27243
27979
  "usage": "out"
@@ -27291,7 +28027,7 @@
27291
28027
  },
27292
28028
  {
27293
28029
  "disabled": false,
27294
- "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}.",
27295
28031
  "example": "/storage/{inputName}_smartsubtitle_{definition}.{format}",
27296
28032
  "member": "string",
27297
28033
  "name": "OutputObjectPath",
@@ -27605,6 +28341,45 @@
27605
28341
  ],
27606
28342
  "usage": "out"
27607
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
+ },
27608
28383
  "SubtitleTemplate": {
27609
28384
  "document": "The subtitle settings.",
27610
28385
  "members": [
@@ -28311,7 +29086,7 @@
28311
29086
  },
28312
29087
  {
28313
29088
  "disabled": false,
28314
- "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 without splitting.</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.",
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.",
28315
29090
  "example": "无",
28316
29091
  "member": "SpecificationDataItem",
28317
29092
  "name": "Details",
@@ -28327,7 +29102,7 @@
28327
29102
  "members": [
28328
29103
  {
28329
29104
  "disabled": false,
28330
- "document": "Start time of the time interval where the data resides. Use the [ISO date and time format](https://www.tencentcloud.comom/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).",
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).",
28331
29106
  "example": "",
28332
29107
  "member": "string",
28333
29108
  "name": "Time",
@@ -28576,6 +29351,90 @@
28576
29351
  ],
28577
29352
  "usage": "in"
28578
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
+ },
28579
29438
  "TextWatermarkTemplateInput": {
28580
29439
  "document": "Text watermarking template",
28581
29440
  "members": [