tccli 3.0.1366.1__py2.py3-none-any.whl → 3.0.1367.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/apm/v20210622/api.json +16 -4
  3. tccli/services/cdb/v20170320/api.json +1 -1
  4. tccli/services/cdn/v20180606/api.json +11 -3
  5. tccli/services/cfw/cfw_client.py +34 -193
  6. tccli/services/cfw/v20190904/api.json +21 -341
  7. tccli/services/cfw/v20190904/examples.json +2 -26
  8. tccli/services/ctem/v20231128/api.json +5 -5
  9. tccli/services/cwp/v20180228/api.json +12 -12
  10. tccli/services/cwp/v20180228/examples.json +4 -4
  11. tccli/services/dlc/v20210125/api.json +77 -9
  12. tccli/services/dlc/v20210125/examples.json +1 -1
  13. tccli/services/es/v20250101/api.json +6 -6
  14. tccli/services/es/v20250101/examples.json +8 -8
  15. tccli/services/ess/v20201111/api.json +1 -1
  16. tccli/services/essbasic/v20210526/api.json +2 -2
  17. tccli/services/iotexplorer/v20190423/api.json +72 -2
  18. tccli/services/ocr/v20181119/api.json +123 -123
  19. tccli/services/sqlserver/v20180328/api.json +14 -14
  20. tccli/services/sqlserver/v20180328/examples.json +3 -3
  21. tccli/services/teo/v20220901/api.json +11 -11
  22. tccli/services/tsf/tsf_client.py +159 -0
  23. tccli/services/tsf/v20180326/api.json +583 -0
  24. tccli/services/tsf/v20180326/examples.json +24 -0
  25. tccli/services/wedata/v20210820/api.json +161 -9
  26. tccli/services/wedata/v20210820/examples.json +3 -9
  27. {tccli-3.0.1366.1.dist-info → tccli-3.0.1367.1.dist-info}/METADATA +2 -2
  28. {tccli-3.0.1366.1.dist-info → tccli-3.0.1367.1.dist-info}/RECORD +31 -31
  29. {tccli-3.0.1366.1.dist-info → tccli-3.0.1367.1.dist-info}/WHEEL +0 -0
  30. {tccli-3.0.1366.1.dist-info → tccli-3.0.1367.1.dist-info}/entry_points.txt +0 -0
  31. {tccli-3.0.1366.1.dist-info → tccli-3.0.1367.1.dist-info}/license_files/LICENSE +0 -0
@@ -10949,6 +10949,16 @@
10949
10949
  "type": "int",
10950
10950
  "value_allowed_null": false
10951
10951
  },
10952
+ {
10953
+ "disabled": false,
10954
+ "document": "剩余集群规格百分比",
10955
+ "example": "10",
10956
+ "member": "int64",
10957
+ "name": "AvailPercent",
10958
+ "output_required": false,
10959
+ "type": "int",
10960
+ "value_allowed_null": false
10961
+ },
10952
10962
  {
10953
10963
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
10954
10964
  "member": "string",
@@ -16037,15 +16047,6 @@
16037
16047
  "ListTaskJobLogDetailRequest": {
16038
16048
  "document": "ListTaskJobLogDetail请求参数结构体",
16039
16049
  "members": [
16040
- {
16041
- "disabled": false,
16042
- "document": "列表返回的Id",
16043
- "example": "eks-1",
16044
- "member": "string",
16045
- "name": "TaskId",
16046
- "required": true,
16047
- "type": "string"
16048
- },
16049
16050
  {
16050
16051
  "disabled": false,
16051
16052
  "document": "开始运行时间,unix时间戳(毫秒)",
@@ -16082,6 +16083,15 @@
16082
16083
  "required": true,
16083
16084
  "type": "string"
16084
16085
  },
16086
+ {
16087
+ "disabled": false,
16088
+ "document": "列表返回的Id",
16089
+ "example": "eks-1",
16090
+ "member": "string",
16091
+ "name": "TaskId",
16092
+ "required": false,
16093
+ "type": "string"
16094
+ },
16085
16095
  {
16086
16096
  "disabled": false,
16087
16097
  "document": "最近1000条日志是否升序排列,true:升序排序,false:倒序,默认false,倒序排列",
@@ -16108,6 +16118,24 @@
16108
16118
  "name": "BatchId",
16109
16119
  "required": false,
16110
16120
  "type": "string"
16121
+ },
16122
+ {
16123
+ "disabled": false,
16124
+ "document": "引擎id",
16125
+ "example": "DataEngine-lhfhljx",
16126
+ "member": "string",
16127
+ "name": "DataEngineId",
16128
+ "required": false,
16129
+ "type": "string"
16130
+ },
16131
+ {
16132
+ "disabled": false,
16133
+ "document": "资源组id",
16134
+ "example": "rg-jlfhtlv",
16135
+ "member": "string",
16136
+ "name": "ResourceGroupId",
16137
+ "required": false,
16138
+ "type": "string"
16111
16139
  }
16112
16140
  ],
16113
16141
  "type": "object"
@@ -20781,6 +20809,46 @@
20781
20809
  "output_required": false,
20782
20810
  "type": "int",
20783
20811
  "value_allowed_null": true
20812
+ },
20813
+ {
20814
+ "disabled": false,
20815
+ "document": "自定义镜像容器镜像服务domain 名称",
20816
+ "example": "test.tencentcloudcr.com",
20817
+ "member": "string",
20818
+ "name": "PublicDomain",
20819
+ "output_required": false,
20820
+ "type": "string",
20821
+ "value_allowed_null": false
20822
+ },
20823
+ {
20824
+ "disabled": false,
20825
+ "document": "自定义镜像容器镜像服务tcr实例id",
20826
+ "example": "tcr-xxxxx",
20827
+ "member": "string",
20828
+ "name": "RegistryId",
20829
+ "output_required": false,
20830
+ "type": "string",
20831
+ "value_allowed_null": false
20832
+ },
20833
+ {
20834
+ "disabled": false,
20835
+ "document": "容器镜像服务tcr所在地域",
20836
+ "example": "ap-beijing",
20837
+ "member": "string",
20838
+ "name": "RegionName",
20839
+ "output_required": false,
20840
+ "type": "string",
20841
+ "value_allowed_null": false
20842
+ },
20843
+ {
20844
+ "disabled": false,
20845
+ "document": "资源组启动耗时",
20846
+ "example": "1min30s",
20847
+ "member": "string",
20848
+ "name": "LaunchTime",
20849
+ "output_required": false,
20850
+ "type": "string",
20851
+ "value_allowed_null": false
20784
20852
  }
20785
20853
  ],
20786
20854
  "usage": "out"
@@ -632,7 +632,7 @@
632
632
  {
633
633
  "document": "查询数据引擎资源使用情况",
634
634
  "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEngineUsageInfo\n<公共请求参数>\n\n{\n \"DataEngineId\": \"DataEngine-r0xxxkls\"\n}",
635
- "output": "{\n \"Response\": {\n \"Available\": 64,\n \"RequestId\": \"6068a77d-5538-4e1d-a93f-cf5800c98e1b\",\n \"Total\": 64,\n \"Used\": 0\n }\n}",
635
+ "output": "{\n \"Response\": {\n \"Available\": 24,\n \"RequestId\": \"6068a77d-5538-4e1d-a93f-cf5800c98e1b\",\n \"Total\": 64,\n \"Used\": 40,\n \"AvailPercent\": 37\n }\n}",
636
636
  "title": "查询数据引擎资源使用情况"
637
637
  }
638
638
  ],
@@ -327,7 +327,7 @@
327
327
  {
328
328
  "disabled": false,
329
329
  "document": "文件信息。",
330
- "example": "{\"FileType\":\"TXT\"}",
330
+ "example": "",
331
331
  "member": "Document",
332
332
  "name": "Document",
333
333
  "required": true,
@@ -345,7 +345,7 @@
345
345
  {
346
346
  "disabled": false,
347
347
  "document": "文件切片配置。",
348
- "example": "{\"MaxChunkSize\":\"20\"}",
348
+ "example": "",
349
349
  "member": "ChunkConfigAsync",
350
350
  "name": "Config",
351
351
  "required": false,
@@ -382,7 +382,7 @@
382
382
  {
383
383
  "disabled": false,
384
384
  "document": "切片文件信息。",
385
- "example": "Document",
385
+ "example": "",
386
386
  "member": "ChunkDocument",
387
387
  "name": "Document",
388
388
  "required": true,
@@ -400,7 +400,7 @@
400
400
  {
401
401
  "disabled": false,
402
402
  "document": "文件切片配置。",
403
- "example": "Config",
403
+ "example": "",
404
404
  "member": "ChunkConfig",
405
405
  "name": "Config",
406
406
  "required": false,
@@ -943,7 +943,7 @@
943
943
  {
944
944
  "disabled": false,
945
945
  "document": "文件信息。",
946
- "example": "{ \"FileType\": \"TXT\", \"FileUrl\": \"\", \"FileContent\": \"data:text/plain;base64,SGVsbG8sIFdvcmxkIQ==\", \"FileName\": \"test.txt\" }",
946
+ "example": "",
947
947
  "member": "Document",
948
948
  "name": "Document",
949
949
  "required": true,
@@ -989,7 +989,7 @@
989
989
  {
990
990
  "disabled": false,
991
991
  "document": "文件信息",
992
- "example": "{ \"FileType\": \"TXT\", \"FileUrl\": \"\", \"FileContent\": \"data:text/plain;base64,SGVsbG8sIFdvcmxkIQ==\", \"FileName\": \"test.txt\" }",
992
+ "example": "",
993
993
  "member": "ParseDocument",
994
994
  "name": "Document",
995
995
  "required": true,
@@ -3,23 +3,23 @@
3
3
  "ChatCompletions": [
4
4
  {
5
5
  "document": "",
6
- "input": "POST / HTTP/1.1\nHost: es.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChatCompletions\n<公共请求参数>\n\n{\n \"Messages\": [\n {\n \"Role\": \"user\",\n \"Content\": \"什么是大模型?\"\n }\n ],\n \"ModelName\": \"deepseek-r1\",\n \"Stream\": false,\n \"OnlineSearch\": true,\n \"OnlineSearchOptions\": {\n \"Engine\": \"bing\"\n }\n}",
7
- "output": "{\n \"Response\": {\n \"Id\": \"59afbba4-8b5f-47fa-972d-4bc5d77004ee\",\n \"Usage\": {\n \"PromptTokens\": 9224,\n \"CompletionTokens\": 203,\n \"TotalTokens\": 9427\n },\n \"Choices\": [\n {\n \"Message\": {\n \"Role\": \"assistant\",\n \"Content\": \"\\n\\n大模型是参数量庞大、基于深度学习的AI模型,擅长处理复杂任务如自然语言处理。\",\n \"ReasoningContent\": \"\\n嗯,用户让我简单描述什么是大模型,我需要先理解大模型的核心定义。根据搜索结果,大模型通常指参数规模庞大、基于深度学习的AI模型,比如GPT系列。多个网页提到参数数量达到数十亿甚至万亿,处理复杂任务能力强。例如,腾讯云和今日头条的文章都强调大模型的参数和数据处理能力。\\n\"\n }\n }\n ],\n \"RequestId\": \"6b5a7f7a-3e3d-4974-8480-8e21edaec5e7\",\n \"OnlineSearchContent\": [\n {\n \"Query\": \"大模型 解释\",\n \"Title\": \"快速了解什么是大模型 - 今日头条\",\n \"Url\": \"https://m.toutiao.com/video/7340170115901932086/?upstream_biz=toutiao_pc\",\n \"Time\": \"2024-02-27\",\n \"Content\": \"大模型(Large Model)是AI人工智能领域中的一种重要模型,通常指的是参数量非常大、数据量也非常大的深度学习模型.大模型通常由数百万到数十亿的参数组成,需要大量的数据和计算资源进行训练和推理.\",\n \"ChunkIndex\": \"ChunkIndex\",\n \"Score\": \"Score\"\n }\n ]\n }\n}",
6
+ "input": "POST / HTTP/1.1\nHost: es.ai.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChatCompletions\n<公共请求参数>\n\n{\n \"Messages\": [\n {\n \"Role\": \"user\",\n \"Content\": \"什么是大模型?\"\n }\n ],\n \"ModelName\": \"deepseek-r1\",\n \"Stream\": false,\n \"OnlineSearch\": true,\n \"OnlineSearchOptions\": {\n \"Engine\": \"sogou\"\n }\n}",
7
+ "output": "{\n \"Response\": {\n \"Id\": \"59afbba4-8b5f-47fa-972d-4bc5d77004ee\",\n \"Usage\": {\n \"PromptTokens\": 9224,\n \"CompletionTokens\": 203,\n \"TotalTokens\": 9427\n },\n \"Choices\": [\n {\n \"Message\": {\n \"Role\": \"assistant\",\n \"Content\": \"\\n\\n大模型是参数量庞大、基于深度学习的AI模型,擅长处理复杂任务如自然语言处理。\",\n \"ReasoningContent\": \"\\n嗯,用户让我简单描述什么是大模型,我需要先理解大模型的核心定义。根据搜索结果,大模型通常指参数规模庞大、基于深度学习的AI模型,比如GPT系列。多个网页提到参数数量达到数十亿甚至万亿,处理复杂任务能力强。例如,腾讯云和今日头条的文章都强调大模型的参数和数据处理能力。\\n\"\n }\n }\n ],\n \"RequestId\": \"6b5a7f7a-3e3d-4974-8480-8e21edaec5e7\",\n \"OnlineSearchContent\": [\n {\n \"Query\": \"大模型 解释\",\n \"Title\": \"快速了解什么是大模型 - 今日头条\",\n \"Url\": \"https://m.toutiao.com/video/7340170115901932086/?upstream_biz=toutiao_pc\",\n \"Time\": \"2024-02-27\",\n \"Content\": \"大模型(Large Model)是AI人工智能领域中的一种重要模型,通常指的是参数量非常大、数据量也非常大的深度学习模型.大模型通常由数百万到数十亿的参数组成,需要大量的数据和计算资源进行训练和推理.\",\n \"ChunkIndex\": 0,\n \"Score\": 0\n }\n ]\n }\n}",
8
8
  "title": "AI 聊天问答"
9
9
  }
10
10
  ],
11
11
  "ChunkDocument": [
12
12
  {
13
13
  "document": "",
14
- "input": "POST / HTTP/1.1\nHost: es.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChunkDocument\n<公共请求参数>\n\n{\n \"Document\": {\n \"FileType\": \"TXT\",\n \"FileContent\": \"基于分隔符、文本长度进行切片,适用规则性较强的文本\"\n },\n \"ModelName\": \"doc-chunk\",\n \"Config\": {\n \"MaxChunkSize\": 100\n }\n}",
15
- "output": "{\n \"Response\": {\n \"Chunks\": [\n {\n \"Content\": \"基于分隔符、文本长度进行切片,适用规则性较强的文本\",\n \"Index\": 0\n }\n ],\n \"RequestId\": \"eeb0d39a-8a4a-431b-a577-2595202afaa1\"\n }\n}",
14
+ "input": "POST / HTTP/1.1\nHost: es.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChunkDocument\n<公共请求参数>\n\n{\n \"Document\": {\n \"FileType\": \"TXT\",\n \"FileContent\": \"基于分隔符、文本长度进行切片,适用规则性较强的文本\"\n },\n \"ModelName\": \"doc-chunk\",\n \"Config\": {\n \"MaxChunkSize\": 4800,\n \"Delimiters\": [\n \",\"\n ],\n \"ChunkOverlap\": 4000\n }\n}",
15
+ "output": "{\n \"Response\": {\n \"Chunks\": [\n {\n \"Content\": \"基于分隔符、文本长度进行切片,适用规则性较强的文本\",\n \"Index\": 0\n }\n ],\n \"Usage\": {\n \"TotalTokens\": 17\n },\n \"RequestId\": \"eeb0d39a-8a4a-431b-a577-2595202afaa1\"\n }\n}",
16
16
  "title": "实时文档切片"
17
17
  }
18
18
  ],
19
19
  "ChunkDocumentAsync": [
20
20
  {
21
21
  "document": "",
22
- "input": "POST / HTTP/1.1\nHost: es.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChunkDocumentAsync\n<公共请求参数>\n\n{\n \"Document\": {\n \"FileType\": \"TXT\",\n \"FileUrl\": \"\",\n \"FileContent\": \"data:text/plain;base64,SGVsbG8sIFdvcmxkIQ==\",\n \"FileName\": \"test.txt\"\n },\n \"Config\": {\n \"MaxChunkSize\": 10000\n },\n \"ModelName\": \"doc-tree-chunk\"\n}",
22
+ "input": "POST / HTTP/1.1\nHost: es.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChunkDocumentAsync\n<公共请求参数>\n\n{\n \"Document\": {\n \"FileType\": \"TXT\",\n \"FileUrl\": \"\",\n \"FileContent\": \"data:text/plain;base64,SGVsbG8sIFdvcmxkIQ==\",\n \"FileName\": \"test.txt\",\n \"FileStartPageNumber\": 1,\n \"FileEndPageNumber\": 1\n },\n \"Config\": {\n \"MaxChunkSize\": 10000\n },\n \"ModelName\": \"doc-tree-chunk\"\n}",
23
23
  "output": "{\n \"Response\": {\n \"RequestId\": \"e3a1a515-e53c-473f-9114-6d05a19d1c0c\",\n \"TaskId\": \"acf20b7e-47b2-4cfd-8aba-d170dee34cfc\"\n }\n}",
24
24
  "title": "文档切片异步"
25
25
  }
@@ -51,15 +51,15 @@
51
51
  "ParseDocument": [
52
52
  {
53
53
  "document": "",
54
- "input": "POST / HTTP/1.1\nHost: es.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ParseDocument\n<公共请求参数>\n\n{\n \"Document\": {\n \"FileType\": \"TXT\",\n \"FileUrl\": \"\",\n \"FileContent\": \"data:text/plain;base64,SGVsbG8sIFdvcmxkIQ==\"\n },\n \"ModelName\": \"doc-llm\"\n}",
55
- "output": "{\n \"Response\": {\n \"RequestId\": \"7ab3fd45-61e7-4e5e-8194-b1997f67fc18\",\n \"Progress\": \"0\",\n \"DocumentParseResultUrl\": \"\",\n \"FailedPages\": []\n }\n}",
54
+ "input": "POST / HTTP/1.1\nHost: es.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ParseDocument\n<公共请求参数>\n\n{\n \"Document\": {\n \"FileType\": \"TXT\",\n \"FileUrl\": \"\",\n \"FileContent\": \"data:text/plain;base64,SGVsbG8sIFdvcmxkIQ==\",\n \"DocumentParseConfig\": {\n \"ImageResponseType\": 1\n },\n \"FileStartPageNumber\": 1,\n \"FileEndPageNumber\": 1\n },\n \"ModelName\": \"doc-llm\"\n}",
55
+ "output": "{\n \"Response\": {\n \"RequestId\": \"7ab3fd45-61e7-4e5e-8194-b1997f67fc18\",\n \"Progress\": \"0\",\n \"DocumentParseResultUrl\": \"\",\n \"FailedPages\": [],\n \"Usage\": {\n \"TotalPages\": 1\n }\n }\n}",
56
56
  "title": "文档解析示例"
57
57
  }
58
58
  ],
59
59
  "ParseDocumentAsync": [
60
60
  {
61
61
  "document": "",
62
- "input": "POST / HTTP/1.1\nHost: es.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ParseDocumentAsync\n<公共请求参数>\n\n{\n \"Document\": {\n \"FileType\": \"TXT\",\n \"FileUrl\": \"\",\n \"FileContent\": \"data:text/plain;base64,SGVsbG8sIFdvcmxkIQ==\",\n \"FileName\": \"test.txt\"\n },\n \"ModelName\": \"doc-llm\"\n}",
62
+ "input": "POST / HTTP/1.1\nHost: es.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ParseDocumentAsync\n<公共请求参数>\n\n{\n \"Document\": {\n \"FileType\": \"TXT\",\n \"FileUrl\": \"\",\n \"FileContent\": \"data:text/plain;base64,SGVsbG8sIFdvcmxkIQ==\",\n \"FileName\": \"test.txt\",\n \"FileStartPageNumber\": 1,\n \"FileEndPageNumber\": 1\n },\n \"ModelName\": \"doc-llm\"\n}",
63
63
  "output": "{\n \"Response\": {\n \"RequestId\": \"e3a1a515-e53c-473f-9114-6d05a19d1c0c\",\n \"TaskId\": \"acf20b7e-47b2-4cfd-8aba-d170dee34cfc\"\n }\n}",
64
64
  "title": "文件解析异步任务"
65
65
  }
@@ -113,7 +113,7 @@
113
113
  "status": "online"
114
114
  },
115
115
  "CreateDynamicFlowApprover": {
116
- "document": "此接口(CreateDynamicFlowApprover)接口主要用于补充动态签署方2.0合同的签署方信息,包括但不限于名字、手机号和签署区域等信息。\n\n\n**功能开通**\n动态签署方2.0功能的使用需要先<font color=\"red\">联系产品经理开通模块化计费功能</font>,然后到控制台中打开此功能。详细的使用说明请参考<a href=\"https://qian.tencent.com/developers/company/dynamic_signer_v2\" target=\"_blank\">动态签署方2.0</a>文档。\n\n**使用条件**\n- 在发起合同时,必须将OpenDynamicSignFlow参数设置为true,以确保合同以动态签署方2.0的方式处理,否则默认处理为普通合同。\n- 此接口只能在合同处于非终态时调用。一旦合同进入终态(例如:过期、拒签或撤销),将无法通过此接口添加新的签署方。\n- 此接口补充的动态签署人暂不支持他方企业自动签署。\n\n\n动态签署方2.0合同<font color=\"red\">不会自动结束(整个合同变为签署完成)</font>,需要通过调用<a href=\"https://qian.tencent.com/developers/companyApis/operateFlows/ArchiveDynamicFlow/\" target=\"_blank\">结束动态签署合同</a>来手动结束签署流程。整体的流程如下图\n\n![image](https://qcloudimg.tencent-cloud.cn/raw/75d323c66e44b05bbc8e949c18664455.png)",
116
+ "document": "此接口(CreateDynamicFlowApprover)接口主要用于补充动态签署方2.0合同的签署方信息,包括但不限于名字、手机号和签署区域等信息。\n\n\n**使用条件**\n- 在发起合同时,必须将OpenDynamicSignFlow参数设置为true,以确保合同以动态签署方2.0的方式处理,否则默认处理为普通合同。\n- 此接口只能在合同处于非终态时调用。一旦合同进入终态(例如:过期、拒签或撤销),将无法通过此接口添加新的签署方。\n- 此接口补充的动态签署人暂不支持他方企业自动签署。\n\n\n动态签署方2.0合同<font color=\"red\">不会自动结束(整个合同变为签署完成)</font>,需要通过调用<a href=\"https://qian.tencent.com/developers/companyApis/operateFlows/ArchiveDynamicFlow/\" target=\"_blank\">结束动态签署合同</a>来手动结束签署流程。整体的流程如下图\n\n![image](https://qcloudimg.tencent-cloud.cn/raw/75d323c66e44b05bbc8e949c18664455.png)",
117
117
  "input": "CreateDynamicFlowApproverRequest",
118
118
  "name": "补充动态签署合同的签署方",
119
119
  "output": "CreateDynamicFlowApproverResponse",
@@ -71,7 +71,7 @@
71
71
  "status": "online"
72
72
  },
73
73
  "ChannelCreateDynamicFlowApprover": {
74
- "document": "接口(ChannelCreateDynamicFlowApprover)用来补充<a href=\"https://qian.tencent.com/developers/partnerApis/startFlows/ChannelCreateFlowByFiles\" target=\"_blank\">用PDF文件创建签署流程</a>发起的动态合同的签署人信息\n**注**: \n<ul>\n<li>此接口需要保证:渠道企业已开启:模块化计费能力,</li>\n<li>此接口需要保证:渠道应用已开启:动态签署人2.0能力</li>\n<li>此接口需要保证:合同发起时指定开启了动态合同</li>\n<li>此接口补充的动态签署人传参规则,请参考接口:<a href=\"https://qian.tencent.com/developers/partnerApis/startFlows/ChannelCreateFlowByFiles\" target=\"_blank\">用PDF文件创建签署流程</a>的签署人传参规则</li>\n<li>此接口补充的动态签署人暂不支持他方企业自动签署。</li>\n</ul>",
74
+ "document": "接口(ChannelCreateDynamicFlowApprover)用来补充<a href=\"https://qian.tencent.com/developers/partnerApis/startFlows/ChannelCreateFlowByFiles\" target=\"_blank\">用PDF文件创建签署流程</a>发起的动态合同的签署人信息\n**注**: \n<ul>\n<li>此接口需要保证:渠道应用已开启:动态签署人2.0能力</li>\n<li>此接口需要保证:合同发起时指定开启了动态合同</li>\n<li>此接口补充的动态签署人传参规则,请参考接口:<a href=\"https://qian.tencent.com/developers/partnerApis/startFlows/ChannelCreateFlowByFiles\" target=\"_blank\">用PDF文件创建签署流程</a>的签署人传参规则</li>\n<li>此接口补充的动态签署人暂不支持他方企业自动签署。</li>\n</ul>",
75
75
  "input": "ChannelCreateDynamicFlowApproverRequest",
76
76
  "name": "渠道版补充动态合同签署人接口",
77
77
  "output": "ChannelCreateDynamicFlowApproverResponse",
@@ -4862,7 +4862,7 @@
4862
4862
  },
4863
4863
  {
4864
4864
  "disabled": false,
4865
- "document": "查询的关键字段,支持Key-Values查询。可选键值如下:\n<ul>\n <li>Key:**\"Status\"**,Values: **[\"IsVerified\"]**, 查询已实名的员工</li>\n <li>Key:**\"Status\"**,Values: **[\"QuiteJob\"]**, 查询离职员工</li>\n <li>Key:**\"StaffOpenId\"**,Values: **[\"OpenId1\",\"OpenId2\",...]**, 根据第三方系统用户OpenId查询员工</li>\n</ul>\n注: `同名字的Key的过滤条件会冲突, 只能填写一个`",
4865
+ "document": "查询的关键字段,支持Key-Values查询。可选键值如下:\n<ul>\n <li>Key:**\"Status\"**,Values: **[\"IsVerified\"]**, 查询已实名的员工</li>\n <li>Key:**\"Status\"**,Values: **[\"NotVerified\"]**, 查询未实名的员工</li>\n <li>Key:**\"Status\"**,Values: **[\"QuiteJob\"]**, 查询离职员工</li>\n <li>Key:**\"ExcludeQuiteJob\"**,Values: **[\"true\"]**, 查询排除离职员工</li>\n <li>Key:**\"StaffOpenId\"**,Values: **[\"OpenId1\",\"OpenId2\",...]**, 根据第三方系统用户OpenId查询员工</li>\n</ul>\n注: `同名字的Key的过滤条件会冲突, 只能填写一个`",
4866
4866
  "example": "无",
4867
4867
  "member": "Filter",
4868
4868
  "name": "Filters",
@@ -4385,6 +4385,15 @@
4385
4385
  "name": "SummaryQOS",
4386
4386
  "required": false,
4387
4387
  "type": "string"
4388
+ },
4389
+ {
4390
+ "disabled": false,
4391
+ "document": "摘要输出配置",
4392
+ "example": "{\"OutputLang\": \"en\"}",
4393
+ "member": "VisionSummaryConfig",
4394
+ "name": "SummaryConfig",
4395
+ "required": false,
4396
+ "type": "object"
4388
4397
  }
4389
4398
  ],
4390
4399
  "type": "object"
@@ -12400,6 +12409,15 @@
12400
12409
  "name": "SummaryQOS",
12401
12410
  "required": false,
12402
12411
  "type": "string"
12412
+ },
12413
+ {
12414
+ "disabled": false,
12415
+ "document": "摘要输出配置",
12416
+ "example": "无",
12417
+ "member": "VisionSummaryConfig",
12418
+ "name": "SummaryConfig",
12419
+ "required": false,
12420
+ "type": "object"
12403
12421
  }
12404
12422
  ],
12405
12423
  "type": "object"
@@ -14332,6 +14350,15 @@
14332
14350
  "name": "Config",
14333
14351
  "required": false,
14334
14352
  "type": "string"
14353
+ },
14354
+ {
14355
+ "disabled": false,
14356
+ "document": "视频摘要配置参数,不传则不修改",
14357
+ "example": "{\"OutputLang\":\"zh\"}",
14358
+ "member": "VisionSummaryConfig",
14359
+ "name": "SummaryConfig",
14360
+ "required": false,
14361
+ "type": "object"
14335
14362
  }
14336
14363
  ],
14337
14364
  "type": "object"
@@ -17267,7 +17294,7 @@
17267
17294
  "members": [
17268
17295
  {
17269
17296
  "disabled": false,
17270
- "document": "任务状态(1:分析失败;2:下载/读取视频/图片失败;3:成功)",
17297
+ "document": "任务状态(1:分析失败;2:下载/读取视频/图片失败;3:成功;4:执行中)",
17271
17298
  "example": "3",
17272
17299
  "member": "int64",
17273
17300
  "name": "Status",
@@ -17277,7 +17304,7 @@
17277
17304
  },
17278
17305
  {
17279
17306
  "disabled": false,
17280
- "document": "识别到的目标类型。可能取值:\n\n- `person`:人\n- `vehicle`:车辆\n- `dog`:狗\n- `cat`:猫\n- `fire`:火焰\n- `smoke`:烟雾\n- `package`:快递包裹\n- `license_plate`:车牌\n",
17307
+ "document": "识别到的目标类型。可能取值:\n\n- `person`:人\n- `vehicle`:车辆\n- `dog`:狗\n- `cat`:猫\n- `fire`:火焰\n- `smoke`:烟雾\n- `package`:快递包裹\n- `license_plate`:车牌",
17281
17308
  "example": "[\"person\"]",
17282
17309
  "member": "string",
17283
17310
  "name": "DetectedClassifications",
@@ -17304,10 +17331,53 @@
17304
17331
  "output_required": false,
17305
17332
  "type": "string",
17306
17333
  "value_allowed_null": false
17334
+ },
17335
+ {
17336
+ "disabled": false,
17337
+ "document": "错误码,可能取值:\n\n- `DownloadFailed`:下载视频/图片文件失败\n- `ReadFailed`:读取视频/图片文件失败",
17338
+ "example": "DownloadFailed",
17339
+ "member": "string",
17340
+ "name": "ErrorCode",
17341
+ "output_required": false,
17342
+ "type": "string",
17343
+ "value_allowed_null": false
17307
17344
  }
17308
17345
  ],
17309
17346
  "usage": "out"
17310
17347
  },
17348
+ "VisionSummaryConfig": {
17349
+ "document": "视频摘要配置",
17350
+ "members": [
17351
+ {
17352
+ "disabled": false,
17353
+ "document": "主输出语言\n\n支持列表如下:\nzh 中文\nen 英语\nja 日语\nko 韩文\npt-BR 葡萄牙语(巴西)\nth 泰语\n",
17354
+ "example": "zh",
17355
+ "member": "string",
17356
+ "name": "OutputLang",
17357
+ "required": false,
17358
+ "type": "string"
17359
+ },
17360
+ {
17361
+ "disabled": false,
17362
+ "document": "可选输出语言\n\n支持列表如下:\nzh 中文\nen 英语\nja 日语\nko 韩文\npt-BR 葡萄牙语(巴西)\nth 泰语\n",
17363
+ "example": "en",
17364
+ "member": "string",
17365
+ "name": "AlternativeOutputLang",
17366
+ "required": false,
17367
+ "type": "string"
17368
+ },
17369
+ {
17370
+ "disabled": false,
17371
+ "document": "多摄像头布局定义。可能取值:\n\n- 单摄(默认值):`Single`\n\n- 双摄(纵向排列)- 全部画面:`Vertical,Num=2,Index=0;1`\n- 双摄(纵向排列)- 画面1:`Vertical,Num=2,Index=0`\n- 双摄(纵向排列)- 画面2:`Vertical,Num=2,Index=1`\n\n- 三摄(纵向排列)- 全部画面:`Vertical,Num=3,Index=0;1;2`\n- 三摄(纵向排列)- 画面1:`Vertical,Num=3,Index=0`\n- 三摄(纵向排列)- 画面2:`Vertical,Num=3,Index=1`\n- 三摄(纵向排列)- 画面3:`Vertical,Num=3,Index=2`\n- 三摄(纵向排列)- 画面1+2:`Vertical,Num=3,Index=0;1`\n- 三摄(纵向排列)- 画面1+3:`Vertical,Num=3,Index=0;2`\n- 三摄(纵向排列)- 画面2+3:`Vertical,Num=3,Index=1;2`",
17372
+ "example": "Single",
17373
+ "member": "string",
17374
+ "name": "MultiCameraLayout",
17375
+ "required": false,
17376
+ "type": "string"
17377
+ }
17378
+ ],
17379
+ "usage": "in"
17380
+ },
17311
17381
  "WXDeviceInfo": {
17312
17382
  "document": "微信硬件设备信息",
17313
17383
  "members": [