tencentcloud-sdk-python 3.0.1275__py2.py3-none-any.whl → 3.0.1277__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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/aiart/v20221229/models.py +27 -6
- tencentcloud/autoscaling/v20180419/models.py +15 -0
- tencentcloud/batch/v20170312/models.py +48 -68
- tencentcloud/billing/v20180709/models.py +45 -0
- tencentcloud/cam/v20190116/models.py +8 -8
- tencentcloud/cbs/v20170312/models.py +2 -2
- tencentcloud/cdb/v20170320/cdb_client.py +12 -4
- tencentcloud/cdb/v20170320/models.py +732 -48
- tencentcloud/cdwdoris/v20211228/models.py +2 -2
- tencentcloud/cfs/v20190719/models.py +30 -0
- tencentcloud/ckafka/v20190819/ckafka_client.py +1 -1
- tencentcloud/ckafka/v20190819/models.py +490 -324
- tencentcloud/clb/v20180317/models.py +2 -2
- tencentcloud/cloudapp/v20220530/models.py +4 -4
- tencentcloud/config/v20220802/models.py +40 -20
- tencentcloud/cvm/v20170312/models.py +48 -68
- tencentcloud/cwp/v20180228/models.py +2 -2
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +92 -0
- tencentcloud/cynosdb/v20190107/models.py +444 -4
- tencentcloud/dts/v20211206/models.py +30 -0
- tencentcloud/emr/v20190103/models.py +33 -16
- tencentcloud/ess/v20201111/models.py +242 -0
- tencentcloud/essbasic/v20210526/models.py +258 -6
- tencentcloud/faceid/v20180301/models.py +0 -2
- tencentcloud/hunyuan/v20230901/hunyuan_client.py +23 -0
- tencentcloud/hunyuan/v20230901/models.py +591 -0
- tencentcloud/ims/v20201229/models.py +4 -4
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +23 -0
- tencentcloud/iotexplorer/v20190423/models.py +286 -6
- tencentcloud/ivld/v20210903/ivld_client.py +0 -1
- tencentcloud/ivld/v20210903/models.py +133 -15
- tencentcloud/lcic/v20220817/models.py +2 -8
- tencentcloud/live/v20180801/errorcodes.py +18 -0
- tencentcloud/live/v20180801/live_client.py +208 -0
- tencentcloud/live/v20180801/models.py +1649 -255
- tencentcloud/lke/v20231130/lke_client.py +161 -0
- tencentcloud/lke/v20231130/models.py +1517 -187
- tencentcloud/mps/v20190612/errorcodes.py +2 -173
- tencentcloud/mps/v20190612/models.py +377 -17
- tencentcloud/mqtt/v20240516/models.py +524 -6
- tencentcloud/mqtt/v20240516/mqtt_client.py +46 -1
- tencentcloud/mrs/v20200910/models.py +0 -2652
- tencentcloud/ocr/v20181119/models.py +15 -273
- tencentcloud/ocr/v20181119/ocr_client.py +0 -23
- tencentcloud/organization/v20210331/models.py +2 -24
- tencentcloud/privatedns/v20201028/models.py +47 -0
- tencentcloud/pts/v20210728/models.py +15 -0
- tencentcloud/rce/v20201103/models.py +2 -2
- tencentcloud/redis/v20180412/models.py +2 -2
- tencentcloud/scf/v20180416/models.py +17 -2
- tencentcloud/ssl/v20191205/errorcodes.py +3 -0
- tencentcloud/ssl/v20191205/models.py +316 -227
- tencentcloud/ssl/v20191205/ssl_client.py +2 -2
- tencentcloud/tcr/v20190924/models.py +24 -2
- tencentcloud/tdmq/v20200217/models.py +8 -148
- tencentcloud/tdmq/v20200217/tdmq_client.py +6 -27
- tencentcloud/teo/v20220901/errorcodes.py +3 -3
- tencentcloud/teo/v20220901/models.py +366 -18
- tencentcloud/teo/v20220901/teo_client.py +69 -0
- tencentcloud/tke/v20220501/models.py +200 -0
- tencentcloud/tmt/v20180321/tmt_client.py +1 -1
- tencentcloud/trocket/v20230308/models.py +24 -24
- tencentcloud/trtc/v20190722/models.py +234 -2
- tencentcloud/tsf/v20180326/models.py +2405 -334
- tencentcloud/tsf/v20180326/tsf_client.py +3 -0
- tencentcloud/tts/v20190823/models.py +2 -2
- tencentcloud/tts/v20190823/tts_client.py +1 -1
- tencentcloud/vclm/v20240523/models.py +217 -12
- tencentcloud/vclm/v20240523/vclm_client.py +59 -53
- tencentcloud/vcube/__init__.py +0 -0
- tencentcloud/vcube/v20220410/__init__.py +0 -0
- tencentcloud/vcube/v20220410/errorcodes.py +72 -0
- tencentcloud/vcube/v20220410/models.py +7325 -0
- tencentcloud/vcube/v20220410/vcube_client.py +808 -0
- tencentcloud/vdb/v20230616/models.py +45 -0
- tencentcloud/vod/v20180717/errorcodes.py +6 -0
- tencentcloud/vod/v20180717/models.py +62 -2
- tencentcloud/vod/v20180717/vod_client.py +2 -2
- tencentcloud/vpc/v20170312/models.py +312 -40
- tencentcloud/vpc/v20170312/vpc_client.py +36 -5
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1277.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1277.dist-info}/RECORD +86 -81
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1277.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1277.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1277.dist-info}/top_level.txt +0 -0
@@ -11778,12 +11778,20 @@ class Component(AbstractModel):
|
|
11778
11778
|
<li> <b>SIGN_SIGNATURE</b> : 用户签名控件;</li>
|
11779
11779
|
<li> <b>SIGN_PAGING_SEAL</b> : 骑缝章;若文件发起,需要对应填充ComponentPosY、ComponentWidth、ComponentHeight</li>
|
11780
11780
|
<li> <b>SIGN_OPINION</b> : 签署意见控件,用户需要根据配置的签署意见内容,完成对意见内容的确认;</li>
|
11781
|
+
<li> <b>SIGN_VIRTUAL_COMBINATION</b> : 签批控件。内部最多组合4个特定控件(SIGN_SIGNATURE,SIGN_DATA,SIGN_MULTI_LINE_TEXT,SIGN_SELECTOR),本身不填充任何文字内容</li>
|
11782
|
+
<li> <b>SIGN_MULTI_LINE_TEXT</b> : 多行文本,<font color="red">仅可用在签批控件内部作为组合控件,单独无法使用</font>,常用作批注附言</li>
|
11783
|
+
<li> <b>SIGN_SELECTOR</b> : 选择器,<font color="red">仅可用在签批控件内部作为组合控件,单独无法使用</font>,常用作审批意见的选择</li>
|
11781
11784
|
<li> <b>SIGN_LEGAL_PERSON_SEAL</b> : 企业法定代表人控件。</li></ul>
|
11782
11785
|
|
11786
|
+
|
11783
11787
|
* 个人方
|
11784
11788
|
<ul><li> <b>SIGN_DATE</b> : 签署日期控件;</li>
|
11785
11789
|
<li> <b>SIGN_SIGNATURE</b> : 用户签名控件;</li>
|
11786
|
-
<li> <b>SIGN_OPINION</b> : 签署意见控件,用户需要根据配置的签署意见内容,完成对意见内容的确认;</li
|
11790
|
+
<li> <b>SIGN_OPINION</b> : 签署意见控件,用户需要根据配置的签署意见内容,完成对意见内容的确认;</li>
|
11791
|
+
<li> <b>SIGN_VIRTUAL_COMBINATION</b> : 签批控件。内部包含最多4个特定控件(SIGN_SIGNATURE,SIGN_DATA,SIGN_MULTI_LINE_TEXT,SIGN_SELECTOR),本身不填充任何文字内容</li>
|
11792
|
+
<li> <b>SIGN_MULTI_LINE_TEXT</b> : 多行文本,<font color="red">仅可用在签批控件内部作为组合控件,单独无法使用</font>,常用作批注附言</li>
|
11793
|
+
<li> <b>SIGN_SELECTOR</b> : 选择器,<font color="red">仅可用在签批控件内部作为组合控件,单独无法使用</font>,常用作审批意见的选择</li>
|
11794
|
+
</ul>
|
11787
11795
|
|
11788
11796
|
注:` 表单域的控件不能作为印章和签名控件`
|
11789
11797
|
:type ComponentType: str
|
@@ -11881,13 +11889,114 @@ class Component(AbstractModel):
|
|
11881
11889
|
<b>参数样例</b>:`{"Rotate":-30,"RotateRelation":"Component_Id1"}`
|
11882
11890
|
|
11883
11891
|
<font color="red">签署印章透明度功能设置,</font>当ComponentType为SIGN_SIGNATURE、SIGN_SEAL、SIGN_PAGING_SEAL、SIGN_LEGAL_PERSON_SEAL时,可以通过以下参数设置签署印章的透明度:
|
11884
|
-
<ul><li> <b>Opacity</b>:印章透明度,支持范围:0
|
11892
|
+
<ul><li> <b>Opacity</b>:印章透明度,支持范围:0-1,0.7表示70%的透明度,1表示无透明度</li></ul>
|
11885
11893
|
<b>参数样例</b>:`{"Opacity":0.7}`
|
11886
11894
|
|
11887
11895
|
<font color="red">关键字模式下支持关键字找不到的情况下不进行报错的设置</font>
|
11888
11896
|
<ul><li> <b>IgnoreKeywordError</b> :1-关键字查找不到时不进行报错</li></ul>
|
11889
11897
|
场景说明:如果使用关键字进行定位,但是指定的PDF文件中又没有设置的关键字时,发起合同会进行关键字是否存在的校验,如果关键字不存在,会进行报错返回。如果不希望进行报错,可以设置"IgnoreKeywordError"来忽略错误。请注意,如果关键字签署控件对应的签署方在整个PDF文件中一个签署控件都没有,还是会触发报错逻辑。
|
11890
11898
|
<b>参数样例</b>:` "{"IgnoreKeywordError":1}"`
|
11899
|
+
|
11900
|
+
|
11901
|
+
<font color="red">ComponentType为SIGN_VIRTUAL_COMBINATION时</font>,支持以下参数:
|
11902
|
+
<ul>
|
11903
|
+
<li><b>Children:</b> 绝对定位模式下,用来指定此签批控件的组合子控件 </li>
|
11904
|
+
<b>参数样例</b>:<br>`{"Children":["ComponentId_29","ComponentId_27","ComponentId_28","ComponentId_30"]}`
|
11905
|
+
<li><b>ChildrenComponents:</b> 关键字定位模式下,用来指定此签批控件的组合子控件 </li>
|
11906
|
+
ChildrenComponent结构体定义:
|
11907
|
+
<table border="1">
|
11908
|
+
<thead>
|
11909
|
+
<tr>
|
11910
|
+
<th>字段名称</th>
|
11911
|
+
<th>类型</th>
|
11912
|
+
<th>描述</th>
|
11913
|
+
</tr>
|
11914
|
+
</thead>
|
11915
|
+
<tbody>
|
11916
|
+
<tr>
|
11917
|
+
<td>ComponentType</td>
|
11918
|
+
<td>string</td>
|
11919
|
+
<td>子控件类型-可选值:SIGN_SIGNATURE,SIGN_DATE,SIGN_SELECTOR,SIGN_MULTI_LINE_TEXT</td>
|
11920
|
+
</tr>
|
11921
|
+
<tr>
|
11922
|
+
<td>ComponentName</td>
|
11923
|
+
<td>string</td>
|
11924
|
+
<td>子控件名称</td>
|
11925
|
+
</tr>
|
11926
|
+
<tr>
|
11927
|
+
<td>Placeholder</td>
|
11928
|
+
<td>string</td>
|
11929
|
+
<td>子控件提示语</td>
|
11930
|
+
</tr>
|
11931
|
+
<tr>
|
11932
|
+
<td>ComponentOffsetX</td>
|
11933
|
+
<td>float</td>
|
11934
|
+
<td>控件偏移位置X(相对于父控件(签批控件的ComponentX))</td>
|
11935
|
+
</tr>
|
11936
|
+
<tr>
|
11937
|
+
<td>ComponentOffsetY</td>
|
11938
|
+
<td>float</td>
|
11939
|
+
<td>控件偏移位置Y 相对于父控件(签批控件的ComponentY))</td>
|
11940
|
+
</tr>
|
11941
|
+
<tr>
|
11942
|
+
<td>ComponentWidth</td>
|
11943
|
+
<td>float</td>
|
11944
|
+
<td>控件宽</td>
|
11945
|
+
</tr>
|
11946
|
+
<tr>
|
11947
|
+
<td>ComponentHeight</td>
|
11948
|
+
<td>float</td>
|
11949
|
+
<td>控件高</td>
|
11950
|
+
</tr>
|
11951
|
+
<tr>
|
11952
|
+
<td>ComponentExtra</td>
|
11953
|
+
<td>string</td>
|
11954
|
+
<td>控件的附属信息,根据ComponentType设置</td>
|
11955
|
+
</tr>
|
11956
|
+
</tbody>
|
11957
|
+
</table>
|
11958
|
+
<b>参数样例</b>:
|
11959
|
+
```json
|
11960
|
+
{
|
11961
|
+
"ChildrenComponents": [
|
11962
|
+
{
|
11963
|
+
"ComponentType": "SIGN_SIGNATURE",
|
11964
|
+
"ComponentName": "个人签名",
|
11965
|
+
"Placeholder": "请签名",
|
11966
|
+
"ComponentOffsetX": 10,
|
11967
|
+
"ComponentOffsetY": 30,
|
11968
|
+
"ComponentWidth": 119,
|
11969
|
+
"ComponentHeight": 43,
|
11970
|
+
"ComponentExtra": "{\"ComponentTypeLimit\":[\"SYSTEM_ESIGN\"]}"
|
11971
|
+
},
|
11972
|
+
{
|
11973
|
+
"ComponentType": "SIGN_SELECTOR",
|
11974
|
+
"ComponentName": "是否同意此协议",
|
11975
|
+
"Placeholder": "",
|
11976
|
+
"ComponentOffsetX": 50,
|
11977
|
+
"ComponentOffsetY": 130,
|
11978
|
+
"ComponentWidth": 120,
|
11979
|
+
"ComponentHeight": 43,
|
11980
|
+
"ComponentExtra": "{\"Values\":[\"同意\",\"不同意\",\"再想想\"],\"FontSize\":12,\"FontAlign\":\"Left\",\"Font\":\"黑体\",\"MultiSelect\":false}"
|
11981
|
+
},
|
11982
|
+
{
|
11983
|
+
"ComponentType": "SIGN_MULTI_LINE_TEXT",
|
11984
|
+
"ComponentName": "批注附言",
|
11985
|
+
"Placeholder": "",
|
11986
|
+
"ComponentOffsetX": 150,
|
11987
|
+
"ComponentOffsetY": 300,
|
11988
|
+
"ComponentWidth": 200,
|
11989
|
+
"ComponentHeight": 86,
|
11990
|
+
"ComponentExtra": ""
|
11991
|
+
}
|
11992
|
+
]
|
11993
|
+
}
|
11994
|
+
```
|
11995
|
+
</ul>
|
11996
|
+
|
11997
|
+
|
11998
|
+
|
11999
|
+
|
11891
12000
|
:type ComponentExtra: str
|
11892
12001
|
:param _ComponentValue: 控件填充vaule,ComponentType和传入值类型对应关系:
|
11893
12002
|
<ul><li> <b>TEXT</b> : 文本内容</li>
|
@@ -12029,12 +12138,20 @@ class Component(AbstractModel):
|
|
12029
12138
|
<li> <b>SIGN_SIGNATURE</b> : 用户签名控件;</li>
|
12030
12139
|
<li> <b>SIGN_PAGING_SEAL</b> : 骑缝章;若文件发起,需要对应填充ComponentPosY、ComponentWidth、ComponentHeight</li>
|
12031
12140
|
<li> <b>SIGN_OPINION</b> : 签署意见控件,用户需要根据配置的签署意见内容,完成对意见内容的确认;</li>
|
12141
|
+
<li> <b>SIGN_VIRTUAL_COMBINATION</b> : 签批控件。内部最多组合4个特定控件(SIGN_SIGNATURE,SIGN_DATA,SIGN_MULTI_LINE_TEXT,SIGN_SELECTOR),本身不填充任何文字内容</li>
|
12142
|
+
<li> <b>SIGN_MULTI_LINE_TEXT</b> : 多行文本,<font color="red">仅可用在签批控件内部作为组合控件,单独无法使用</font>,常用作批注附言</li>
|
12143
|
+
<li> <b>SIGN_SELECTOR</b> : 选择器,<font color="red">仅可用在签批控件内部作为组合控件,单独无法使用</font>,常用作审批意见的选择</li>
|
12032
12144
|
<li> <b>SIGN_LEGAL_PERSON_SEAL</b> : 企业法定代表人控件。</li></ul>
|
12033
12145
|
|
12146
|
+
|
12034
12147
|
* 个人方
|
12035
12148
|
<ul><li> <b>SIGN_DATE</b> : 签署日期控件;</li>
|
12036
12149
|
<li> <b>SIGN_SIGNATURE</b> : 用户签名控件;</li>
|
12037
|
-
<li> <b>SIGN_OPINION</b> : 签署意见控件,用户需要根据配置的签署意见内容,完成对意见内容的确认;</li
|
12150
|
+
<li> <b>SIGN_OPINION</b> : 签署意见控件,用户需要根据配置的签署意见内容,完成对意见内容的确认;</li>
|
12151
|
+
<li> <b>SIGN_VIRTUAL_COMBINATION</b> : 签批控件。内部包含最多4个特定控件(SIGN_SIGNATURE,SIGN_DATA,SIGN_MULTI_LINE_TEXT,SIGN_SELECTOR),本身不填充任何文字内容</li>
|
12152
|
+
<li> <b>SIGN_MULTI_LINE_TEXT</b> : 多行文本,<font color="red">仅可用在签批控件内部作为组合控件,单独无法使用</font>,常用作批注附言</li>
|
12153
|
+
<li> <b>SIGN_SELECTOR</b> : 选择器,<font color="red">仅可用在签批控件内部作为组合控件,单独无法使用</font>,常用作审批意见的选择</li>
|
12154
|
+
</ul>
|
12038
12155
|
|
12039
12156
|
注:` 表单域的控件不能作为印章和签名控件`
|
12040
12157
|
:rtype: str
|
@@ -12231,13 +12348,114 @@ class Component(AbstractModel):
|
|
12231
12348
|
<b>参数样例</b>:`{"Rotate":-30,"RotateRelation":"Component_Id1"}`
|
12232
12349
|
|
12233
12350
|
<font color="red">签署印章透明度功能设置,</font>当ComponentType为SIGN_SIGNATURE、SIGN_SEAL、SIGN_PAGING_SEAL、SIGN_LEGAL_PERSON_SEAL时,可以通过以下参数设置签署印章的透明度:
|
12234
|
-
<ul><li> <b>Opacity</b>:印章透明度,支持范围:0
|
12351
|
+
<ul><li> <b>Opacity</b>:印章透明度,支持范围:0-1,0.7表示70%的透明度,1表示无透明度</li></ul>
|
12235
12352
|
<b>参数样例</b>:`{"Opacity":0.7}`
|
12236
12353
|
|
12237
12354
|
<font color="red">关键字模式下支持关键字找不到的情况下不进行报错的设置</font>
|
12238
12355
|
<ul><li> <b>IgnoreKeywordError</b> :1-关键字查找不到时不进行报错</li></ul>
|
12239
12356
|
场景说明:如果使用关键字进行定位,但是指定的PDF文件中又没有设置的关键字时,发起合同会进行关键字是否存在的校验,如果关键字不存在,会进行报错返回。如果不希望进行报错,可以设置"IgnoreKeywordError"来忽略错误。请注意,如果关键字签署控件对应的签署方在整个PDF文件中一个签署控件都没有,还是会触发报错逻辑。
|
12240
12357
|
<b>参数样例</b>:` "{"IgnoreKeywordError":1}"`
|
12358
|
+
|
12359
|
+
|
12360
|
+
<font color="red">ComponentType为SIGN_VIRTUAL_COMBINATION时</font>,支持以下参数:
|
12361
|
+
<ul>
|
12362
|
+
<li><b>Children:</b> 绝对定位模式下,用来指定此签批控件的组合子控件 </li>
|
12363
|
+
<b>参数样例</b>:<br>`{"Children":["ComponentId_29","ComponentId_27","ComponentId_28","ComponentId_30"]}`
|
12364
|
+
<li><b>ChildrenComponents:</b> 关键字定位模式下,用来指定此签批控件的组合子控件 </li>
|
12365
|
+
ChildrenComponent结构体定义:
|
12366
|
+
<table border="1">
|
12367
|
+
<thead>
|
12368
|
+
<tr>
|
12369
|
+
<th>字段名称</th>
|
12370
|
+
<th>类型</th>
|
12371
|
+
<th>描述</th>
|
12372
|
+
</tr>
|
12373
|
+
</thead>
|
12374
|
+
<tbody>
|
12375
|
+
<tr>
|
12376
|
+
<td>ComponentType</td>
|
12377
|
+
<td>string</td>
|
12378
|
+
<td>子控件类型-可选值:SIGN_SIGNATURE,SIGN_DATE,SIGN_SELECTOR,SIGN_MULTI_LINE_TEXT</td>
|
12379
|
+
</tr>
|
12380
|
+
<tr>
|
12381
|
+
<td>ComponentName</td>
|
12382
|
+
<td>string</td>
|
12383
|
+
<td>子控件名称</td>
|
12384
|
+
</tr>
|
12385
|
+
<tr>
|
12386
|
+
<td>Placeholder</td>
|
12387
|
+
<td>string</td>
|
12388
|
+
<td>子控件提示语</td>
|
12389
|
+
</tr>
|
12390
|
+
<tr>
|
12391
|
+
<td>ComponentOffsetX</td>
|
12392
|
+
<td>float</td>
|
12393
|
+
<td>控件偏移位置X(相对于父控件(签批控件的ComponentX))</td>
|
12394
|
+
</tr>
|
12395
|
+
<tr>
|
12396
|
+
<td>ComponentOffsetY</td>
|
12397
|
+
<td>float</td>
|
12398
|
+
<td>控件偏移位置Y 相对于父控件(签批控件的ComponentY))</td>
|
12399
|
+
</tr>
|
12400
|
+
<tr>
|
12401
|
+
<td>ComponentWidth</td>
|
12402
|
+
<td>float</td>
|
12403
|
+
<td>控件宽</td>
|
12404
|
+
</tr>
|
12405
|
+
<tr>
|
12406
|
+
<td>ComponentHeight</td>
|
12407
|
+
<td>float</td>
|
12408
|
+
<td>控件高</td>
|
12409
|
+
</tr>
|
12410
|
+
<tr>
|
12411
|
+
<td>ComponentExtra</td>
|
12412
|
+
<td>string</td>
|
12413
|
+
<td>控件的附属信息,根据ComponentType设置</td>
|
12414
|
+
</tr>
|
12415
|
+
</tbody>
|
12416
|
+
</table>
|
12417
|
+
<b>参数样例</b>:
|
12418
|
+
```json
|
12419
|
+
{
|
12420
|
+
"ChildrenComponents": [
|
12421
|
+
{
|
12422
|
+
"ComponentType": "SIGN_SIGNATURE",
|
12423
|
+
"ComponentName": "个人签名",
|
12424
|
+
"Placeholder": "请签名",
|
12425
|
+
"ComponentOffsetX": 10,
|
12426
|
+
"ComponentOffsetY": 30,
|
12427
|
+
"ComponentWidth": 119,
|
12428
|
+
"ComponentHeight": 43,
|
12429
|
+
"ComponentExtra": "{\"ComponentTypeLimit\":[\"SYSTEM_ESIGN\"]}"
|
12430
|
+
},
|
12431
|
+
{
|
12432
|
+
"ComponentType": "SIGN_SELECTOR",
|
12433
|
+
"ComponentName": "是否同意此协议",
|
12434
|
+
"Placeholder": "",
|
12435
|
+
"ComponentOffsetX": 50,
|
12436
|
+
"ComponentOffsetY": 130,
|
12437
|
+
"ComponentWidth": 120,
|
12438
|
+
"ComponentHeight": 43,
|
12439
|
+
"ComponentExtra": "{\"Values\":[\"同意\",\"不同意\",\"再想想\"],\"FontSize\":12,\"FontAlign\":\"Left\",\"Font\":\"黑体\",\"MultiSelect\":false}"
|
12440
|
+
},
|
12441
|
+
{
|
12442
|
+
"ComponentType": "SIGN_MULTI_LINE_TEXT",
|
12443
|
+
"ComponentName": "批注附言",
|
12444
|
+
"Placeholder": "",
|
12445
|
+
"ComponentOffsetX": 150,
|
12446
|
+
"ComponentOffsetY": 300,
|
12447
|
+
"ComponentWidth": 200,
|
12448
|
+
"ComponentHeight": 86,
|
12449
|
+
"ComponentExtra": ""
|
12450
|
+
}
|
12451
|
+
]
|
12452
|
+
}
|
12453
|
+
```
|
12454
|
+
</ul>
|
12455
|
+
|
12456
|
+
|
12457
|
+
|
12458
|
+
|
12241
12459
|
:rtype: str
|
12242
12460
|
"""
|
12243
12461
|
return self._ComponentExtra
|
@@ -15895,7 +16113,7 @@ class CreateSignUrlsRequest(AbstractModel):
|
|
15895
16113
|
:type FlowGroupId: str
|
15896
16114
|
:param _Endpoint: 签署链接类型,可以设置的参数如下
|
15897
16115
|
<ul><li> **WEIXINAPP** :(默认)跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型 ,此时返回短链</li>
|
15898
|
-
<li> **CHANNEL** :带有H5
|
16116
|
+
<li> **CHANNEL** :带有H5引导页的跳转电子签小程序的链接(<b>GenerateType非ALL时候不能设置成CHANNEL</b>)</li>
|
15899
16117
|
<li> **APP** :第三方App或小程序跳转电子签小程序的path, App或者小程序跳转适合此类型</li>
|
15900
16118
|
<li> **LONGURL2WEIXINAPP** :跳转电子签小程序的链接, H5跳转适合此类型,此时返回长链</li></ul>
|
15901
16119
|
|
@@ -16035,7 +16253,7 @@ class CreateSignUrlsRequest(AbstractModel):
|
|
16035
16253
|
def Endpoint(self):
|
16036
16254
|
"""签署链接类型,可以设置的参数如下
|
16037
16255
|
<ul><li> **WEIXINAPP** :(默认)跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型 ,此时返回短链</li>
|
16038
|
-
<li> **CHANNEL** :带有H5
|
16256
|
+
<li> **CHANNEL** :带有H5引导页的跳转电子签小程序的链接(<b>GenerateType非ALL时候不能设置成CHANNEL</b>)</li>
|
16039
16257
|
<li> **APP** :第三方App或小程序跳转电子签小程序的path, App或者小程序跳转适合此类型</li>
|
16040
16258
|
<li> **LONGURL2WEIXINAPP** :跳转电子签小程序的链接, H5跳转适合此类型,此时返回长链</li></ul>
|
16041
16259
|
|
@@ -19529,6 +19747,9 @@ class FlowApproverDetail(AbstractModel):
|
|
19529
19747
|
:param _ApproverRoleName: 自定义签署人的角色名, 如: 收款人、开具人、见证人等
|
19530
19748
|
注意:此字段可能返回 null,表示取不到有效值。
|
19531
19749
|
:type ApproverRoleName: str
|
19750
|
+
:param _SignId: 签署参与人在本流程中的编号ID(每个流程不同),可用此ID来定位签署参与人在本流程的签署节点。
|
19751
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
19752
|
+
:type SignId: str
|
19532
19753
|
"""
|
19533
19754
|
self._ReceiptId = None
|
19534
19755
|
self._ProxyOrganizationOpenId = None
|
@@ -19542,6 +19763,7 @@ class FlowApproverDetail(AbstractModel):
|
|
19542
19763
|
self._ApproveTime = None
|
19543
19764
|
self._ApproveType = None
|
19544
19765
|
self._ApproverRoleName = None
|
19766
|
+
self._SignId = None
|
19545
19767
|
|
19546
19768
|
@property
|
19547
19769
|
def ReceiptId(self):
|
@@ -19696,6 +19918,18 @@ class FlowApproverDetail(AbstractModel):
|
|
19696
19918
|
def ApproverRoleName(self, ApproverRoleName):
|
19697
19919
|
self._ApproverRoleName = ApproverRoleName
|
19698
19920
|
|
19921
|
+
@property
|
19922
|
+
def SignId(self):
|
19923
|
+
"""签署参与人在本流程中的编号ID(每个流程不同),可用此ID来定位签署参与人在本流程的签署节点。
|
19924
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
19925
|
+
:rtype: str
|
19926
|
+
"""
|
19927
|
+
return self._SignId
|
19928
|
+
|
19929
|
+
@SignId.setter
|
19930
|
+
def SignId(self, SignId):
|
19931
|
+
self._SignId = SignId
|
19932
|
+
|
19699
19933
|
|
19700
19934
|
def _deserialize(self, params):
|
19701
19935
|
self._ReceiptId = params.get("ReceiptId")
|
@@ -19710,6 +19944,7 @@ class FlowApproverDetail(AbstractModel):
|
|
19710
19944
|
self._ApproveTime = params.get("ApproveTime")
|
19711
19945
|
self._ApproveType = params.get("ApproveType")
|
19712
19946
|
self._ApproverRoleName = params.get("ApproverRoleName")
|
19947
|
+
self._SignId = params.get("SignId")
|
19713
19948
|
memeber_set = set(params.keys())
|
19714
19949
|
for name, value in vars(self).items():
|
19715
19950
|
property_name = name[1:]
|
@@ -19907,6 +20142,9 @@ class FlowApproverInfo(AbstractModel):
|
|
19907
20142
|
2. 使用视频认证时,<b>生成H5签署链接的时候必须将签署认证方式指定为人脸</b>(即ApproverSignTypes设置成人脸签署)。
|
19908
20143
|
3. 签署完成后,可以通过<a href="https://qian.tencent.com/developers/partnerApis/flows/ChannelDescribeSignFaceVideo" target="_blank">查询签署认证人脸视频</a>获取到当时的视频。
|
19909
20144
|
:type Intention: :class:`tencentcloud.essbasic.v20210526.models.Intention`
|
20145
|
+
:param _SignEndpoints: 进入签署流程的限制,目前支持以下选项:
|
20146
|
+
<ul><li> <b>空值(默认)</b> :无限制,可在任何场景进入签署流程。</li><li> <b>link</b> :选择此选项后,将无法通过控制台或电子签小程序列表进入填写或签署操作,仅可预览合同。填写或签署流程只能通过短信或发起方提供的专用链接进行。</li></ul>
|
20147
|
+
:type SignEndpoints: list of str
|
19910
20148
|
"""
|
19911
20149
|
self._Name = None
|
19912
20150
|
self._IdCardType = None
|
@@ -19935,6 +20173,7 @@ class FlowApproverInfo(AbstractModel):
|
|
19935
20173
|
self._SignTypeSelector = None
|
19936
20174
|
self._Components = None
|
19937
20175
|
self._Intention = None
|
20176
|
+
self._SignEndpoints = None
|
19938
20177
|
|
19939
20178
|
@property
|
19940
20179
|
def Name(self):
|
@@ -20351,6 +20590,18 @@ class FlowApproverInfo(AbstractModel):
|
|
20351
20590
|
def Intention(self, Intention):
|
20352
20591
|
self._Intention = Intention
|
20353
20592
|
|
20593
|
+
@property
|
20594
|
+
def SignEndpoints(self):
|
20595
|
+
"""进入签署流程的限制,目前支持以下选项:
|
20596
|
+
<ul><li> <b>空值(默认)</b> :无限制,可在任何场景进入签署流程。</li><li> <b>link</b> :选择此选项后,将无法通过控制台或电子签小程序列表进入填写或签署操作,仅可预览合同。填写或签署流程只能通过短信或发起方提供的专用链接进行。</li></ul>
|
20597
|
+
:rtype: list of str
|
20598
|
+
"""
|
20599
|
+
return self._SignEndpoints
|
20600
|
+
|
20601
|
+
@SignEndpoints.setter
|
20602
|
+
def SignEndpoints(self, SignEndpoints):
|
20603
|
+
self._SignEndpoints = SignEndpoints
|
20604
|
+
|
20354
20605
|
|
20355
20606
|
def _deserialize(self, params):
|
20356
20607
|
self._Name = params.get("Name")
|
@@ -20399,6 +20650,7 @@ class FlowApproverInfo(AbstractModel):
|
|
20399
20650
|
if params.get("Intention") is not None:
|
20400
20651
|
self._Intention = Intention()
|
20401
20652
|
self._Intention._deserialize(params.get("Intention"))
|
20653
|
+
self._SignEndpoints = params.get("SignEndpoints")
|
20402
20654
|
memeber_set = set(params.keys())
|
20403
20655
|
for name, value in vars(self).items():
|
20404
20656
|
property_name = name[1:]
|
@@ -9173,7 +9173,6 @@ class MobileStatusResponse(AbstractModel):
|
|
9173
9173
|
0:正常。
|
9174
9174
|
1:停机。
|
9175
9175
|
2:销号。
|
9176
|
-
3:空号。
|
9177
9176
|
4:不在网。
|
9178
9177
|
99:未知状态。
|
9179
9178
|
:type StatusCode: int
|
@@ -9222,7 +9221,6 @@ class MobileStatusResponse(AbstractModel):
|
|
9222
9221
|
0:正常。
|
9223
9222
|
1:停机。
|
9224
9223
|
2:销号。
|
9225
|
-
3:空号。
|
9226
9224
|
4:不在网。
|
9227
9225
|
99:未知状态。
|
9228
9226
|
:rtype: int
|
@@ -72,6 +72,29 @@ class HunyuanClient(AbstractClient):
|
|
72
72
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
73
73
|
|
74
74
|
|
75
|
+
def ChatTranslations(self, request):
|
76
|
+
"""腾讯混元大模型是由腾讯研发的大语言模型,具备强大的中文创作能力,复杂语境下的逻辑推理能力,以及可靠的任务执行能力。本接口支持流式或非流式调用,当使用流式调用时为 SSE 协议。
|
77
|
+
|
78
|
+
1. 本接口暂不支持返回图片内容。
|
79
|
+
2. 默认该接口下单账号限制并发数为 5 路,如您有提高并发限制的需求请 [购买](https://buy.cloud.tencent.com/hunyuan) 。
|
80
|
+
3. 请使用 SDK 调用本接口,每种开发语言的 SDK Git 仓库 examples/hunyuan/v20230901/ 目录下有提供示例供参考。SDK 链接在文档下方 “**开发者资源 - SDK**” 部分提供。
|
81
|
+
4. 我们推荐您使用 API Explorer,方便快速地在线调试接口和下载各语言的示例代码,[点击打开](https://console.cloud.tencent.com/api/explorer?Product=hunyuan&Version=2023-09-01&Action=ChatCompletions)。
|
82
|
+
|
83
|
+
:param request: Request instance for ChatTranslations.
|
84
|
+
:type request: :class:`tencentcloud.hunyuan.v20230901.models.ChatTranslationsRequest`
|
85
|
+
:rtype: :class:`tencentcloud.hunyuan.v20230901.models.ChatTranslationsResponse`
|
86
|
+
|
87
|
+
"""
|
88
|
+
try:
|
89
|
+
params = request._serialize()
|
90
|
+
return self._call_and_deserialize("ChatTranslations", params, models.ChatTranslationsResponse, headers=request.headers)
|
91
|
+
except Exception as e:
|
92
|
+
if isinstance(e, TencentCloudSDKException):
|
93
|
+
raise
|
94
|
+
else:
|
95
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
96
|
+
|
97
|
+
|
75
98
|
def CreateThread(self, request):
|
76
99
|
"""腾讯混元大模型是由腾讯研发的大语言模型,具备强大的中文创作能力,复杂语境下的逻辑推理能力,以及可靠的任务执行能力。本接口支持流式或非流式调用,当使用流式调用时为 SSE 协议。
|
77
100
|
|