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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +9 -0
  3. tccli/services/advisor/advisor_client.py +56 -0
  4. tccli/services/advisor/v20200721/api.json +34 -0
  5. tccli/services/advisor/v20200721/examples.json +8 -0
  6. tccli/services/ai3d/__init__.py +4 -0
  7. tccli/services/ai3d/ai3d_client.py +266 -0
  8. tccli/services/ai3d/v20250513/api.json +264 -0
  9. tccli/services/ai3d/v20250513/examples.json +20 -0
  10. tccli/services/autoscaling/v20180419/api.json +41 -13
  11. tccli/services/billing/billing_client.py +172 -4
  12. tccli/services/billing/v20180709/api.json +332 -1
  13. tccli/services/billing/v20180709/examples.json +24 -0
  14. tccli/services/ccc/v20200210/api.json +71 -26
  15. tccli/services/cdb/cdb_client.py +1128 -288
  16. tccli/services/cdb/v20170320/api.json +2166 -335
  17. tccli/services/cdb/v20170320/examples.json +126 -6
  18. tccli/services/cdn/v20180606/api.json +22 -22
  19. tccli/services/cdn/v20180606/examples.json +1 -1
  20. tccli/services/ckafka/ckafka_client.py +120 -8
  21. tccli/services/ckafka/v20190819/api.json +525 -180
  22. tccli/services/ckafka/v20190819/examples.json +30 -20
  23. tccli/services/clb/v20180317/api.json +87 -87
  24. tccli/services/csip/csip_client.py +392 -0
  25. tccli/services/csip/v20221121/api.json +2050 -284
  26. tccli/services/csip/v20221121/examples.json +56 -0
  27. tccli/services/cvm/v20170312/api.json +23 -23
  28. tccli/services/cvm/v20170312/examples.json +32 -32
  29. tccli/services/emr/v20190103/api.json +6 -6
  30. tccli/services/faceid/v20180301/api.json +102 -52
  31. tccli/services/faceid/v20180301/examples.json +3 -9
  32. tccli/services/hunyuan/__init__.py +4 -0
  33. tccli/services/hunyuan/hunyuan_client.py +714 -0
  34. tccli/services/hunyuan/v20230901/api.json +1131 -0
  35. tccli/services/hunyuan/v20230901/examples.json +84 -0
  36. tccli/services/lighthouse/lighthouse_client.py +360 -24
  37. tccli/services/lighthouse/v20200324/api.json +488 -0
  38. tccli/services/lighthouse/v20200324/examples.json +54 -0
  39. tccli/services/lkeap/v20240522/api.json +36 -0
  40. tccli/services/lkeap/v20240522/examples.json +1 -1
  41. tccli/services/mdl/mdl_client.py +192 -24
  42. tccli/services/mdl/v20200326/api.json +761 -77
  43. tccli/services/mdl/v20200326/examples.json +24 -0
  44. tccli/services/mdp/v20200527/api.json +191 -28
  45. tccli/services/mongodb/v20190725/api.json +39 -39
  46. tccli/services/monitor/v20180724/api.json +5 -5
  47. tccli/services/mps/mps_client.py +397 -61
  48. tccli/services/mps/v20190612/api.json +1190 -132
  49. tccli/services/mps/v20190612/examples.json +76 -22
  50. tccli/services/mqtt/__init__.py +4 -0
  51. tccli/services/mqtt/mqtt_client.py +1610 -0
  52. tccli/services/mqtt/v20240516/api.json +3057 -0
  53. tccli/services/mqtt/v20240516/examples.json +213 -0
  54. tccli/services/ocr/v20181119/api.json +23 -3
  55. tccli/services/ocr/v20181119/examples.json +6 -6
  56. tccli/services/redis/v20180412/api.json +12 -12
  57. tccli/services/ses/ses_client.py +348 -12
  58. tccli/services/ses/v20201002/api.json +1197 -256
  59. tccli/services/ses/v20201002/examples.json +78 -24
  60. tccli/services/tcsas/tcsas_client.py +2281 -209
  61. tccli/services/tcsas/v20250106/api.json +8410 -3423
  62. tccli/services/tcsas/v20250106/examples.json +308 -12
  63. tccli/services/tdmq/v20200217/api.json +4 -4
  64. tccli/services/teo/teo_client.py +56 -0
  65. tccli/services/teo/v20220901/api.json +111 -12
  66. tccli/services/teo/v20220901/examples.json +8 -0
  67. tccli/services/tke/tke_client.py +168 -0
  68. tccli/services/tke/v20180525/api.json +227 -0
  69. tccli/services/tke/v20180525/examples.json +24 -0
  70. tccli/services/trocket/v20230308/api.json +96 -96
  71. tccli/services/trtc/v20190722/api.json +212 -144
  72. tccli/services/trtc/v20190722/examples.json +7 -7
  73. tccli/services/vod/v20180717/api.json +2929 -296
  74. tccli/services/vod/v20180717/examples.json +40 -6
  75. tccli/services/vod/vod_client.py +280 -0
  76. tccli/services/vpc/v20170312/api.json +80 -13
  77. tccli/services/vpc/v20170312/examples.json +17 -9
  78. tccli/services/vpc/vpc_client.py +64 -8
  79. {tccli_intl_en-3.1.11.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/METADATA +2 -2
  80. {tccli_intl_en-3.1.11.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/RECORD +84 -72
  81. {tccli_intl_en-3.1.11.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/WHEEL +1 -1
  82. {tccli_intl_en-3.1.11.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/LICENSE +0 -0
  83. {tccli_intl_en-3.1.11.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/entry_points.txt +0 -0
  84. {tccli_intl_en-3.1.11.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/top_level.txt +0 -0
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "actions": {
3
3
  "ControlAIConversation": {
4
- "document": "Provides server-side control of AI Conversation",
4
+ "document": "This API is used to provide service for server-side robot control.",
5
5
  "input": "ControlAIConversationRequest",
6
- "name": "Control AI Conversation task",
6
+ "name": "Control AI dialogue",
7
7
  "output": "ControlAIConversationResponse",
8
8
  "status": "online"
9
9
  },
@@ -15,7 +15,7 @@
15
15
  "status": "online"
16
16
  },
17
17
  "CreateCloudRecording": {
18
- "document": "API description:\nThis API is used to start an on-cloud recording task. It records the audio and video streams in a room and saves them to the specified cloud storage. You can use this API to record the streams in a room separately, or you can mix the streams first and then record the mixed stream.\n\nYou can use this API to perform the following operations:\n* Specify the anchors whose streams you want or do not want to record by using the `RecordParams` parameter\n* Specify the storage service you want to save recording files to by using the `StorageParams` parameter. Currently, you can save recording files to Tencent Cloud VOD or COS.\n* Specify transcoding settings for mixed-stream recording, including video resolution, video bitrate, frame rate, and audio quality, by using `MixTranscodeParams`\n* Specify the layout of different videos in mixed-stream recording mode or select an auto-arranged layout template\n\nKey concepts:\n* Single-stream recording: Record the audio and video of each subscribed user (`UserId`) in a room and save the recording files to the storage you specify.\nMixed-stream recording: Mix the audios and videos of subscribed users (`UserId`) in a room, record the mixed stream, and save the recording files to the storage you specify. After a recording task ends, you can go to the VOD console (https://console.tencentcloud.com/vod/media) or [COS console](https://console.cloud.tencent.com/cos/bucket) to view the recording files.",
18
+ "document": "API description:.\nStart on-cloud recording to complete audio and video recording in the room and upload to designated cloud storage. This API is used to record each audio and video stream in the TRTC room separately or merge multiple video images into one stream.\nBefore official online operation, pay attention to the recording best practices (https://www.tencentcloud.comom/document/product/647/76497?from_cn_redirect=1#e7e2f04c-6cde-43c9-9cd0-0f8d22dee68c). In conjunction with best practices, it can greatly improve API recording availability.\n\nThis API is used to achieve the following goals:.\nSpecify the subscription stream parameter (RecordParams) to specify the blocklist or allowlist of anchors that need to be recorded.\n* This API is used to specify the storage parameter (StorageParams) to specify the cloud storage you want to upload to. Currently, Tencent Cloud Video on Demand (VOD), Cloud Object Storage (COS), and third-party AWS are supported.\nSpecify detailed parameters for audio and video transcoding in mixed-stream mode (MixTranscodeParams), including video resolution, video bitrate, video frame rate, and sound quality.\n* Specify the position and layout of each stream in mixed-stream mode, or configure via an automatic Template.\n\nKey nouns:.\n* Single stream recording: Record the audio and video of subscribed UserIds in the room separately. The recording service uploads the files to your designated cloud storage in real time.\nMixed-stream recording: Mix the audio and video of subscribed UserId in the room into a video file and upload the recorded files to your designated cloud storage. (After recording ends, go to the VOD console https://console.cloud.tencent.com/vod/media or the object storage COS console https://console.cloud.tencent.com/cos/bucket to view files).",
19
19
  "input": "CreateCloudRecordingRequest",
20
20
  "name": "Starts an on-cloud recording task",
21
21
  "output": "CreateCloudRecordingResponse",
@@ -691,7 +691,7 @@
691
691
  },
692
692
  {
693
693
  "disabled": false,
694
- "document": "[Region information](https://www.tencentcloud.comom/document/product/436/6224?from_cn_redirect=1#.E5.9C.B0.E5.9F.9F) of Tencent COS.\nExample value: cn-shanghai-1.\n\n[Region information](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-regions) of AWS S3.\nExample value: ap-southeast-3.\t",
694
+ "document": "[Region information](https://www.tencentcloud.com/document/product/436/6224?from_cn_redirect=1#.E5.9C.B0.E5.9F.9F) of Tencent COS.\nExample value: cn-shanghai-1.\n\n[Region information](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-regions) of AWS S3.\nExample value: ap-southeast-3.\t",
695
695
  "example": "cn-shanghai-1",
696
696
  "member": "string",
697
697
  "name": "Region",
@@ -727,7 +727,7 @@
727
727
  },
728
728
  {
729
729
  "disabled": false,
730
- "document": "Specified location of the cloud bucket, which consists of arrays of strings. Value range for the strings is lowercase letters (az), uppercase letters (AZ), digits (09), and special characters (_-). For example, under the feature of [\"prefix1\", \"prefix2\"], the audio slicing file (xxx.mp3) is stored as prefix1/prefix2/{taskId}/{userId}/audios/{sdkappid}_{roomId}_{userid}_{UTC time}.ogg, while the video frame is stored as prefix1/prefix2/{taskId}/{userId}/images/{sdkappid}_{roomId}_{userid}_{UTC time}.png.",
730
+ "document": "Specified location of the cloud bucket, which consists of arrays of strings. Value range for the strings is lowercase letters (a-z), uppercase letters (A-Z), digits (0-9), and special characters (_-). For example, under the feature of [\"prefix1\", \"prefix2\"], the audio slicing file (xxx.mp3) is stored as prefix1/prefix2/{taskId}/{userId}/audios/{sdkappid}_{roomId}_{userid}_{UTC time}.ogg, while the video frame is stored as prefix1/prefix2/{taskId}/{userId}/images/{sdkappid}_{roomId}_{userid}_{UTC time}.png.",
731
731
  "example": "[\"prefix1\", \"prefix2\"]",
732
732
  "member": "string",
733
733
  "name": "FileNamePrefix",
@@ -751,7 +751,7 @@
751
751
  },
752
752
  {
753
753
  "disabled": false,
754
- "document": "[Region information](https://www.tencentcloud.comom/document/product/436/6224?from_cn_redirect=1#.E5.9C.B0.E5.9F.9F) of Tencent COS.\nExample value: cn-shanghai-1.\n[Region information](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-regions) of AWS S3.\nExample value: ap-southeast-3.\t",
754
+ "document": "[Region information](https://www.tencentcloud.com/document/product/436/6224?from_cn_redirect=1#.E5.9C.B0.E5.9F.9F) of Tencent COS.\nExample value: cn-shanghai-1.\n[Region information](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-regions) of AWS S3.\nExample value: ap-southeast-3.\t",
755
755
  "example": "cn-shanghai-1",
756
756
  "member": "string",
757
757
  "name": "Region",
@@ -787,7 +787,7 @@
787
787
  },
788
788
  {
789
789
  "disabled": false,
790
- "document": "Specified location of the cloud bucket, which consists of an array of strings. Value range for the strings is lowercase letters (az), uppercase letters (AZ), digits (09), and special characters (_-). For example, under the feature of [\"prefix1\", \"prefix2\"], the audio slicing file (xxx.mp3) is stored as prefix1/prefix2/{taskId}/{userId}/audios/{sdkappid}_{roomId}_{userid}_{UTC time}.ogg, while the video frame is stored as prefix1/prefix2/{taskId}/{userId}/images/{sdkappid}_{roomId}_{userid}_{UTC time}.png.",
790
+ "document": "Specified location of the cloud bucket, which consists of an array of strings. Value range for the strings is lowercase letters (a-z), uppercase letters (A-Z), digits (0-9), and special characters (_-). For example, under the feature of [\"prefix1\", \"prefix2\"], the audio slicing file (xxx.mp3) is stored as prefix1/prefix2/{taskId}/{userId}/audios/{sdkappid}_{roomId}_{userid}_{UTC time}.ogg, while the video frame is stored as prefix1/prefix2/{taskId}/{userId}/images/{sdkappid}_{roomId}_{userid}_{UTC time}.png.",
791
791
  "example": "[\"prefix1\", \"prefix2\"]",
792
792
  "member": "string",
793
793
  "name": "FileNamePrefix",
@@ -811,7 +811,7 @@
811
811
  },
812
812
  {
813
813
  "disabled": false,
814
- "document": "The region of cloud storage.",
814
+ "document": "[Region information](https://www.tencentcloud.comom/document/product/436/6224?from_cn_redirect=1#.E5.9C.B0.E5.9F.9F) of tencent cloud object storage.\nExample value: cn-shanghai-1.\n\n[Region information](https://docs.AWS.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-regions) of AWS S3.",
815
815
  "example": "ap-shanghai(cos, 具体参考云存储厂商支持的地域)",
816
816
  "member": "string",
817
817
  "name": "Region",
@@ -829,7 +829,7 @@
829
829
  },
830
830
  {
831
831
  "disabled": false,
832
- "document": "The access_key of the cloud storage account.",
832
+ "document": "access_key account information of the cloud storage.\nTo store files to tencent cloud object storage (COS), visit https://console.cloud.tencent.com/cam/capi to view or create the SecretId value corresponding to the key fields in the link.",
833
833
  "example": "test-accesskey",
834
834
  "member": "string",
835
835
  "name": "AccessKey",
@@ -838,7 +838,7 @@
838
838
  },
839
839
  {
840
840
  "disabled": false,
841
- "document": "The secret_key of the cloud storage account.",
841
+ "document": "secret_key account information of the cloud storage.\nTo store files to tencent cloud object storage (COS), visit https://console.cloud.tencent.com/cam/capi to view or create the SecretKey value corresponding to the key fields in the link.",
842
842
  "example": "test-secretkey",
843
843
  "member": "string",
844
844
  "name": "SecretKey",
@@ -847,7 +847,7 @@
847
847
  },
848
848
  {
849
849
  "disabled": false,
850
- "document": "The bucket to save data, which is an array of strings that can contain letters (a-z and A-Z), numbers (0-9), underscores (_), and hyphens (-). For example, if the value of this parameter is `[\"prefix1\", \"prefix2\"]`, the recording file `xxx.m3u8` will be saved as `prefix1/prefix2/TaskId/xxx.m3u8`.",
850
+ "document": "The specified position of the cloud storage bucket consists of an array of strings. valid values: az, az, 0-9, '_', and '-'. for example, the recording file xxx.m3u8 becomes prefix1/prefix2/TaskId/xxx.m3u8 under the function of [\"prefix1\", \"prefix2\"].",
851
851
  "example": "[\"prefix1\", \"prefix2\"]",
852
852
  "member": "string",
853
853
  "name": "FileNamePrefix",
@@ -878,8 +878,8 @@
878
878
  "members": [
879
879
  {
880
880
  "disabled": false,
881
- "document": "Unique ID of the task",
882
- "example": "",
881
+ "document": "Task unique identifier.",
882
+ "example": "v2*****test",
883
883
  "member": "string",
884
884
  "name": "TaskId",
885
885
  "required": true,
@@ -887,8 +887,8 @@
887
887
  },
888
888
  {
889
889
  "disabled": false,
890
- "document": "Control commands, currently supported commands are as follows:\n- ServerPushText, the server sends text to the AI robot, and the AI robot will play the text",
891
- "example": "",
890
+ "document": "Control command. currently supports the following commands: - ServerPushText: server sends text to the AI robot, and the AI robot will broadcast the text. - InvokeLLM: server sends text to the large model to trigger dialogue.",
891
+ "example": "ServerPushText",
892
892
  "member": "string",
893
893
  "name": "Command",
894
894
  "required": true,
@@ -896,12 +896,21 @@
896
896
  },
897
897
  {
898
898
  "disabled": false,
899
- "document": "The server sends a text broadcast command. This is required when Command is ServerPushText.",
899
+ "document": "Server-Sent broadcast text Command. required when Command is ServerPushText.",
900
900
  "example": "无",
901
901
  "member": "ServerPushText",
902
902
  "name": "ServerPushText",
903
903
  "required": false,
904
904
  "type": "object"
905
+ },
906
+ {
907
+ "disabled": false,
908
+ "document": "The server sends a Command to proactively request the large model. when Command is InvokeLLM, it sends the content request to the large model and adds X-Invoke-LLM=\"1\" to the header.",
909
+ "example": "无",
910
+ "member": "InvokeLLM",
911
+ "name": "InvokeLLM",
912
+ "required": false,
913
+ "type": "object"
905
914
  }
906
915
  ],
907
916
  "type": "object"
@@ -923,7 +932,7 @@
923
932
  "members": [
924
933
  {
925
934
  "disabled": false,
926
- "document": "[SdkAppId](https://www.tencentcloud.comom/document/product/647/46351?from_cn_redirect=1#sdkappid) of TRTC, which is the same as the SdkAppId corresponding to the TRTC room.",
935
+ "document": "[SdkAppId](https://www.tencentcloud.com/document/product/647/46351?from_cn_redirect=1#sdkappid) of TRTC, which is the same as the SdkAppId corresponding to the TRTC room.",
927
936
  "example": "1400188366",
928
937
  "member": "uint64",
929
938
  "name": "SdkAppId",
@@ -932,7 +941,7 @@
932
941
  },
933
942
  {
934
943
  "disabled": false,
935
- "document": "[RoomId](https://www.tencentcloud.comom/document/product/647/46351?from_cn_redirect=1#roomid) of TRTC, which is the RoomId corresponding to the TRTC room.",
944
+ "document": "[RoomId](https://www.tencentcloud.com/document/product/647/46351?from_cn_redirect=1#roomid) of TRTC, which is the RoomId corresponding to the TRTC room.",
936
945
  "example": "295212",
937
946
  "member": "string",
938
947
  "name": "RoomId",
@@ -1024,7 +1033,7 @@
1024
1033
  {
1025
1034
  "disabled": false,
1026
1035
  "document": "The [SDKAppID](https://intl.cloud.tencent.com/document/product/647/37714) of the TRTC room whose streams are recorded.",
1027
- "example": "1234",
1036
+ "example": "140000000",
1028
1037
  "member": "uint64",
1029
1038
  "name": "SdkAppId",
1030
1039
  "required": true,
@@ -1032,8 +1041,8 @@
1032
1041
  },
1033
1042
  {
1034
1043
  "disabled": false,
1035
- "document": "The [room ID](https://intl.cloud.tencent.com/document/product/647/37714) of the TRTC room whose streams are recorded.",
1036
- "example": "1234",
1044
+ "document": "[RoomId](https://www.tencentcloud.comom/document/product/647/46351?from_cn_redirect=1#RoomId) of TRTC, which is the RoomId corresponding to the TRTC room in the recording.\nNote: the room id type defaults to integer. if the room id type is a string, specify it via RoomIdType.\n",
1045
+ "example": "room_366",
1037
1046
  "member": "string",
1038
1047
  "name": "RoomId",
1039
1048
  "required": true,
@@ -1105,7 +1114,7 @@
1105
1114
  {
1106
1115
  "disabled": false,
1107
1116
  "document": "The amount of time (in hours) during which API requests can be made after recording starts. Calculation starts when a recording task is started (when the recording task ID is returned). Once the period elapses, the query, modification, and stop recording APIs can no longer be called, but the recording task will continue. The default value is `72` (three days), and the maximum and minimum values allowed are `720` (30 days) and `6` respectively. If you do not set this parameter, the query, modification, and stop recording APIs can be called within 72 hours after recording starts.",
1108
- "example": "",
1117
+ "example": "24",
1109
1118
  "member": "uint64",
1110
1119
  "name": "ResourceExpiredHour",
1111
1120
  "required": false,
@@ -1113,8 +1122,8 @@
1113
1122
  },
1114
1123
  {
1115
1124
  "disabled": false,
1116
- "document": "The permission ticket for a TRTC room. This parameter is required if advanced permission control is enabled in the console, in which case the TRTC backend will verify users [PrivateMapKey](https://intl.cloud.tencent.com/document/product/647/32240?from_cn_redirect=1), which include an encrypted room ID and permission bit list. A user providing only `UserSig` and not `PrivateMapKey` will be unable to enter the room.",
1117
- "example": "",
1125
+ "document": "The permission ticket for a TRTC room. This parameter is required if advanced permission control is enabled in the console, in which case the TRTC backend will verify users' [PrivateMapKey](https://intl.cloud.tencent.com/document/product/647/32240?from_cn_redirect=1), which include an encrypted room ID and permission bit list. A user providing only `UserSig` and not `PrivateMapKey` will be unable to enter the room.",
1126
+ "example": "eJw1jcEKgkAURX9FZlvY****fL9rfNX4_",
1118
1127
  "member": "string",
1119
1128
  "name": "PrivateMapKey",
1120
1129
  "required": false,
@@ -1129,10 +1138,10 @@
1129
1138
  {
1130
1139
  "disabled": false,
1131
1140
  "document": "The task ID assigned by the recording service, which uniquely identifies a recording process and becomes invalid after a recording task ends. After a recording task starts, if you want to perform other actions on the task, you need to specify the task ID when making API requests.",
1132
- "example": "test",
1141
+ "example": "-m9-bVVU7k801X-VX8gO***GrDFLaZwKKZ5-fTXqywE.",
1133
1142
  "member": "string",
1134
1143
  "name": "TaskId",
1135
- "required": true,
1144
+ "output_required": true,
1136
1145
  "type": "string",
1137
1146
  "value_allowed_null": false
1138
1147
  },
@@ -1150,7 +1159,7 @@
1150
1159
  "members": [
1151
1160
  {
1152
1161
  "disabled": false,
1153
- "document": "[SdkAppId](https://www.tencentcloud.comom/document/product/647/46351?from_cn_redirect=1#sdkappid) of TRTC, which is the same as the SdkAppId corresponding to the TRTC room.",
1162
+ "document": "[SdkAppId](https://www.tencentcloud.com/document/product/647/46351?from_cn_redirect=1#sdkappid) of TRTC, which is the same as the SdkAppId corresponding to the TRTC room.",
1154
1163
  "example": "1400704311",
1155
1164
  "member": "uint64",
1156
1165
  "name": "SdkAppId",
@@ -1159,7 +1168,7 @@
1159
1168
  },
1160
1169
  {
1161
1170
  "disabled": false,
1162
- "document": "[RoomId](https://www.tencentcloud.comom/document/product/647/46351?from_cn_redirect=1#roomid) of TRTC, which is the RoomId corresponding to the TRTC room.",
1171
+ "document": "[RoomId](https://www.tencentcloud.com/document/product/647/46351?from_cn_redirect=1#roomid) of TRTC, which is the RoomId corresponding to the TRTC room.",
1163
1172
  "example": "295212",
1164
1173
  "member": "string",
1165
1174
  "name": "RoomId",
@@ -3164,6 +3173,30 @@
3164
3173
  ],
3165
3174
  "usage": "out"
3166
3175
  },
3176
+ "InvokeLLM": {
3177
+ "document": "Service calling actively initiates requests to the LLM.",
3178
+ "members": [
3179
+ {
3180
+ "disabled": false,
3181
+ "document": "Request the content of LLM.",
3182
+ "example": "今天天气怎么样",
3183
+ "member": "string",
3184
+ "name": "Content",
3185
+ "required": false,
3186
+ "type": "string"
3187
+ },
3188
+ {
3189
+ "disabled": false,
3190
+ "document": "Whether to allow the text to interrupt the robot's speaking.",
3191
+ "example": "false",
3192
+ "member": "bool",
3193
+ "name": "Interrupt",
3194
+ "required": false,
3195
+ "type": "bool"
3196
+ }
3197
+ ],
3198
+ "usage": "in"
3199
+ },
3167
3200
  "MaxVideoUser": {
3168
3201
  "document": "The information of the large video in screen sharing or floating layout mode.",
3169
3202
  "members": [
@@ -4039,8 +4072,7 @@
4039
4072
  "member": "uint64",
4040
4073
  "name": "Top",
4041
4074
  "required": true,
4042
- "type": "int",
4043
- "value_allowed_null": false
4075
+ "type": "int"
4044
4076
  },
4045
4077
  {
4046
4078
  "disabled": false,
@@ -4049,8 +4081,7 @@
4049
4081
  "member": "uint64",
4050
4082
  "name": "Left",
4051
4083
  "required": true,
4052
- "type": "int",
4053
- "value_allowed_null": false
4084
+ "type": "int"
4054
4085
  },
4055
4086
  {
4056
4087
  "disabled": false,
@@ -4059,8 +4090,7 @@
4059
4090
  "member": "uint64",
4060
4091
  "name": "Width",
4061
4092
  "required": true,
4062
- "type": "int",
4063
- "value_allowed_null": false
4093
+ "type": "int"
4064
4094
  },
4065
4095
  {
4066
4096
  "disabled": false,
@@ -4069,18 +4099,16 @@
4069
4099
  "member": "uint64",
4070
4100
  "name": "Height",
4071
4101
  "required": true,
4072
- "type": "int",
4073
- "value_allowed_null": false
4102
+ "type": "int"
4074
4103
  },
4075
4104
  {
4076
4105
  "disabled": false,
4077
4106
  "document": "The user ID (string) of the anchor whose video is shown in the window. If you do not set this parameter, anchors’ videos will be shown in their room entry sequence.",
4078
- "example": "123",
4107
+ "example": "user_1",
4079
4108
  "member": "string",
4080
4109
  "name": "UserId",
4081
4110
  "required": false,
4082
- "type": "string",
4083
- "value_allowed_null": false
4111
+ "type": "string"
4084
4112
  },
4085
4113
  {
4086
4114
  "disabled": false,
@@ -4089,8 +4117,7 @@
4089
4117
  "member": "uint64",
4090
4118
  "name": "Alpha",
4091
4119
  "required": false,
4092
- "type": "int",
4093
- "value_allowed_null": false
4120
+ "type": "int"
4094
4121
  },
4095
4122
  {
4096
4123
  "disabled": false,
@@ -4099,8 +4126,7 @@
4099
4126
  "member": "uint64",
4100
4127
  "name": "RenderMode",
4101
4128
  "required": false,
4102
- "type": "int",
4103
- "value_allowed_null": false
4129
+ "type": "int"
4104
4130
  },
4105
4131
  {
4106
4132
  "disabled": false,
@@ -4109,8 +4135,7 @@
4109
4135
  "member": "uint64",
4110
4136
  "name": "MediaId",
4111
4137
  "required": false,
4112
- "type": "int",
4113
- "value_allowed_null": false
4138
+ "type": "int"
4114
4139
  },
4115
4140
  {
4116
4141
  "disabled": false,
@@ -4119,18 +4144,16 @@
4119
4144
  "member": "uint64",
4120
4145
  "name": "ImageLayer",
4121
4146
  "required": false,
4122
- "type": "int",
4123
- "value_allowed_null": false
4147
+ "type": "int"
4124
4148
  },
4125
4149
  {
4126
4150
  "disabled": false,
4127
- "document": "The URL of the background image for a window. The image must be in JPG or PNG format and cannot be larger than 5 MB. If the image’s aspect ratio is different from that of the window, the image will be rendered according to the value of `RenderMode`.",
4128
- "example": "https://xxxx",
4151
+ "document": "The image url supports only jpg, png, and jpeg formats. the resolution limitation is no more than 2K, and the image size limit is no more than 5MB. note that the url must carry the format extension. the url supports only specific strings within the range of a-z, a-z, 0-9, '-', '.', '_', '~', ':', '/', '?', '#', '[', ']', '@', '!', '&', '(', ')', '*', '+', ',', '%', and '='.",
4152
+ "example": "https://xxxx/image.jpg, https://xxxx/image.jpg?token=xxx",
4129
4153
  "member": "string",
4130
4154
  "name": "SubBackgroundImage",
4131
4155
  "required": false,
4132
- "type": "string",
4133
- "value_allowed_null": false
4156
+ "type": "string"
4134
4157
  }
4135
4158
  ],
4136
4159
  "usage": "in"
@@ -4140,13 +4163,12 @@
4140
4163
  "members": [
4141
4164
  {
4142
4165
  "disabled": false,
4143
- "document": "Layout mode:\n1: Floating\n2: Screen sharing\n3: Grid (default)\n4: Custom\n\nFloating: By default, the video of the first anchor (you can also specify an anchor) who enters the room is scaled to fill the screen. When other anchors enter the room, their videos appear smaller and are superimposed over the large video from left to right starting from the bottom of the canvas according to their room entry sequence. If the total number of videos is 17 or less, there will be four windows in each row (4 x 4); if it is greater than 17, there will be five windows in each row (5 x 5). Up to 25 videos can be displayed. A user who publishes only audio will still be displayed in one window.\n\nScreen sharing: The video of a specified anchor occupies a larger part of the canvas on the left side (if you do not specify an anchor, the left window will display the canvas background). The videos of other anchors are smaller and are positioned on the right side. If the total number of videos is 17 or less, the small videos are positioned from top to bottom in up to two columns on the right side, with eight videos per column at most. If there are more than 17 videos, the additional videos are positioned at the bottom of the canvas from left to right. Up to 25 videos can be displayed. A user who publishes only audio will still be displayed in one window.\n\nGrid: The videos of anchors are scaled and positioned automatically according to the total number of anchors in a room. Each video has the same size. Up to 25 videos can be displayed.\n\nCustom: Specify the layout of videos by using the `MixLayoutList` parameter.",
4166
+ "document": "Layout mode.\n1: floating layout.\n2: screen sharing layout.\n3: nine-grid layout.\n4: custom layout.\n\nFloating layout: by default, the video footage of the first host who enters the room (or a specified host) fills the entire screen. other hosts' video images are arranged horizontally from the bottom-left corner in the room entry sequence, displayed as small pictures floating above the large screen. when the number of screens is less than or equal to 17, each line has 4 (4 x 4 arrangement). when the number of screens exceeds 17, the small pictures are rearranged with 5 per line (5 x 5 arrangement). a maximum of 25 screens are supported. if the user only sends audio, it still occupies a screen position.\n\nScreen sharing layout: specifies a large screen position on the left side for one host (if not specified, the large screen position uses the background color). other hosts are arranged vertically on the right side from top to bottom. when the number of screens is less than 17, each column on the right supports up to 8 hosts, occupying a maximum of two columns. when the number of screens exceeds 17, hosts beyond the 17th are arranged horizontally starting from the bottom-left corner. a maximum of 25 screens is supported. if a host only sends audio, it still occupies a screen position.\n\nNine-Grid layout: automatically adjust the size of each frame based on the number of hosts. each host's frame size is the same, supporting up to 25 frames.\n\nCustom layout: customize the layout of each host's video as needed in MixLayoutList.",
4144
4167
  "example": "3",
4145
4168
  "member": "uint64",
4146
4169
  "name": "MixLayoutMode",
4147
4170
  "required": true,
4148
- "type": "int",
4149
- "value_allowed_null": false
4171
+ "type": "int"
4150
4172
  },
4151
4173
  {
4152
4174
  "disabled": false,
@@ -4155,28 +4177,25 @@
4155
4177
  "member": "MixLayout",
4156
4178
  "name": "MixLayoutList",
4157
4179
  "required": false,
4158
- "type": "list",
4159
- "value_allowed_null": false
4180
+ "type": "list"
4160
4181
  },
4161
4182
  {
4162
4183
  "disabled": false,
4163
4184
  "document": "The background color, which is a hexadecimal value (starting with \"#\", followed by the color value) converted from an 8-bit RGB value. For example, the RGB value of orange is `R:255 G:165 B:0`, and its hexadecimal value is `#FFA500`. The default color is black.",
4164
- "example": "123",
4185
+ "example": "#FF0000",
4165
4186
  "member": "string",
4166
4187
  "name": "BackGroundColor",
4167
4188
  "required": false,
4168
- "type": "string",
4169
- "value_allowed_null": false
4189
+ "type": "string"
4170
4190
  },
4171
4191
  {
4172
4192
  "disabled": false,
4173
4193
  "document": "The user whose video is displayed in the big window. This parameter is valid if `MixLayoutMode` is set to `1` (floating) or `2` (screen sharing). If it is left empty, the first anchor entering the room is displayed in the big window in the floating mode and the canvas background is displayed in the screen sharing mode.",
4174
- "example": "123",
4194
+ "example": "user_1",
4175
4195
  "member": "string",
4176
4196
  "name": "MaxResolutionUserId",
4177
4197
  "required": false,
4178
- "type": "string",
4179
- "value_allowed_null": false
4198
+ "type": "string"
4180
4199
  },
4181
4200
  {
4182
4201
  "disabled": false,
@@ -4185,48 +4204,43 @@
4185
4204
  "member": "uint64",
4186
4205
  "name": "MediaId",
4187
4206
  "required": false,
4188
- "type": "int",
4189
- "value_allowed_null": false
4207
+ "type": "int"
4190
4208
  },
4191
4209
  {
4192
4210
  "disabled": false,
4193
- "document": "The URL of the background image, which cannot contain Chinese characters. The image must be in JPG or PNG format and cannot be larger than 5 MB.",
4194
- "example": "https://xxxx",
4211
+ "document": "The image url supports only jpg, png, and jpeg. the image resolution is limited to no more than 2K, and the image size limit is no more than 5MB. note that the url must carry the format extension, and only specific strings are supported in the url, including a-z, a-z, 0-9, '-', '.', '_', '~', ':', '/', '?', '#', '[', ']', '@', '!', '&', '(', ')', '*', '+', ',', '%', and '='.",
4212
+ "example": "https://xxxx/image.jpg, https://xxxx/image.jpg?token=xxx",
4195
4213
  "member": "string",
4196
4214
  "name": "BackgroundImageUrl",
4197
4215
  "required": false,
4198
- "type": "string",
4199
- "value_allowed_null": false
4216
+ "type": "string"
4200
4217
  },
4201
4218
  {
4202
4219
  "disabled": false,
4203
- "document": "`1` means to use placeholders, and `0` (default) means to not use placeholders. If this parameter is set to `1`, when a user is not publishing video, a placeholder image will be displayed in the window reserved for the user.",
4220
+ "document": "Set to 1 to enable the placeholder image function, and 0 to disable it. default is 0. when enabled, the corresponding placeholder image can be displayed in the preset position if the user has no upload audio and video.",
4204
4221
  "example": "0",
4205
4222
  "member": "uint64",
4206
4223
  "name": "PlaceHolderMode",
4207
4224
  "required": false,
4208
- "type": "int",
4209
- "value_allowed_null": false
4225
+ "type": "int"
4210
4226
  },
4211
4227
  {
4212
4228
  "disabled": false,
4213
- "document": "The render mode to use when the aspect ratio of a video is different from that of the window. This parameter is defined the same as `RenderMode` in `MixLayoufList`.",
4229
+ "document": "Handling solution when the background image aspect ratio is not the same, consistent with the RenderMode defined in MixLayoutList.",
4214
4230
  "example": "1",
4215
4231
  "member": "uint64",
4216
4232
  "name": "BackgroundImageRenderMode",
4217
4233
  "required": false,
4218
- "type": "int",
4219
- "value_allowed_null": false
4234
+ "type": "int"
4220
4235
  },
4221
4236
  {
4222
4237
  "disabled": false,
4223
- "document": "The URL of the background image for a window. The image must be in JPG or PNG format and cannot be larger than 5 MB. If the image’s aspect ratio is different from that of the window, the image will be rendered according to the value of `RenderMode`.",
4224
- "example": "https://xxxx",
4238
+ "document": "Sub-Picture placeholder image url supports only jpg, png, jpeg. resolution limitation is no more than 2K. image size limit is no more than 5MB. note that the url must carry format extension and supports only specific string literals within the range of a-z a-z 0-9 '-', '.', '_', '~', ':', '/', '?', '#', '[', ']' '@', '!', '&', '(', ')', '*', '+', ',', '%', '='.",
4239
+ "example": "https://xxxx/image.jpg, https://xxxx/image.jpg?token=xxx",
4225
4240
  "member": "string",
4226
4241
  "name": "DefaultSubBackgroundImage",
4227
4242
  "required": false,
4228
- "type": "string",
4229
- "value_allowed_null": false
4243
+ "type": "string"
4230
4244
  },
4231
4245
  {
4232
4246
  "disabled": false,
@@ -4235,18 +4249,16 @@
4235
4249
  "member": "WaterMark",
4236
4250
  "name": "WaterMarkList",
4237
4251
  "required": false,
4238
- "type": "list",
4239
- "value_allowed_null": false
4252
+ "type": "list"
4240
4253
  },
4241
4254
  {
4242
4255
  "disabled": false,
4243
- "document": "The render mode to use when the aspect ratio of a video is different from that of the window. This parameter is invalid if a custom layout is used. It is defined the same as `RenderMode` in `MixLayoufList`.",
4256
+ "document": "When the aspect ratio of the background image does not match in the template layout, the handling solution is applied. the custom layout is disabled and aligns with the RenderMode defined in MixLayoutList.",
4244
4257
  "example": "1",
4245
4258
  "member": "uint64",
4246
4259
  "name": "RenderMode",
4247
4260
  "required": false,
4248
- "type": "int",
4249
- "value_allowed_null": false
4261
+ "type": "int"
4250
4262
  },
4251
4263
  {
4252
4264
  "disabled": false,
@@ -4255,8 +4267,16 @@
4255
4267
  "member": "uint64",
4256
4268
  "name": "MaxResolutionUserAlign",
4257
4269
  "required": false,
4258
- "type": "int",
4259
- "value_allowed_null": false
4270
+ "type": "int"
4271
+ },
4272
+ {
4273
+ "disabled": false,
4274
+ "document": "Controls whether audio users inside the room occupy the stream mixing layout. this takes effect only in mixed stream recording and template layout. true: represents that audio users do not occupy placeholders. false: represents that audio users occupy placeholders (false by default).",
4275
+ "example": "false",
4276
+ "member": "bool",
4277
+ "name": "PureAudioDisableLayout",
4278
+ "required": false,
4279
+ "type": "bool"
4260
4280
  }
4261
4281
  ],
4262
4282
  "usage": "in"
@@ -4379,7 +4399,7 @@
4379
4399
  },
4380
4400
  {
4381
4401
  "disabled": false,
4382
- "document": "Whether to save the hit file. 0: not save by default; 1: save.",
4402
+ "document": "Whether to save file. 0: not save by default; 1: save; 2 save the hit file.",
4383
4403
  "example": "0",
4384
4404
  "member": "uint64",
4385
4405
  "name": "SaveModerationFile",
@@ -4722,7 +4742,7 @@
4722
4742
  "members": [
4723
4743
  {
4724
4744
  "disabled": false,
4725
- "document": "The recording mode.\n1: Single-stream recording. Records the audio and video of each subscribed user (`UserId`) in a room and saves the recording files to the cloud.\n2: Mixed-stream recording. Mixes the audios and videos of subscribed users (`UserId`) in a room, records the mixed stream, and saves the recording files to the cloud.",
4745
+ "document": "Recording mode:.\n1: single stream recording, record the audio and video of the subscribed UserId in the room separately, and upload the recording files to cloud storage.\n2: mixed-stream recording. mix the audio and video of the subscribed UserId in the room into an audio-video file and upload the recording file to cloud storage.",
4726
4746
  "example": "1",
4727
4747
  "member": "uint64",
4728
4748
  "name": "RecordMode",
@@ -4731,7 +4751,7 @@
4731
4751
  },
4732
4752
  {
4733
4753
  "disabled": false,
4734
- "document": "The time period (seconds) to wait to automatically stop recording after there are no anchors (users who publish streams) in a room. Value range: 5-86400 (max 24 hours). Default value: 30.",
4754
+ "document": "Recording stops automatically when there is no host inside the room for a duration exceeding MaxIdleTime. measurement unit: second. default value: 30 seconds. the value must be greater than or equal to 5 seconds and less than or equal to 86400 seconds (24 hours).",
4735
4755
  "example": "30",
4736
4756
  "member": "uint64",
4737
4757
  "name": "MaxIdleTime",
@@ -4740,7 +4760,7 @@
4740
4760
  },
4741
4761
  {
4742
4762
  "disabled": false,
4743
- "document": "The media type of the streams to record.\n0: Audio and video streams (default)\n1: Audio streams only\n2: Video streams only",
4763
+ "document": "Media stream type for recording.\n0: recording audio and video streams (default).\n1: record audio streams only.\n2: record video stream only.",
4744
4764
  "example": "0",
4745
4765
  "member": "uint64",
4746
4766
  "name": "StreamType",
@@ -4749,7 +4769,7 @@
4749
4769
  },
4750
4770
  {
4751
4771
  "disabled": false,
4752
- "document": "The allowlist/blocklist for stream subscription.",
4772
+ "document": "Specifies the allowlist or blocklist for the subscription stream.",
4753
4773
  "example": "无",
4754
4774
  "member": "SubscribeStreamUserIds",
4755
4775
  "name": "SubscribeStreamUserIds",
@@ -4758,7 +4778,7 @@
4758
4778
  },
4759
4779
  {
4760
4780
  "disabled": false,
4761
- "document": "The output format. `0` (default): HLS; `1`: HLS + MP4; `2`: HLS + AAC; `3` : MP4, `4` : AAC. This parameter is invalid if you save recording files to VOD. To specify the format of files saved to VOD, use `MediaType` of `TencentVod`.",
4781
+ "document": "Output file format (valid when stored in third-party storage such as COS). 0: (default) output file is in hls format. 1: output file format is hls+mp4. 2: output file format is hls+aac. 3: output file format is mp4. 4: output file format is aac.\n\nThis parameter is invalid when storing in VOD. when storing in VOD, set MediaType in TencentVod (https://www.tencentcloud.comom/document/api/647/44055?from_cn_redirect=1#TencentVod).",
4762
4782
  "example": "0",
4763
4783
  "member": "uint64",
4764
4784
  "name": "OutputFormat",
@@ -4767,7 +4787,7 @@
4767
4787
  },
4768
4788
  {
4769
4789
  "disabled": false,
4770
- "document": "Whether to merge the audio and video of a user in the single-stream recording mode. 0 (default): Do not mix the audio and video; 1: Mix the audio and video into one TS file. You don’t need to specify this parameter for mixed-stream recording, which merges audios and videos by default.",
4790
+ "document": "In single-stream recording mode, determine whether to merge the user's audio and video. 0: do not merge the audio and video of a stream (default). 1: merge the audio and video of a stream into one ts. in mixed-stream recording, this parameter is not required, and the audio and video are merged by default.",
4771
4791
  "example": "0",
4772
4792
  "member": "uint64",
4773
4793
  "name": "AvMerge",
@@ -4776,7 +4796,7 @@
4776
4796
  },
4777
4797
  {
4778
4798
  "disabled": false,
4779
- "document": "The maximum file duration allowed (minutes). If the output format is AAC or MP4, and the maximum file duration is exceeded, the file will be segmented. Value range: 1-1440. Default value: 1440 (24 hours). The maximum file size allowed is 2 GB. If the file size exceeds 2 GB, or the file duration exceeds 24 hours, the file will also be segmented.\nThis parameter is invalid if the output format is HLS.",
4799
+ "document": "If the file format is aac or mp4, the system will automatically split the video file when the length limit is exceeded. measurement unit: minute. defaults to 1440 min (24h). value range: 1-1440. [single file limit is 2G. if file size exceeds 2G or recording duration exceeds 24h, the file will be automatically split.].\nHls format recording. this parameter is not effective.",
4780
4800
  "example": "1440",
4781
4801
  "member": "uint64",
4782
4802
  "name": "MaxMediaFileDuration",
@@ -4785,12 +4805,30 @@
4785
4805
  },
4786
4806
  {
4787
4807
  "disabled": false,
4788
- "document": "The type of stream to record. `0` (default): The primary stream and substream; `1`: The primary stream; `2`: The substream.",
4808
+ "document": "Specify recording streams. 0: mainstream + auxiliary stream (default); 1: mainstream; 2: auxiliary stream.",
4789
4809
  "example": "0",
4790
4810
  "member": "uint64",
4791
4811
  "name": "MediaId",
4792
4812
  "required": false,
4793
4813
  "type": "int"
4814
+ },
4815
+ {
4816
+ "disabled": false,
4817
+ "document": "Specifies the type of frame to fill when the upstream video stream stops:\n- 0: Fill with the last frame (freeze the last video frame)\n- 1: Fill with black frames",
4818
+ "example": "0",
4819
+ "member": "uint64",
4820
+ "name": "FillType",
4821
+ "required": false,
4822
+ "type": "int"
4823
+ },
4824
+ {
4825
+ "disabled": false,
4826
+ "document": "Specifies whether the recording task subscribes to the stream published by the Mixed Stream Robot. \n\n- 1: Subscribe. \n- 0: Do not subscribe (default).\n> Note: \nWhen this option is enabled, it is recommended to use the \"Subscription Allowlist.\" Avoid subscribing to both the stream published by the Mixed Stream Robot and the streams published by the hosts simultaneously; otherwise, it will result in audio echoing (duplicate audio) in the recorded file.",
4827
+ "example": "0",
4828
+ "member": "uint64",
4829
+ "name": "SubscribeAbility",
4830
+ "required": false,
4831
+ "type": "int"
4794
4832
  }
4795
4833
  ],
4796
4834
  "usage": "in"
@@ -5080,12 +5118,12 @@
5080
5118
  "usage": "out"
5081
5119
  },
5082
5120
  "ServerPushText": {
5083
- "document": "The server controls the AI conversation robot to broadcast the specified text",
5121
+ "document": "The server controls the chatbot to broadcast the specified text.",
5084
5122
  "members": [
5085
5123
  {
5086
5124
  "disabled": false,
5087
- "document": "Server push broadcast text",
5088
- "example": "",
5125
+ "document": "Server push broadcast text.",
5126
+ "example": "您好",
5089
5127
  "member": "string",
5090
5128
  "name": "Text",
5091
5129
  "required": false,
@@ -5093,8 +5131,8 @@
5093
5131
  },
5094
5132
  {
5095
5133
  "disabled": false,
5096
- "document": "Allow this text to interrupt the robot",
5097
- "example": "",
5134
+ "document": "Whether to allow the text to interrupt the robot's speaking.",
5135
+ "example": "false",
5098
5136
  "member": "bool",
5099
5137
  "name": "Interrupt",
5100
5138
  "required": false,
@@ -5102,12 +5140,57 @@
5102
5140
  },
5103
5141
  {
5104
5142
  "disabled": false,
5105
- "document": "After the text is finished, whether to automatically close the conversation task",
5106
- "example": "",
5143
+ "document": "Broadcast the text and automatically close the dialogue task.",
5144
+ "example": "false",
5107
5145
  "member": "bool",
5108
5146
  "name": "StopAfterPlay",
5109
5147
  "required": false,
5110
5148
  "type": "bool"
5149
+ },
5150
+ {
5151
+ "disabled": false,
5152
+ "document": "Server push broadcast audio.\nFormat description: audio must be mono, sampling rate must be consistent with the corresponding TTS sampling rate, and coded as a Base64 string.\nInput rule: when the Audio field is provided, the system will not accept user-submitted input in the Text field. the system will play the Audio content in the Audio field directly.",
5153
+ "example": "音频base64字符串",
5154
+ "member": "string",
5155
+ "name": "Audio",
5156
+ "required": false,
5157
+ "type": "string"
5158
+ },
5159
+ {
5160
+ "disabled": false,
5161
+ "document": "Defaults to 0. valid at that time only when Interrupt is false.\n-0 means drop messages with Interrupt set to false during the occurrence of interaction.\n-1 indicates that during the occurrence of an interaction, messages with Interrupt as false will not be dropped but cached, waiting to be processed when finished.\n\nNote: if DropMode is 1, multiple messages can be cached. if an interruption occurs subsequently, the cache of messages will be cleared.",
5162
+ "example": "0",
5163
+ "member": "uint64",
5164
+ "name": "DropMode",
5165
+ "required": false,
5166
+ "type": "int"
5167
+ },
5168
+ {
5169
+ "disabled": false,
5170
+ "document": "The message priority of ServerPushText. 0 means interruptible, 1 means not interruptible. currently only support 0. if you need to input 1, submit a ticket to contact us to grant permission.\nNote: after receiving a message with Priority=1, any other messages will be ignored (including messages with Priority=1) until the message processing of Priority=1 is complete. this field can be used together with the Interrupt and DropMode fields.\nExample:.\n-Priority=1, Interrupt=true, interrupts existing interaction and broadcasts immediately. the broadcast will not be interrupted during the process.\n-Priority=1, Interrupt=false, DropMode=1. wait for the current interaction to complete before broadcasting. the broadcast will not be interrupted during the process.\n",
5171
+ "example": "0",
5172
+ "member": "uint64",
5173
+ "name": "Priority",
5174
+ "required": false,
5175
+ "type": "int"
5176
+ },
5177
+ {
5178
+ "disabled": false,
5179
+ "document": "Whether to add the text to the llm history context.",
5180
+ "example": "true",
5181
+ "member": "bool",
5182
+ "name": "AddHistory",
5183
+ "required": false,
5184
+ "type": "bool"
5185
+ },
5186
+ {
5187
+ "disabled": false,
5188
+ "document": "If filled, it will be bound to the subtitle and sent to the terminal. note that the content must be a json string.",
5189
+ "example": "\"{\\\"custom_msg\\\": 100}\"",
5190
+ "member": "string",
5191
+ "name": "MetaInfo",
5192
+ "required": false,
5193
+ "type": "string"
5111
5194
  }
5112
5195
  ],
5113
5196
  "usage": "in"
@@ -5286,7 +5369,7 @@
5286
5369
  {
5287
5370
  "disabled": false,
5288
5371
  "document": "Depreciated. The callback URL is configured in the console.",
5289
- "example": "",
5372
+ "example": "url",
5290
5373
  "member": "string",
5291
5374
  "name": "SliceCallbackUrl",
5292
5375
  "required": false,
@@ -6292,7 +6375,7 @@
6292
6375
  "members": [
6293
6376
  {
6294
6377
  "disabled": false,
6295
- "document": "The operation to perform on the media uploaded. The value of this parameter is the name of a task flow template. You can create a custom task flow template in Tencent Cloud VOD.",
6378
+ "document": "Subsequent media task processing operations allow automatic task initiation after media upload is completed. the parameter value is the task flow template name. VOD (video on demand) supports creating task flow templates and template naming.",
6296
6379
  "example": "LongVideoPreset",
6297
6380
  "member": "string",
6298
6381
  "name": "Procedure",
@@ -6301,7 +6384,7 @@
6301
6384
  },
6302
6385
  {
6303
6386
  "disabled": false,
6304
- "document": "The expiration time of the media file, which is a time period (seconds) from the current time. For example, `86400` means to save the media file for one day. To save the file permanently, set this parameter to `0`.",
6387
+ "document": "Media file expiry time is the absolute expiration time from the current system time. to save for one day, enter \"86400\". to retain permanently, enter \"0\". the default is permanent preservation.",
6305
6388
  "example": "86400",
6306
6389
  "member": "uint64",
6307
6390
  "name": "ExpireTime",
@@ -6310,7 +6393,7 @@
6310
6393
  },
6311
6394
  {
6312
6395
  "disabled": false,
6313
- "document": "The storage region. Set this parameter if you have special requirements on the storage region.",
6396
+ "document": "Specify the upload park, applicable only to the user with special requirement for upload region.",
6314
6397
  "example": "ap-shanghai",
6315
6398
  "member": "string",
6316
6399
  "name": "StorageRegion",
@@ -6319,7 +6402,7 @@
6319
6402
  },
6320
6403
  {
6321
6404
  "disabled": false,
6322
- "document": "The category ID, which is returned after you create a category by calling an API. You can use categories to manage media files.\nThe default value is `0`, which means others.",
6405
+ "document": "Category ID is used to categorize and manage media. you can create a category and obtain the category ID through the create category api.\nThe default value is 0, indicating other categories.",
6323
6406
  "example": "0",
6324
6407
  "member": "uint64",
6325
6408
  "name": "ClassId",
@@ -6328,7 +6411,7 @@
6328
6411
  },
6329
6412
  {
6330
6413
  "disabled": false,
6331
- "document": "The VOD subapplication ID. If you need to access a resource in a subapplication, set this parameter to the subapplication ID; otherwise, leave it empty.",
6414
+ "document": "Subapplication ID for video-on-demand (vod). if you need to access resources belonging to a subapplication, fill in this field with the subapplication ID. otherwise, this field is not required.",
6332
6415
  "example": "1",
6333
6416
  "member": "uint64",
6334
6417
  "name": "SubAppId",
@@ -6337,7 +6420,7 @@
6337
6420
  },
6338
6421
  {
6339
6422
  "disabled": false,
6340
- "document": "The task flow context, which is passed through after the task is completed.",
6423
+ "document": "Task flow context, passed through when task complete.",
6341
6424
  "example": "\"session_context_example\"",
6342
6425
  "member": "string",
6343
6426
  "name": "SessionContext",
@@ -6346,7 +6429,7 @@
6346
6429
  },
6347
6430
  {
6348
6431
  "disabled": false,
6349
- "document": "The upload context, which is passed through after upload is completed.",
6432
+ "document": "Upload context, passed through on upload completion callback.",
6350
6433
  "example": "\"source_context_example\"",
6351
6434
  "member": "string",
6352
6435
  "name": "SourceContext",
@@ -6355,7 +6438,7 @@
6355
6438
  },
6356
6439
  {
6357
6440
  "disabled": false,
6358
- "document": "The format of recording files uploaded to VOD. `0` (default): MP4; `1`: HLS; `2`: AAC (valid only if `StreamType` is `1`); `3`: HLS+MP4; `4`: HLS+AAC.",
6441
+ "document": "The recording file format type uploaded to the vod platform. valid values: 0: mp4 (default), 1: hls, 2: aac (valid at that time when StreamType=1 for audio-only recording).\n3: hls+mp4, 4: hls+aac (valid at that time when StreamType=1 is audio-only recording).",
6359
6442
  "example": "1",
6360
6443
  "member": "uint64",
6361
6444
  "name": "MediaType",
@@ -6364,7 +6447,7 @@
6364
6447
  },
6365
6448
  {
6366
6449
  "disabled": false,
6367
- "document": "The custom prefix of recording files. This parameter is valid only if recording files are uploaded to VOD. It can contain letters, numbers, underscores, and hyphens and cannot exceed 64 bytes. This prefix and the automatically generated filename are connected with `__UserId_u_`.",
6450
+ "document": "Only supports API recording upload to vod. this parameter indicates you can customize the recording file name prefix. [length limit: 64 bytes, only allows a combination of uppercase and lowercase letters (a-zA-Z), numbers (0-9), underline, and hyphen]. the prefix is separated from the automatically generated recording file name by `__UserDefine_u_`.",
6368
6451
  "example": "\"user_prefix\"",
6369
6452
  "member": "string",
6370
6453
  "name": "UserDefineRecordId",
@@ -7091,7 +7174,7 @@
7091
7174
  "members": [
7092
7175
  {
7093
7176
  "disabled": false,
7094
- "document": "The watermark type. 0 (default): image; 1: text (not supported yet).",
7177
+ "document": "The watermark type. 0 (default): image; 1: text; 2: timestamp.",
7095
7178
  "example": "0",
7096
7179
  "member": "uint64",
7097
7180
  "name": "WaterMarkType",
@@ -7142,8 +7225,7 @@
7142
7225
  "member": "uint64",
7143
7226
  "name": "Top",
7144
7227
  "required": true,
7145
- "type": "int",
7146
- "value_allowed_null": true
7228
+ "type": "int"
7147
7229
  },
7148
7230
  {
7149
7231
  "disabled": false,
@@ -7152,8 +7234,7 @@
7152
7234
  "member": "uint64",
7153
7235
  "name": "Left",
7154
7236
  "required": true,
7155
- "type": "int",
7156
- "value_allowed_null": true
7237
+ "type": "int"
7157
7238
  },
7158
7239
  {
7159
7240
  "disabled": false,
@@ -7162,8 +7243,7 @@
7162
7243
  "member": "uint64",
7163
7244
  "name": "Width",
7164
7245
  "required": true,
7165
- "type": "int",
7166
- "value_allowed_null": true
7246
+ "type": "int"
7167
7247
  },
7168
7248
  {
7169
7249
  "disabled": false,
@@ -7172,8 +7252,7 @@
7172
7252
  "member": "uint64",
7173
7253
  "name": "Height",
7174
7254
  "required": true,
7175
- "type": "int",
7176
- "value_allowed_null": true
7255
+ "type": "int"
7177
7256
  },
7178
7257
  {
7179
7258
  "disabled": false,
@@ -7182,8 +7261,7 @@
7182
7261
  "member": "string",
7183
7262
  "name": "Chars",
7184
7263
  "required": true,
7185
- "type": "string",
7186
- "value_allowed_null": true
7264
+ "type": "string"
7187
7265
  },
7188
7266
  {
7189
7267
  "disabled": false,
@@ -7192,8 +7270,7 @@
7192
7270
  "member": "uint64",
7193
7271
  "name": "FontSize",
7194
7272
  "required": false,
7195
- "type": "int",
7196
- "value_allowed_null": true
7273
+ "type": "int"
7197
7274
  },
7198
7275
  {
7199
7276
  "disabled": false,
@@ -7202,8 +7279,7 @@
7202
7279
  "member": "string",
7203
7280
  "name": "FontColor",
7204
7281
  "required": false,
7205
- "type": "string",
7206
- "value_allowed_null": true
7282
+ "type": "string"
7207
7283
  },
7208
7284
  {
7209
7285
  "disabled": false,
@@ -7212,8 +7288,7 @@
7212
7288
  "member": "string",
7213
7289
  "name": "BackGroundColor",
7214
7290
  "required": false,
7215
- "type": "string",
7216
- "value_allowed_null": true
7291
+ "type": "string"
7217
7292
  }
7218
7293
  ],
7219
7294
  "usage": "in"
@@ -7223,13 +7298,12 @@
7223
7298
  "members": [
7224
7299
  {
7225
7300
  "disabled": false,
7226
- "document": "The download URLs of the watermark images, which must be in JPG or PNG format and cannot be larger than 5 MB.",
7227
- "example": "https://xxxx",
7301
+ "document": "The download url address supports only jpg, png, and jpeg with a size limit of no more than 5M. note that the url must carry the format extension and supports only specific strings within the range of a-z, a-z, 0-9, '-', '.', '_', '~', ':', '/', '?', '#', '[', ']', '@', '!', '&', '(', ')', '*', '+', ',', '%', '='.",
7302
+ "example": "https://xxxx/image.jpg, https://xxxx/image.jpg?token=xxx",
7228
7303
  "member": "string",
7229
7304
  "name": "WaterMarkUrl",
7230
7305
  "required": true,
7231
- "type": "string",
7232
- "value_allowed_null": false
7306
+ "type": "string"
7233
7307
  },
7234
7308
  {
7235
7309
  "disabled": false,
@@ -7238,8 +7312,7 @@
7238
7312
  "member": "uint64",
7239
7313
  "name": "Top",
7240
7314
  "required": true,
7241
- "type": "int",
7242
- "value_allowed_null": false
7315
+ "type": "int"
7243
7316
  },
7244
7317
  {
7245
7318
  "disabled": false,
@@ -7248,8 +7321,7 @@
7248
7321
  "member": "uint64",
7249
7322
  "name": "Left",
7250
7323
  "required": true,
7251
- "type": "int",
7252
- "value_allowed_null": false
7324
+ "type": "int"
7253
7325
  },
7254
7326
  {
7255
7327
  "disabled": false,
@@ -7258,8 +7330,7 @@
7258
7330
  "member": "uint64",
7259
7331
  "name": "Width",
7260
7332
  "required": true,
7261
- "type": "int",
7262
- "value_allowed_null": false
7333
+ "type": "int"
7263
7334
  },
7264
7335
  {
7265
7336
  "disabled": false,
@@ -7268,8 +7339,7 @@
7268
7339
  "member": "uint64",
7269
7340
  "name": "Height",
7270
7341
  "required": true,
7271
- "type": "int",
7272
- "value_allowed_null": false
7342
+ "type": "int"
7273
7343
  }
7274
7344
  ],
7275
7345
  "usage": "in"
@@ -7284,8 +7354,7 @@
7284
7354
  "member": "uint64",
7285
7355
  "name": "Pos",
7286
7356
  "required": true,
7287
- "type": "int",
7288
- "value_allowed_null": true
7357
+ "type": "int"
7289
7358
  },
7290
7359
  {
7291
7360
  "disabled": false,
@@ -7294,8 +7363,7 @@
7294
7363
  "member": "uint64",
7295
7364
  "name": "TimeZone",
7296
7365
  "required": false,
7297
- "type": "int",
7298
- "value_allowed_null": true
7366
+ "type": "int"
7299
7367
  }
7300
7368
  ],
7301
7369
  "usage": "in"