tencentcloud-sdk-python-faceid 3.1.67__tar.gz → 3.1.68__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.1.67 → tencentcloud_sdk_python_faceid-3.1.68}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_faceid-3.1.67 → tencentcloud_sdk_python_faceid-3.1.68}/setup.py +1 -1
- {tencentcloud_sdk_python_faceid-3.1.67 → tencentcloud_sdk_python_faceid-3.1.68}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_faceid-3.1.67 → tencentcloud_sdk_python_faceid-3.1.68}/tencentcloud/faceid/v20180301/models.py +10 -40
- {tencentcloud_sdk_python_faceid-3.1.67 → tencentcloud_sdk_python_faceid-3.1.68}/tencentcloud_sdk_python_faceid.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_faceid-3.1.68/tencentcloud_sdk_python_faceid.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_faceid-3.1.67/tencentcloud_sdk_python_faceid.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_faceid-3.1.67 → tencentcloud_sdk_python_faceid-3.1.68}/README.rst +0 -0
- {tencentcloud_sdk_python_faceid-3.1.67 → tencentcloud_sdk_python_faceid-3.1.68}/setup.cfg +0 -0
- {tencentcloud_sdk_python_faceid-3.1.67 → tencentcloud_sdk_python_faceid-3.1.68}/tencentcloud/faceid/__init__.py +0 -0
- {tencentcloud_sdk_python_faceid-3.1.67 → tencentcloud_sdk_python_faceid-3.1.68}/tencentcloud/faceid/v20180301/__init__.py +0 -0
- {tencentcloud_sdk_python_faceid-3.1.67 → tencentcloud_sdk_python_faceid-3.1.68}/tencentcloud/faceid/v20180301/errorcodes.py +0 -0
- {tencentcloud_sdk_python_faceid-3.1.67 → tencentcloud_sdk_python_faceid-3.1.68}/tencentcloud/faceid/v20180301/faceid_client.py +0 -0
- {tencentcloud_sdk_python_faceid-3.1.67 → tencentcloud_sdk_python_faceid-3.1.68}/tencentcloud/faceid/v20180301/faceid_client_async.py +0 -0
- {tencentcloud_sdk_python_faceid-3.1.67 → tencentcloud_sdk_python_faceid-3.1.68}/tencentcloud_sdk_python_faceid.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_faceid-3.1.67 → tencentcloud_sdk_python_faceid-3.1.68}/tencentcloud_sdk_python_faceid.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_faceid-3.1.67 → tencentcloud_sdk_python_faceid-3.1.68}/tencentcloud_sdk_python_faceid.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-faceid
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.68
|
|
4
4
|
Summary: Tencent Cloud Faceid 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.68
|
|
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-faceid',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.68,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Faceid SDK for Python',
|
|
@@ -8875,10 +8875,9 @@ class MobileStatusRequest(AbstractModel):
|
|
|
8875
8875
|
|
|
8876
8876
|
def __init__(self):
|
|
8877
8877
|
r"""
|
|
8878
|
-
:param _Mobile:
|
|
8878
|
+
:param _Mobile: <p>手机号码。</p>
|
|
8879
8879
|
:type Mobile: str
|
|
8880
|
-
:param _Encryption:
|
|
8881
|
-
- 对传入信息(手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。
|
|
8880
|
+
:param _Encryption: <p>敏感数据加密信息。</p><ul><li>对传入信息(手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。</li></ul>
|
|
8882
8881
|
:type Encryption: :class:`tencentcloud.faceid.v20180301.models.Encryption`
|
|
8883
8882
|
"""
|
|
8884
8883
|
self._Mobile = None
|
|
@@ -8886,7 +8885,7 @@ class MobileStatusRequest(AbstractModel):
|
|
|
8886
8885
|
|
|
8887
8886
|
@property
|
|
8888
8887
|
def Mobile(self):
|
|
8889
|
-
r"""
|
|
8888
|
+
r"""<p>手机号码。</p>
|
|
8890
8889
|
:rtype: str
|
|
8891
8890
|
"""
|
|
8892
8891
|
return self._Mobile
|
|
@@ -8897,8 +8896,7 @@ class MobileStatusRequest(AbstractModel):
|
|
|
8897
8896
|
|
|
8898
8897
|
@property
|
|
8899
8898
|
def Encryption(self):
|
|
8900
|
-
r"""
|
|
8901
|
-
- 对传入信息(手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。
|
|
8899
|
+
r"""<p>敏感数据加密信息。</p><ul><li>对传入信息(手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。</li></ul>
|
|
8902
8900
|
:rtype: :class:`tencentcloud.faceid.v20180301.models.Encryption`
|
|
8903
8901
|
"""
|
|
8904
8902
|
return self._Encryption
|
|
@@ -8930,25 +8928,11 @@ class MobileStatusResponse(AbstractModel):
|
|
|
8930
8928
|
|
|
8931
8929
|
def __init__(self):
|
|
8932
8930
|
r"""
|
|
8933
|
-
:param _Result:
|
|
8934
|
-
- 收费结果码:
|
|
8935
|
-
0:成功。
|
|
8936
|
-
|
|
8937
|
-
- 不收费结果码:
|
|
8938
|
-
-1:未查询到结果。
|
|
8939
|
-
-2:手机号格式不正确。
|
|
8940
|
-
-3:验证中心服务繁忙。
|
|
8941
|
-
-4:认证次数超过当日限制,请次日重试。
|
|
8931
|
+
:param _Result: <p>认证结果码,收费情况如下。</p><ul><li><p>收费结果码:<br>0:成功。</p></li><li><p>不收费结果码:<br>-1:未查询到结果。<br>-2:手机号格式不正确。<br>-3:验证中心服务繁忙。<br>-4:认证次数超过当日限制,请次日重试。</p></li></ul>
|
|
8942
8932
|
:type Result: str
|
|
8943
|
-
:param _Description:
|
|
8933
|
+
:param _Description: <p>业务结果描述。</p>
|
|
8944
8934
|
:type Description: str
|
|
8945
|
-
:param _StatusCode:
|
|
8946
|
-
- 取值范围:
|
|
8947
|
-
0:正常。
|
|
8948
|
-
1:停机。
|
|
8949
|
-
2:销号。
|
|
8950
|
-
4:不在网。
|
|
8951
|
-
99:未知状态。
|
|
8935
|
+
:param _StatusCode: <p>状态码。- 取值范围:0:正常。1:停机。2:销号。4:不在网。5:在网但不可用 。99:未知状态。</p>
|
|
8952
8936
|
:type StatusCode: int
|
|
8953
8937
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
8954
8938
|
:type RequestId: str
|
|
@@ -8960,15 +8944,7 @@ class MobileStatusResponse(AbstractModel):
|
|
|
8960
8944
|
|
|
8961
8945
|
@property
|
|
8962
8946
|
def Result(self):
|
|
8963
|
-
r"""
|
|
8964
|
-
- 收费结果码:
|
|
8965
|
-
0:成功。
|
|
8966
|
-
|
|
8967
|
-
- 不收费结果码:
|
|
8968
|
-
-1:未查询到结果。
|
|
8969
|
-
-2:手机号格式不正确。
|
|
8970
|
-
-3:验证中心服务繁忙。
|
|
8971
|
-
-4:认证次数超过当日限制,请次日重试。
|
|
8947
|
+
r"""<p>认证结果码,收费情况如下。</p><ul><li><p>收费结果码:<br>0:成功。</p></li><li><p>不收费结果码:<br>-1:未查询到结果。<br>-2:手机号格式不正确。<br>-3:验证中心服务繁忙。<br>-4:认证次数超过当日限制,请次日重试。</p></li></ul>
|
|
8972
8948
|
:rtype: str
|
|
8973
8949
|
"""
|
|
8974
8950
|
return self._Result
|
|
@@ -8979,7 +8955,7 @@ class MobileStatusResponse(AbstractModel):
|
|
|
8979
8955
|
|
|
8980
8956
|
@property
|
|
8981
8957
|
def Description(self):
|
|
8982
|
-
r"""
|
|
8958
|
+
r"""<p>业务结果描述。</p>
|
|
8983
8959
|
:rtype: str
|
|
8984
8960
|
"""
|
|
8985
8961
|
return self._Description
|
|
@@ -8990,13 +8966,7 @@ class MobileStatusResponse(AbstractModel):
|
|
|
8990
8966
|
|
|
8991
8967
|
@property
|
|
8992
8968
|
def StatusCode(self):
|
|
8993
|
-
r"""
|
|
8994
|
-
- 取值范围:
|
|
8995
|
-
0:正常。
|
|
8996
|
-
1:停机。
|
|
8997
|
-
2:销号。
|
|
8998
|
-
4:不在网。
|
|
8999
|
-
99:未知状态。
|
|
8969
|
+
r"""<p>状态码。- 取值范围:0:正常。1:停机。2:销号。4:不在网。5:在网但不可用 。99:未知状态。</p>
|
|
9000
8970
|
:rtype: int
|
|
9001
8971
|
"""
|
|
9002
8972
|
return self._StatusCode
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-faceid
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.68
|
|
4
4
|
Summary: Tencent Cloud Faceid 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.68
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.68
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.67
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|