tccli 3.0.1304.1__py2.py3-none-any.whl → 3.0.1306.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/aiart/v20221229/api.json +39 -39
- tccli/services/aiart/v20221229/examples.json +11 -11
- tccli/services/ams/v20201229/api.json +28 -34
- tccli/services/ams/v20201229/examples.json +2 -8
- tccli/services/autoscaling/v20180419/api.json +57 -57
- tccli/services/autoscaling/v20180419/examples.json +6 -6
- tccli/services/bi/v20220105/api.json +9 -0
- tccli/services/bi/v20220105/examples.json +1 -1
- tccli/services/cbs/v20170312/api.json +49 -38
- tccli/services/ccc/v20200210/api.json +10 -0
- tccli/services/cdb/v20170320/api.json +9 -9
- tccli/services/cdb/v20170320/examples.json +2 -2
- tccli/services/cdn/v20180606/api.json +61 -58
- tccli/services/cdn/v20180606/examples.json +8 -8
- tccli/services/cfs/v20190719/api.json +12 -2
- tccli/services/cfs/v20190719/examples.json +2 -2
- tccli/services/cfw/cfw_client.py +53 -0
- tccli/services/cfw/v20190904/api.json +539 -0
- tccli/services/cfw/v20190904/examples.json +8 -0
- tccli/services/chc/v20230418/api.json +10 -0
- tccli/services/ckafka/ckafka_client.py +53 -0
- tccli/services/ckafka/v20190819/api.json +242 -8
- tccli/services/ckafka/v20190819/examples.json +8 -0
- tccli/services/clb/v20180317/api.json +8 -8
- tccli/services/cvm/v20170312/api.json +129 -20
- tccli/services/cvm/v20170312/examples.json +1 -1
- tccli/services/cynosdb/v20190107/api.json +9 -9
- tccli/services/dbbrain/v20191016/api.json +11 -10
- tccli/services/dbbrain/v20191016/examples.json +1 -1
- tccli/services/dbbrain/v20210527/api.json +1 -1
- tccli/services/dc/v20180410/api.json +16 -6
- tccli/services/dc/v20180410/examples.json +4 -4
- tccli/services/domain/v20180808/api.json +162 -162
- tccli/services/domain/v20180808/examples.json +34 -34
- tccli/services/drm/v20181115/api.json +52 -65
- tccli/services/drm/v20181115/examples.json +1 -1
- tccli/services/dsgc/v20190723/api.json +10 -0
- tccli/services/dts/v20211206/api.json +0 -9
- tccli/services/dts/v20211206/examples.json +1 -1
- tccli/services/ecdn/v20191012/api.json +12 -12
- tccli/services/emr/v20190103/api.json +10 -0
- tccli/services/gs/gs_client.py +53 -0
- tccli/services/gs/v20191118/api.json +75 -3
- tccli/services/gs/v20191118/examples.json +15 -7
- tccli/services/gwlb/v20240906/api.json +28 -28
- tccli/services/hai/hai_client.py +53 -0
- tccli/services/hai/v20230812/api.json +62 -0
- tccli/services/hai/v20230812/examples.json +8 -0
- tccli/services/hunyuan/v20230901/api.json +4 -4
- tccli/services/ims/v20201229/api.json +14 -5
- tccli/services/ims/v20201229/examples.json +2 -2
- tccli/services/ioa/v20220601/api.json +13 -2
- tccli/services/iotexplorer/v20190423/api.json +62 -3
- tccli/services/iotexplorer/v20190423/examples.json +1 -1
- tccli/services/iotvideoindustry/v20201201/api.json +29 -19
- tccli/services/iotvideoindustry/v20201201/examples.json +2 -2
- tccli/services/iss/iss_client.py +273 -8
- tccli/services/iss/v20230517/api.json +586 -0
- tccli/services/iss/v20230517/examples.json +46 -0
- tccli/services/lcic/v20220817/api.json +1 -1
- tccli/services/lighthouse/v20200324/api.json +1 -1
- tccli/services/live/v20180801/api.json +18 -18
- tccli/services/lke/v20231130/api.json +50 -6
- tccli/services/lkeap/v20240522/api.json +124 -1
- tccli/services/monitor/v20180724/api.json +1 -1
- tccli/services/mps/v20190612/api.json +283 -290
- tccli/services/mps/v20190612/examples.json +9 -9
- tccli/services/ocr/v20181119/api.json +133 -114
- tccli/services/ocr/v20181119/examples.json +1 -1
- tccli/services/postgres/v20170312/api.json +140 -121
- tccli/services/postgres/v20170312/examples.json +1 -1
- tccli/services/redis/v20180412/api.json +94 -4
- tccli/services/redis/v20180412/examples.json +3 -3
- tccli/services/ses/v20201002/api.json +9 -0
- tccli/services/soe/v20180724/api.json +13 -13
- tccli/services/soe/v20180724/examples.json +2 -2
- tccli/services/tat/v20201028/api.json +19 -19
- tccli/services/tcss/v20201101/api.json +27 -0
- tccli/services/teo/v20220901/api.json +14 -3
- tccli/services/tione/tione_client.py +53 -0
- tccli/services/tione/v20211111/api.json +49 -1
- tccli/services/tione/v20211111/examples.json +8 -0
- tccli/services/trtc/v20190722/api.json +5 -5
- tccli/services/tse/v20201207/api.json +30 -0
- tccli/services/tts/v20190823/api.json +1 -1
- tccli/services/vm/v20210922/api.json +21 -30
- tccli/services/vm/v20210922/examples.json +2 -2
- tccli/services/vod/v20180717/api.json +6 -6
- tccli/services/vod/v20180717/examples.json +1 -1
- tccli/services/vpc/v20170312/api.json +103 -81
- tccli/services/vpc/v20170312/examples.json +3 -3
- tccli/services/vrs/v20200824/api.json +52 -52
- tccli/services/vrs/v20200824/examples.json +2 -2
- tccli/services/wedata/v20210820/api.json +192 -11
- tccli/services/wedata/v20210820/examples.json +8 -0
- tccli/services/wedata/wedata_client.py +53 -0
- {tccli-3.0.1304.1.dist-info → tccli-3.0.1306.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1304.1.dist-info → tccli-3.0.1306.1.dist-info}/RECORD +102 -102
- {tccli-3.0.1304.1.dist-info → tccli-3.0.1306.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1304.1.dist-info → tccli-3.0.1306.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1304.1.dist-info → tccli-3.0.1306.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1306.1'
|
@@ -781,7 +781,7 @@
|
|
781
781
|
{
|
782
782
|
"disabled": false,
|
783
783
|
"document": "查询生成写真图片任务 ID。",
|
784
|
-
"example": "
|
784
|
+
"example": "d33c2c966ae1476a5fae5e76",
|
785
785
|
"member": "string",
|
786
786
|
"name": "JobId",
|
787
787
|
"required": true,
|
@@ -796,7 +796,7 @@
|
|
796
796
|
{
|
797
797
|
"disabled": false,
|
798
798
|
"document": "任务状态码。\nINIT: 初始化、WAIT:等待中、RUN:运行中、FAIL:处理失败、DONE:处理完成。",
|
799
|
-
"example": "
|
799
|
+
"example": "DONE",
|
800
800
|
"member": "string",
|
801
801
|
"name": "JobStatusCode",
|
802
802
|
"output_required": false,
|
@@ -806,7 +806,7 @@
|
|
806
806
|
{
|
807
807
|
"disabled": false,
|
808
808
|
"document": "任务状态信息。",
|
809
|
-
"example": "
|
809
|
+
"example": "处理完成",
|
810
810
|
"member": "string",
|
811
811
|
"name": "JobStatusMsg",
|
812
812
|
"output_required": false,
|
@@ -816,7 +816,7 @@
|
|
816
816
|
{
|
817
817
|
"disabled": false,
|
818
818
|
"document": "任务错误码。",
|
819
|
-
"example": "
|
819
|
+
"example": "InternalError.EngineError",
|
820
820
|
"member": "string",
|
821
821
|
"name": "JobErrorCode",
|
822
822
|
"output_required": false,
|
@@ -826,7 +826,7 @@
|
|
826
826
|
{
|
827
827
|
"disabled": false,
|
828
828
|
"document": "任务错误信息。",
|
829
|
-
"example": "
|
829
|
+
"example": "算法服务异常。",
|
830
830
|
"member": "string",
|
831
831
|
"name": "JobErrorMsg",
|
832
832
|
"output_required": false,
|
@@ -836,7 +836,7 @@
|
|
836
836
|
{
|
837
837
|
"disabled": false,
|
838
838
|
"document": "结果 URL 数组。\nURL 有效期1小时,请及时保存。",
|
839
|
-
"example": "
|
839
|
+
"example": "[\"https://aiart-portrait-xxx.cos.ap-guangzhou.myqcloud.com/xxx?q-sign-algorithm=sha1&q-ak=xxx&q-sign-time=1731996860;1732000460&q-key-time=1731996860;1732000460&q-header-list=host&q-url-param-list=&q-signature=2a86d7f0c5482e10d6867ddea14d9e3973201e95\"]",
|
840
840
|
"member": "string",
|
841
841
|
"name": "ResultUrls",
|
842
842
|
"output_required": false,
|
@@ -846,7 +846,7 @@
|
|
846
846
|
{
|
847
847
|
"disabled": false,
|
848
848
|
"document": "结果描述数组。",
|
849
|
-
"example": "
|
849
|
+
"example": "[\"SUCCESS\"]",
|
850
850
|
"member": "string",
|
851
851
|
"name": "ResultDetails",
|
852
852
|
"output_required": false,
|
@@ -990,7 +990,7 @@
|
|
990
990
|
{
|
991
991
|
"disabled": false,
|
992
992
|
"document": "任务处理失败错误码。\n",
|
993
|
-
"example": "
|
993
|
+
"example": "FailedOperation.DownloadError",
|
994
994
|
"member": "string",
|
995
995
|
"name": "JobErrorCode",
|
996
996
|
"output_required": false,
|
@@ -1000,7 +1000,7 @@
|
|
1000
1000
|
{
|
1001
1001
|
"disabled": false,
|
1002
1002
|
"document": "任务处理失败错误信息。\n",
|
1003
|
-
"example": "
|
1003
|
+
"example": "文件下载失败。",
|
1004
1004
|
"member": "string",
|
1005
1005
|
"name": "JobErrorMsg",
|
1006
1006
|
"output_required": false,
|
@@ -1032,7 +1032,7 @@
|
|
1032
1032
|
{
|
1033
1033
|
"disabled": false,
|
1034
1034
|
"document": "任务 ID。",
|
1035
|
-
"example": "
|
1035
|
+
"example": "251197749-1732000778-a319cc1b-a646-11ef-be80-525400047e59-0",
|
1036
1036
|
"member": "string",
|
1037
1037
|
"name": "JobId",
|
1038
1038
|
"required": true,
|
@@ -1047,7 +1047,7 @@
|
|
1047
1047
|
{
|
1048
1048
|
"disabled": false,
|
1049
1049
|
"document": "当前任务状态码:\n1:等待中、2:运行中、4:处理失败、5:处理完成。",
|
1050
|
-
"example": "
|
1050
|
+
"example": "5",
|
1051
1051
|
"member": "string",
|
1052
1052
|
"name": "JobStatusCode",
|
1053
1053
|
"output_required": false,
|
@@ -1057,7 +1057,7 @@
|
|
1057
1057
|
{
|
1058
1058
|
"disabled": false,
|
1059
1059
|
"document": "当前任务状态:排队中、处理中、处理失败或者处理完成。\n",
|
1060
|
-
"example": "
|
1060
|
+
"example": "处理完成",
|
1061
1061
|
"member": "string",
|
1062
1062
|
"name": "JobStatusMsg",
|
1063
1063
|
"output_required": false,
|
@@ -1067,7 +1067,7 @@
|
|
1067
1067
|
{
|
1068
1068
|
"disabled": false,
|
1069
1069
|
"document": "任务处理失败错误码。\n",
|
1070
|
-
"example": "
|
1070
|
+
"example": "FailedOperation.DownloadError",
|
1071
1071
|
"member": "string",
|
1072
1072
|
"name": "JobErrorCode",
|
1073
1073
|
"output_required": false,
|
@@ -1077,7 +1077,7 @@
|
|
1077
1077
|
{
|
1078
1078
|
"disabled": false,
|
1079
1079
|
"document": "任务处理失败错误信息。\n",
|
1080
|
-
"example": "
|
1080
|
+
"example": "文件下载失败。",
|
1081
1081
|
"member": "string",
|
1082
1082
|
"name": "JobErrorMsg",
|
1083
1083
|
"output_required": false,
|
@@ -1087,7 +1087,7 @@
|
|
1087
1087
|
{
|
1088
1088
|
"disabled": false,
|
1089
1089
|
"document": "生成图 URL 列表,有效期1小时,请及时保存。\n",
|
1090
|
-
"example": "
|
1090
|
+
"example": "[\"https://aiart-xxx.cos.ap-guangzhou.myqcloud.com/xxx.jpg?q-sign-algorithm=sha1&q-ak=xxxxx&q-sign-time=1731574045;1731577645&q-key-time=1731574045;1731577645&q-header-list=host&q-url-param-list=&q-signature=31fe75c1c18c3d91db59508961209dd37aaf41c7\"]",
|
1091
1091
|
"member": "string",
|
1092
1092
|
"name": "ResultImage",
|
1093
1093
|
"output_required": false,
|
@@ -1097,7 +1097,7 @@
|
|
1097
1097
|
{
|
1098
1098
|
"disabled": false,
|
1099
1099
|
"document": "结果 detail 数组,Success 代表成功。\n",
|
1100
|
-
"example": "
|
1100
|
+
"example": "[\"Success\"]",
|
1101
1101
|
"member": "string",
|
1102
1102
|
"name": "ResultDetails",
|
1103
1103
|
"output_required": false,
|
@@ -1107,7 +1107,7 @@
|
|
1107
1107
|
{
|
1108
1108
|
"disabled": false,
|
1109
1109
|
"document": "对应 SubmitTextToImageProJob 接口中 Revise 参数。开启扩写时,返回扩写后的 prompt 文本。 如果关闭扩写,将直接返回原始输入的 prompt。",
|
1110
|
-
"example": "
|
1110
|
+
"example": "动漫风格,画面主要描述一个雨天的场景,一位亚洲男孩在雨中独自行走,他的身姿显得有些落寞,背景是一个阴雨连绵的城市,镜头是中景",
|
1111
1111
|
"member": "string",
|
1112
1112
|
"name": "RevisedPrompt",
|
1113
1113
|
"output_required": false,
|
@@ -1129,7 +1129,7 @@
|
|
1129
1129
|
{
|
1130
1130
|
"disabled": false,
|
1131
1131
|
"document": "写真模型 ID。\n",
|
1132
|
-
"example": "
|
1132
|
+
"example": "model_01",
|
1133
1133
|
"member": "string",
|
1134
1134
|
"name": "ModelId",
|
1135
1135
|
"required": true,
|
@@ -1144,7 +1144,7 @@
|
|
1144
1144
|
{
|
1145
1145
|
"disabled": false,
|
1146
1146
|
"document": "任务状态码。\nINIT: 初始化、WAIT:等待中、RUN:运行中、FAIL:处理失败、DONE:处理完成。",
|
1147
|
-
"example": "
|
1147
|
+
"example": "DONE",
|
1148
1148
|
"member": "string",
|
1149
1149
|
"name": "JobStatusCode",
|
1150
1150
|
"output_required": false,
|
@@ -1154,7 +1154,7 @@
|
|
1154
1154
|
{
|
1155
1155
|
"disabled": false,
|
1156
1156
|
"document": "任务状态信息。",
|
1157
|
-
"example": "
|
1157
|
+
"example": "处理完成",
|
1158
1158
|
"member": "string",
|
1159
1159
|
"name": "JobStatusMsg",
|
1160
1160
|
"output_required": false,
|
@@ -1164,7 +1164,7 @@
|
|
1164
1164
|
{
|
1165
1165
|
"disabled": false,
|
1166
1166
|
"document": "任务错误码。",
|
1167
|
-
"example": "
|
1167
|
+
"example": "0",
|
1168
1168
|
"member": "string",
|
1169
1169
|
"name": "JobErrorCode",
|
1170
1170
|
"output_required": false,
|
@@ -1174,7 +1174,7 @@
|
|
1174
1174
|
{
|
1175
1175
|
"disabled": false,
|
1176
1176
|
"document": "任务错误信息。",
|
1177
|
-
"example": "
|
1177
|
+
"example": "处理完成",
|
1178
1178
|
"member": "string",
|
1179
1179
|
"name": "JobErrorMsg",
|
1180
1180
|
"output_required": false,
|
@@ -1526,7 +1526,7 @@
|
|
1526
1526
|
{
|
1527
1527
|
"disabled": false,
|
1528
1528
|
"document": "写真模型 ID。\n",
|
1529
|
-
"example": "
|
1529
|
+
"example": "model_01",
|
1530
1530
|
"member": "string",
|
1531
1531
|
"name": "ModelId",
|
1532
1532
|
"required": true,
|
@@ -1544,7 +1544,7 @@
|
|
1544
1544
|
{
|
1545
1545
|
"disabled": false,
|
1546
1546
|
"document": "本次生成的图片数量,取值范围[1,4]",
|
1547
|
-
"example": "
|
1547
|
+
"example": "1",
|
1548
1548
|
"member": "int64",
|
1549
1549
|
"name": "ImageNum",
|
1550
1550
|
"required": true,
|
@@ -1562,7 +1562,7 @@
|
|
1562
1562
|
{
|
1563
1563
|
"disabled": false,
|
1564
1564
|
"document": "标识内容设置。 \n默认在生成结果图右下角添加“图片由 AI 生成”字样,您可根据自身需要替换为其他的标识图片。",
|
1565
|
-
"example": "
|
1565
|
+
"example": "{\"LogoUrl\": \"https://xxx.com/logo.jpg\", \"LogoRect\": {\"X\": 10, \"Y\": 10, \"Width\": 20, \"Height\": 20}}",
|
1566
1566
|
"member": "LogoParam",
|
1567
1567
|
"name": "LogoParam",
|
1568
1568
|
"required": false,
|
@@ -1586,7 +1586,7 @@
|
|
1586
1586
|
{
|
1587
1587
|
"disabled": false,
|
1588
1588
|
"document": "提交生成写真图片任务 ID。\n",
|
1589
|
-
"example": "
|
1589
|
+
"example": "cf3c2c70f0277a17527cf676",
|
1590
1590
|
"member": "string",
|
1591
1591
|
"name": "JobId",
|
1592
1592
|
"output_required": false,
|
@@ -1817,7 +1817,7 @@
|
|
1817
1817
|
{
|
1818
1818
|
"disabled": false,
|
1819
1819
|
"document": "绘画风格。\n请在 [文生图(高级版)风格列表](https://cloud.tencent.com/document/product/1668/104567) 中选择期望的风格,传入风格编号。\n不传默认不指定风格。",
|
1820
|
-
"example": "
|
1820
|
+
"example": "riman",
|
1821
1821
|
"member": "string",
|
1822
1822
|
"name": "Style",
|
1823
1823
|
"required": false,
|
@@ -1826,7 +1826,7 @@
|
|
1826
1826
|
{
|
1827
1827
|
"disabled": false,
|
1828
1828
|
"document": "生成图分辨率。\n支持生成以下分辨率的图片:768:768(1:1)、768:1024(3:4)、1024:768(4:3)、1024:1024(1:1)、720:1280(9:16)、1280:720(16:9)、768:1280(3:5)、1280:768(5:3),不传默认使用1024:1024。",
|
1829
|
-
"example": "
|
1829
|
+
"example": "1024:1024",
|
1830
1830
|
"member": "string",
|
1831
1831
|
"name": "Resolution",
|
1832
1832
|
"required": false,
|
@@ -1835,7 +1835,7 @@
|
|
1835
1835
|
{
|
1836
1836
|
"disabled": false,
|
1837
1837
|
"document": "为生成结果图添加显式水印标识的开关,默认为1。 \n1:添加。 \n0:不添加。 \n其他数值:默认按1处理。 \n建议您使用显著标识来提示结果图使用了 AI 绘画技术,是 AI 生成的图片。",
|
1838
|
-
"example": "
|
1838
|
+
"example": "1",
|
1839
1839
|
"member": "int64",
|
1840
1840
|
"name": "LogoAdd",
|
1841
1841
|
"required": false,
|
@@ -1844,7 +1844,7 @@
|
|
1844
1844
|
{
|
1845
1845
|
"disabled": false,
|
1846
1846
|
"document": "文生图模型,默认使用engine1。\n取值:\nengine1\nengine2",
|
1847
|
-
"example": "
|
1847
|
+
"example": "engine1",
|
1848
1848
|
"member": "string",
|
1849
1849
|
"name": "Engine",
|
1850
1850
|
"required": false,
|
@@ -1853,7 +1853,7 @@
|
|
1853
1853
|
{
|
1854
1854
|
"disabled": false,
|
1855
1855
|
"document": "prompt 扩写开关。1为开启,0为关闭,不传默认开启。\n开启扩写后,将自动扩写原始输入的 prompt 并使用扩写后的 prompt 生成图片,返回生成图片结果时将一并返回扩写后的 prompt 文本。\n如果关闭扩写,将直接使用原始输入的 prompt 生成图片。\n建议开启,在多数场景下可提升生成图片效果、丰富生成图片细节。",
|
1856
|
-
"example": "
|
1856
|
+
"example": "0",
|
1857
1857
|
"member": "int64",
|
1858
1858
|
"name": "Revise",
|
1859
1859
|
"required": false,
|
@@ -1868,7 +1868,7 @@
|
|
1868
1868
|
{
|
1869
1869
|
"disabled": false,
|
1870
1870
|
"document": "任务 ID。",
|
1871
|
-
"example": "
|
1871
|
+
"example": "251197749-1732000967-13b82f68-a647-11ef-be80-525400047e59-0",
|
1872
1872
|
"member": "string",
|
1873
1873
|
"name": "JobId",
|
1874
1874
|
"output_required": true,
|
@@ -1890,7 +1890,7 @@
|
|
1890
1890
|
{
|
1891
1891
|
"disabled": false,
|
1892
1892
|
"document": "在上传写真训练图片时指定的写真模型 ID。 \n每个 AI 写真模型自训练完成起1年内有效,有效期内可使用模型生成图片,期满后需要重新训练模型。\n",
|
1893
|
-
"example": "
|
1893
|
+
"example": "model_01",
|
1894
1894
|
"member": "string",
|
1895
1895
|
"name": "ModelId",
|
1896
1896
|
"required": true,
|
@@ -2008,7 +2008,7 @@
|
|
2008
2008
|
{
|
2009
2009
|
"disabled": false,
|
2010
2010
|
"document": "写真模型 ID。由英文大小写字母、数字及下划线组成。\n用于唯一标识一个写真模型,一个写真模型只能用于一个人物的写真图片生成。",
|
2011
|
-
"example": "
|
2011
|
+
"example": "model_01",
|
2012
2012
|
"member": "string",
|
2013
2013
|
"name": "ModelId",
|
2014
2014
|
"required": true,
|
@@ -2017,7 +2017,7 @@
|
|
2017
2017
|
{
|
2018
2018
|
"disabled": false,
|
2019
2019
|
"document": "写真模型训练用的基础图像 URL,用于固定写真模型可生成的人物。\n图片数量:1张。\n图片内容:单人,脸部清晰。\n图片限制:单边分辨率小于2000,转成 Base64 字符串后小于 5MB。\n",
|
2020
|
-
"example": "
|
2020
|
+
"example": "https://xxx.com/image.jpg",
|
2021
2021
|
"member": "string",
|
2022
2022
|
"name": "BaseUrl",
|
2023
2023
|
"required": false,
|
@@ -2026,7 +2026,7 @@
|
|
2026
2026
|
{
|
2027
2027
|
"disabled": false,
|
2028
2028
|
"document": "写真模型训练用的图像 URL 列表,仅常规训练模式需要上传。\n图片数量:19 - 24 张。\n图片内容:单人,脸部清晰,和基础图像中的人物为同一人。\n图片限制:单边分辨率小于2000,转成 Base64 字符串后小于 5MB。",
|
2029
|
-
"example": "
|
2029
|
+
"example": "[\"https://xxx.com/image_1.jpg\"]",
|
2030
2030
|
"member": "string",
|
2031
2031
|
"name": "Urls",
|
2032
2032
|
"required": false,
|
@@ -2035,7 +2035,7 @@
|
|
2035
2035
|
{
|
2036
2036
|
"disabled": false,
|
2037
2037
|
"document": "训练图像质量过滤开关配置。\n支持开启或关闭对训练图像分辨率下限、脸部区域大小、脸部遮挡的过滤,默认开启以上过滤。\n如果训练图像内包含多人脸或无人脸、和 Base 人像不为同一人也将被过滤,不可关闭该过滤条件。\n建议:关闭以上过滤可能导致写真生成效果受损,建议使用单人、正脸、脸部区域占比较大、脸部清晰无遮挡、无大角度偏转、无夸张表情的图像进行训练。",
|
2038
|
-
"example": "
|
2038
|
+
"example": "{\"Resolution\":1,\"Size\":1,\"Occlusion\":1}",
|
2039
2039
|
"member": "Filter",
|
2040
2040
|
"name": "Filter",
|
2041
2041
|
"required": false,
|
@@ -2044,7 +2044,7 @@
|
|
2044
2044
|
{
|
2045
2045
|
"disabled": false,
|
2046
2046
|
"document": "训练模式。\n默认使用常规训练模式。如果使用快速训练模式和免训练模式,只需要在 BaseUrl 中传入1张图片,Urls.N 中无需传入图片。\n0:常规训练模式,上传多张图片用于模型训练,完成训练后可生成写真图片。\n1:快速训练模式,仅需上传1张图片用于模型训练,训练速度更快,完成训练后可生成写真图片。\n2:免训练模式,仅需上传1张图片,跳过模型训练环节,直接生成写真图片。",
|
2047
|
-
"example": "
|
2047
|
+
"example": "1",
|
2048
2048
|
"member": "int64",
|
2049
2049
|
"name": "TrainMode",
|
2050
2050
|
"required": false,
|
@@ -2059,7 +2059,7 @@
|
|
2059
2059
|
{
|
2060
2060
|
"disabled": false,
|
2061
2061
|
"document": "用于提示对应上传的Urls训练图片是否符合要求,如果未通过需要重新上传。如果基础图像不符合要求会直接通过ErrorCode提示。如果您选择了快速模式,该参数返回为空数组。",
|
2062
|
-
"example": "[\"
|
2062
|
+
"example": "[\"SUCCESS\"]",
|
2063
2063
|
"member": "string",
|
2064
2064
|
"name": "ResultDetails",
|
2065
2065
|
"output_required": false,
|
@@ -43,8 +43,8 @@
|
|
43
43
|
"QueryDrawPortraitJob": [
|
44
44
|
{
|
45
45
|
"document": "成功请求",
|
46
|
-
"input": "POST / HTTP/1.1\nHost: aiart.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryDrawPortraitJob\n<公共请求参数>\n\n{\n \"JobId\": \"
|
47
|
-
"output": "{\n \"Response\": {\n \"JobErrorCode\": \"\",\n \"JobErrorMsg\": \"\",\n \"JobStatusCode\": \"DONE\",\n \"JobStatusMsg\": \"处理完成\",\n \"RequestId\": \"9202070d-02bd-4848-bf54-568a2597e400\",\n \"ResultDetails\": [\n \"SUCCESS\"\n ],\n \"ResultUrls\": [\n \"https://xxx.com/
|
46
|
+
"input": "POST / HTTP/1.1\nHost: aiart.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryDrawPortraitJob\n<公共请求参数>\n\n{\n \"JobId\": \"d33c2c966ae1476a5fae5e76\"\n}",
|
47
|
+
"output": "{\n \"Response\": {\n \"JobErrorCode\": \"\",\n \"JobErrorMsg\": \"\",\n \"JobStatusCode\": \"DONE\",\n \"JobStatusMsg\": \"处理完成\",\n \"RequestId\": \"9202070d-02bd-4848-bf54-568a2597e400\",\n \"ResultDetails\": [\n \"SUCCESS\"\n ],\n \"ResultUrls\": [\n \"https://aiart-portrait-xxx.cos.ap-guangzhou.myqcloud.com/xxx?q-sign-algorithm=sha1&q-ak=xxx&q-sign-time=1731996860;1732000460&q-key-time=1731996860;1732000460&q-header-list=host&q-url-param-list=&q-signature=2a86d7f0c5482e10d6867ddea14d9e3973201e95\"\n ]\n }\n}",
|
48
48
|
"title": "成功"
|
49
49
|
}
|
50
50
|
],
|
@@ -67,15 +67,15 @@
|
|
67
67
|
"QueryTextToImageProJob": [
|
68
68
|
{
|
69
69
|
"document": "成功调用",
|
70
|
-
"input": "POST / HTTP/1.1\nHost: aiart.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryTextToImageProJob\n<公共请求参数>\n\n{\n \"JobId\": \"
|
71
|
-
"output": "{\n \"Response\": {\n \"JobErrorCode\": \"\",\n \"JobErrorMsg\": \"\",\n \"JobStatusCode\": \"5\",\n \"JobStatusMsg\": \"处理完成\",\n \"RequestId\": \"fae816f9-7fd1-4e39-bf1c-3d43677603de\",\n \"ResultDetails\": [\n \"Success\"\n ],\n \"ResultImage\": [\n \"https://
|
70
|
+
"input": "POST / HTTP/1.1\nHost: aiart.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryTextToImageProJob\n<公共请求参数>\n\n{\n \"JobId\": \"251197749-1732000967-13b82f68-a647-11ef-be80-525400047e59-0\"\n}",
|
71
|
+
"output": "{\n \"Response\": {\n \"JobErrorCode\": \"\",\n \"JobErrorMsg\": \"\",\n \"JobStatusCode\": \"5\",\n \"JobStatusMsg\": \"处理完成\",\n \"RequestId\": \"fae816f9-7fd1-4e39-bf1c-3d43677603de\",\n \"ResultDetails\": [\n \"Success\"\n ],\n \"ResultImage\": [\n \"https://aiart-xxx.cos.ap-guangzhou.myqcloud.com/xxx.jpg?q-sign-algorithm=sha1&q-ak=xxxxx&q-sign-time=1731574045;1731577645&q-key-time=1731574045;1731577645&q-header-list=host&q-url-param-list=&q-signature=31fe75c1c18c3d91db59508961209dd37aaf41c7\"\n ],\n \"RevisedPrompt\": [\n \"动漫风格,画面主要描述一个雨天的场景,一位亚洲男孩在雨中独自行走,他的身姿显得有些落寞,背景是一个阴雨连绵的城市,镜头是中景\"\n ]\n }\n}",
|
72
72
|
"title": "成功调用"
|
73
73
|
}
|
74
74
|
],
|
75
75
|
"QueryTrainPortraitModelJob": [
|
76
76
|
{
|
77
77
|
"document": "",
|
78
|
-
"input": "POST / HTTP/1.1\nHost: aiart.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryTrainPortraitModelJob\n<公共请求参数>\n\n{\n \"ModelId\": \"
|
78
|
+
"input": "POST / HTTP/1.1\nHost: aiart.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryTrainPortraitModelJob\n<公共请求参数>\n\n{\n \"ModelId\": \"model_01\"\n}",
|
79
79
|
"output": "{\n \"Response\": {\n \"JobErrorCode\": \"\",\n \"JobErrorMsg\": \"\",\n \"JobStatusCode\": \"DONE\",\n \"JobStatusMsg\": \"处理完成\",\n \"RequestId\": \"d643c325-5fe6-4d90-880c-40516ad27f8e\"\n }\n}",
|
80
80
|
"title": "查询成功"
|
81
81
|
}
|
@@ -107,8 +107,8 @@
|
|
107
107
|
"SubmitDrawPortraitJob": [
|
108
108
|
{
|
109
109
|
"document": "调用成功",
|
110
|
-
"input": "POST / HTTP/1.1\nHost: aiart.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SubmitDrawPortraitJob\n<公共请求参数>\n\n{\n \"ModelId\": \"
|
111
|
-
"output": "{\n \"Response\": {\n \"JobId\": \"
|
110
|
+
"input": "POST / HTTP/1.1\nHost: aiart.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SubmitDrawPortraitJob\n<公共请求参数>\n\n{\n \"ModelId\": \"model_01\",\n \"StyleId\": \"zhengjian_female\",\n \"ImageNum\": 1\n}",
|
111
|
+
"output": "{\n \"Response\": {\n \"JobId\": \"d33c2c966ae1476a5fae5e76\",\n \"RequestId\": \"94b5192b-b40b-4f0c-b4f8-edfa7092f8b9\"\n }\n}",
|
112
112
|
"title": "成功"
|
113
113
|
}
|
114
114
|
],
|
@@ -132,14 +132,14 @@
|
|
132
132
|
{
|
133
133
|
"document": "成功调用",
|
134
134
|
"input": "POST / HTTP/1.1\nHost: aiart.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SubmitTextToImageProJob\n<公共请求参数>\n\n{\n \"Prompt\": \"雨天\",\n \"Style\": \"dongman\"\n}",
|
135
|
-
"output": "{\n \"Response\": {\n \"JobId\": \"
|
135
|
+
"output": "{\n \"Response\": {\n \"JobId\": \"251197749-1732000967-13b82f68-a647-11ef-be80-525400047e59-0\",\n \"RequestId\": \"aeb78554-0772-4c64-8a84-fa21095cbbd7\"\n }\n}",
|
136
136
|
"title": "成功调用"
|
137
137
|
}
|
138
138
|
],
|
139
139
|
"SubmitTrainPortraitModelJob": [
|
140
140
|
{
|
141
141
|
"document": "提交训练任务成功",
|
142
|
-
"input": "POST / HTTP/1.1\nHost: aiart.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SubmitTrainPortraitModelJob\n<公共请求参数>\n\n{\n \"ModelId\": \"
|
142
|
+
"input": "POST / HTTP/1.1\nHost: aiart.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SubmitTrainPortraitModelJob\n<公共请求参数>\n\n{\n \"ModelId\": \"model_01\"\n}",
|
143
143
|
"output": "{\n \"Response\": {\n \"RequestId\": \"5ed6909b-9b97-4924-a3f3-3b7a9b02d1-ce\"\n }\n}",
|
144
144
|
"title": "成功提交训练任务"
|
145
145
|
}
|
@@ -155,8 +155,8 @@
|
|
155
155
|
"UploadTrainPortraitImages": [
|
156
156
|
{
|
157
157
|
"document": "成功调用上传",
|
158
|
-
"input": "POST / HTTP/1.1\nHost: aiart.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UploadTrainPortraitImages\n<公共请求参数>\n\n{\n \"ModelId\": \"
|
159
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"948182a1-e669-42f8-a00e-fa9f5b7d287a\",\n \"ResultDetails\": [
|
158
|
+
"input": "POST / HTTP/1.1\nHost: aiart.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UploadTrainPortraitImages\n<公共请求参数>\n\n{\n \"ModelId\": \"model_01\",\n \"BaseUrl\": \"https://xxx.com/image.jpg\",\n \"TrainMode\": 1\n}",
|
159
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"948182a1-e669-42f8-a00e-fa9f5b7d287a\",\n \"ResultDetails\": []\n }\n}",
|
160
160
|
"title": "成功"
|
161
161
|
}
|
162
162
|
]
|
@@ -15,7 +15,7 @@
|
|
15
15
|
"status": "online"
|
16
16
|
},
|
17
17
|
"CreateAudioModerationTask": {
|
18
|
-
"document": "本接口(Audio Moderation)用于提交音频内容(包括音频文件或流地址)进行智能审核任务,使用前请您使用腾讯云主账号登录控制台[开通音频内容安全服务](https://console.cloud.tencent.com/cms)并调整好对应的业务配置。<br>\n\n### 功能使用说明:\n- 前往“[内容安全控制台-音频内容安全](https://console.cloud.tencent.com/cms)”开启使用音频内容安全服务,首次开通可获得**10小时**免费调用时长,有效期为1个月。\n-
|
18
|
+
"document": "本接口(Audio Moderation)用于提交音频内容(包括音频文件或流地址)进行智能审核任务,使用前请您使用腾讯云主账号登录控制台[开通音频内容安全服务](https://console.cloud.tencent.com/cms)并调整好对应的业务配置。<br>\n\n### 功能使用说明:\n- 前往“[内容安全控制台-音频内容安全](https://console.cloud.tencent.com/cms)”开启使用音频内容安全服务,首次开通可获得**10小时**免费调用时长,有效期为1个月。\n\n### 审核并发限制说明:\n\n- **点播音频(异步审核)**\n - 默认并发路数:10\n - 队列处理机制:\n - 当并发任务达到上限时,新任务进入队列等待处理;\n - 新送审任务优先处理,旧任务往后排;\n- **直播音频(异步审核)**\n - 默认并发路数:100\n - 队列处理机制:\n - 运行中的审核任务达到上限时,新请求会提示超频错误:`RequestLimitExceeded`,错误详细为:`You have reached the concurrency limit`;\n - 不支持排队;\n\n### 接口功能说明:\n- 支持对音频流或音频文件进行检测,判断其中是否包含违规内容;\n- 支持设置回调地址 Callback 获取检测结果(对于已在审核的任务,最长回调时间为用户配置的**切片时长 + 2s**),或通过接口(查询音频检测结果)主动轮询获取检测结果;\n- 支持识别违规内容,包括:低俗、谩骂、色情、广告等场景;\n- 支持批量提交检测任务,检测任务列表**最多支持10个**。\n\n### 音频文件流调用说明:\n- 音频文件大小支持:**文件 < 500M**;\n- 音频文件时长支持:**< 1小时**;\n- 音频码率类型支持:128 Kbps - 256 Kbps ;\n- 音频文件支持格式:wav、mp3、aac、flac、amr、3gp、 m4a、wma、ogg、ape;\n- (**当输入为视频文件时**)支持分离视频文件音轨,并对音频内容进行独立审核。\n\n### 直播音频流调用说明:\n- 音频流时长支持:**24小时以内**,超过需要重新推送审核任务;\n- 音频码率类型支持:128 Kbps - 256 Kbps ;\n- 音频流支持的传输协议:RTMP、HTTP、HTTPS;\n- 音频流格式支持的类型:rtp、srtp、rtmp、rtmps、mmsh、 mmst、hls、http、tcp、https、m3u8;\n- (**当输入为视频流时**)支持提取视频流音轨,并对音频内容进行独立审核。\n\n### 直播断流处理说明:\n- 请确认已对接[取消任务](https://cloud.tencent.com/document/product/1219/53258)。\n- 如果直播任务取消/结束,则终止直播拉流并退出审核。\n- 在直播任务未取消或结束的情况下,若推流中断(例如 `Operation not permitted` 错误),审核服务将在 10分钟内持续尝试重新拉流。检测到有效的图片或音频数据,审核将自动恢复正常;否则,10分钟后终止拉流并退出审核。此时如有需要,请重新提交审核请求。对于因网络问题导致的拉流失败(如 `HTTP 404 Not Found` 错误),系统将进行最多 16次重试。若成功获取有效数据,审核流程即刻恢复;若所有重试均失败,则同样终止拉流并退出审核,需用户重新送审。",
|
19
19
|
"input": "CreateAudioModerationTaskRequest",
|
20
20
|
"name": "创建音频审核任务",
|
21
21
|
"output": "CreateAudioModerationTaskResponse",
|
@@ -545,7 +545,7 @@
|
|
545
545
|
{
|
546
546
|
"disabled": false,
|
547
547
|
"document": "该字段用于标识腾讯云对象存储的存储桶名称,关于文件桶的详细信息敬请参考 [腾讯云存储相关说明](https://cloud.tencent.com/document/product/436/44352)。\n注意:此字段可能返回 null,表示取不到有效值。",
|
548
|
-
"example": "
|
548
|
+
"example": "cmsop-appid",
|
549
549
|
"member": "string",
|
550
550
|
"name": "Bucket",
|
551
551
|
"output_required": false,
|
@@ -556,7 +556,7 @@
|
|
556
556
|
{
|
557
557
|
"disabled": false,
|
558
558
|
"document": "该字段用于标识腾讯云对象存储的托管机房的分布地区,对象存储 COS 的数据存放在这些地域的存储桶中。\n注意:此字段可能返回 null,表示取不到有效值。",
|
559
|
-
"example": "
|
559
|
+
"example": "ap-guangzhou",
|
560
560
|
"member": "string",
|
561
561
|
"name": "Region",
|
562
562
|
"output_required": false,
|
@@ -567,7 +567,7 @@
|
|
567
567
|
{
|
568
568
|
"disabled": false,
|
569
569
|
"document": "该字段用于标识腾讯云对象存储的对象Key,对象作为基本单元被存放在存储桶中;用户可以通过腾讯云控制台、API、SDK 等多种方式管理对象。有关对象的详细描述敬请参阅相应 [产品文档](https://cloud.tencent.com/document/product/436/13324)。\n注意:此字段可能返回 null,表示取不到有效值。",
|
570
|
-
"example": "
|
570
|
+
"example": "/audioDate/20240101/cmsop-audio.mp3",
|
571
571
|
"member": "string",
|
572
572
|
"name": "Object",
|
573
573
|
"output_required": false,
|
@@ -833,7 +833,7 @@
|
|
833
833
|
{
|
834
834
|
"disabled": false,
|
835
835
|
"document": "该字段表示输入的音频审核任务信息,具体输入内容请参见TaskInput数据结构的详细描述。<br> 备注:最多同时可创建**10个任务**。",
|
836
|
-
"example": "
|
836
|
+
"example": "无",
|
837
837
|
"member": "TaskInput",
|
838
838
|
"name": "Tasks",
|
839
839
|
"required": true,
|
@@ -841,7 +841,7 @@
|
|
841
841
|
},
|
842
842
|
{
|
843
843
|
"disabled": false,
|
844
|
-
"document": "
|
844
|
+
"document": "该字段表示使用的策略的具体编号,该字段需要先在[内容安全控制台](https://console.cloud.tencent.com/cms/clouds/manage)中配置。\n备注:不同Biztype关联不同的业务场景与识别能力策略,调用前请确认正确的Biztype。",
|
845
845
|
"example": "default",
|
846
846
|
"member": "string",
|
847
847
|
"name": "BizType",
|
@@ -850,7 +850,7 @@
|
|
850
850
|
},
|
851
851
|
{
|
852
852
|
"disabled": false,
|
853
|
-
"document": "
|
853
|
+
"document": "该字段表示输入的音频审核类型,取值含:**AUDIO**(点播音频)、**LIVE_AUDIO**(直播音频)、**AUDIO_AIGC**(AI生成识别)三种,默认值为AUDIO。",
|
854
854
|
"example": "AUDIO",
|
855
855
|
"member": "string",
|
856
856
|
"name": "Type",
|
@@ -859,8 +859,8 @@
|
|
859
859
|
},
|
860
860
|
{
|
861
861
|
"disabled": false,
|
862
|
-
"document": "
|
863
|
-
"example": "
|
862
|
+
"document": "可选参数,该字段表示回调签名的key信息,用于保证数据的安全性。 签名方法为在返回的HTTP头部添加 X-Signature 的字段,值为: seed + body 的 SHA256 编码和Hex字符串,在收到回调数据后,可以根据返回的body,用 **sha256(seed + body)**, 计算出 `X-Signature` 进行验证。<br>具体使用实例可参考 [回调签名示例](https://cloud.tencent.com/document/product/1219/104000#42dd87d2-580f-46cf-a953-639a787d1eda)。",
|
863
|
+
"example": "askseed",
|
864
864
|
"member": "string",
|
865
865
|
"name": "Seed",
|
866
866
|
"required": false,
|
@@ -893,7 +893,7 @@
|
|
893
893
|
{
|
894
894
|
"disabled": false,
|
895
895
|
"document": "该字段用于返回任务创建的结果,具体输出内容请参见TaskResult数据结构的详细描述。\n注意:此字段可能返回 null,表示取不到有效值。",
|
896
|
-
"example": "
|
896
|
+
"example": "无",
|
897
897
|
"member": "TaskResult",
|
898
898
|
"name": "Results",
|
899
899
|
"output_required": true,
|
@@ -1592,22 +1592,20 @@
|
|
1592
1592
|
{
|
1593
1593
|
"disabled": false,
|
1594
1594
|
"document": "该字段表示文件访问类型,取值为**URL**(资源链接)和**COS** (腾讯云对象存储);该字段应当与传入的访问类型相对应,可用于强校验并方便系统快速识别访问地址;若不传入此参数,则默认值为URL,此时系统将自动判定访问地址类型。",
|
1595
|
-
"example": "
|
1595
|
+
"example": "URL",
|
1596
1596
|
"member": "string",
|
1597
1597
|
"name": "Type",
|
1598
1598
|
"required": false,
|
1599
|
-
"type": "string"
|
1600
|
-
"value_allowed_null": false
|
1599
|
+
"type": "string"
|
1601
1600
|
},
|
1602
1601
|
{
|
1603
1602
|
"disabled": false,
|
1604
1603
|
"document": "该字段表示文件访问的链接地址,格式为标准URL格式。<br> 备注:当Type为URL时此字段不为空,该参数与BucketInfo参数须传入其中之一",
|
1605
|
-
"example": "
|
1604
|
+
"example": "https://cmstest-123.cos.ap-guangzhou.myqcloud.com/audio.mp3",
|
1606
1605
|
"member": "string",
|
1607
1606
|
"name": "Url",
|
1608
1607
|
"required": false,
|
1609
|
-
"type": "string"
|
1610
|
-
"value_allowed_null": false
|
1608
|
+
"type": "string"
|
1611
1609
|
},
|
1612
1610
|
{
|
1613
1611
|
"disabled": false,
|
@@ -1616,8 +1614,7 @@
|
|
1616
1614
|
"member": "BucketInfo",
|
1617
1615
|
"name": "BucketInfo",
|
1618
1616
|
"required": false,
|
1619
|
-
"type": "object"
|
1620
|
-
"value_allowed_null": false
|
1617
|
+
"type": "object"
|
1621
1618
|
}
|
1622
1619
|
],
|
1623
1620
|
"usage": "in"
|
@@ -1846,22 +1843,20 @@
|
|
1846
1843
|
{
|
1847
1844
|
"disabled": false,
|
1848
1845
|
"document": "选填参数,该字段表示您为待检测对象分配的数据ID,传入后可方便您对文件进行标识和管理。<br>取值:由英文字母(大小写均可)、数字及四个特殊符号(_,-,@,#)组成,**长度不超过64个字符**。",
|
1849
|
-
"example": "
|
1846
|
+
"example": "a61237dd-c2a0-43e7-a3da-d27022d39ba7",
|
1850
1847
|
"member": "string",
|
1851
1848
|
"name": "DataId",
|
1852
1849
|
"required": false,
|
1853
|
-
"type": "string"
|
1854
|
-
"value_allowed_null": false
|
1850
|
+
"type": "string"
|
1855
1851
|
},
|
1856
1852
|
{
|
1857
1853
|
"disabled": false,
|
1858
1854
|
"document": "选填参数,该字段表示音频审核任务所对应的任务名称,方便后续查询和管理审核任务。",
|
1859
|
-
"example": "
|
1855
|
+
"example": "cmsop",
|
1860
1856
|
"member": "string",
|
1861
1857
|
"name": "Name",
|
1862
1858
|
"required": false,
|
1863
|
-
"type": "string"
|
1864
|
-
"value_allowed_null": false
|
1859
|
+
"type": "string"
|
1865
1860
|
},
|
1866
1861
|
{
|
1867
1862
|
"disabled": false,
|
@@ -1870,8 +1865,7 @@
|
|
1870
1865
|
"member": "StorageInfo",
|
1871
1866
|
"name": "Input",
|
1872
1867
|
"required": false,
|
1873
|
-
"type": "object"
|
1874
|
-
"value_allowed_null": false
|
1868
|
+
"type": "object"
|
1875
1869
|
}
|
1876
1870
|
],
|
1877
1871
|
"usage": "in"
|
@@ -1928,40 +1922,40 @@
|
|
1928
1922
|
{
|
1929
1923
|
"disabled": false,
|
1930
1924
|
"document": "该字段用于返回创建音频审核任务时在TaskInput结构内传入的DataId,用于标识具体审核任务。\n注意:此字段可能返回 null,表示取不到有效值。",
|
1931
|
-
"example": "
|
1925
|
+
"example": "a61237dd-c2a0-43e7-a3da-d27022d39ba7",
|
1932
1926
|
"member": "string",
|
1933
1927
|
"name": "DataId",
|
1934
|
-
"
|
1928
|
+
"output_required": true,
|
1935
1929
|
"type": "string",
|
1936
1930
|
"value_allowed_null": true
|
1937
1931
|
},
|
1938
1932
|
{
|
1939
1933
|
"disabled": false,
|
1940
1934
|
"document": "该字段用于返回音频审核任务所生成的任务ID,用于标识具体审核任务,方便后续查询和管理。\n注意:此字段可能返回 null,表示取不到有效值。",
|
1941
|
-
"example": "
|
1935
|
+
"example": "w-audio-aqwfdNiA4vq3Zysfa1",
|
1942
1936
|
"member": "string",
|
1943
1937
|
"name": "TaskId",
|
1944
|
-
"
|
1938
|
+
"output_required": true,
|
1945
1939
|
"type": "string",
|
1946
1940
|
"value_allowed_null": true
|
1947
1941
|
},
|
1948
1942
|
{
|
1949
1943
|
"disabled": false,
|
1950
1944
|
"document": "该字段用于返回任务创建的状态,如返回OK则代表任务创建成功,其他返回值可参考公共错误码。\n注意:此字段可能返回 null,表示取不到有效值。",
|
1951
|
-
"example": "
|
1945
|
+
"example": "OK",
|
1952
1946
|
"member": "string",
|
1953
1947
|
"name": "Code",
|
1954
|
-
"
|
1948
|
+
"output_required": true,
|
1955
1949
|
"type": "string",
|
1956
1950
|
"value_allowed_null": true
|
1957
1951
|
},
|
1958
1952
|
{
|
1959
1953
|
"disabled": false,
|
1960
1954
|
"document": "**仅在Code的返回值为错误码时生效**,用于返回错误的详情内容。\n注意:此字段可能返回 null,表示取不到有效值。",
|
1961
|
-
"example": "
|
1955
|
+
"example": "Success",
|
1962
1956
|
"member": "string",
|
1963
1957
|
"name": "Message",
|
1964
|
-
"
|
1958
|
+
"output_required": true,
|
1965
1959
|
"type": "string",
|
1966
1960
|
"value_allowed_null": true
|
1967
1961
|
}
|