tencentcloud-sdk-python-faceid 3.1.102__tar.gz → 3.1.126__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.102 → tencentcloud_sdk_python_faceid-3.1.126}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_faceid-3.1.102 → tencentcloud_sdk_python_faceid-3.1.126}/setup.py +1 -1
  3. {tencentcloud_sdk_python_faceid-3.1.102 → tencentcloud_sdk_python_faceid-3.1.126}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_faceid-3.1.102 → tencentcloud_sdk_python_faceid-3.1.126}/tencentcloud/faceid/v20180301/models.py +18 -50
  5. {tencentcloud_sdk_python_faceid-3.1.102 → tencentcloud_sdk_python_faceid-3.1.126}/tencentcloud_sdk_python_faceid.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_faceid-3.1.126/tencentcloud_sdk_python_faceid.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_faceid-3.1.102/tencentcloud_sdk_python_faceid.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_faceid-3.1.102 → tencentcloud_sdk_python_faceid-3.1.126}/README.rst +0 -0
  9. {tencentcloud_sdk_python_faceid-3.1.102 → tencentcloud_sdk_python_faceid-3.1.126}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_faceid-3.1.102 → tencentcloud_sdk_python_faceid-3.1.126}/tencentcloud/faceid/__init__.py +0 -0
  11. {tencentcloud_sdk_python_faceid-3.1.102 → tencentcloud_sdk_python_faceid-3.1.126}/tencentcloud/faceid/v20180301/__init__.py +0 -0
  12. {tencentcloud_sdk_python_faceid-3.1.102 → tencentcloud_sdk_python_faceid-3.1.126}/tencentcloud/faceid/v20180301/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_faceid-3.1.102 → tencentcloud_sdk_python_faceid-3.1.126}/tencentcloud/faceid/v20180301/faceid_client.py +0 -0
  14. {tencentcloud_sdk_python_faceid-3.1.102 → tencentcloud_sdk_python_faceid-3.1.126}/tencentcloud/faceid/v20180301/faceid_client_async.py +0 -0
  15. {tencentcloud_sdk_python_faceid-3.1.102 → tencentcloud_sdk_python_faceid-3.1.126}/tencentcloud_sdk_python_faceid.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_faceid-3.1.102 → tencentcloud_sdk_python_faceid-3.1.126}/tencentcloud_sdk_python_faceid.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_faceid-3.1.102 → tencentcloud_sdk_python_faceid-3.1.126}/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.102
3
+ Version: 3.1.126
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.102
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.126
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.102,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.126,<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.102'
17
+ __version__ = '3.1.126'
@@ -5159,32 +5159,19 @@ class GetEidTokenRequest(AbstractModel):
5159
5159
 
5160
5160
  def __init__(self):
5161
5161
  r"""
5162
- :param _MerchantId: EID商户ID
5163
- - 商户ID通过人脸核身控制台[自助接入](https://console.cloud.tencent.com/faceid/access)申请。
5164
- - 商户ID与您通过腾讯云人脸核身控制台完成自助接入时所使用的腾讯云账号绑定。
5165
- - 必须使用申请该商户ID时登录的腾讯云账号所对应的腾讯云API密钥调用该接口。
5162
+ :param _MerchantId: <p>EID商户ID。</p><ul><li>商户ID通过人脸核身控制台<a href="https://console.cloud.tencent.com/faceid/access">自助接入</a>申请。</li><li>商户ID与您通过腾讯云人脸核身控制台完成自助接入时所使用的腾讯云账号绑定。</li><li>必须使用申请该商户ID时登录的腾讯云账号所对应的腾讯云API密钥调用该接口。</li></ul>
5166
5163
  :type MerchantId: str
5167
- :param _IdCard: 身份标识。
5168
- - 未使用OCR服务时,必须传入。
5169
- - 规则:a-z,A-Z,0-9组合。
5170
- - 最长长度32位。
5164
+ :param _IdCard: <p>身份标识。</p><ul><li>未使用OCR服务时,必须传入。</li><li>规则:a-z,A-Z,0-9组合。</li><li>最长长度32位。</li></ul>
5171
5165
  :type IdCard: str
5172
- :param _Name: 姓名。
5173
- - 未使用OCR服务时,必须传入。
5174
- - 最长长度32位。
5175
- - 中文请使用UTF-8编码。
5166
+ :param _Name: <p>姓名。</p><ul><li>未使用OCR服务时,必须传入。</li><li>最长长度32位。</li><li>中文请使用UTF-8编码。</li></ul>
5176
5167
  :type Name: str
5177
- :param _Extra: 透传字段,在获取验证结果时返回。
5178
- - 最长长度1024位。
5168
+ :param _Extra: <p>透传字段,在获取验证结果时返回。</p><ul><li>最长长度1024位。</li></ul>
5179
5169
  :type Extra: str
5180
- :param _Config: 小程序模式配置,包括如何传入姓名身份证的配置,以及是否使用意愿核身。
5170
+ :param _Config: <p>小程序模式配置,包括如何传入姓名身份证的配置,以及是否使用意愿核身。</p>
5181
5171
  :type Config: :class:`tencentcloud.faceid.v20180301.models.GetEidTokenConfig`
5182
- :param _RedirectUrl: 用户从Url中进入核身认证结束后重定向的回调链接地址。
5183
- - 最长长度1024位。
5184
- - EidToken会在该链接的query参数中。
5172
+ :param _RedirectUrl: <p>用户从Url中进入核身认证结束后重定向的回调链接地址。</p><ul><li>最长长度1024位。</li><li>EidToken会在该链接的query参数中。</li></ul>
5185
5173
  :type RedirectUrl: str
5186
- :param _Encryption: 敏感数据加密信息。
5187
- - 对传入信息(姓名、身份证号)有加密需求的用户可使用此参数,详情请点击左侧链接。
5174
+ :param _Encryption: <p>敏感数据加密信息。</p><ul><li>对传入信息(姓名、身份证号)有加密需求的用户可使用此参数,详情请点击左侧链接。</li></ul>
5188
5175
  :type Encryption: :class:`tencentcloud.faceid.v20180301.models.Encryption`
5189
5176
  """
5190
5177
  self._MerchantId = None
@@ -5197,10 +5184,7 @@ class GetEidTokenRequest(AbstractModel):
5197
5184
 
5198
5185
  @property
5199
5186
  def MerchantId(self):
5200
- r"""EID商户ID
5201
- - 商户ID通过人脸核身控制台[自助接入](https://console.cloud.tencent.com/faceid/access)申请。
5202
- - 商户ID与您通过腾讯云人脸核身控制台完成自助接入时所使用的腾讯云账号绑定。
5203
- - 必须使用申请该商户ID时登录的腾讯云账号所对应的腾讯云API密钥调用该接口。
5187
+ r"""<p>EID商户ID。</p><ul><li>商户ID通过人脸核身控制台<a href="https://console.cloud.tencent.com/faceid/access">自助接入</a>申请。</li><li>商户ID与您通过腾讯云人脸核身控制台完成自助接入时所使用的腾讯云账号绑定。</li><li>必须使用申请该商户ID时登录的腾讯云账号所对应的腾讯云API密钥调用该接口。</li></ul>
5204
5188
  :rtype: str
5205
5189
  """
5206
5190
  return self._MerchantId
@@ -5211,10 +5195,7 @@ class GetEidTokenRequest(AbstractModel):
5211
5195
 
5212
5196
  @property
5213
5197
  def IdCard(self):
5214
- r"""身份标识。
5215
- - 未使用OCR服务时,必须传入。
5216
- - 规则:a-z,A-Z,0-9组合。
5217
- - 最长长度32位。
5198
+ r"""<p>身份标识。</p><ul><li>未使用OCR服务时,必须传入。</li><li>规则:a-z,A-Z,0-9组合。</li><li>最长长度32位。</li></ul>
5218
5199
  :rtype: str
5219
5200
  """
5220
5201
  return self._IdCard
@@ -5225,10 +5206,7 @@ class GetEidTokenRequest(AbstractModel):
5225
5206
 
5226
5207
  @property
5227
5208
  def Name(self):
5228
- r"""姓名。
5229
- - 未使用OCR服务时,必须传入。
5230
- - 最长长度32位。
5231
- - 中文请使用UTF-8编码。
5209
+ r"""<p>姓名。</p><ul><li>未使用OCR服务时,必须传入。</li><li>最长长度32位。</li><li>中文请使用UTF-8编码。</li></ul>
5232
5210
  :rtype: str
5233
5211
  """
5234
5212
  return self._Name
@@ -5239,8 +5217,7 @@ class GetEidTokenRequest(AbstractModel):
5239
5217
 
5240
5218
  @property
5241
5219
  def Extra(self):
5242
- r"""透传字段,在获取验证结果时返回。
5243
- - 最长长度1024位。
5220
+ r"""<p>透传字段,在获取验证结果时返回。</p><ul><li>最长长度1024位。</li></ul>
5244
5221
  :rtype: str
5245
5222
  """
5246
5223
  return self._Extra
@@ -5251,7 +5228,7 @@ class GetEidTokenRequest(AbstractModel):
5251
5228
 
5252
5229
  @property
5253
5230
  def Config(self):
5254
- r"""小程序模式配置,包括如何传入姓名身份证的配置,以及是否使用意愿核身。
5231
+ r"""<p>小程序模式配置,包括如何传入姓名身份证的配置,以及是否使用意愿核身。</p>
5255
5232
  :rtype: :class:`tencentcloud.faceid.v20180301.models.GetEidTokenConfig`
5256
5233
  """
5257
5234
  return self._Config
@@ -5262,9 +5239,7 @@ class GetEidTokenRequest(AbstractModel):
5262
5239
 
5263
5240
  @property
5264
5241
  def RedirectUrl(self):
5265
- r"""用户从Url中进入核身认证结束后重定向的回调链接地址。
5266
- - 最长长度1024位。
5267
- - EidToken会在该链接的query参数中。
5242
+ r"""<p>用户从Url中进入核身认证结束后重定向的回调链接地址。</p><ul><li>最长长度1024位。</li><li>EidToken会在该链接的query参数中。</li></ul>
5268
5243
  :rtype: str
5269
5244
  """
5270
5245
  return self._RedirectUrl
@@ -5275,8 +5250,7 @@ class GetEidTokenRequest(AbstractModel):
5275
5250
 
5276
5251
  @property
5277
5252
  def Encryption(self):
5278
- r"""敏感数据加密信息。
5279
- - 对传入信息(姓名、身份证号)有加密需求的用户可使用此参数,详情请点击左侧链接。
5253
+ r"""<p>敏感数据加密信息。</p><ul><li>对传入信息(姓名、身份证号)有加密需求的用户可使用此参数,详情请点击左侧链接。</li></ul>
5280
5254
  :rtype: :class:`tencentcloud.faceid.v20180301.models.Encryption`
5281
5255
  """
5282
5256
  return self._Encryption
@@ -5315,12 +5289,9 @@ class GetEidTokenResponse(AbstractModel):
5315
5289
 
5316
5290
  def __init__(self):
5317
5291
  r"""
5318
- :param _EidToken: 一次核身流程的标识。
5319
- - 有效时间为600秒。
5320
- - 完成核身后,可用该标识获取验证结果信息。
5292
+ :param _EidToken: <p>一次核身流程的标识。</p><ul><li>有效时间为600秒。</li><li>完成核身后,可用该标识获取验证结果信息。</li></ul>
5321
5293
  :type EidToken: str
5322
- :param _Url: 发起核身流程的URL
5323
- - 用于H5场景核身。
5294
+ :param _Url: <p>发起核身流程的URL。</p><ul><li>用于H5场景核身。</li></ul>
5324
5295
  :type Url: str
5325
5296
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5326
5297
  :type RequestId: str
@@ -5331,9 +5302,7 @@ class GetEidTokenResponse(AbstractModel):
5331
5302
 
5332
5303
  @property
5333
5304
  def EidToken(self):
5334
- r"""一次核身流程的标识。
5335
- - 有效时间为600秒。
5336
- - 完成核身后,可用该标识获取验证结果信息。
5305
+ r"""<p>一次核身流程的标识。</p><ul><li>有效时间为600秒。</li><li>完成核身后,可用该标识获取验证结果信息。</li></ul>
5337
5306
  :rtype: str
5338
5307
  """
5339
5308
  return self._EidToken
@@ -5344,8 +5313,7 @@ class GetEidTokenResponse(AbstractModel):
5344
5313
 
5345
5314
  @property
5346
5315
  def Url(self):
5347
- r"""发起核身流程的URL
5348
- - 用于H5场景核身。
5316
+ r"""<p>发起核身流程的URL。</p><ul><li>用于H5场景核身。</li></ul>
5349
5317
  :rtype: str
5350
5318
  """
5351
5319
  return self._Url
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-faceid
3
- Version: 3.1.102
3
+ Version: 3.1.126
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.102
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.126
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.126
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.102