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.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +9 -0
- tccli/services/advisor/advisor_client.py +56 -0
- tccli/services/advisor/v20200721/api.json +34 -0
- tccli/services/advisor/v20200721/examples.json +8 -0
- tccli/services/ai3d/__init__.py +4 -0
- tccli/services/ai3d/ai3d_client.py +266 -0
- tccli/services/ai3d/v20250513/api.json +264 -0
- tccli/services/ai3d/v20250513/examples.json +20 -0
- tccli/services/autoscaling/v20180419/api.json +41 -13
- tccli/services/billing/billing_client.py +172 -4
- tccli/services/billing/v20180709/api.json +332 -1
- tccli/services/billing/v20180709/examples.json +24 -0
- tccli/services/ccc/v20200210/api.json +71 -26
- tccli/services/cdb/cdb_client.py +1128 -288
- tccli/services/cdb/v20170320/api.json +2166 -335
- tccli/services/cdb/v20170320/examples.json +126 -6
- tccli/services/cdn/v20180606/api.json +22 -22
- tccli/services/cdn/v20180606/examples.json +1 -1
- tccli/services/ckafka/ckafka_client.py +120 -8
- tccli/services/ckafka/v20190819/api.json +525 -180
- tccli/services/ckafka/v20190819/examples.json +30 -20
- tccli/services/clb/v20180317/api.json +87 -87
- tccli/services/csip/csip_client.py +392 -0
- tccli/services/csip/v20221121/api.json +2050 -284
- tccli/services/csip/v20221121/examples.json +56 -0
- tccli/services/cvm/v20170312/api.json +23 -23
- tccli/services/cvm/v20170312/examples.json +32 -32
- tccli/services/emr/v20190103/api.json +6 -6
- tccli/services/faceid/v20180301/api.json +102 -52
- tccli/services/faceid/v20180301/examples.json +3 -9
- tccli/services/hunyuan/__init__.py +4 -0
- tccli/services/hunyuan/hunyuan_client.py +714 -0
- tccli/services/hunyuan/v20230901/api.json +1131 -0
- tccli/services/hunyuan/v20230901/examples.json +84 -0
- tccli/services/lighthouse/lighthouse_client.py +360 -24
- tccli/services/lighthouse/v20200324/api.json +488 -0
- tccli/services/lighthouse/v20200324/examples.json +54 -0
- tccli/services/lkeap/v20240522/api.json +36 -0
- tccli/services/lkeap/v20240522/examples.json +1 -1
- tccli/services/mdl/mdl_client.py +192 -24
- tccli/services/mdl/v20200326/api.json +761 -77
- tccli/services/mdl/v20200326/examples.json +24 -0
- tccli/services/mdp/v20200527/api.json +191 -28
- tccli/services/mongodb/v20190725/api.json +39 -39
- tccli/services/monitor/v20180724/api.json +5 -5
- tccli/services/mps/mps_client.py +397 -61
- tccli/services/mps/v20190612/api.json +1190 -132
- tccli/services/mps/v20190612/examples.json +76 -22
- tccli/services/mqtt/__init__.py +4 -0
- tccli/services/mqtt/mqtt_client.py +1610 -0
- tccli/services/mqtt/v20240516/api.json +3057 -0
- tccli/services/mqtt/v20240516/examples.json +213 -0
- tccli/services/ocr/v20181119/api.json +23 -3
- tccli/services/ocr/v20181119/examples.json +6 -6
- tccli/services/redis/v20180412/api.json +12 -12
- tccli/services/ses/ses_client.py +348 -12
- tccli/services/ses/v20201002/api.json +1197 -256
- tccli/services/ses/v20201002/examples.json +78 -24
- tccli/services/tcsas/tcsas_client.py +2281 -209
- tccli/services/tcsas/v20250106/api.json +8410 -3423
- tccli/services/tcsas/v20250106/examples.json +308 -12
- tccli/services/tdmq/v20200217/api.json +4 -4
- tccli/services/teo/teo_client.py +56 -0
- tccli/services/teo/v20220901/api.json +111 -12
- tccli/services/teo/v20220901/examples.json +8 -0
- tccli/services/tke/tke_client.py +168 -0
- tccli/services/tke/v20180525/api.json +227 -0
- tccli/services/tke/v20180525/examples.json +24 -0
- tccli/services/trocket/v20230308/api.json +96 -96
- tccli/services/trtc/v20190722/api.json +212 -144
- tccli/services/trtc/v20190722/examples.json +7 -7
- tccli/services/vod/v20180717/api.json +2929 -296
- tccli/services/vod/v20180717/examples.json +40 -6
- tccli/services/vod/vod_client.py +280 -0
- tccli/services/vpc/v20170312/api.json +80 -13
- tccli/services/vpc/v20170312/examples.json +17 -9
- tccli/services/vpc/vpc_client.py +64 -8
- {tccli_intl_en-3.1.11.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/METADATA +2 -2
- {tccli_intl_en-3.1.11.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/RECORD +84 -72
- {tccli_intl_en-3.1.11.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/WHEEL +1 -1
- {tccli_intl_en-3.1.11.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/LICENSE +0 -0
- {tccli_intl_en-3.1.11.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/entry_points.txt +0 -0
- {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": "
|
|
4
|
+
"document": "This API is used to provide service for server-side robot control.",
|
|
5
5
|
"input": "ControlAIConversationRequest",
|
|
6
|
-
"name": "Control AI
|
|
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
|
|
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.
|
|
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 (a
|
|
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.
|
|
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 (a
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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
|
|
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": "
|
|
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
|
|
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": "
|
|
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.
|
|
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.
|
|
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": "
|
|
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": "
|
|
1036
|
-
"example": "
|
|
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
|
|
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": "
|
|
1141
|
+
"example": "-m9-bVVU7k801X-VX8gO***GrDFLaZwKKZ5-fTXqywE.",
|
|
1133
1142
|
"member": "string",
|
|
1134
1143
|
"name": "TaskId",
|
|
1135
|
-
"
|
|
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.
|
|
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.
|
|
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": "
|
|
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
|
|
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
|
|
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": "
|
|
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": "
|
|
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
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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
|
-
|
|
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
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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
|
|
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": "
|
|
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
|
|
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
|
|
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"
|