tencentcloud-sdk-python-intl-en 3.0.1265__py2.py3-none-any.whl → 3.0.1266__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/lke/v20231130/lke_client.py +3 -3
- tencentcloud/lke/v20231130/models.py +265 -6
- tencentcloud/mps/v20190612/models.py +351 -28
- tencentcloud/ocr/v20181119/models.py +1237 -0
- tencentcloud/ocr/v20181119/ocr_client.py +25 -0
- tencentcloud/teo/v20220901/models.py +2 -2
- {tencentcloud_sdk_python_intl_en-3.0.1265.dist-info → tencentcloud_sdk_python_intl_en-3.0.1266.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python_intl_en-3.0.1265.dist-info → tencentcloud_sdk_python_intl_en-3.0.1266.dist-info}/RECORD +11 -11
- {tencentcloud_sdk_python_intl_en-3.0.1265.dist-info → tencentcloud_sdk_python_intl_en-3.0.1266.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_intl_en-3.0.1265.dist-info → tencentcloud_sdk_python_intl_en-3.0.1266.dist-info}/top_level.txt +0 -0
@@ -380,6 +380,31 @@ class OcrClient(AbstractClient):
|
|
380
380
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
381
381
|
|
382
382
|
|
383
|
+
def RecognizeBrazilCommonOCR(self, request):
|
384
|
+
"""This API is used to identify Brazil RNE documents.
|
385
|
+
|
386
|
+
This API is used to set the default request rate limit to 5 requests/second.
|
387
|
+
|
388
|
+
:param request: Request instance for RecognizeBrazilCommonOCR.
|
389
|
+
:type request: :class:`tencentcloud.ocr.v20181119.models.RecognizeBrazilCommonOCRRequest`
|
390
|
+
:rtype: :class:`tencentcloud.ocr.v20181119.models.RecognizeBrazilCommonOCRResponse`
|
391
|
+
|
392
|
+
"""
|
393
|
+
try:
|
394
|
+
params = request._serialize()
|
395
|
+
headers = request.headers
|
396
|
+
body = self.call("RecognizeBrazilCommonOCR", params, headers=headers)
|
397
|
+
response = json.loads(body)
|
398
|
+
model = models.RecognizeBrazilCommonOCRResponse()
|
399
|
+
model._deserialize(response["Response"])
|
400
|
+
return model
|
401
|
+
except Exception as e:
|
402
|
+
if isinstance(e, TencentCloudSDKException):
|
403
|
+
raise
|
404
|
+
else:
|
405
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
406
|
+
|
407
|
+
|
383
408
|
def RecognizeBrazilDriverLicenseOCR(self, request):
|
384
409
|
"""This interface supports identification of the front and back of Brazilian driver's license. The identification fields include name, driver's license category, number, validity period, etc.
|
385
410
|
|
@@ -12693,7 +12693,7 @@ Note: This field may return null, which indicates a failure to obtain a valid va
|
|
12693
12693
|
:param _ActiveTime: Version effective time in UTC+8, following the date and time format of the ISO 8601 standard.
|
12694
12694
|
Note: This field may return null, which indicates a failure to obtain a valid value.
|
12695
12695
|
:type ActiveTime: str
|
12696
|
-
:param _IsPlaned: This parameter is used to record whether "I've upgraded to the lastest
|
12696
|
+
:param _IsPlaned: This parameter is used to record whether "I've upgraded to the lastest version" is completed before the origin ACLs version is effective. valid values:.
|
12697
12697
|
- true: specifies that the version is effective and the update to the latest version is confirmed.
|
12698
12698
|
- false: when the version takes effect, the confirmation of updating to the latest origin ACLs are not completed. The IP range is forcibly updated to the latest version in the backend. When this parameter returns false, please confirm in time whether your origin server firewall configuration has been updated to the latest version to avoid origin-pull failure.
|
12699
12699
|
Note: This field may return null, which indicates a failure to obtain a valid value.
|
@@ -12742,7 +12742,7 @@ Note: This field may return null, which indicates a failure to obtain a valid va
|
|
12742
12742
|
|
12743
12743
|
@property
|
12744
12744
|
def IsPlaned(self):
|
12745
|
-
"""This parameter is used to record whether "I've upgraded to the lastest
|
12745
|
+
"""This parameter is used to record whether "I've upgraded to the lastest version" is completed before the origin ACLs version is effective. valid values:.
|
12746
12746
|
- true: specifies that the version is effective and the update to the latest version is confirmed.
|
12747
12747
|
- false: when the version takes effect, the confirmation of updating to the latest origin ACLs are not completed. The IP range is forcibly updated to the latest version in the backend. When this parameter returns false, please confirm in time whether your origin server firewall configuration has been updated to the latest version to avoid origin-pull failure.
|
12748
12748
|
Note: This field may return null, which indicates a failure to obtain a valid value.
|
@@ -1,4 +1,4 @@
|
|
1
|
-
tencentcloud/__init__.py,sha256=
|
1
|
+
tencentcloud/__init__.py,sha256=IHjPkYikeetgfxSPxOqXkrgxPoifiwkKyHvHyKnbITk,630
|
2
2
|
tencentcloud/advisor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
3
|
tencentcloud/advisor/v20200721/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
4
|
tencentcloud/advisor/v20200721/advisor_client.py,sha256=fiBV7Nao68T0UJdOUt5BxEABWr7mG_J9NPJT2lXDdyw,2897
|
@@ -383,8 +383,8 @@ tencentcloud/live/v20180801/models.py,sha256=MusiG6BwraUEyltwNE5iHM7cOcYJPCz3_eM
|
|
383
383
|
tencentcloud/lke/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
384
384
|
tencentcloud/lke/v20231130/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
385
385
|
tencentcloud/lke/v20231130/errorcodes.py,sha256=wwGIoFiGFe88exB28UpkEK44INVeAmq7giOsYa7NXfg,1919
|
386
|
-
tencentcloud/lke/v20231130/lke_client.py,sha256=
|
387
|
-
tencentcloud/lke/v20231130/models.py,sha256=
|
386
|
+
tencentcloud/lke/v20231130/lke_client.py,sha256=6rWLdV_mimMLE2G9bD8zbD9foKChJMrjAQ2yL6EbWs8,82872
|
387
|
+
tencentcloud/lke/v20231130/models.py,sha256=OqoRz9j9OShiHN1i7rm1UGitZRWt3czjfFg-zcPH6fY,724486
|
388
388
|
tencentcloud/mariadb/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
389
389
|
tencentcloud/mariadb/v20170312/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
390
390
|
tencentcloud/mariadb/v20170312/errorcodes.py,sha256=U644d_zLfBzh6f5svH4sBIle31fI6yRWC6tn4pXEZgU,14447
|
@@ -418,7 +418,7 @@ tencentcloud/monitor/v20180724/monitor_client.py,sha256=BgWGGydq4tPDwx9whEe_E-NN
|
|
418
418
|
tencentcloud/mps/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
419
419
|
tencentcloud/mps/v20190612/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
420
420
|
tencentcloud/mps/v20190612/errorcodes.py,sha256=JLEbPRuavsDumgg59fk-vNH-fS-PmeTlZDklciumn_0,15226
|
421
|
-
tencentcloud/mps/v20190612/models.py,sha256=
|
421
|
+
tencentcloud/mps/v20190612/models.py,sha256=8NKz1eTcb-5brdRV9KGSvXvvs0cgbt2Hx0gZbZt2Ue0,2005608
|
422
422
|
tencentcloud/mps/v20190612/mps_client.py,sha256=FZvXn__amYzLNBSbNFlpTVOPgKpwT-mda8hpypA-ncQ,96382
|
423
423
|
tencentcloud/msp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
424
424
|
tencentcloud/msp/v20180319/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -428,8 +428,8 @@ tencentcloud/msp/v20180319/msp_client.py,sha256=dgKWBcSPFMJp9fRY5rCRnxHa3-APzmGF
|
|
428
428
|
tencentcloud/ocr/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
429
429
|
tencentcloud/ocr/v20181119/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
430
430
|
tencentcloud/ocr/v20181119/errorcodes.py,sha256=Nk1b2GpyGflA0DUqQqvO-DwZl0oGZMYUkagYL1s2s_g,4173
|
431
|
-
tencentcloud/ocr/v20181119/models.py,sha256=
|
432
|
-
tencentcloud/ocr/v20181119/ocr_client.py,sha256=
|
431
|
+
tencentcloud/ocr/v20181119/models.py,sha256=cG1DZrVewHtydY6Qquzf8pNOv-fJxQnrQ9VxZ7iHMWk,654541
|
432
|
+
tencentcloud/ocr/v20181119/ocr_client.py,sha256=NUc-xmAQXvScq53czqntWrlSd5FPhJDeHUmm_eGoTak,53680
|
433
433
|
tencentcloud/omics/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
434
434
|
tencentcloud/omics/v20221128/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
435
435
|
tencentcloud/omics/v20221128/errorcodes.py,sha256=Xn-DQH9Uk5ZSm9afpVRLW-rgcX8XZN9Qyt0KZ1L7B34,4835
|
@@ -589,7 +589,7 @@ tencentcloud/teo/v20220106/models.py,sha256=FIT3X6Ulo-l53EWS6ZtqKGRI1GqDkSbQa79y
|
|
589
589
|
tencentcloud/teo/v20220106/teo_client.py,sha256=5VsaR5ElTEtwYwKQ_5wlVWnzfwN5hAAXWjreuvUj8e0,82880
|
590
590
|
tencentcloud/teo/v20220901/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
591
591
|
tencentcloud/teo/v20220901/errorcodes.py,sha256=y2gj0QLR539a2RMclbJ0baZ2jh-VYJeD9DdovcA5O-s,63754
|
592
|
-
tencentcloud/teo/v20220901/models.py,sha256=
|
592
|
+
tencentcloud/teo/v20220901/models.py,sha256=fayrQV1oKMkEG4DaTenjQtlIWJj7gZ8NP-RwIyV9CRw,1973758
|
593
593
|
tencentcloud/teo/v20220901/teo_client.py,sha256=_Ljj6s53mwSZrGtCfaenhKIVD30ulmVSwMgqlmhCQ6E,205730
|
594
594
|
tencentcloud/tiw/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
595
595
|
tencentcloud/tiw/v20190919/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -678,7 +678,7 @@ tencentcloud/yunjing/v20180228/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5
|
|
678
678
|
tencentcloud/yunjing/v20180228/errorcodes.py,sha256=g2ac3Fxgbof23WWhGj9VxvuLJZNshnB0Mg7jWUzTh24,3168
|
679
679
|
tencentcloud/yunjing/v20180228/models.py,sha256=vFpNnPGWiOLdTut0XPTpRRF5lobWUTkFUO1EHc9RkBk,330643
|
680
680
|
tencentcloud/yunjing/v20180228/yunjing_client.py,sha256=PqtaJz4gQ-rIxKXVMNtOKx7kFBQdUn-zKVuH2NcMFcA,67362
|
681
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
682
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
683
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
684
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
681
|
+
tencentcloud_sdk_python_intl_en-3.0.1266.dist-info/METADATA,sha256=Hl8S0WCHDgTlwjUN56144Q8vsXuLrE8gyLEldILQQqI,1628
|
682
|
+
tencentcloud_sdk_python_intl_en-3.0.1266.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
683
|
+
tencentcloud_sdk_python_intl_en-3.0.1266.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
684
|
+
tencentcloud_sdk_python_intl_en-3.0.1266.dist-info/RECORD,,
|
File without changes
|