tencentcloud-sdk-python-faceid 3.0.1268__tar.gz → 3.0.1276__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-faceid-3.0.1268 → tencentcloud-sdk-python-faceid-3.0.1276}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1268 → tencentcloud-sdk-python-faceid-3.0.1276}/setup.py +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1268 → tencentcloud-sdk-python-faceid-3.0.1276}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1268 → tencentcloud-sdk-python-faceid-3.0.1276}/tencentcloud/faceid/v20180301/models.py +4 -2
- {tencentcloud-sdk-python-faceid-3.0.1268 → tencentcloud-sdk-python-faceid-3.0.1276}/tencentcloud_sdk_python_faceid.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-faceid-3.0.1276/tencentcloud_sdk_python_faceid.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-faceid-3.0.1268/tencentcloud_sdk_python_faceid.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-faceid-3.0.1268 → tencentcloud-sdk-python-faceid-3.0.1276}/README.rst +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1268 → tencentcloud-sdk-python-faceid-3.0.1276}/setup.cfg +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1268 → tencentcloud-sdk-python-faceid-3.0.1276}/tencentcloud/faceid/__init__.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1268 → tencentcloud-sdk-python-faceid-3.0.1276}/tencentcloud/faceid/v20180301/__init__.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1268 → tencentcloud-sdk-python-faceid-3.0.1276}/tencentcloud/faceid/v20180301/errorcodes.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1268 → tencentcloud-sdk-python-faceid-3.0.1276}/tencentcloud/faceid/v20180301/faceid_client.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1268 → tencentcloud-sdk-python-faceid-3.0.1276}/tencentcloud_sdk_python_faceid.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1268 → tencentcloud-sdk-python-faceid-3.0.1276}/tencentcloud_sdk_python_faceid.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1268 → tencentcloud-sdk-python-faceid-3.0.1276}/tencentcloud_sdk_python_faceid.egg-info/top_level.txt +0 -0
{tencentcloud-sdk-python-faceid-3.0.1268 → tencentcloud-sdk-python-faceid-3.0.1276}/setup.py
RENAMED
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-faceid',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1276"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Faceid SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -7403,6 +7403,7 @@ class IntentionActionResult(AbstractModel):
|
|
|
7403
7403
|
-801: "用户未授权摄像头和麦克风权限"
|
|
7404
7404
|
-802: "核验流程异常中断,请勿切屏或进行其他操作"
|
|
7405
7405
|
-803: "用户主动关闭链接/异常断开链接"
|
|
7406
|
+
-804: "用户当前网络不稳定,请重试"
|
|
7406
7407
|
-998: "系统数据异常"
|
|
7407
7408
|
-999: "系统未知错误,请联系人工核实"
|
|
7408
7409
|
若在人脸核身过程失败、未进入意愿确认过程,则该参数返回为空,请参考人脸核身错误码结果(DetectInfoText.ErrCode)
|
|
@@ -7439,6 +7440,7 @@ class IntentionActionResult(AbstractModel):
|
|
|
7439
7440
|
-801: "用户未授权摄像头和麦克风权限"
|
|
7440
7441
|
-802: "核验流程异常中断,请勿切屏或进行其他操作"
|
|
7441
7442
|
-803: "用户主动关闭链接/异常断开链接"
|
|
7443
|
+
-804: "用户当前网络不稳定,请重试"
|
|
7442
7444
|
-998: "系统数据异常"
|
|
7443
7445
|
-999: "系统未知错误,请联系人工核实"
|
|
7444
7446
|
若在人脸核身过程失败、未进入意愿确认过程,则该参数返回为空,请参考人脸核身错误码结果(DetectInfoText.ErrCode)
|
|
@@ -7634,6 +7636,7 @@ class IntentionQuestionResult(AbstractModel):
|
|
|
7634
7636
|
-801: "用户未授权摄像头和麦克风权限"
|
|
7635
7637
|
-802: "核验流程异常中断,请勿切屏或进行其他操作"
|
|
7636
7638
|
-803: "用户主动关闭链接/异常断开链接"
|
|
7639
|
+
-804: "用户当前网络不稳定,请重试"
|
|
7637
7640
|
-998: "系统数据异常"
|
|
7638
7641
|
-999: "系统未知错误,请联系人工核实"
|
|
7639
7642
|
- 若在人脸核身过程失败、未进入意愿确认过程,则该参数返回为空,请参考人脸核身错误码结果(DetectInfoText.ErrCode)
|
|
@@ -7699,6 +7702,7 @@ class IntentionQuestionResult(AbstractModel):
|
|
|
7699
7702
|
-801: "用户未授权摄像头和麦克风权限"
|
|
7700
7703
|
-802: "核验流程异常中断,请勿切屏或进行其他操作"
|
|
7701
7704
|
-803: "用户主动关闭链接/异常断开链接"
|
|
7705
|
+
-804: "用户当前网络不稳定,请重试"
|
|
7702
7706
|
-998: "系统数据异常"
|
|
7703
7707
|
-999: "系统未知错误,请联系人工核实"
|
|
7704
7708
|
- 若在人脸核身过程失败、未进入意愿确认过程,则该参数返回为空,请参考人脸核身错误码结果(DetectInfoText.ErrCode)
|
|
@@ -9169,7 +9173,6 @@ class MobileStatusResponse(AbstractModel):
|
|
|
9169
9173
|
0:正常。
|
|
9170
9174
|
1:停机。
|
|
9171
9175
|
2:销号。
|
|
9172
|
-
3:空号。
|
|
9173
9176
|
4:不在网。
|
|
9174
9177
|
99:未知状态。
|
|
9175
9178
|
:type StatusCode: int
|
|
@@ -9218,7 +9221,6 @@ class MobileStatusResponse(AbstractModel):
|
|
|
9218
9221
|
0:正常。
|
|
9219
9222
|
1:停机。
|
|
9220
9223
|
2:销号。
|
|
9221
|
-
3:空号。
|
|
9222
9224
|
4:不在网。
|
|
9223
9225
|
99:未知状态。
|
|
9224
9226
|
:rtype: int
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1276
|
tencentcloud-sdk-python-faceid-3.0.1268/tencentcloud_sdk_python_faceid.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1268
|
{tencentcloud-sdk-python-faceid-3.0.1268 → tencentcloud-sdk-python-faceid-3.0.1276}/README.rst
RENAMED
|
File without changes
|
{tencentcloud-sdk-python-faceid-3.0.1268 → tencentcloud-sdk-python-faceid-3.0.1276}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|