tencentcloud-sdk-python-ess 3.1.46__tar.gz → 3.1.51__tar.gz
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_sdk_python_ess-3.1.46 → tencentcloud_sdk_python_ess-3.1.51}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ess-3.1.46 → tencentcloud_sdk_python_ess-3.1.51}/setup.py +1 -1
- {tencentcloud_sdk_python_ess-3.1.46 → tencentcloud_sdk_python_ess-3.1.51}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ess-3.1.46 → tencentcloud_sdk_python_ess-3.1.51}/tencentcloud/ess/v20201111/ess_client.py +2 -2
- {tencentcloud_sdk_python_ess-3.1.46 → tencentcloud_sdk_python_ess-3.1.51}/tencentcloud/ess/v20201111/ess_client_async.py +2 -2
- {tencentcloud_sdk_python_ess-3.1.46 → tencentcloud_sdk_python_ess-3.1.51}/tencentcloud/ess/v20201111/models.py +115 -12
- {tencentcloud_sdk_python_ess-3.1.46 → tencentcloud_sdk_python_ess-3.1.51}/tencentcloud_sdk_python_ess.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_ess-3.1.51/tencentcloud_sdk_python_ess.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_ess-3.1.46/tencentcloud_sdk_python_ess.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_ess-3.1.46 → tencentcloud_sdk_python_ess-3.1.51}/README.rst +0 -0
- {tencentcloud_sdk_python_ess-3.1.46 → tencentcloud_sdk_python_ess-3.1.51}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ess-3.1.46 → tencentcloud_sdk_python_ess-3.1.51}/tencentcloud/ess/__init__.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.46 → tencentcloud_sdk_python_ess-3.1.51}/tencentcloud/ess/v20201111/__init__.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.46 → tencentcloud_sdk_python_ess-3.1.51}/tencentcloud/ess/v20201111/errorcodes.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.46 → tencentcloud_sdk_python_ess-3.1.51}/tencentcloud_sdk_python_ess.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_ess-3.1.46 → tencentcloud_sdk_python_ess-3.1.51}/tencentcloud_sdk_python_ess.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ess-3.1.46 → tencentcloud_sdk_python_ess-3.1.51}/tencentcloud_sdk_python_ess.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-ess
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.51
|
|
4
4
|
Summary: Tencent Cloud Ess SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.51
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-ess',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.51,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Ess SDK for Python',
|
|
@@ -1404,10 +1404,10 @@ class EssClient(AbstractClient):
|
|
|
1404
1404
|
|
|
1405
1405
|
**注意**
|
|
1406
1406
|
1. 该签署**链接有效期为30分钟**,过期后将失效,如需签署可重新创建签署链接 。
|
|
1407
|
-
2. 该接口返回的签署链接适用于APP集成的场景,支持APP
|
|
1407
|
+
2. 该接口返回的签署链接适用于APP集成的场景,支持APP、支付宝打开或浏览器直接打开,**不支持微信小程序嵌入**。配置方式请参考:<a href="https://qian.tencent.com/developers/company/openqianh5/">跳转电子签H5</a>。
|
|
1408
1408
|
如需跳转到小程序的实现,参考微信官方文档(分为<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>。
|
|
1409
1409
|
3. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
|
|
1410
|
-
4. H5
|
|
1410
|
+
4. H5签署现在**仅支持中国大陆身份证、中国港澳台居民居住证**。
|
|
1411
1411
|
|
|
1412
1412
|
:param request: Request instance for CreateFlowSignUrl.
|
|
1413
1413
|
:type request: :class:`tencentcloud.ess.v20201111.models.CreateFlowSignUrlRequest`
|
|
@@ -1218,10 +1218,10 @@ class EssClient(AbstractClient):
|
|
|
1218
1218
|
|
|
1219
1219
|
**注意**
|
|
1220
1220
|
1. 该签署**链接有效期为30分钟**,过期后将失效,如需签署可重新创建签署链接 。
|
|
1221
|
-
2. 该接口返回的签署链接适用于APP集成的场景,支持APP
|
|
1221
|
+
2. 该接口返回的签署链接适用于APP集成的场景,支持APP、支付宝打开或浏览器直接打开,**不支持微信小程序嵌入**。配置方式请参考:<a href="https://qian.tencent.com/developers/company/openqianh5/">跳转电子签H5</a>。
|
|
1222
1222
|
如需跳转到小程序的实现,参考微信官方文档(分为<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>。
|
|
1223
1223
|
3. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
|
|
1224
|
-
4. H5
|
|
1224
|
+
4. H5签署现在**仅支持中国大陆身份证、中国港澳台居民居住证**。
|
|
1225
1225
|
"""
|
|
1226
1226
|
|
|
1227
1227
|
kwargs = {}
|
|
@@ -3384,12 +3384,25 @@ class ComparisonDetail(AbstractModel):
|
|
|
3384
3384
|
:type OriginText: str
|
|
3385
3385
|
:param _DiffText: 对比文本。
|
|
3386
3386
|
:type DiffText: str
|
|
3387
|
+
:param _FormatType: 合同文本的格式类型。
|
|
3388
|
+
类型如下:
|
|
3389
|
+
<ul><li> **0**:段落(正文)</li>
|
|
3390
|
+
<li> **1**:标点符号</li>
|
|
3391
|
+
<li> **2**:页眉页脚</li>
|
|
3392
|
+
<li> **3**:目录</li>
|
|
3393
|
+
<li> **4**:印章</li>
|
|
3394
|
+
<li> **5**:序号</li>
|
|
3395
|
+
<li> **6**:水印</li>
|
|
3396
|
+
<li> **7**:下划线内容(填写区)</li>
|
|
3397
|
+
</ul>
|
|
3398
|
+
:type FormatType: int
|
|
3387
3399
|
"""
|
|
3388
3400
|
self._ComparisonPointId = None
|
|
3389
3401
|
self._ComparisonType = None
|
|
3390
3402
|
self._ContentType = None
|
|
3391
3403
|
self._OriginText = None
|
|
3392
3404
|
self._DiffText = None
|
|
3405
|
+
self._FormatType = None
|
|
3393
3406
|
|
|
3394
3407
|
@property
|
|
3395
3408
|
def ComparisonPointId(self):
|
|
@@ -3454,6 +3467,27 @@ class ComparisonDetail(AbstractModel):
|
|
|
3454
3467
|
def DiffText(self, DiffText):
|
|
3455
3468
|
self._DiffText = DiffText
|
|
3456
3469
|
|
|
3470
|
+
@property
|
|
3471
|
+
def FormatType(self):
|
|
3472
|
+
r"""合同文本的格式类型。
|
|
3473
|
+
类型如下:
|
|
3474
|
+
<ul><li> **0**:段落(正文)</li>
|
|
3475
|
+
<li> **1**:标点符号</li>
|
|
3476
|
+
<li> **2**:页眉页脚</li>
|
|
3477
|
+
<li> **3**:目录</li>
|
|
3478
|
+
<li> **4**:印章</li>
|
|
3479
|
+
<li> **5**:序号</li>
|
|
3480
|
+
<li> **6**:水印</li>
|
|
3481
|
+
<li> **7**:下划线内容(填写区)</li>
|
|
3482
|
+
</ul>
|
|
3483
|
+
:rtype: int
|
|
3484
|
+
"""
|
|
3485
|
+
return self._FormatType
|
|
3486
|
+
|
|
3487
|
+
@FormatType.setter
|
|
3488
|
+
def FormatType(self, FormatType):
|
|
3489
|
+
self._FormatType = FormatType
|
|
3490
|
+
|
|
3457
3491
|
|
|
3458
3492
|
def _deserialize(self, params):
|
|
3459
3493
|
self._ComparisonPointId = params.get("ComparisonPointId")
|
|
@@ -3461,6 +3495,7 @@ class ComparisonDetail(AbstractModel):
|
|
|
3461
3495
|
self._ContentType = params.get("ContentType")
|
|
3462
3496
|
self._OriginText = params.get("OriginText")
|
|
3463
3497
|
self._DiffText = params.get("DiffText")
|
|
3498
|
+
self._FormatType = params.get("FormatType")
|
|
3464
3499
|
memeber_set = set(params.keys())
|
|
3465
3500
|
for name, value in vars(self).items():
|
|
3466
3501
|
property_name = name[1:]
|
|
@@ -23159,10 +23194,27 @@ class DescribeContractComparisonTaskRequest(AbstractModel):
|
|
|
23159
23194
|
:param _ShowDetail: 是否返回详细的对比结果。为 true时,响应中将包含详细的对比信息,如相似度、文本差异具体内容等;为 false时,仅返回任务基本状态信息。
|
|
23160
23195
|
注:`详细结果数据量可能较大,请按需开启。`
|
|
23161
23196
|
:type ShowDetail: bool
|
|
23197
|
+
:param _Filters: 搜索条件,具体参考Filter结构体。本接口取值:
|
|
23198
|
+
|
|
23199
|
+
1. **format-type:**
|
|
23200
|
+
按照【 合同文本格式类型 】进行过滤;
|
|
23201
|
+
类型:String;
|
|
23202
|
+
是否必填项:否;
|
|
23203
|
+
类型如下:
|
|
23204
|
+
<ul><li> **0**:段落(正文)</li>
|
|
23205
|
+
<li> **1**:标点符号</li>
|
|
23206
|
+
<li> **2**:页眉页脚</li>
|
|
23207
|
+
<li> **3**:目录</li>
|
|
23208
|
+
<li> **4**:印章</li>
|
|
23209
|
+
<li> **5**:序号</li>
|
|
23210
|
+
<li> **7**:下划线内容(填写区)</li>
|
|
23211
|
+
</ul>
|
|
23212
|
+
:type Filters: list of Filter
|
|
23162
23213
|
"""
|
|
23163
23214
|
self._Operator = None
|
|
23164
23215
|
self._TaskId = None
|
|
23165
23216
|
self._ShowDetail = None
|
|
23217
|
+
self._Filters = None
|
|
23166
23218
|
|
|
23167
23219
|
@property
|
|
23168
23220
|
def Operator(self):
|
|
@@ -23199,6 +23251,31 @@ class DescribeContractComparisonTaskRequest(AbstractModel):
|
|
|
23199
23251
|
def ShowDetail(self, ShowDetail):
|
|
23200
23252
|
self._ShowDetail = ShowDetail
|
|
23201
23253
|
|
|
23254
|
+
@property
|
|
23255
|
+
def Filters(self):
|
|
23256
|
+
r"""搜索条件,具体参考Filter结构体。本接口取值:
|
|
23257
|
+
|
|
23258
|
+
1. **format-type:**
|
|
23259
|
+
按照【 合同文本格式类型 】进行过滤;
|
|
23260
|
+
类型:String;
|
|
23261
|
+
是否必填项:否;
|
|
23262
|
+
类型如下:
|
|
23263
|
+
<ul><li> **0**:段落(正文)</li>
|
|
23264
|
+
<li> **1**:标点符号</li>
|
|
23265
|
+
<li> **2**:页眉页脚</li>
|
|
23266
|
+
<li> **3**:目录</li>
|
|
23267
|
+
<li> **4**:印章</li>
|
|
23268
|
+
<li> **5**:序号</li>
|
|
23269
|
+
<li> **7**:下划线内容(填写区)</li>
|
|
23270
|
+
</ul>
|
|
23271
|
+
:rtype: list of Filter
|
|
23272
|
+
"""
|
|
23273
|
+
return self._Filters
|
|
23274
|
+
|
|
23275
|
+
@Filters.setter
|
|
23276
|
+
def Filters(self, Filters):
|
|
23277
|
+
self._Filters = Filters
|
|
23278
|
+
|
|
23202
23279
|
|
|
23203
23280
|
def _deserialize(self, params):
|
|
23204
23281
|
if params.get("Operator") is not None:
|
|
@@ -23206,6 +23283,12 @@ class DescribeContractComparisonTaskRequest(AbstractModel):
|
|
|
23206
23283
|
self._Operator._deserialize(params.get("Operator"))
|
|
23207
23284
|
self._TaskId = params.get("TaskId")
|
|
23208
23285
|
self._ShowDetail = params.get("ShowDetail")
|
|
23286
|
+
if params.get("Filters") is not None:
|
|
23287
|
+
self._Filters = []
|
|
23288
|
+
for item in params.get("Filters"):
|
|
23289
|
+
obj = Filter()
|
|
23290
|
+
obj._deserialize(item)
|
|
23291
|
+
self._Filters.append(obj)
|
|
23209
23292
|
memeber_set = set(params.keys())
|
|
23210
23293
|
for name, value in vars(self).items():
|
|
23211
23294
|
property_name = name[1:]
|
|
@@ -27427,9 +27510,9 @@ class DescribeOrganizationGroupOrganizationsRequest(AbstractModel):
|
|
|
27427
27510
|
:param _Operator: 执行本接口操作的员工信息,userId必填。
|
|
27428
27511
|
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。
|
|
27429
27512
|
:type Operator: :class:`tencentcloud.ess.v20201111.models.UserInfo`
|
|
27430
|
-
:param _Limit:
|
|
27513
|
+
:param _Limit: 指定分页每页返回的数据条数,单页最大支持 200。
|
|
27431
27514
|
:type Limit: int
|
|
27432
|
-
:param _Offset:
|
|
27515
|
+
:param _Offset: 偏移量,默认为0,最大20000。关于<code>Offset</code>的更进一步介绍请参考 API <a href="https://cloud.tencent.com/document/api/213/15688" target="_blank">简介</a>中的相关小节。
|
|
27433
27516
|
:type Offset: int
|
|
27434
27517
|
:param _Name: 查询成员企业的企业名,模糊匹配
|
|
27435
27518
|
:type Name: str
|
|
@@ -27444,6 +27527,9 @@ class DescribeOrganizationGroupOrganizationsRequest(AbstractModel):
|
|
|
27444
27527
|
:param _Export: 是否导出当前成员企业数据
|
|
27445
27528
|
<ul><li> **false**:不导出(默认值)</li>
|
|
27446
27529
|
<li> **true**:导出</li></ul>
|
|
27530
|
+
|
|
27531
|
+
p.s.
|
|
27532
|
+
若传入此参数, LImit参数将无效,导出的为全量数据。
|
|
27447
27533
|
:type Export: bool
|
|
27448
27534
|
:param _Id: 成员企业机构 ID,32 位字符串,在PC控制台 集团管理可获取
|
|
27449
27535
|
:type Id: str
|
|
@@ -27470,7 +27556,7 @@ class DescribeOrganizationGroupOrganizationsRequest(AbstractModel):
|
|
|
27470
27556
|
|
|
27471
27557
|
@property
|
|
27472
27558
|
def Limit(self):
|
|
27473
|
-
r"""
|
|
27559
|
+
r"""指定分页每页返回的数据条数,单页最大支持 200。
|
|
27474
27560
|
:rtype: int
|
|
27475
27561
|
"""
|
|
27476
27562
|
return self._Limit
|
|
@@ -27481,7 +27567,7 @@ class DescribeOrganizationGroupOrganizationsRequest(AbstractModel):
|
|
|
27481
27567
|
|
|
27482
27568
|
@property
|
|
27483
27569
|
def Offset(self):
|
|
27484
|
-
r"""
|
|
27570
|
+
r"""偏移量,默认为0,最大20000。关于<code>Offset</code>的更进一步介绍请参考 API <a href="https://cloud.tencent.com/document/api/213/15688" target="_blank">简介</a>中的相关小节。
|
|
27485
27571
|
:rtype: int
|
|
27486
27572
|
"""
|
|
27487
27573
|
return self._Offset
|
|
@@ -27527,6 +27613,9 @@ class DescribeOrganizationGroupOrganizationsRequest(AbstractModel):
|
|
|
27527
27613
|
r"""是否导出当前成员企业数据
|
|
27528
27614
|
<ul><li> **false**:不导出(默认值)</li>
|
|
27529
27615
|
<li> **true**:导出</li></ul>
|
|
27616
|
+
|
|
27617
|
+
p.s.
|
|
27618
|
+
若传入此参数, LImit参数将无效,导出的为全量数据。
|
|
27530
27619
|
:rtype: bool
|
|
27531
27620
|
"""
|
|
27532
27621
|
return self._Export
|
|
@@ -30160,8 +30249,15 @@ class ExtendScene(AbstractModel):
|
|
|
30160
30249
|
def __init__(self):
|
|
30161
30250
|
r"""
|
|
30162
30251
|
:param _GenerateType: 印章来源类型
|
|
30252
|
+
印章来源类型包括下面几种:
|
|
30253
|
+
<ul>
|
|
30254
|
+
<li>CREATE-客户上传图片创建</li>
|
|
30255
|
+
<li>GENERATE-系统模版印章生成</li>
|
|
30256
|
+
<li>SIST_SEAL-深圳电子印章</li>
|
|
30257
|
+
</ul>
|
|
30163
30258
|
:type GenerateType: str
|
|
30164
30259
|
:param _GenerateTypeDesc: 印章来源类型描述
|
|
30260
|
+
|
|
30165
30261
|
:type GenerateTypeDesc: str
|
|
30166
30262
|
:param _GenerateTypeLogo: 印章来源logo
|
|
30167
30263
|
:type GenerateTypeLogo: str
|
|
@@ -30173,6 +30269,12 @@ class ExtendScene(AbstractModel):
|
|
|
30173
30269
|
@property
|
|
30174
30270
|
def GenerateType(self):
|
|
30175
30271
|
r"""印章来源类型
|
|
30272
|
+
印章来源类型包括下面几种:
|
|
30273
|
+
<ul>
|
|
30274
|
+
<li>CREATE-客户上传图片创建</li>
|
|
30275
|
+
<li>GENERATE-系统模版印章生成</li>
|
|
30276
|
+
<li>SIST_SEAL-深圳电子印章</li>
|
|
30277
|
+
</ul>
|
|
30176
30278
|
:rtype: str
|
|
30177
30279
|
"""
|
|
30178
30280
|
return self._GenerateType
|
|
@@ -30184,6 +30286,7 @@ class ExtendScene(AbstractModel):
|
|
|
30184
30286
|
@property
|
|
30185
30287
|
def GenerateTypeDesc(self):
|
|
30186
30288
|
r"""印章来源类型描述
|
|
30289
|
+
|
|
30187
30290
|
:rtype: str
|
|
30188
30291
|
"""
|
|
30189
30292
|
return self._GenerateTypeDesc
|
|
@@ -40010,13 +40113,13 @@ class PositionInfo(AbstractModel):
|
|
|
40010
40113
|
|
|
40011
40114
|
def __init__(self):
|
|
40012
40115
|
r"""
|
|
40013
|
-
:param _X: PDF文件页X坐标位置,以PDF
|
|
40116
|
+
:param _X: PDF文件页X坐标位置,以PDF单页左上角为坐标原点,单位是 “点”(Point,简称 pt)
|
|
40014
40117
|
:type X: float
|
|
40015
|
-
:param _Y: PDF文件页Y坐标位置,以PDF
|
|
40118
|
+
:param _Y: PDF文件页Y坐标位置,以PDF单页左上角为坐标原点,单位是 “点”(Point,简称 pt)
|
|
40016
40119
|
:type Y: float
|
|
40017
|
-
:param _Width: 距离X坐标的宽度,用于在PDF
|
|
40120
|
+
:param _Width: 距离X坐标的宽度,用于在PDF文件进行画框,单位是 “点”(Point,简称 pt)
|
|
40018
40121
|
:type Width: float
|
|
40019
|
-
:param _Height: 距离Y坐标的高度,用于在PDF
|
|
40122
|
+
:param _Height: 距离Y坐标的高度,用于在PDF文件进行画框,单位是 “点”(Point,简称 pt)
|
|
40020
40123
|
:type Height: float
|
|
40021
40124
|
:param _PageIndex: PDF文件页码索引,此值加1就是对应PDF文件的页码。
|
|
40022
40125
|
:type PageIndex: int
|
|
@@ -40041,7 +40144,7 @@ class PositionInfo(AbstractModel):
|
|
|
40041
40144
|
|
|
40042
40145
|
@property
|
|
40043
40146
|
def X(self):
|
|
40044
|
-
r"""PDF文件页X坐标位置,以PDF
|
|
40147
|
+
r"""PDF文件页X坐标位置,以PDF单页左上角为坐标原点,单位是 “点”(Point,简称 pt)
|
|
40045
40148
|
:rtype: float
|
|
40046
40149
|
"""
|
|
40047
40150
|
return self._X
|
|
@@ -40052,7 +40155,7 @@ class PositionInfo(AbstractModel):
|
|
|
40052
40155
|
|
|
40053
40156
|
@property
|
|
40054
40157
|
def Y(self):
|
|
40055
|
-
r"""PDF文件页Y坐标位置,以PDF
|
|
40158
|
+
r"""PDF文件页Y坐标位置,以PDF单页左上角为坐标原点,单位是 “点”(Point,简称 pt)
|
|
40056
40159
|
:rtype: float
|
|
40057
40160
|
"""
|
|
40058
40161
|
return self._Y
|
|
@@ -40063,7 +40166,7 @@ class PositionInfo(AbstractModel):
|
|
|
40063
40166
|
|
|
40064
40167
|
@property
|
|
40065
40168
|
def Width(self):
|
|
40066
|
-
r"""距离X坐标的宽度,用于在PDF
|
|
40169
|
+
r"""距离X坐标的宽度,用于在PDF文件进行画框,单位是 “点”(Point,简称 pt)
|
|
40067
40170
|
:rtype: float
|
|
40068
40171
|
"""
|
|
40069
40172
|
return self._Width
|
|
@@ -40074,7 +40177,7 @@ class PositionInfo(AbstractModel):
|
|
|
40074
40177
|
|
|
40075
40178
|
@property
|
|
40076
40179
|
def Height(self):
|
|
40077
|
-
r"""距离Y坐标的高度,用于在PDF
|
|
40180
|
+
r"""距离Y坐标的高度,用于在PDF文件进行画框,单位是 “点”(Point,简称 pt)
|
|
40078
40181
|
:rtype: float
|
|
40079
40182
|
"""
|
|
40080
40183
|
return self._Height
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-ess
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.51
|
|
4
4
|
Summary: Tencent Cloud Ess SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.51
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.51
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.46
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|