tencentcloud-sdk-python-faceid 3.1.133__tar.gz → 3.1.147__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.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_faceid-3.1.133 → tencentcloud_sdk_python_faceid-3.1.147}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_faceid-3.1.133 → tencentcloud_sdk_python_faceid-3.1.147}/setup.py +1 -1
  3. {tencentcloud_sdk_python_faceid-3.1.133 → tencentcloud_sdk_python_faceid-3.1.147}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_faceid-3.1.133 → tencentcloud_sdk_python_faceid-3.1.147}/tencentcloud/faceid/v20180301/models.py +20 -44
  5. {tencentcloud_sdk_python_faceid-3.1.133 → tencentcloud_sdk_python_faceid-3.1.147}/tencentcloud_sdk_python_faceid.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_faceid-3.1.147/tencentcloud_sdk_python_faceid.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_faceid-3.1.133/tencentcloud_sdk_python_faceid.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_faceid-3.1.133 → tencentcloud_sdk_python_faceid-3.1.147}/README.rst +0 -0
  9. {tencentcloud_sdk_python_faceid-3.1.133 → tencentcloud_sdk_python_faceid-3.1.147}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_faceid-3.1.133 → tencentcloud_sdk_python_faceid-3.1.147}/tencentcloud/faceid/__init__.py +0 -0
  11. {tencentcloud_sdk_python_faceid-3.1.133 → tencentcloud_sdk_python_faceid-3.1.147}/tencentcloud/faceid/v20180301/__init__.py +0 -0
  12. {tencentcloud_sdk_python_faceid-3.1.133 → tencentcloud_sdk_python_faceid-3.1.147}/tencentcloud/faceid/v20180301/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_faceid-3.1.133 → tencentcloud_sdk_python_faceid-3.1.147}/tencentcloud/faceid/v20180301/faceid_client.py +0 -0
  14. {tencentcloud_sdk_python_faceid-3.1.133 → tencentcloud_sdk_python_faceid-3.1.147}/tencentcloud/faceid/v20180301/faceid_client_async.py +0 -0
  15. {tencentcloud_sdk_python_faceid-3.1.133 → tencentcloud_sdk_python_faceid-3.1.147}/tencentcloud_sdk_python_faceid.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_faceid-3.1.133 → tencentcloud_sdk_python_faceid-3.1.147}/tencentcloud_sdk_python_faceid.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_faceid-3.1.133 → tencentcloud_sdk_python_faceid-3.1.147}/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.133
3
+ Version: 3.1.147
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.133
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.147
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.133,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.147,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Faceid SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.133'
17
+ __version__ = '3.1.147'
@@ -1658,12 +1658,11 @@ class CheckPhoneAndNameRequest(AbstractModel):
1658
1658
 
1659
1659
  def __init__(self):
1660
1660
  r"""
1661
- :param _Mobile: ⼿机号。
1661
+ :param _Mobile: <p>⼿机号。</p>
1662
1662
  :type Mobile: str
1663
- :param _Name: 姓名。
1663
+ :param _Name: <p>姓名。</p>
1664
1664
  :type Name: str
1665
- :param _Encryption: 敏感数据加密信息。
1666
- - 对传入信息(姓名、手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。
1665
+ :param _Encryption: <p>敏感数据加密信息。</p><ul><li>对传入信息(姓名、手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。</li></ul>
1667
1666
  :type Encryption: :class:`tencentcloud.faceid.v20180301.models.Encryption`
1668
1667
  """
1669
1668
  self._Mobile = None
@@ -1672,7 +1671,7 @@ class CheckPhoneAndNameRequest(AbstractModel):
1672
1671
 
1673
1672
  @property
1674
1673
  def Mobile(self):
1675
- r"""⼿机号。
1674
+ r"""<p>⼿机号。</p>
1676
1675
  :rtype: str
1677
1676
  """
1678
1677
  return self._Mobile
@@ -1683,7 +1682,7 @@ class CheckPhoneAndNameRequest(AbstractModel):
1683
1682
 
1684
1683
  @property
1685
1684
  def Name(self):
1686
- r"""姓名。
1685
+ r"""<p>姓名。</p>
1687
1686
  :rtype: str
1688
1687
  """
1689
1688
  return self._Name
@@ -1694,8 +1693,7 @@ class CheckPhoneAndNameRequest(AbstractModel):
1694
1693
 
1695
1694
  @property
1696
1695
  def Encryption(self):
1697
- r"""敏感数据加密信息。
1698
- - 对传入信息(姓名、手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。
1696
+ r"""<p>敏感数据加密信息。</p><ul><li>对传入信息(姓名、手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。</li></ul>
1699
1697
  :rtype: :class:`tencentcloud.faceid.v20180301.models.Encryption`
1700
1698
  """
1701
1699
  return self._Encryption
@@ -1728,20 +1726,9 @@ class CheckPhoneAndNameResponse(AbstractModel):
1728
1726
 
1729
1727
  def __init__(self):
1730
1728
  r"""
1731
- :param _Result: 认证结果码,收费情况如下。
1732
- - 收费结果码:
1733
- 0: 验证结果一致。
1734
- 1: 验证结果不一致。
1735
-
1736
- - 不收费结果码:
1737
- -1:查无记录。
1738
- -2:引擎未知错误。
1739
- -3:引擎服务异常。
1740
- -4:姓名校验不通过。
1741
- -5:手机号码不合法。
1742
- -6: 认证次数超过当日限制,请次日重试。
1729
+ :param _Result: <p>认证结果码,收费情况如下。</p><ul><li><p>收费结果码:<br>0: 验证结果一致。<br>1: 验证结果不一致。</p></li><li><p>不收费结果码:<br>-1:查无记录。<br>-2:引擎未知错误。<br>-3:引擎服务异常。<br>-4:姓名校验不通过。<br>-5:手机号码不合法。<br>-6: 认证次数超过当日限制,请次日重试。<br>-13:该号段不支持验证</p></li></ul>
1743
1730
  :type Result: str
1744
- :param _Description: 业务结果描述。
1731
+ :param _Description: <p>业务结果描述。</p>
1745
1732
  :type Description: str
1746
1733
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1747
1734
  :type RequestId: str
@@ -1752,18 +1739,7 @@ class CheckPhoneAndNameResponse(AbstractModel):
1752
1739
 
1753
1740
  @property
1754
1741
  def Result(self):
1755
- r"""认证结果码,收费情况如下。
1756
- - 收费结果码:
1757
- 0: 验证结果一致。
1758
- 1: 验证结果不一致。
1759
-
1760
- - 不收费结果码:
1761
- -1:查无记录。
1762
- -2:引擎未知错误。
1763
- -3:引擎服务异常。
1764
- -4:姓名校验不通过。
1765
- -5:手机号码不合法。
1766
- -6: 认证次数超过当日限制,请次日重试。
1742
+ r"""<p>认证结果码,收费情况如下。</p><ul><li><p>收费结果码:<br>0: 验证结果一致。<br>1: 验证结果不一致。</p></li><li><p>不收费结果码:<br>-1:查无记录。<br>-2:引擎未知错误。<br>-3:引擎服务异常。<br>-4:姓名校验不通过。<br>-5:手机号码不合法。<br>-6: 认证次数超过当日限制,请次日重试。<br>-13:该号段不支持验证</p></li></ul>
1767
1743
  :rtype: str
1768
1744
  """
1769
1745
  return self._Result
@@ -1774,7 +1750,7 @@ class CheckPhoneAndNameResponse(AbstractModel):
1774
1750
 
1775
1751
  @property
1776
1752
  def Description(self):
1777
- r"""业务结果描述。
1753
+ r"""<p>业务结果描述。</p>
1778
1754
  :rtype: str
1779
1755
  """
1780
1756
  return self._Description
@@ -9160,7 +9136,7 @@ class MobileNetworkTimeVerificationResponse(AbstractModel):
9160
9136
 
9161
9137
  def __init__(self):
9162
9138
  r"""
9163
- :param _Result: <p>认证结果码,收费情况如下。- 收费结果码:0: 成功。-2: 手机号不存在。-3: 手机号存在,但无法查询到在网时长。- 不收费结果码:-1: 手机号格式不正确。-4: 验证中心服务繁忙。-5:认证次数超过当日限制,请次日重试。-13:该号段不支持验证</p>
9139
+ :param _Result: <p>认证结果码,收费情况如下。</p><ul><li><p>收费结果码:<br>-0: 成功。<br>-2: 手机号不存在<br>-3: 手机号存在,但无法查询到在网时长。</p></li><li><p>不收费结果码:<br>-1: 手机号格式不正确。<br>-4: 验证中心服务繁忙。<br>-5:认证次数超过当日限制,请次日重试。<br>-13:该号段不支持验证</p></li></ul>
9164
9140
  :type Result: str
9165
9141
  :param _Description: <p>业务结果描述。</p>
9166
9142
  :type Description: str
@@ -9176,7 +9152,7 @@ class MobileNetworkTimeVerificationResponse(AbstractModel):
9176
9152
 
9177
9153
  @property
9178
9154
  def Result(self):
9179
- r"""<p>认证结果码,收费情况如下。- 收费结果码:0: 成功。-2: 手机号不存在。-3: 手机号存在,但无法查询到在网时长。- 不收费结果码:-1: 手机号格式不正确。-4: 验证中心服务繁忙。-5:认证次数超过当日限制,请次日重试。-13:该号段不支持验证</p>
9155
+ r"""<p>认证结果码,收费情况如下。</p><ul><li><p>收费结果码:<br>-0: 成功。<br>-2: 手机号不存在<br>-3: 手机号存在,但无法查询到在网时长。</p></li><li><p>不收费结果码:<br>-1: 手机号格式不正确。<br>-4: 验证中心服务繁忙。<br>-5:认证次数超过当日限制,请次日重试。<br>-13:该号段不支持验证</p></li></ul>
9180
9156
  :rtype: str
9181
9157
  """
9182
9158
  return self._Result
@@ -9286,7 +9262,7 @@ class MobileStatusResponse(AbstractModel):
9286
9262
 
9287
9263
  def __init__(self):
9288
9264
  r"""
9289
- :param _Result: <p>认证结果码,收费情况如下。- 收费结果码:0:成功。- 不收费结果码:-1:未查询到结果。-2:手机号格式不正确。-3:验证中心服务繁忙。-4:认证次数超过当日限制,请次日重试。-13:该号段不支持验证</p>
9265
+ :param _Result: <p>认证结果码,收费情况如下。</p><ul><li>收费结果码:<br>0:成功。</li><li>不收费结果码:<br>-1:未查询到结果。<br>-2:手机号格式不正确。<br>-3:验证中心服务繁忙。<br>-4:认证次数超过当日限制,请次日重试。<br>-13:该号段不支持验证</li></ul>
9290
9266
  :type Result: str
9291
9267
  :param _Description: <p>业务结果描述。</p>
9292
9268
  :type Description: str
@@ -9302,7 +9278,7 @@ class MobileStatusResponse(AbstractModel):
9302
9278
 
9303
9279
  @property
9304
9280
  def Result(self):
9305
- r"""<p>认证结果码,收费情况如下。- 收费结果码:0:成功。- 不收费结果码:-1:未查询到结果。-2:手机号格式不正确。-3:验证中心服务繁忙。-4:认证次数超过当日限制,请次日重试。-13:该号段不支持验证</p>
9281
+ r"""<p>认证结果码,收费情况如下。</p><ul><li>收费结果码:<br>0:成功。</li><li>不收费结果码:<br>-1:未查询到结果。<br>-2:手机号格式不正确。<br>-3:验证中心服务繁忙。<br>-4:认证次数超过当日限制,请次日重试。<br>-13:该号段不支持验证</li></ul>
9306
9282
  :rtype: str
9307
9283
  """
9308
9284
  return self._Result
@@ -9888,7 +9864,7 @@ class PhoneVerificationCMCCResponse(AbstractModel):
9888
9864
 
9889
9865
  def __init__(self):
9890
9866
  r"""
9891
- :param _Result: <p>认证结果码,收费情况如下。- 收费结果码:0: 认证通过。-4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)。- 不收费结果码:-6: 手机号码不合法。-7: 身份证号码有误。-8: 姓名校验不通过。-9: 没有记录。-11: 验证中心服务繁忙。-13:该号段不支持验证</p>
9867
+ :param _Result: <p>认证结果码,收费情况如下。</p><ul><li>收费结果码:</li><li>0: 认证通过。</li><li>-4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)。</li><li>不收费结果码:</li><li>-6: 手机号码不合法。</li><li>-7: 身份证号码有误。</li><li>-8: 姓名校验不通过。</li><li>-9: 没有记录。</li><li>-11: 验证中心服务繁忙。</li><li>-13:该号段不支持验证</li></ul>
9892
9868
  :type Result: str
9893
9869
  :param _Isp: <p>运营商名称。</p><ul><li>取值范围为[&quot;移动&quot;,&quot;联通&quot;,&quot;电信&quot;,&quot;&quot;]。</li></ul>
9894
9870
  :type Isp: str
@@ -9904,7 +9880,7 @@ class PhoneVerificationCMCCResponse(AbstractModel):
9904
9880
 
9905
9881
  @property
9906
9882
  def Result(self):
9907
- r"""<p>认证结果码,收费情况如下。- 收费结果码:0: 认证通过。-4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)。- 不收费结果码:-6: 手机号码不合法。-7: 身份证号码有误。-8: 姓名校验不通过。-9: 没有记录。-11: 验证中心服务繁忙。-13:该号段不支持验证</p>
9883
+ r"""<p>认证结果码,收费情况如下。</p><ul><li>收费结果码:</li><li>0: 认证通过。</li><li>-4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)。</li><li>不收费结果码:</li><li>-6: 手机号码不合法。</li><li>-7: 身份证号码有误。</li><li>-8: 姓名校验不通过。</li><li>-9: 没有记录。</li><li>-11: 验证中心服务繁忙。</li><li>-13:该号段不支持验证</li></ul>
9908
9884
  :rtype: str
9909
9885
  """
9910
9886
  return self._Result
@@ -10044,7 +10020,7 @@ class PhoneVerificationCTCCResponse(AbstractModel):
10044
10020
 
10045
10021
  def __init__(self):
10046
10022
  r"""
10047
- :param _Result: <p>认证结果码,收费情况如下。- 收费结果码:0: 认证通过。-4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)。- 不收费结果码:-6: 手机号码不合法。-7: 身份证号码有误。-8: 姓名校验不通过。-9: 没有记录。-11: 验证中心服务繁忙。-13:该号段不支持验证</p>
10023
+ :param _Result: <p>认证结果码,收费情况如下。</p><ul><li>收费结果码:</li><li>0: 认证通过。</li><li>-4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)。</li><li>不收费结果码:</li><li>-6: 手机号码不合法。</li><li>-7: 身份证号码有误。</li><li>-8: 姓名校验不通过。</li><li>-9: 没有记录。</li><li>-11: 验证中心服务繁忙。</li><li>-13:该号段不支持验证</li></ul>
10048
10024
  :type Result: str
10049
10025
  :param _Isp: <p>运营商名称。</p><ul><li>取值范围为[&quot;移动&quot;,&quot;联通&quot;,&quot;电信&quot;,&quot;&quot;]。</li></ul>
10050
10026
  :type Isp: str
@@ -10060,7 +10036,7 @@ class PhoneVerificationCTCCResponse(AbstractModel):
10060
10036
 
10061
10037
  @property
10062
10038
  def Result(self):
10063
- r"""<p>认证结果码,收费情况如下。- 收费结果码:0: 认证通过。-4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)。- 不收费结果码:-6: 手机号码不合法。-7: 身份证号码有误。-8: 姓名校验不通过。-9: 没有记录。-11: 验证中心服务繁忙。-13:该号段不支持验证</p>
10039
+ r"""<p>认证结果码,收费情况如下。</p><ul><li>收费结果码:</li><li>0: 认证通过。</li><li>-4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)。</li><li>不收费结果码:</li><li>-6: 手机号码不合法。</li><li>-7: 身份证号码有误。</li><li>-8: 姓名校验不通过。</li><li>-9: 没有记录。</li><li>-11: 验证中心服务繁忙。</li><li>-13:该号段不支持验证</li></ul>
10064
10040
  :rtype: str
10065
10041
  """
10066
10042
  return self._Result
@@ -10200,7 +10176,7 @@ class PhoneVerificationCUCCResponse(AbstractModel):
10200
10176
 
10201
10177
  def __init__(self):
10202
10178
  r"""
10203
- :param _Result: <p>认证结果码,收费情况如下。- 收费结果码:0: 认证通过。-4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)。- 不收费结果码:-6: 手机号码不合法。-7: 身份证号码有误。-8: 姓名校验不通过。-9: 没有记录。-11: 验证中心服务繁忙。-13:该号段不支持验证</p>
10179
+ :param _Result: <p>认证结果码,收费情况如下。</p><ul><li>收费结果码:</li><li>0: 认证通过。</li><li>-4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)。</li><li>-不收费结果码:</li><li>-6: 手机号码不合法。</li><li>-7: 身份证号码有误。</li><li>-8: 姓名校验不通过。</li><li>-9: 没有记录。</li><li>-11: 验证中心服务繁忙。</li><li>-13:该号段不支持验证</li></ul>
10204
10180
  :type Result: str
10205
10181
  :param _Isp: <p>运营商名称。</p><ul><li>取值范围为[&quot;移动&quot;,&quot;联通&quot;,&quot;电信&quot;,&quot;&quot;]。</li></ul>
10206
10182
  :type Isp: str
@@ -10216,7 +10192,7 @@ class PhoneVerificationCUCCResponse(AbstractModel):
10216
10192
 
10217
10193
  @property
10218
10194
  def Result(self):
10219
- r"""<p>认证结果码,收费情况如下。- 收费结果码:0: 认证通过。-4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)。- 不收费结果码:-6: 手机号码不合法。-7: 身份证号码有误。-8: 姓名校验不通过。-9: 没有记录。-11: 验证中心服务繁忙。-13:该号段不支持验证</p>
10195
+ r"""<p>认证结果码,收费情况如下。</p><ul><li>收费结果码:</li><li>0: 认证通过。</li><li>-4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)。</li><li>-不收费结果码:</li><li>-6: 手机号码不合法。</li><li>-7: 身份证号码有误。</li><li>-8: 姓名校验不通过。</li><li>-9: 没有记录。</li><li>-11: 验证中心服务繁忙。</li><li>-13:该号段不支持验证</li></ul>
10220
10196
  :rtype: str
10221
10197
  """
10222
10198
  return self._Result
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-faceid
3
- Version: 3.1.133
3
+ Version: 3.1.147
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.133
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.147
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.147
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.133