tencentcloud-sdk-python 3.0.1478__py2.py3-none-any.whl → 3.0.1480__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.
Potentially problematic release.
This version of tencentcloud-sdk-python might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/cdb/v20170320/models.py +30 -0
- tencentcloud/cdn/v20180606/errorcodes.py +3 -0
- tencentcloud/cdwdoris/v20211228/models.py +20 -0
- tencentcloud/cfg/v20210820/models.py +15 -0
- tencentcloud/csip/v20221121/models.py +84 -0
- tencentcloud/dts/v20211206/dts_client.py +8 -8
- tencentcloud/dts/v20211206/errorcodes.py +9 -0
- tencentcloud/dts/v20211206/models.py +259 -104
- tencentcloud/es/v20180416/models.py +150 -0
- tencentcloud/live/v20180801/models.py +2 -0
- tencentcloud/monitor/v20180724/models.py +182 -2
- tencentcloud/monitor/v20180724/monitor_client.py +23 -0
- tencentcloud/oceanus/v20190422/models.py +4 -4
- tencentcloud/ocr/v20181119/models.py +159 -0
- tencentcloud/ocr/v20181119/ocr_client.py +40 -5
- tencentcloud/organization/v20210331/models.py +15 -0
- tencentcloud/teo/v20220901/models.py +1953 -204
- tencentcloud/tke/v20180525/models.py +232 -8
- tencentcloud/tms/v20201229/errorcodes.py +30 -0
- tencentcloud/tms/v20201229/models.py +431 -0
- tencentcloud/tms/v20201229/tms_client.py +46 -0
- tencentcloud/tsf/v20180326/errorcodes.py +3 -0
- tencentcloud/tsf/v20180326/models.py +96 -0
- tencentcloud/vclm/v20240523/models.py +260 -0
- tencentcloud/vclm/v20240523/vclm_client.py +46 -0
- {tencentcloud_sdk_python-3.0.1478.dist-info → tencentcloud_sdk_python-3.0.1480.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1478.dist-info → tencentcloud_sdk_python-3.0.1480.dist-info}/RECORD +31 -31
- {tencentcloud_sdk_python-3.0.1478.dist-info → tencentcloud_sdk_python-3.0.1480.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1478.dist-info → tencentcloud_sdk_python-3.0.1480.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1478.dist-info → tencentcloud_sdk_python-3.0.1480.dist-info}/top_level.txt +0 -0
|
@@ -1149,7 +1149,9 @@ class OcrClient(AbstractClient):
|
|
|
1149
1149
|
|
|
1150
1150
|
|
|
1151
1151
|
def InstitutionOCR(self, request):
|
|
1152
|
-
r"""
|
|
1152
|
+
r"""不再维护,功能已切到其它接口
|
|
1153
|
+
|
|
1154
|
+
<b>因技术原因,本接口将不再迭代升级。文档抽取(基础版)可支持此类证书的识别抽取,效果、功能更强并将持续迭代优化,建议使用<a href="https://cloud.tencent.com/document/product/866/119452">文档抽取(基础版)</a>。</b>
|
|
1153
1155
|
本接口支持事业单位法人证书关键字段识别,包括注册号、有效期、住所、名称、法定代表人等。
|
|
1154
1156
|
|
|
1155
1157
|
默认接口请求频率限制:5次/秒。
|
|
@@ -1375,7 +1377,9 @@ class OcrClient(AbstractClient):
|
|
|
1375
1377
|
|
|
1376
1378
|
|
|
1377
1379
|
def OrgCodeCertOCR(self, request):
|
|
1378
|
-
r"""
|
|
1380
|
+
r"""不再维护,功能已切到其它接口
|
|
1381
|
+
|
|
1382
|
+
<b>因技术原因,本接口将不再迭代升级。文档抽取(基础版)可支持此类证书的识别抽取,效果、功能更强并将持续迭代优化,建议使用<a href="https://cloud.tencent.com/document/product/866/119452">文档抽取(基础版)</a>。</b>
|
|
1379
1383
|
本接口支持组织机构代码证关键字段的识别,包括代码、有效期、地址、机构名称等。
|
|
1380
1384
|
|
|
1381
1385
|
默认接口请求频率限制:5次/秒。
|
|
@@ -1453,7 +1457,9 @@ class OcrClient(AbstractClient):
|
|
|
1453
1457
|
|
|
1454
1458
|
|
|
1455
1459
|
def PropOwnerCertOCR(self, request):
|
|
1456
|
-
r"""
|
|
1460
|
+
r"""不再维护,功能已切到其它接口
|
|
1461
|
+
|
|
1462
|
+
<b>因技术原因,本接口将不再迭代升级。文档抽取(基础版)可支持此类证书的识别抽取,效果、功能更强并将持续迭代优化,建议使用<a href="https://cloud.tencent.com/document/product/866/119452">文档抽取(基础版)</a>。</b>
|
|
1457
1463
|
本接口支持房产证关键字段的识别,包括房地产权利人、共有情况、登记时间、规划用途、房屋性质、房屋坐落等。
|
|
1458
1464
|
目前接口对合肥、成都、佛山三个城市的房产证版式识别较好。
|
|
1459
1465
|
|
|
@@ -1529,6 +1535,31 @@ class OcrClient(AbstractClient):
|
|
|
1529
1535
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1530
1536
|
|
|
1531
1537
|
|
|
1538
|
+
def QuestionSplitLayoutOCR(self, request):
|
|
1539
|
+
r"""试卷切题(仅检测)可将整页练习册、试卷或教辅中的题目进行自动切题,返回试题边框和题目元素的坐标位置。
|
|
1540
|
+
|
|
1541
|
+
默认接口请求频率限制:2次/秒。
|
|
1542
|
+
|
|
1543
|
+
:param request: Request instance for QuestionSplitLayoutOCR.
|
|
1544
|
+
:type request: :class:`tencentcloud.ocr.v20181119.models.QuestionSplitLayoutOCRRequest`
|
|
1545
|
+
:rtype: :class:`tencentcloud.ocr.v20181119.models.QuestionSplitLayoutOCRResponse`
|
|
1546
|
+
|
|
1547
|
+
"""
|
|
1548
|
+
try:
|
|
1549
|
+
params = request._serialize()
|
|
1550
|
+
headers = request.headers
|
|
1551
|
+
body = self.call("QuestionSplitLayoutOCR", params, headers=headers)
|
|
1552
|
+
response = json.loads(body)
|
|
1553
|
+
model = models.QuestionSplitLayoutOCRResponse()
|
|
1554
|
+
model._deserialize(response["Response"])
|
|
1555
|
+
return model
|
|
1556
|
+
except Exception as e:
|
|
1557
|
+
if isinstance(e, TencentCloudSDKException):
|
|
1558
|
+
raise
|
|
1559
|
+
else:
|
|
1560
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1561
|
+
|
|
1562
|
+
|
|
1532
1563
|
def QuestionSplitOCR(self, request):
|
|
1533
1564
|
r"""试卷切题识别可将整页练习册、试卷或教辅中的题目进行自动切题,并识别出其中的文字内容和坐标位置。
|
|
1534
1565
|
|
|
@@ -1679,7 +1710,9 @@ class OcrClient(AbstractClient):
|
|
|
1679
1710
|
|
|
1680
1711
|
|
|
1681
1712
|
def RecognizeForeignPermanentResidentIdCard(self, request):
|
|
1682
|
-
r"""
|
|
1713
|
+
r"""不再维护,功能已切到其它接口
|
|
1714
|
+
|
|
1715
|
+
<b>因技术原因,本接口将不再迭代升级。有效身份证件识别(鉴伪版)可支持此类证件的识别,并包含质量和PS告警,效果、功能更强并将持续迭代优化,建议使用<a href="https://cloud.tencent.com/document/product/866/112345">有效身份证件识别(鉴伪版)</a>。</b>
|
|
1683
1716
|
外国人永久居留身份证识别
|
|
1684
1717
|
|
|
1685
1718
|
:param request: Request instance for RecognizeForeignPermanentResidentIdCard.
|
|
@@ -1977,7 +2010,9 @@ class OcrClient(AbstractClient):
|
|
|
1977
2010
|
|
|
1978
2011
|
|
|
1979
2012
|
def RecognizeGeneralTextImageWarn(self, request):
|
|
1980
|
-
r"""
|
|
2013
|
+
r"""不再维护,功能已切到其它接口
|
|
2014
|
+
|
|
2015
|
+
<b>因技术原因,本接口将不再迭代升级。通用卡证鉴伪可支持更多告警类型,效果、功能更强并将持续迭代优化,建议使用<a href="https://cloud.tencent.com/document/product/866/115916">通用卡证鉴伪</a>。</b>
|
|
1981
2016
|
本接口支持多种类型证件有效性检测告警,包括卡证复印件告警、卡证翻拍告警等功能。可以应用于各种证件信息有效性校验场景,例如银行开户、用户注册等场景。
|
|
1982
2017
|
|
|
1983
2018
|
:param request: Request instance for RecognizeGeneralTextImageWarn.
|
|
@@ -19249,11 +19249,25 @@ class SetExternalSAMLIdentityProviderResponse(AbstractModel):
|
|
|
19249
19249
|
|
|
19250
19250
|
def __init__(self):
|
|
19251
19251
|
r"""
|
|
19252
|
+
:param _CertificateIds: 证书ID。
|
|
19253
|
+
:type CertificateIds: list of str
|
|
19252
19254
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
19253
19255
|
:type RequestId: str
|
|
19254
19256
|
"""
|
|
19257
|
+
self._CertificateIds = None
|
|
19255
19258
|
self._RequestId = None
|
|
19256
19259
|
|
|
19260
|
+
@property
|
|
19261
|
+
def CertificateIds(self):
|
|
19262
|
+
r"""证书ID。
|
|
19263
|
+
:rtype: list of str
|
|
19264
|
+
"""
|
|
19265
|
+
return self._CertificateIds
|
|
19266
|
+
|
|
19267
|
+
@CertificateIds.setter
|
|
19268
|
+
def CertificateIds(self, CertificateIds):
|
|
19269
|
+
self._CertificateIds = CertificateIds
|
|
19270
|
+
|
|
19257
19271
|
@property
|
|
19258
19272
|
def RequestId(self):
|
|
19259
19273
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -19267,6 +19281,7 @@ class SetExternalSAMLIdentityProviderResponse(AbstractModel):
|
|
|
19267
19281
|
|
|
19268
19282
|
|
|
19269
19283
|
def _deserialize(self, params):
|
|
19284
|
+
self._CertificateIds = params.get("CertificateIds")
|
|
19270
19285
|
self._RequestId = params.get("RequestId")
|
|
19271
19286
|
|
|
19272
19287
|
|