tccli 3.0.1172.1__py2.py3-none-any.whl → 3.0.1174.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/asr/v20190614/api.json +2 -2
- tccli/services/ccc/v20200210/api.json +9 -0
- tccli/services/cfg/v20210820/api.json +25 -0
- tccli/services/cls/v20201016/api.json +148 -16
- tccli/services/cls/v20201016/examples.json +5 -5
- tccli/services/cwp/v20180228/api.json +41 -14
- tccli/services/dlc/v20210125/api.json +137 -19
- tccli/services/dlc/v20210125/examples.json +6 -6
- tccli/services/ess/ess_client.py +57 -4
- tccli/services/ess/v20201111/api.json +138 -0
- tccli/services/ess/v20201111/examples.json +8 -0
- tccli/services/essbasic/v20210526/api.json +11 -0
- tccli/services/facefusion/v20181201/api.json +15 -21
- tccli/services/facefusion/v20220927/api.json +17 -21
- tccli/services/goosefs/v20220519/api.json +56 -11
- tccli/services/hunyuan/v20230901/api.json +9 -0
- tccli/services/iotexplorer/v20190423/api.json +20 -10
- tccli/services/iss/v20230517/api.json +58 -0
- tccli/services/iss/v20230517/examples.json +13 -7
- tccli/services/lighthouse/v20200324/api.json +18 -0
- tccli/services/mna/mna_client.py +53 -0
- tccli/services/mna/v20210119/api.json +80 -0
- tccli/services/mna/v20210119/examples.json +8 -0
- tccli/services/mps/v20190612/api.json +47 -5
- tccli/services/ms/v20180408/api.json +46 -46
- tccli/services/ocr/ocr_client.py +413 -307
- tccli/services/ocr/v20181119/api.json +166 -4
- tccli/services/ocr/v20181119/examples.json +16 -0
- tccli/services/tdmq/v20200217/api.json +25 -6
- tccli/services/teo/v20220901/api.json +2 -2
- tccli/services/tmt/v20180321/api.json +1 -1
- tccli/services/trtc/v20190722/api.json +22 -0
- tccli/services/vpc/v20170312/api.json +93 -0
- {tccli-3.0.1172.1.dist-info → tccli-3.0.1174.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1172.1.dist-info → tccli-3.0.1174.1.dist-info}/RECORD +39 -39
- {tccli-3.0.1172.1.dist-info → tccli-3.0.1174.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1172.1.dist-info → tccli-3.0.1174.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1172.1.dist-info → tccli-3.0.1174.1.dist-info}/license_files/LICENSE +0 -0
@@ -42,6 +42,13 @@
|
|
42
42
|
"output": "CreateBatchInitOrganizationUrlResponse",
|
43
43
|
"status": "online"
|
44
44
|
},
|
45
|
+
"CreateBatchOrganizationAuthorizationUrl": {
|
46
|
+
"document": "此接口用于获取企业批量认证链接-单链接包含多条认证流。\n\n前提条件:已调用 [CreateBatchOrganizationRegistrationTasks创建企业批量认证链接任务接口](https://qian.tencent.com/developers/companyApis/organizations/CreateBatchOrganizationRegistrationTasks) 和[查询企业批量认证链接DescribeBatchOrganizationRegistrationUrls](https://qian.tencent.com/developers/companyApis/organizations/DescribeBatchOrganizationRegistrationUrls) 确保认证任务已经完成。\n\n异步任务的处理完成时间视当前已提交的任务量、任务的复杂程度等因素决定,正常情况下 3~5 秒即可完成,但也可能需要更长的时间。\n此链接包含多条认证流程,使用该链接可以批量的对企业进行认证。",
|
47
|
+
"input": "CreateBatchOrganizationAuthorizationUrlRequest",
|
48
|
+
"name": "创建企业批量认证链接-单链接",
|
49
|
+
"output": "CreateBatchOrganizationAuthorizationUrlResponse",
|
50
|
+
"status": "online"
|
51
|
+
},
|
45
52
|
"CreateBatchOrganizationRegistrationTasks": {
|
46
53
|
"document": "本接口(CreateBatchOrganizationRegistrationTasks)用于批量创建企业认证链接\n该接口为异步提交任务接口,需要跟查询企业批量认证链接(DescribeBatchOrganizationRegistrationUrls) 配合使用.\n\n批量创建链接有以下限制:\n\n1. 单次最多创建10个企业。\n2. 一天同一家企业最多创建8000家企业。\n3. 同一批创建的企业不能重复 其中包括 企业名称,企业统一信用代码\n4. 跳转到小程序的实现,参考微信官方文档(分为全屏、半屏两种方式),如何配置也可以请参考: 跳转电子签小程序配置\n\n注:\n\n1. **此接口需要购买单独的实名套餐包方可调用,如有需求请联系对接人员评估**\n \n2. 如果生成的链接是APP链接,跳转到小程序的实现,参考微信官方文档(分为<a href=\"https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html\">全屏</a>、<a href=\"https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html\">半屏</a>两种方式),如何配置也可以请参考: <a href=\"https://qian.tencent.com/developers/company/openwxminiprogram\">跳转电子签小程序配置</a>\n \n\n**腾讯电子签小程序的AppID 和 原始Id如下:**\n\n| 小程序 | AppID | 原始ID |\n| --- | --- | --- |\n| 腾讯电子签(正式版) | wxa023b292fd19d41d | gh_da88f6188665 |\n| 腾讯电子签Demo | wx371151823f6f3edf | gh_39a5d3de69fa |",
|
47
54
|
"input": "CreateBatchOrganizationRegistrationTasksRequest",
|
@@ -2230,6 +2237,126 @@
|
|
2230
2237
|
],
|
2231
2238
|
"type": "object"
|
2232
2239
|
},
|
2240
|
+
"CreateBatchOrganizationAuthorizationUrlRequest": {
|
2241
|
+
"document": "CreateBatchOrganizationAuthorizationUrl请求参数结构体",
|
2242
|
+
"members": [
|
2243
|
+
{
|
2244
|
+
"disabled": false,
|
2245
|
+
"document": "执行本接口操作的员工信息。\n注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`",
|
2246
|
+
"example": "无",
|
2247
|
+
"member": "UserInfo",
|
2248
|
+
"name": "Operator",
|
2249
|
+
"required": true,
|
2250
|
+
"type": "object"
|
2251
|
+
},
|
2252
|
+
{
|
2253
|
+
"disabled": false,
|
2254
|
+
"document": "组织机构超管姓名。 在注册流程中,必须是超管本人进行操作。\n此参数需要跟[创建企业批量认证链接](https://qian.tencent.com/developers/companyApis/organizations/CreateBatchOrganizationRegistrationTasks)中 AdminName 保持一致。",
|
2255
|
+
"example": "典子谦",
|
2256
|
+
"member": "string",
|
2257
|
+
"name": "AdminName",
|
2258
|
+
"required": true,
|
2259
|
+
"type": "string"
|
2260
|
+
},
|
2261
|
+
{
|
2262
|
+
"disabled": false,
|
2263
|
+
"document": "组织机构超管手机号。 在注册流程中,必须是超管本人进行操作。此参数需要跟[创建企业批量认证链接](https://qian.tencent.com/developers/companyApis/organizations/CreateBatchOrganizationRegistrationTasks)中 Admin Mobile保持一致。",
|
2264
|
+
"example": "13200000000",
|
2265
|
+
"member": "string",
|
2266
|
+
"name": "AdminMobile",
|
2267
|
+
"required": true,
|
2268
|
+
"type": "string"
|
2269
|
+
},
|
2270
|
+
{
|
2271
|
+
"disabled": false,
|
2272
|
+
"document": "代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填",
|
2273
|
+
"example": "无",
|
2274
|
+
"member": "Agent",
|
2275
|
+
"name": "Agent",
|
2276
|
+
"required": false,
|
2277
|
+
"type": "object"
|
2278
|
+
},
|
2279
|
+
{
|
2280
|
+
"disabled": false,
|
2281
|
+
"document": "企业批量认证链接的子任务 SubTaskId,该 SubTaskId 是通过接口 查询企业批量认证链接 DescribeBatchOrganizationRegistrationUrls 获得。此参数需与超管个人三要素(AdminName,AdminMobile,AdminIdCardNumber)配合使用。若 SubTaskId 不属于传入的超级管理员,将进行筛选。",
|
2282
|
+
"example": "[\"yDRS4UUgygqdcj56UuO4zjExBQcOiB68\",\"yDRS4UUgygqdcj5pUuO4zjEu602GFIe6\"]",
|
2283
|
+
"member": "string",
|
2284
|
+
"name": "SubTaskIds",
|
2285
|
+
"required": false,
|
2286
|
+
"type": "list"
|
2287
|
+
},
|
2288
|
+
{
|
2289
|
+
"disabled": false,
|
2290
|
+
"document": "组织机构超管证件类型支持以下类型\n- ID_CARD : 居民身份证 (默认值)\n- HONGKONG_AND_MACAO : 港澳居民来往内地通行证\n- HONGKONG_MACAO_AND_TAIWAN : 港澳台居民居住证(格式同居民身份证)\n此参数需要跟[创建企业批量认证链接](https://qian.tencent.com/developers/companyApis/organizations/CreateBatchOrganizationRegistrationTasks)中 AdminIdCardType保持一致。",
|
2291
|
+
"example": "ID_CARD",
|
2292
|
+
"member": "string",
|
2293
|
+
"name": "AdminIdCardType",
|
2294
|
+
"required": false,
|
2295
|
+
"type": "string"
|
2296
|
+
},
|
2297
|
+
{
|
2298
|
+
"disabled": false,
|
2299
|
+
"document": "组织机构超管证件号。 在注册流程中,必须是超管本人进行操作。此参数需要跟[创建企业批量认证链接](https://qian.tencent.com/developers/companyApis/organizations/CreateBatchOrganizationRegistrationTasks)中 AdminIdCardNumber保持一致。",
|
2300
|
+
"example": "620000198802020000",
|
2301
|
+
"member": "string",
|
2302
|
+
"name": "AdminIdCardNumber",
|
2303
|
+
"required": false,
|
2304
|
+
"type": "string"
|
2305
|
+
},
|
2306
|
+
{
|
2307
|
+
"disabled": false,
|
2308
|
+
"document": "要跳转的链接类型<ul><li> **HTTP**:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型 ,此时返回长链 (默认类型)</li><li>**HTTP_SHORT_URL**:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型,此时返回短链</li><li>**APP**: 第三方APP或小程序跳转电子签小程序的path, APP或者小程序跳转适合此类型</li><li>**QR_CODE**: 跳转电子签小程序的http_url的二维码形式, 可以在页面展示适合此类型</li></ul>",
|
2309
|
+
"example": "无",
|
2310
|
+
"member": "string",
|
2311
|
+
"name": "Endpoint",
|
2312
|
+
"required": false,
|
2313
|
+
"type": "string"
|
2314
|
+
}
|
2315
|
+
],
|
2316
|
+
"type": "object"
|
2317
|
+
},
|
2318
|
+
"CreateBatchOrganizationAuthorizationUrlResponse": {
|
2319
|
+
"document": "CreateBatchOrganizationAuthorizationUrl返回参数结构体",
|
2320
|
+
"members": [
|
2321
|
+
{
|
2322
|
+
"disabled": false,
|
2323
|
+
"document": "批量企业注册链接-单链接包含多条认证流,根据Endpoint的不同设置,返回不同的链接地址。失效时间:7天\n跳转链接, 链接的有效期根据企业,员工状态和终端等有区别, 可以参考下表\n<table> <thead> <tr> <th>Endpoint</th> <th>示例</th> <th>链接有效期限</th> </tr> </thead> <tbody>\n <tr> <td>HTTP</td> <td>https://res.ess.tencent.cn/cdn/h5-activity-dev/jump-mp.html?to=AUTHORIZATION_ENTERPRISE_FOR_BATCH_SUBMIT&shortKey=yDCHHURDfBxSB2rj2Bfa</td> <td>7天</td> </tr> \n<tr> <td>HTTP_SHORT_URL</td> <td>https://test.essurl.cn/8gDKUBAWK8</td> <td>7天</td> </tr> \n<tr> <td>APP</td> <td>pages/guide/index?to=AUTHORIZATION_ENTERPRISE_FOR_BATCH_SUBMIT&shortKey=yDCHpURDfR6iEkdpsDde</td> <td>7天</td> </tr><tr> <td>QR_CODE</td> <td>https://dyn.test.ess.tencent.cn/imgs/qrcode_urls/authorization_enterprise_for_batch_submit/yDCHHUUckpbdauq9UEjnoFDCCumAMmv1.png</td> <td>7天</td> </tr> </tbody> </table>\n注: \n`1.创建的链接应避免被转义,如:&被转义为\\u0026;如使用Postman请求后,请选择响应类型为 JSON,否则链接将被转义`\n",
|
2324
|
+
"example": "pages/guide/index?to=AUTHORIZATION_ENTERPRISE_FOR_BATCH_SUBMIT&shortKey=yDCHpURDfR6iEkdpsDde",
|
2325
|
+
"member": "string",
|
2326
|
+
"name": "AuthUrl",
|
2327
|
+
"output_required": false,
|
2328
|
+
"type": "string",
|
2329
|
+
"value_allowed_null": false
|
2330
|
+
},
|
2331
|
+
{
|
2332
|
+
"disabled": false,
|
2333
|
+
"document": "认证流认证失败信息",
|
2334
|
+
"example": "无",
|
2335
|
+
"member": "string",
|
2336
|
+
"name": "ErrorMessages",
|
2337
|
+
"output_required": false,
|
2338
|
+
"type": "list",
|
2339
|
+
"value_allowed_null": false
|
2340
|
+
},
|
2341
|
+
{
|
2342
|
+
"disabled": false,
|
2343
|
+
"document": "链接过期时间,为 7 天后,创建时间,格式为Unix标准时间戳(秒)。",
|
2344
|
+
"example": "无",
|
2345
|
+
"member": "uint64",
|
2346
|
+
"name": "ExpireTime",
|
2347
|
+
"output_required": false,
|
2348
|
+
"type": "int",
|
2349
|
+
"value_allowed_null": false
|
2350
|
+
},
|
2351
|
+
{
|
2352
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
2353
|
+
"member": "string",
|
2354
|
+
"name": "RequestId",
|
2355
|
+
"type": "string"
|
2356
|
+
}
|
2357
|
+
],
|
2358
|
+
"type": "object"
|
2359
|
+
},
|
2233
2360
|
"CreateBatchOrganizationRegistrationTasksRequest": {
|
2234
2361
|
"document": "CreateBatchOrganizationRegistrationTasks请求参数结构体",
|
2235
2362
|
"members": [
|
@@ -12601,6 +12728,17 @@
|
|
12601
12728
|
"required": false,
|
12602
12729
|
"type": "list",
|
12603
12730
|
"value_allowed_null": false
|
12731
|
+
},
|
12732
|
+
{
|
12733
|
+
"disabled": false,
|
12734
|
+
"document": "签署方是否可以转他人处理\n\n<ul><li> **false** : ( 默认)可以转他人处理</li>\n<li> **true** :不可以转他人处理</li></ul>",
|
12735
|
+
"example": "无",
|
12736
|
+
"member": "bool",
|
12737
|
+
"name": "NoTransfer",
|
12738
|
+
"output_required": false,
|
12739
|
+
"required": false,
|
12740
|
+
"type": "bool",
|
12741
|
+
"value_allowed_null": false
|
12604
12742
|
}
|
12605
12743
|
],
|
12606
12744
|
"usage": "both"
|
@@ -96,6 +96,14 @@
|
|
96
96
|
"title": "创建批量操作企业初始化链接"
|
97
97
|
}
|
98
98
|
],
|
99
|
+
"CreateBatchOrganizationAuthorizationUrl": [
|
100
|
+
{
|
101
|
+
"document": "根据批量注册企业子任务 Id 和超管的三要素生成批量认证链接。\n1. 批量注册企业子任务是由接口 [CreateBatchOrganizationRegistrationTasks创建企业批量认证链接任务接口](https://qian.tencent.com/developers/companyApis/organizations/CreateBatchOrganizationRegistrationTasks) 生成的。\n2. 调用[查询企业批量认证链接DescribeBatchOrganizationRegistrationUrls](https://qian.tencent.com/developers/companyApis/organizations/DescribeBatchOrganizationRegistrationUrls),获得子任务 TaskId。\n3. Endpoint 设置为长链接,会生成一条长链。",
|
102
|
+
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBatchOrganizationAuthorizationUrl\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDwf3UUckps8dvveUEfH3DjvMmg3ZkjQ\",\n \"ClientIp\": \"8.8.8.8\"\n },\n \"SubTaskIds\": [\n \"yDCHlUUckpaeefmfUxPr7deu6g5PvvJz\",\n \"yDCHlUUckpaeix9uU0ETNLSzHbAxJxLj\"\n ],\n \"AdminName\": \"典子谦\",\n \"AdminMobile\": \"13200000000\",\n \"AdminIdCardType\": \"ID_CARD\",\n \"AdminIdCardNumber\": \"620000198802020000\",\n \"Endpoint\": \"HTTP\"\n}",
|
103
|
+
"output": "{\n \"Response\": {\n \"AuthUrl\": \"https://res.ess.tencent.cn/cdn/h5-activity-dev/jump-mp.html?to=AUTHORIZATION_ENTERPRISE_FOR_BATCH_SUBMIT&shortKey=yDCHHURDfCVEoeNYGCc6\",\n \"ErrorMessages\": [],\n \"ExpireTime\": 1724165376,\n \"RequestId\": \"s1723560576553977682\"\n }\n}",
|
104
|
+
"title": "根据批量注册企业子任务 Id 和超管的三要素生成批量认证链接"
|
105
|
+
}
|
106
|
+
],
|
99
107
|
"CreateBatchOrganizationRegistrationTasks": [
|
100
108
|
{
|
101
109
|
"document": "",
|
@@ -10852,6 +10852,17 @@
|
|
10852
10852
|
"required": false,
|
10853
10853
|
"type": "list",
|
10854
10854
|
"value_allowed_null": false
|
10855
|
+
},
|
10856
|
+
{
|
10857
|
+
"disabled": false,
|
10858
|
+
"document": "签署方是否可以转他人处理\n\n<ul><li> **false** : ( 默认)可以转他人处理</li>\n<li> **true** :不可以转他人处理</li></ul>",
|
10859
|
+
"example": "无",
|
10860
|
+
"member": "bool",
|
10861
|
+
"name": "NoTransfer",
|
10862
|
+
"output_required": false,
|
10863
|
+
"required": false,
|
10864
|
+
"type": "bool",
|
10865
|
+
"value_allowed_null": false
|
10855
10866
|
}
|
10856
10867
|
],
|
10857
10868
|
"usage": "both"
|
@@ -263,42 +263,38 @@
|
|
263
263
|
{
|
264
264
|
"disabled": false,
|
265
265
|
"document": "人脸框左上角横坐标。",
|
266
|
-
"example": "",
|
266
|
+
"example": "1",
|
267
267
|
"member": "int64",
|
268
268
|
"name": "X",
|
269
269
|
"required": true,
|
270
|
-
"type": "int"
|
271
|
-
"value_allowed_null": false
|
270
|
+
"type": "int"
|
272
271
|
},
|
273
272
|
{
|
274
273
|
"disabled": false,
|
275
274
|
"document": "人脸框左上角纵坐标。",
|
276
|
-
"example": "",
|
275
|
+
"example": "1",
|
277
276
|
"member": "int64",
|
278
277
|
"name": "Y",
|
279
278
|
"required": true,
|
280
|
-
"type": "int"
|
281
|
-
"value_allowed_null": false
|
279
|
+
"type": "int"
|
282
280
|
},
|
283
281
|
{
|
284
282
|
"disabled": false,
|
285
283
|
"document": "人脸框宽度。",
|
286
|
-
"example": "",
|
284
|
+
"example": "30",
|
287
285
|
"member": "int64",
|
288
286
|
"name": "Width",
|
289
287
|
"required": true,
|
290
|
-
"type": "int"
|
291
|
-
"value_allowed_null": false
|
288
|
+
"type": "int"
|
292
289
|
},
|
293
290
|
{
|
294
291
|
"disabled": false,
|
295
292
|
"document": "人脸框高度。",
|
296
|
-
"example": "",
|
293
|
+
"example": "30",
|
297
294
|
"member": "int64",
|
298
295
|
"name": "Height",
|
299
296
|
"required": true,
|
300
|
-
"type": "int"
|
301
|
-
"value_allowed_null": false
|
297
|
+
"type": "int"
|
302
298
|
}
|
303
299
|
],
|
304
300
|
"usage": "in"
|
@@ -586,7 +582,7 @@
|
|
586
582
|
"members": [
|
587
583
|
{
|
588
584
|
"disabled": false,
|
589
|
-
"document": "输入图片base64。",
|
585
|
+
"document": "输入图片base64。\n●base64 和 url 必须提供一个,如果都提供以 url 为准。\n●素材图片限制:图片中面部尺寸大于34 * 34;图片尺寸大于64 * 64。(图片编码之后可能会大30%左右,建议合理控制图片大小)。\n●支持图片格式:支持jpg或png。",
|
590
586
|
"example": "string",
|
591
587
|
"member": "string",
|
592
588
|
"name": "Image",
|
@@ -595,7 +591,7 @@
|
|
595
591
|
},
|
596
592
|
{
|
597
593
|
"disabled": false,
|
598
|
-
"document": "输入图片url。\
|
594
|
+
"document": "输入图片url。\n●base64 和 url 必须提供一个,如果都提供以 url 为准。\n●素材图片限制:图片中面部尺寸大于34 * 34;图片尺寸大于64 * 64。(图片编码之后可能会大30%左右,建议合理控制图片大小)。\n●支持图片格式:支持jpg或png。",
|
599
595
|
"example": "string",
|
600
596
|
"member": "string",
|
601
597
|
"name": "Url",
|
@@ -604,7 +600,7 @@
|
|
604
600
|
},
|
605
601
|
{
|
606
602
|
"disabled": false,
|
607
|
-
"document": "
|
603
|
+
"document": "输入图片人脸位置信息(人脸框)。不填默认取输入图中最大人脸。\nWidth、Height >= 30。",
|
608
604
|
"example": "{}",
|
609
605
|
"member": "FaceRect",
|
610
606
|
"name": "InputImageFaceRect",
|
@@ -628,23 +624,21 @@
|
|
628
624
|
"members": [
|
629
625
|
{
|
630
626
|
"disabled": false,
|
631
|
-
"document": "MetaData的Key",
|
627
|
+
"document": "MetaData的Key,长度不能超过32。",
|
632
628
|
"example": "string",
|
633
629
|
"member": "string",
|
634
630
|
"name": "MetaKey",
|
635
631
|
"required": true,
|
636
|
-
"type": "string"
|
637
|
-
"value_allowed_null": true
|
632
|
+
"type": "string"
|
638
633
|
},
|
639
634
|
{
|
640
635
|
"disabled": false,
|
641
|
-
"document": "MetaData的Value",
|
636
|
+
"document": "MetaData的Value,长度不能超过256。",
|
642
637
|
"example": "string",
|
643
638
|
"member": "string",
|
644
639
|
"name": "MetaValue",
|
645
640
|
"required": true,
|
646
|
-
"type": "string"
|
647
|
-
"value_allowed_null": true
|
641
|
+
"type": "string"
|
648
642
|
}
|
649
643
|
],
|
650
644
|
"usage": "in"
|
@@ -157,8 +157,7 @@
|
|
157
157
|
"member": "int64",
|
158
158
|
"name": "X",
|
159
159
|
"required": true,
|
160
|
-
"type": "int"
|
161
|
-
"value_allowed_null": false
|
160
|
+
"type": "int"
|
162
161
|
},
|
163
162
|
{
|
164
163
|
"disabled": false,
|
@@ -167,28 +166,25 @@
|
|
167
166
|
"member": "int64",
|
168
167
|
"name": "Y",
|
169
168
|
"required": true,
|
170
|
-
"type": "int"
|
171
|
-
"value_allowed_null": false
|
169
|
+
"type": "int"
|
172
170
|
},
|
173
171
|
{
|
174
172
|
"disabled": false,
|
175
173
|
"document": "人脸框宽度。",
|
176
|
-
"example": "
|
174
|
+
"example": "30",
|
177
175
|
"member": "int64",
|
178
176
|
"name": "Width",
|
179
177
|
"required": true,
|
180
|
-
"type": "int"
|
181
|
-
"value_allowed_null": false
|
178
|
+
"type": "int"
|
182
179
|
},
|
183
180
|
{
|
184
181
|
"disabled": false,
|
185
182
|
"document": "人脸框高度。",
|
186
|
-
"example": "
|
183
|
+
"example": "30",
|
187
184
|
"member": "int64",
|
188
185
|
"name": "Height",
|
189
186
|
"required": true,
|
190
|
-
"type": "int"
|
191
|
-
"value_allowed_null": false
|
187
|
+
"type": "int"
|
192
188
|
}
|
193
189
|
],
|
194
190
|
"usage": "in"
|
@@ -225,7 +221,7 @@
|
|
225
221
|
},
|
226
222
|
{
|
227
223
|
"disabled": false,
|
228
|
-
"document": "
|
224
|
+
"document": "用户人脸图片、素材模板图的人脸位置信息。不能超过6个。",
|
229
225
|
"example": "[]",
|
230
226
|
"member": "MergeInfo",
|
231
227
|
"name": "MergeInfos",
|
@@ -285,8 +281,8 @@
|
|
285
281
|
"members": [
|
286
282
|
{
|
287
283
|
"disabled": false,
|
288
|
-
"document": "RspImgType 为 url 时,返回结果的 url
|
289
|
-
"example": "
|
284
|
+
"document": "RspImgType 为 url 时,返回结果的 url(有效期7天), RspImgType 为 base64 时返回 base64 数据。",
|
285
|
+
"example": "http://cloud.com/result.png",
|
290
286
|
"member": "string",
|
291
287
|
"name": "FusedImage",
|
292
288
|
"output_required": true,
|
@@ -483,7 +479,7 @@
|
|
483
479
|
"members": [
|
484
480
|
{
|
485
481
|
"disabled": false,
|
486
|
-
"document": "
|
482
|
+
"document": "元数据,个数不能大于1。",
|
487
483
|
"example": "[]",
|
488
484
|
"member": "MetaData",
|
489
485
|
"name": "MetaData",
|
@@ -498,7 +494,7 @@
|
|
498
494
|
"members": [
|
499
495
|
{
|
500
496
|
"disabled": false,
|
501
|
-
"document": "
|
497
|
+
"document": "标识图片位于融合结果图中的坐标,将按照坐标对标识图片进行位置和大小的拉伸匹配。",
|
502
498
|
"example": "{}",
|
503
499
|
"member": "FaceRect",
|
504
500
|
"name": "LogoRect",
|
@@ -507,7 +503,7 @@
|
|
507
503
|
},
|
508
504
|
{
|
509
505
|
"disabled": false,
|
510
|
-
"document": "标识图片Url
|
506
|
+
"document": "标识图片Url地址。\n●base64 和 url 必须提供一个,如果都提供以 url 为准。\n●支持图片格式:支持jpg或png。",
|
511
507
|
"example": "string",
|
512
508
|
"member": "string",
|
513
509
|
"name": "LogoUrl",
|
@@ -516,7 +512,7 @@
|
|
516
512
|
},
|
517
513
|
{
|
518
514
|
"disabled": false,
|
519
|
-
"document": "标识图片base64",
|
515
|
+
"document": "标识图片base64\n●base64 和 url 必须提供一个,如果都提供以 url 为准。\n●支持图片格式:支持jpg或png。",
|
520
516
|
"example": "string",
|
521
517
|
"member": "string",
|
522
518
|
"name": "LogoImage",
|
@@ -557,7 +553,7 @@
|
|
557
553
|
"members": [
|
558
554
|
{
|
559
555
|
"disabled": false,
|
560
|
-
"document": "输入图片base64",
|
556
|
+
"document": "输入图片base64。\n●base64 和 url 必须提供一个,如果都提供以 url 为准。\n●素材图片限制:图片中面部尺寸大于34 * 34;图片尺寸大于64 * 64。(图片编码之后可能会大30%左右,建议合理控制图片大小)。\n●支持图片格式:支持jpg或png",
|
561
557
|
"example": "string",
|
562
558
|
"member": "string",
|
563
559
|
"name": "Image",
|
@@ -566,7 +562,7 @@
|
|
566
562
|
},
|
567
563
|
{
|
568
564
|
"disabled": false,
|
569
|
-
"document": "输入图片url",
|
565
|
+
"document": "输入图片url。\n●base64 和 url 必须提供一个,如果都提供以 url 为准。\n●素材图片限制:图片中面部尺寸大于34 * 34;图片尺寸大于64 * 64。(图片编码之后可能会大30%左右,建议合理控制图片大小)。\n●支持图片格式:支持jpg或png",
|
570
566
|
"example": "string",
|
571
567
|
"member": "string",
|
572
568
|
"name": "Url",
|
@@ -575,7 +571,7 @@
|
|
575
571
|
},
|
576
572
|
{
|
577
573
|
"disabled": false,
|
578
|
-
"document": "
|
574
|
+
"document": "上传的图片人脸位置信息(人脸框)\nWidth、Height >= 30。",
|
579
575
|
"example": "{}",
|
580
576
|
"member": "FaceRect",
|
581
577
|
"name": "InputImageFaceRect",
|
@@ -593,7 +589,7 @@
|
|
593
589
|
},
|
594
590
|
{
|
595
591
|
"disabled": false,
|
596
|
-
"document": "模板中人脸位置信息(人脸框)
|
592
|
+
"document": "模板中人脸位置信息(人脸框),不填默认取最大人脸。此字段仅适用于图片融合自定义模板素材场景。\nWidth、Height >= 30。",
|
597
593
|
"example": "无",
|
598
594
|
"member": "FaceRect",
|
599
595
|
"name": "TemplateFaceRect",
|
@@ -405,7 +405,7 @@
|
|
405
405
|
"example": "10.0.1.2",
|
406
406
|
"member": "string",
|
407
407
|
"name": "ClientNodeIp",
|
408
|
-
"
|
408
|
+
"output_required": true,
|
409
409
|
"type": "string",
|
410
410
|
"value_allowed_null": false
|
411
411
|
},
|
@@ -415,7 +415,7 @@
|
|
415
415
|
"example": "active",
|
416
416
|
"member": "string",
|
417
417
|
"name": "Status",
|
418
|
-
"
|
418
|
+
"output_required": true,
|
419
419
|
"type": "string",
|
420
420
|
"value_allowed_null": false
|
421
421
|
},
|
@@ -425,9 +425,49 @@
|
|
425
425
|
"example": "extend",
|
426
426
|
"member": "string",
|
427
427
|
"name": "ClientType",
|
428
|
-
"
|
428
|
+
"output_required": true,
|
429
|
+
"type": "string",
|
430
|
+
"value_allowed_null": false
|
431
|
+
},
|
432
|
+
{
|
433
|
+
"disabled": false,
|
434
|
+
"document": "节点所属vpcid\t",
|
435
|
+
"example": "vpc-5ke3uoww",
|
436
|
+
"member": "string",
|
437
|
+
"name": "VpcId",
|
438
|
+
"output_required": true,
|
429
439
|
"type": "string",
|
430
440
|
"value_allowed_null": false
|
441
|
+
},
|
442
|
+
{
|
443
|
+
"disabled": false,
|
444
|
+
"document": "节点所属子网id",
|
445
|
+
"example": "subnet-ihijdp5h",
|
446
|
+
"member": "string",
|
447
|
+
"name": "SubnetId",
|
448
|
+
"output_required": true,
|
449
|
+
"type": "string",
|
450
|
+
"value_allowed_null": false
|
451
|
+
},
|
452
|
+
{
|
453
|
+
"disabled": false,
|
454
|
+
"document": "cvmId",
|
455
|
+
"example": "ins-m1r9uwdp\t",
|
456
|
+
"member": "string",
|
457
|
+
"name": "InstanceId",
|
458
|
+
"output_required": true,
|
459
|
+
"type": "string",
|
460
|
+
"value_allowed_null": false
|
461
|
+
},
|
462
|
+
{
|
463
|
+
"disabled": false,
|
464
|
+
"document": "自定义挂载点\n注意:此字段可能返回 null,表示取不到有效值。",
|
465
|
+
"example": "/test",
|
466
|
+
"member": "string",
|
467
|
+
"name": "MountPoint",
|
468
|
+
"output_required": false,
|
469
|
+
"type": "string",
|
470
|
+
"value_allowed_null": true
|
431
471
|
}
|
432
472
|
],
|
433
473
|
"usage": "out"
|
@@ -1417,8 +1457,7 @@
|
|
1417
1457
|
"member": "string",
|
1418
1458
|
"name": "InstanceId",
|
1419
1459
|
"required": false,
|
1420
|
-
"type": "string"
|
1421
|
-
"value_allowed_null": false
|
1460
|
+
"type": "string"
|
1422
1461
|
},
|
1423
1462
|
{
|
1424
1463
|
"disabled": false,
|
@@ -1427,8 +1466,7 @@
|
|
1427
1466
|
"member": "string",
|
1428
1467
|
"name": "VpcId",
|
1429
1468
|
"required": false,
|
1430
|
-
"type": "string"
|
1431
|
-
"value_allowed_null": true
|
1469
|
+
"type": "string"
|
1432
1470
|
},
|
1433
1471
|
{
|
1434
1472
|
"disabled": false,
|
@@ -1437,8 +1475,7 @@
|
|
1437
1475
|
"member": "string",
|
1438
1476
|
"name": "SubnetId",
|
1439
1477
|
"required": false,
|
1440
|
-
"type": "string"
|
1441
|
-
"value_allowed_null": true
|
1478
|
+
"type": "string"
|
1442
1479
|
},
|
1443
1480
|
{
|
1444
1481
|
"disabled": false,
|
@@ -1447,8 +1484,16 @@
|
|
1447
1484
|
"member": "string",
|
1448
1485
|
"name": "LinuxClientNodeIp",
|
1449
1486
|
"required": false,
|
1450
|
-
"type": "string"
|
1451
|
-
|
1487
|
+
"type": "string"
|
1488
|
+
},
|
1489
|
+
{
|
1490
|
+
"disabled": false,
|
1491
|
+
"document": "自定义挂载点",
|
1492
|
+
"example": "/test",
|
1493
|
+
"member": "string",
|
1494
|
+
"name": "MountPoint",
|
1495
|
+
"required": false,
|
1496
|
+
"type": "string"
|
1452
1497
|
}
|
1453
1498
|
],
|
1454
1499
|
"usage": "in"
|
@@ -201,6 +201,15 @@
|
|
201
201
|
"name": "Citation",
|
202
202
|
"required": false,
|
203
203
|
"type": "bool"
|
204
|
+
},
|
205
|
+
{
|
206
|
+
"disabled": false,
|
207
|
+
"document": "是否开启极速版搜索,默认false,不开启;在开启且命中搜索时,会启用极速版搜索,流式输出首字返回更快。",
|
208
|
+
"example": "false",
|
209
|
+
"member": "bool",
|
210
|
+
"name": "EnableSpeedSearch",
|
211
|
+
"required": false,
|
212
|
+
"type": "bool"
|
204
213
|
}
|
205
214
|
],
|
206
215
|
"type": "object"
|
@@ -1934,8 +1934,8 @@
|
|
1934
1934
|
},
|
1935
1935
|
{
|
1936
1936
|
"disabled": false,
|
1937
|
-
"document": "云存 AI 服务类型。可能取值:\n\n- `
|
1938
|
-
"example": "
|
1937
|
+
"document": "云存 AI 服务类型。可能取值:\n\n- `RealtimeObjectDetect`:目标检测\n- `Highlight`:视频浓缩",
|
1938
|
+
"example": "Highlight",
|
1939
1939
|
"member": "string",
|
1940
1940
|
"name": "ServiceType",
|
1941
1941
|
"output_required": true,
|
@@ -2011,6 +2011,16 @@
|
|
2011
2011
|
"output_required": true,
|
2012
2012
|
"type": "int",
|
2013
2013
|
"value_allowed_null": false
|
2014
|
+
},
|
2015
|
+
{
|
2016
|
+
"disabled": false,
|
2017
|
+
"document": "自定义任务 ID",
|
2018
|
+
"example": "event-123",
|
2019
|
+
"member": "string",
|
2020
|
+
"name": "CustomId",
|
2021
|
+
"output_required": false,
|
2022
|
+
"type": "string",
|
2023
|
+
"value_allowed_null": false
|
2014
2024
|
}
|
2015
2025
|
],
|
2016
2026
|
"usage": "out"
|
@@ -4025,43 +4035,43 @@
|
|
4025
4035
|
"members": [
|
4026
4036
|
{
|
4027
4037
|
"disabled": false,
|
4028
|
-
"document": "云存 AI 套餐类型。可能取值:\n\n- `1`:全时套餐\n- `2`:事件套餐\n- `3
|
4038
|
+
"document": "云存 AI 套餐类型。可能取值:\n\n- `1`:全时套餐\n- `2`:事件套餐\n- `3`:低功耗套餐",
|
4029
4039
|
"example": "1",
|
4030
4040
|
"member": "uint64",
|
4031
4041
|
"name": "Type",
|
4032
4042
|
"output_required": true,
|
4033
4043
|
"type": "int",
|
4034
|
-
"value_allowed_null":
|
4044
|
+
"value_allowed_null": false
|
4035
4045
|
},
|
4036
4046
|
{
|
4037
4047
|
"disabled": false,
|
4038
|
-
"document": "云存 AI 套餐生效状态。可能取值:\n\n- `0`:未开通或已过期\n- `1
|
4048
|
+
"document": "云存 AI 套餐生效状态。可能取值:\n\n- `0`:未开通或已过期\n- `1`:生效中",
|
4039
4049
|
"example": "1",
|
4040
4050
|
"member": "uint64",
|
4041
4051
|
"name": "Status",
|
4042
4052
|
"output_required": true,
|
4043
4053
|
"type": "int",
|
4044
|
-
"value_allowed_null":
|
4054
|
+
"value_allowed_null": false
|
4045
4055
|
},
|
4046
4056
|
{
|
4047
4057
|
"disabled": false,
|
4048
|
-
"document": "云存 AI 套餐过期时间 UNIX
|
4058
|
+
"document": "云存 AI 套餐过期时间 UNIX 时间戳",
|
4049
4059
|
"example": "1719294987",
|
4050
4060
|
"member": "uint64",
|
4051
4061
|
"name": "ExpireTime",
|
4052
4062
|
"output_required": true,
|
4053
4063
|
"type": "int",
|
4054
|
-
"value_allowed_null":
|
4064
|
+
"value_allowed_null": false
|
4055
4065
|
},
|
4056
4066
|
{
|
4057
4067
|
"disabled": false,
|
4058
|
-
"document": "用户 ID
|
4068
|
+
"document": "用户 ID",
|
4059
4069
|
"example": "user1",
|
4060
4070
|
"member": "string",
|
4061
4071
|
"name": "UserId",
|
4062
4072
|
"output_required": true,
|
4063
4073
|
"type": "string",
|
4064
|
-
"value_allowed_null":
|
4074
|
+
"value_allowed_null": false
|
4065
4075
|
},
|
4066
4076
|
{
|
4067
4077
|
"disabled": false,
|