tencentcloud-sdk-python-faceid 3.1.134__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.134 → tencentcloud_sdk_python_faceid-3.1.147}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_faceid-3.1.134 → tencentcloud_sdk_python_faceid-3.1.147}/setup.py +1 -1
  3. {tencentcloud_sdk_python_faceid-3.1.134 → tencentcloud_sdk_python_faceid-3.1.147}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_faceid-3.1.134 → tencentcloud_sdk_python_faceid-3.1.147}/tencentcloud/faceid/v20180301/models.py +10 -34
  5. {tencentcloud_sdk_python_faceid-3.1.134 → 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.134/tencentcloud_sdk_python_faceid.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_faceid-3.1.134 → tencentcloud_sdk_python_faceid-3.1.147}/README.rst +0 -0
  9. {tencentcloud_sdk_python_faceid-3.1.134 → tencentcloud_sdk_python_faceid-3.1.147}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_faceid-3.1.134 → tencentcloud_sdk_python_faceid-3.1.147}/tencentcloud/faceid/__init__.py +0 -0
  11. {tencentcloud_sdk_python_faceid-3.1.134 → tencentcloud_sdk_python_faceid-3.1.147}/tencentcloud/faceid/v20180301/__init__.py +0 -0
  12. {tencentcloud_sdk_python_faceid-3.1.134 → tencentcloud_sdk_python_faceid-3.1.147}/tencentcloud/faceid/v20180301/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_faceid-3.1.134 → tencentcloud_sdk_python_faceid-3.1.147}/tencentcloud/faceid/v20180301/faceid_client.py +0 -0
  14. {tencentcloud_sdk_python_faceid-3.1.134 → tencentcloud_sdk_python_faceid-3.1.147}/tencentcloud/faceid/v20180301/faceid_client_async.py +0 -0
  15. {tencentcloud_sdk_python_faceid-3.1.134 → tencentcloud_sdk_python_faceid-3.1.147}/tencentcloud_sdk_python_faceid.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_faceid-3.1.134 → 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.134 → 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.134
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.134
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.134,<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.134'
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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-faceid
3
- Version: 3.1.134
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.134
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.134