tccli 3.0.1342.1__py2.py3-none-any.whl → 3.0.1344.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 +6 -0
- tccli/services/ams/v20201229/api.json +46 -46
- tccli/services/ams/v20201229/examples.json +1 -1
- tccli/services/apm/apm_client.py +53 -0
- tccli/services/apm/v20210622/api.json +107 -0
- tccli/services/apm/v20210622/examples.json +8 -0
- tccli/services/batch/batch_client.py +53 -0
- tccli/services/batch/v20170312/api.json +125 -0
- tccli/services/batch/v20170312/examples.json +8 -0
- tccli/services/bh/v20230418/api.json +282 -1
- tccli/services/bh/v20230418/examples.json +3 -3
- tccli/services/bi/v20220105/api.json +9 -0
- tccli/services/ccc/v20200210/api.json +9 -0
- tccli/services/cdb/v20170320/api.json +40 -40
- tccli/services/cdb/v20170320/examples.json +3 -3
- tccli/services/cdwch/cdwch_client.py +53 -0
- tccli/services/cdwch/v20200915/api.json +410 -0
- tccli/services/cdwch/v20200915/examples.json +8 -0
- tccli/services/cdwdoris/v20211228/api.json +22 -2
- tccli/services/cfg/v20210820/api.json +72 -0
- tccli/services/ckafka/v20190819/api.json +21 -1
- tccli/services/csip/csip_client.py +163 -4
- tccli/services/csip/v20221121/api.json +967 -164
- tccli/services/csip/v20221121/examples.json +29 -5
- tccli/services/cvm/v20170312/api.json +16 -5
- tccli/services/cvm/v20170312/examples.json +1 -1
- tccli/services/dlc/v20210125/api.json +65 -1
- tccli/services/ecm/v20190719/api.json +14 -14
- tccli/services/emr/emr_client.py +167 -8
- tccli/services/emr/v20190103/api.json +809 -14
- tccli/services/emr/v20190103/examples.json +24 -0
- tccli/services/es/v20250101/examples.json +2 -2
- tccli/services/ess/v20201111/api.json +16 -7
- tccli/services/essbasic/v20210526/api.json +3 -3
- tccli/services/gs/v20191118/api.json +40 -1
- tccli/services/gs/v20191118/examples.json +2 -2
- tccli/services/hunyuan/v20230901/api.json +1 -1
- tccli/services/igtm/__init__.py +4 -0
- tccli/services/igtm/igtm_client.py +1373 -0
- tccli/services/igtm/v20231024/api.json +3569 -0
- tccli/services/igtm/v20231024/examples.json +207 -0
- tccli/services/ims/v20201229/api.json +20 -28
- tccli/services/ioa/ioa_client.py +114 -8
- tccli/services/ioa/v20220601/api.json +218 -3
- tccli/services/ioa/v20220601/examples.json +16 -0
- tccli/services/iss/v20230517/api.json +11 -2
- tccli/services/kms/v20190118/api.json +4 -4
- tccli/services/lighthouse/v20200324/api.json +1 -1
- tccli/services/mongodb/mongodb_client.py +57 -4
- tccli/services/mongodb/v20190725/api.json +189 -0
- tccli/services/mongodb/v20190725/examples.json +8 -0
- tccli/services/mps/v20190612/api.json +43 -5
- tccli/services/ocr/v20181119/api.json +137 -118
- tccli/services/partners/v20180321/api.json +1 -1
- tccli/services/securitylake/__init__.py +4 -0
- tccli/services/securitylake/securitylake_client.py +207 -0
- tccli/services/securitylake/v20240117/api.json +723 -0
- tccli/services/securitylake/v20240117/examples.json +13 -0
- tccli/services/tcbr/v20220217/api.json +70 -0
- tccli/services/tdmq/v20200217/api.json +263 -5
- tccli/services/tdmq/v20200217/examples.json +1 -1
- tccli/services/teo/teo_client.py +269 -4
- tccli/services/teo/v20220901/api.json +502 -23
- tccli/services/teo/v20220901/examples.json +77 -1
- tccli/services/tione/tione_client.py +57 -4
- tccli/services/tione/v20211111/api.json +283 -1
- tccli/services/tione/v20211111/examples.json +8 -0
- tccli/services/tke/v20180525/api.json +37 -28
- tccli/services/tms/v20201229/api.json +73 -80
- tccli/services/trocket/v20230308/api.json +80 -80
- tccli/services/trocket/v20230308/examples.json +1 -1
- tccli/services/tsf/tsf_client.py +61 -8
- tccli/services/tsf/v20180326/api.json +3161 -2106
- tccli/services/tsf/v20180326/examples.json +8 -0
- tccli/services/vdb/v20230616/api.json +49 -0
- tccli/services/vdb/v20230616/examples.json +1 -1
- tccli/services/vm/v20210922/api.json +8 -8
- tccli/services/vpc/v20170312/api.json +1 -1
- tccli/services/wav/v20210129/api.json +10 -10
- tccli/services/wav/v20210129/examples.json +3 -3
- tccli/services/wedata/v20210820/api.json +11 -0
- {tccli-3.0.1342.1.dist-info → tccli-3.0.1344.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1342.1.dist-info → tccli-3.0.1344.1.dist-info}/RECORD +87 -79
- {tccli-3.0.1342.1.dist-info → tccli-3.0.1344.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1342.1.dist-info → tccli-3.0.1344.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1342.1.dist-info → tccli-3.0.1344.1.dist-info}/license_files/LICENSE +0 -0
@@ -30,73 +30,73 @@
|
|
30
30
|
},
|
31
31
|
{
|
32
32
|
"disabled": false,
|
33
|
-
"document": "该字段用于返回对应当前标签的后续操作建议。当您获取到判定结果后,返回值表示系统推荐的后续操作;建议您按照业务所需,对不同违规类型与建议值进行处理。<br>返回值:**Block**:建议屏蔽,**Review** :建议人工复审,**Pass
|
33
|
+
"document": "该字段用于返回对应当前标签的后续操作建议。当您获取到判定结果后,返回值表示系统推荐的后续操作;建议您按照业务所需,对不同违规类型与建议值进行处理。<br>返回值:**Block**:建议屏蔽,**Review** :建议人工复审,**Pass**:建议通过",
|
34
34
|
"example": "Review",
|
35
35
|
"member": "string",
|
36
36
|
"name": "Suggestion",
|
37
37
|
"output_required": true,
|
38
38
|
"type": "string",
|
39
|
-
"value_allowed_null":
|
39
|
+
"value_allowed_null": false
|
40
40
|
},
|
41
41
|
{
|
42
42
|
"disabled": false,
|
43
|
-
"document": "该字段用于返回检测文本命中的关键词信息,用于标注文本违规的具体原因(如:*加我微信*)。该参数可能会有多个返回值,代表命中的多个关键词;如返回值为空且Score不为空,则代表识别结果所对应的恶意标签(Label
|
43
|
+
"document": "该字段用于返回检测文本命中的关键词信息,用于标注文本违规的具体原因(如:*加我微信*)。该参数可能会有多个返回值,代表命中的多个关键词;如返回值为空且Score不为空,则代表识别结果所对应的恶意标签(Label)是来自于语义模型判断的返回值。",
|
44
44
|
"example": "[\"添加微信\",\"加好友\"]",
|
45
45
|
"member": "string",
|
46
46
|
"name": "Keywords",
|
47
47
|
"output_required": true,
|
48
48
|
"type": "list",
|
49
|
-
"value_allowed_null":
|
49
|
+
"value_allowed_null": false
|
50
50
|
},
|
51
51
|
{
|
52
52
|
"disabled": false,
|
53
|
-
"document": "该字段用于返回当前标签(Label)下的置信度,取值范围:0(**置信度最低**)-100(**置信度最高** ),越高代表文本越有可能属于当前返回的标签;如:*色情 99*,则表明该文本非常有可能属于色情内容;*色情 0
|
53
|
+
"document": "该字段用于返回当前标签(Label)下的置信度,取值范围:0(**置信度最低**)-100(**置信度最高** ),越高代表文本越有可能属于当前返回的标签;如:*色情 99*,则表明该文本非常有可能属于色情内容;*色情 0*,则表明该文本不属于色情内容。",
|
54
54
|
"example": "100",
|
55
55
|
"member": "int64",
|
56
56
|
"name": "Score",
|
57
57
|
"output_required": true,
|
58
58
|
"type": "int",
|
59
|
-
"value_allowed_null":
|
59
|
+
"value_allowed_null": false
|
60
60
|
},
|
61
61
|
{
|
62
62
|
"disabled": false,
|
63
|
-
"document": "该字段用于返回自定义关键词对应的词库类型,取值为**1**(黑白库)和**2**(自定义关键词库),若未配置自定义关键词库,则默认值为1
|
63
|
+
"document": "该字段用于返回自定义关键词对应的词库类型,取值为**1**(黑白库)和**2**(自定义关键词库),若未配置自定义关键词库,则默认值为1(黑白库匹配)。",
|
64
64
|
"example": "1",
|
65
65
|
"member": "int64",
|
66
66
|
"name": "LibType",
|
67
67
|
"output_required": true,
|
68
68
|
"type": "int",
|
69
|
-
"value_allowed_null":
|
69
|
+
"value_allowed_null": false
|
70
70
|
},
|
71
71
|
{
|
72
72
|
"disabled": false,
|
73
|
-
"document": "该字段用于返回自定义库的ID
|
73
|
+
"document": "该字段用于返回自定义库的ID,以方便自定义库管理和配置。",
|
74
74
|
"example": "test_1",
|
75
75
|
"member": "string",
|
76
76
|
"name": "LibId",
|
77
77
|
"output_required": true,
|
78
78
|
"type": "string",
|
79
|
-
"value_allowed_null":
|
79
|
+
"value_allowed_null": false
|
80
80
|
},
|
81
81
|
{
|
82
82
|
"disabled": false,
|
83
|
-
"document": "
|
83
|
+
"document": "该字段用于返回自定义库的名称,以方便自定义库管理和配置。",
|
84
84
|
"example": "测试词库",
|
85
85
|
"member": "string",
|
86
86
|
"name": "LibName",
|
87
87
|
"output_required": true,
|
88
88
|
"type": "string",
|
89
|
-
"value_allowed_null":
|
89
|
+
"value_allowed_null": false
|
90
90
|
},
|
91
91
|
{
|
92
92
|
"disabled": false,
|
93
|
-
"document": "该字段用于返回当前标签(Label
|
93
|
+
"document": "该字段用于返回当前标签(Label)下的二级标签。",
|
94
94
|
"example": "SocialMediaPlatform",
|
95
95
|
"member": "string",
|
96
96
|
"name": "SubLabel",
|
97
97
|
"output_required": true,
|
98
98
|
"type": "string",
|
99
|
-
"value_allowed_null":
|
99
|
+
"value_allowed_null": false
|
100
100
|
},
|
101
101
|
{
|
102
102
|
"disabled": false,
|
@@ -110,13 +110,13 @@
|
|
110
110
|
},
|
111
111
|
{
|
112
112
|
"disabled": false,
|
113
|
-
"document": "
|
113
|
+
"document": "该字段用于返回违规文本命中信息",
|
114
114
|
"example": "无",
|
115
115
|
"member": "HitInfo",
|
116
116
|
"name": "HitInfos",
|
117
117
|
"output_required": true,
|
118
118
|
"type": "list",
|
119
|
-
"value_allowed_null":
|
119
|
+
"value_allowed_null": false
|
120
120
|
}
|
121
121
|
],
|
122
122
|
"usage": "out"
|
@@ -127,72 +127,65 @@
|
|
127
127
|
{
|
128
128
|
"disabled": false,
|
129
129
|
"document": "该字段表示业务用户对应设备的IP地址。<br>\n备注:目前仅支持IPv4地址记录,不支持IPv6地址记录。",
|
130
|
-
"example": "
|
130
|
+
"example": "10.10.11.11",
|
131
131
|
"member": "string",
|
132
132
|
"name": "IP",
|
133
133
|
"required": false,
|
134
|
-
"type": "string"
|
135
|
-
"value_allowed_null": false
|
134
|
+
"type": "string"
|
136
135
|
},
|
137
136
|
{
|
138
137
|
"disabled": false,
|
139
138
|
"document": "该字段表示业务用户对应的MAC地址,以方便设备识别与管理;其格式与取值与标准MAC地址一致。",
|
140
|
-
"example": "
|
139
|
+
"example": "01:xx:xx:xx:xx:xx",
|
141
140
|
"member": "string",
|
142
141
|
"name": "Mac",
|
143
142
|
"required": false,
|
144
|
-
"type": "string"
|
145
|
-
"value_allowed_null": false
|
143
|
+
"type": "string"
|
146
144
|
},
|
147
145
|
{
|
148
146
|
"disabled": false,
|
149
147
|
"document": "*内测中,敬请期待。*",
|
150
|
-
"example": "
|
148
|
+
"example": "token",
|
151
149
|
"member": "string",
|
152
150
|
"name": "TokenId",
|
153
151
|
"required": false,
|
154
|
-
"type": "string"
|
155
|
-
"value_allowed_null": false
|
152
|
+
"type": "string"
|
156
153
|
},
|
157
154
|
{
|
158
155
|
"disabled": false,
|
159
156
|
"document": "*内测中,敬请期待。*",
|
160
|
-
"example": "
|
157
|
+
"example": "Device_Id",
|
161
158
|
"member": "string",
|
162
159
|
"name": "DeviceId",
|
163
160
|
"required": false,
|
164
|
-
"type": "string"
|
165
|
-
"value_allowed_null": false
|
161
|
+
"type": "string"
|
166
162
|
},
|
167
163
|
{
|
168
164
|
"disabled": false,
|
169
165
|
"document": "该字段表示业务用户对应设备的**IMEI码**(国际移动设备识别码),该识别码可用于识别每一部独立的手机等移动通信设备,方便设备识别与管理。<br>备注:格式为**15-17位纯数字**。",
|
170
|
-
"example": "
|
166
|
+
"example": "490154203237518",
|
171
167
|
"member": "string",
|
172
168
|
"name": "IMEI",
|
173
169
|
"required": false,
|
174
|
-
"type": "string"
|
175
|
-
"value_allowed_null": false
|
170
|
+
"type": "string"
|
176
171
|
},
|
177
172
|
{
|
178
173
|
"disabled": false,
|
179
174
|
"document": "**iOS设备专用**,该字段表示业务用户对应的**IDFA**(广告标识符),这是由苹果公司提供的用于标识用户的广告标识符,由一串16进制的32位数字和字母组成。<br>\n备注:苹果公司自2021年iOS14更新后允许用户手动关闭或者开启IDFA,故此字符串标记有效性可能有所降低。",
|
180
|
-
"example": "
|
175
|
+
"example": "3D4D-510F-DE8A-FA9E-BC8A-1C1E-3422-2E76",
|
181
176
|
"member": "string",
|
182
177
|
"name": "IDFA",
|
183
178
|
"required": false,
|
184
|
-
"type": "string"
|
185
|
-
"value_allowed_null": false
|
179
|
+
"type": "string"
|
186
180
|
},
|
187
181
|
{
|
188
182
|
"disabled": false,
|
189
183
|
"document": "**iOS设备专用**,该字段表示业务用户对应的**IDFV**(应用开发商标识符),这是由苹果公司提供的用于标注应用开发商的标识符,由一串16进制的32位数字和字母组成,可被用于唯一标识设备。",
|
190
|
-
"example": "
|
184
|
+
"example": "5A3C-0DD9-DE8A-FA9E-BC8A-1C1E-3422-2E76",
|
191
185
|
"member": "string",
|
192
186
|
"name": "IDFV",
|
193
187
|
"required": false,
|
194
|
-
"type": "string"
|
195
|
-
"value_allowed_null": false
|
188
|
+
"type": "string"
|
196
189
|
}
|
197
190
|
],
|
198
191
|
"usage": "in"
|
@@ -202,43 +195,43 @@
|
|
202
195
|
"members": [
|
203
196
|
{
|
204
197
|
"disabled": false,
|
205
|
-
"document": "
|
198
|
+
"document": "标识模型命中还是关键词命中",
|
206
199
|
"example": "Keyword",
|
207
200
|
"member": "string",
|
208
201
|
"name": "Type",
|
209
202
|
"output_required": true,
|
210
203
|
"type": "string",
|
211
|
-
"value_allowed_null":
|
204
|
+
"value_allowed_null": false
|
212
205
|
},
|
213
206
|
{
|
214
207
|
"disabled": false,
|
215
|
-
"document": "
|
208
|
+
"document": "命中关键词",
|
216
209
|
"example": "添加好友",
|
217
210
|
"member": "string",
|
218
211
|
"name": "Keyword",
|
219
212
|
"output_required": true,
|
220
213
|
"type": "string",
|
221
|
-
"value_allowed_null":
|
214
|
+
"value_allowed_null": false
|
222
215
|
},
|
223
216
|
{
|
224
217
|
"disabled": false,
|
225
|
-
"document": "
|
218
|
+
"document": "自定义词库名称",
|
226
219
|
"example": "测试词库",
|
227
220
|
"member": "string",
|
228
221
|
"name": "LibName",
|
229
222
|
"output_required": true,
|
230
223
|
"type": "string",
|
231
|
-
"value_allowed_null":
|
224
|
+
"value_allowed_null": false
|
232
225
|
},
|
233
226
|
{
|
234
227
|
"disabled": false,
|
235
|
-
"document": "
|
228
|
+
"document": "位置信息",
|
236
229
|
"example": "无",
|
237
230
|
"member": "Positions",
|
238
231
|
"name": "Positions",
|
239
232
|
"output_required": true,
|
240
233
|
"type": "list",
|
241
|
-
"value_allowed_null":
|
234
|
+
"value_allowed_null": false
|
242
235
|
}
|
243
236
|
],
|
244
237
|
"usage": "out"
|
@@ -248,23 +241,23 @@
|
|
248
241
|
"members": [
|
249
242
|
{
|
250
243
|
"disabled": false,
|
251
|
-
"document": "
|
244
|
+
"document": "关键词起始位置",
|
252
245
|
"example": "0",
|
253
246
|
"member": "int64",
|
254
247
|
"name": "Start",
|
255
|
-
"
|
248
|
+
"output_required": true,
|
256
249
|
"type": "int",
|
257
|
-
"value_allowed_null":
|
250
|
+
"value_allowed_null": false
|
258
251
|
},
|
259
252
|
{
|
260
253
|
"disabled": false,
|
261
|
-
"document": "
|
254
|
+
"document": "关键词结束位置",
|
262
255
|
"example": "10",
|
263
256
|
"member": "int64",
|
264
257
|
"name": "End",
|
265
|
-
"
|
258
|
+
"output_required": true,
|
266
259
|
"type": "int",
|
267
|
-
"value_allowed_null":
|
260
|
+
"value_allowed_null": false
|
268
261
|
}
|
269
262
|
],
|
270
263
|
"usage": "out"
|
@@ -300,33 +293,33 @@
|
|
300
293
|
"members": [
|
301
294
|
{
|
302
295
|
"disabled": false,
|
303
|
-
"document": "
|
296
|
+
"document": "情感标签",
|
304
297
|
"example": "Positive",
|
305
298
|
"member": "string",
|
306
299
|
"name": "Label",
|
307
300
|
"output_required": false,
|
308
301
|
"type": "string",
|
309
|
-
"value_allowed_null":
|
302
|
+
"value_allowed_null": false
|
310
303
|
},
|
311
304
|
{
|
312
305
|
"disabled": false,
|
313
|
-
"document": "标签分数,取值范围0到100
|
306
|
+
"document": "标签分数,取值范围0到100",
|
314
307
|
"example": "50",
|
315
308
|
"member": "int64",
|
316
309
|
"name": "Score",
|
317
310
|
"output_required": false,
|
318
311
|
"type": "int",
|
319
|
-
"value_allowed_null":
|
312
|
+
"value_allowed_null": false
|
320
313
|
},
|
321
314
|
{
|
322
315
|
"disabled": false,
|
323
|
-
"document": "
|
316
|
+
"document": "情感分析明细",
|
324
317
|
"example": "无",
|
325
318
|
"member": "SentimentDetail",
|
326
319
|
"name": "Detail",
|
327
320
|
"output_required": false,
|
328
321
|
"type": "object",
|
329
|
-
"value_allowed_null":
|
322
|
+
"value_allowed_null": false
|
330
323
|
},
|
331
324
|
{
|
332
325
|
"disabled": false,
|
@@ -340,13 +333,13 @@
|
|
340
333
|
},
|
341
334
|
{
|
342
335
|
"disabled": false,
|
343
|
-
"document": "
|
336
|
+
"document": "异常信息",
|
344
337
|
"example": "InternalError",
|
345
338
|
"member": "string",
|
346
339
|
"name": "Message",
|
347
340
|
"output_required": false,
|
348
341
|
"type": "string",
|
349
|
-
"value_allowed_null":
|
342
|
+
"value_allowed_null": false
|
350
343
|
}
|
351
344
|
],
|
352
345
|
"usage": "out"
|
@@ -356,23 +349,23 @@
|
|
356
349
|
"members": [
|
357
350
|
{
|
358
351
|
"disabled": false,
|
359
|
-
"document": "正向分数,取值范围0到100
|
352
|
+
"document": "正向分数,取值范围0到100",
|
360
353
|
"example": "50",
|
361
354
|
"member": "int64",
|
362
355
|
"name": "Positive",
|
363
356
|
"output_required": false,
|
364
357
|
"type": "int",
|
365
|
-
"value_allowed_null":
|
358
|
+
"value_allowed_null": false
|
366
359
|
},
|
367
360
|
{
|
368
361
|
"disabled": false,
|
369
|
-
"document": "负向分数,取值范围0到100
|
362
|
+
"document": "负向分数,取值范围0到100",
|
370
363
|
"example": "50",
|
371
364
|
"member": "int64",
|
372
365
|
"name": "Negative",
|
373
366
|
"output_required": false,
|
374
367
|
"type": "int",
|
375
|
-
"value_allowed_null":
|
368
|
+
"value_allowed_null": false
|
376
369
|
}
|
377
370
|
],
|
378
371
|
"usage": "out"
|
@@ -382,33 +375,33 @@
|
|
382
375
|
"members": [
|
383
376
|
{
|
384
377
|
"disabled": false,
|
385
|
-
"document": "
|
378
|
+
"document": "该字段用于返回命中的关键词",
|
386
379
|
"example": "添加微信",
|
387
380
|
"member": "string",
|
388
381
|
"name": "Keyword",
|
389
382
|
"output_required": false,
|
390
383
|
"type": "string",
|
391
|
-
"value_allowed_null":
|
384
|
+
"value_allowed_null": false
|
392
385
|
},
|
393
386
|
{
|
394
387
|
"disabled": false,
|
395
|
-
"document": "
|
388
|
+
"document": "该字段用于返回子标签",
|
396
389
|
"example": "SocialMediaPlatform",
|
397
390
|
"member": "string",
|
398
391
|
"name": "SubLabel",
|
399
392
|
"output_required": false,
|
400
393
|
"type": "string",
|
401
|
-
"value_allowed_null":
|
394
|
+
"value_allowed_null": false
|
402
395
|
},
|
403
396
|
{
|
404
397
|
"disabled": false,
|
405
|
-
"document": "
|
398
|
+
"document": "该字段用于返回子标签对应的分数",
|
406
399
|
"example": "100",
|
407
400
|
"member": "int64",
|
408
401
|
"name": "Score",
|
409
402
|
"output_required": false,
|
410
403
|
"type": "int",
|
411
|
-
"value_allowed_null":
|
404
|
+
"value_allowed_null": false
|
412
405
|
}
|
413
406
|
],
|
414
407
|
"usage": "out"
|
@@ -427,7 +420,7 @@
|
|
427
420
|
},
|
428
421
|
{
|
429
422
|
"disabled": false,
|
430
|
-
"document": "该字段表示使用的策略的具体编号,该字段需要先在[内容安全控制台](
|
423
|
+
"document": "该字段表示使用的策略的具体编号,该字段需要先在[内容安全控制台](https://console.cloud.tencent.com/cms/clouds/manage)中配置,控制台访问地址:。\n备注:不同Biztype关联不同的业务场景与识别能力策略,调用前请确认正确的Biztype。",
|
431
424
|
"example": "TencentCloudDefault",
|
432
425
|
"member": "string",
|
433
426
|
"name": "BizType",
|
@@ -463,7 +456,7 @@
|
|
463
456
|
},
|
464
457
|
{
|
465
458
|
"disabled": false,
|
466
|
-
"document": "表示Content的原始语种,枚举值包括 \"en\" 和 \"zh\"。其中,\"en\" 表示英文,\"zh\" 表示中文。非中文场景的处理耗时较高,具体情况取决于送审文本长度,非中文场景需[反馈工单](
|
459
|
+
"document": "表示Content的原始语种,枚举值包括 \"en\" 和 \"zh\"。其中,\"en\" 表示英文,\"zh\" 表示中文。非中文场景的处理耗时较高,具体情况取决于送审文本长度,非中文场景需[反馈工单](https://console.cloud.tencent.com/workorder/category?level1_id=141&level2_id=1287&source=14&data_title=%E6%96%87%E6%9C%AC%E5%86%85%E5%AE%B9%E5%AE%89%E5%85%A8&step=1)确认。",
|
467
460
|
"example": "zh",
|
468
461
|
"member": "string",
|
469
462
|
"name": "SourceLanguage",
|
@@ -472,7 +465,7 @@
|
|
472
465
|
},
|
473
466
|
{
|
474
467
|
"disabled": false,
|
475
|
-
"document": "
|
468
|
+
"document": "审核的业务类型,枚举值包括\"TEXT\"和\"TEXT_AIGC\"。其中\"TEXT\"表示传统文本审核,\"TEXT_AIGC”表示AI生成检测(生成检测能力具体能力了解可[参见文档](https://cloud.tencent.com/document/product/1124/118694))。",
|
476
469
|
"example": "TEXT",
|
477
470
|
"member": "string",
|
478
471
|
"name": "Type",
|
@@ -557,43 +550,43 @@
|
|
557
550
|
},
|
558
551
|
{
|
559
552
|
"disabled": false,
|
560
|
-
"document": "该字段用于返回根据您的需求配置的额外附加信息(Extra),如未配置则默认返回值为空。<br>备注:不同客户或Biztype
|
553
|
+
"document": "该字段用于返回根据您的需求配置的额外附加信息(Extra),如未配置则默认返回值为空。<br>备注:不同客户或Biztype下返回信息不同,如需配置该字段请提交工单咨询或联系售后专员处理",
|
561
554
|
"example": "{ad}",
|
562
555
|
"member": "string",
|
563
556
|
"name": "Extra",
|
564
557
|
"output_required": true,
|
565
558
|
"type": "string",
|
566
|
-
"value_allowed_null":
|
559
|
+
"value_allowed_null": false
|
567
560
|
},
|
568
561
|
{
|
569
562
|
"disabled": false,
|
570
|
-
"document": "该字段用于返回检测对象对应请求参数中的DataId,与输入的DataId
|
563
|
+
"document": "该字段用于返回检测对象对应请求参数中的DataId,与输入的DataId字段中的内容对应",
|
571
564
|
"example": "a61237dd-c2a0-43e7-a3da-d27022d39ba7",
|
572
565
|
"member": "string",
|
573
566
|
"name": "DataId",
|
574
567
|
"output_required": true,
|
575
568
|
"type": "string",
|
576
|
-
"value_allowed_null":
|
569
|
+
"value_allowed_null": false
|
577
570
|
},
|
578
571
|
{
|
579
572
|
"disabled": false,
|
580
|
-
"document": "该字段用于返回当前标签(Label
|
573
|
+
"document": "该字段用于返回当前标签(Label)下的二级标签。",
|
581
574
|
"example": "Contact",
|
582
575
|
"member": "string",
|
583
576
|
"name": "SubLabel",
|
584
577
|
"output_required": true,
|
585
578
|
"type": "string",
|
586
|
-
"value_allowed_null":
|
579
|
+
"value_allowed_null": false
|
587
580
|
},
|
588
581
|
{
|
589
582
|
"disabled": false,
|
590
|
-
"document": "
|
583
|
+
"document": "该字段用于返回上下文关联文本",
|
591
584
|
"example": "加好友",
|
592
585
|
"member": "string",
|
593
586
|
"name": "ContextText",
|
594
587
|
"output_required": true,
|
595
588
|
"type": "string",
|
596
|
-
"value_allowed_null":
|
589
|
+
"value_allowed_null": false
|
597
590
|
},
|
598
591
|
{
|
599
592
|
"disabled": false,
|