tencentcloud-sdk-python-faceid 3.1.15__tar.gz → 3.1.40__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.15 → tencentcloud_sdk_python_faceid-3.1.40}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_faceid-3.1.15 → tencentcloud_sdk_python_faceid-3.1.40}/setup.py +1 -1
  3. {tencentcloud_sdk_python_faceid-3.1.15 → tencentcloud_sdk_python_faceid-3.1.40}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_faceid-3.1.15 → tencentcloud_sdk_python_faceid-3.1.40}/tencentcloud/faceid/v20180301/models.py +24 -24
  5. {tencentcloud_sdk_python_faceid-3.1.15 → tencentcloud_sdk_python_faceid-3.1.40}/tencentcloud_sdk_python_faceid.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_faceid-3.1.40/tencentcloud_sdk_python_faceid.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_faceid-3.1.15/tencentcloud_sdk_python_faceid.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_faceid-3.1.15 → tencentcloud_sdk_python_faceid-3.1.40}/README.rst +0 -0
  9. {tencentcloud_sdk_python_faceid-3.1.15 → tencentcloud_sdk_python_faceid-3.1.40}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_faceid-3.1.15 → tencentcloud_sdk_python_faceid-3.1.40}/tencentcloud/faceid/__init__.py +0 -0
  11. {tencentcloud_sdk_python_faceid-3.1.15 → tencentcloud_sdk_python_faceid-3.1.40}/tencentcloud/faceid/v20180301/__init__.py +0 -0
  12. {tencentcloud_sdk_python_faceid-3.1.15 → tencentcloud_sdk_python_faceid-3.1.40}/tencentcloud/faceid/v20180301/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_faceid-3.1.15 → tencentcloud_sdk_python_faceid-3.1.40}/tencentcloud/faceid/v20180301/faceid_client.py +0 -0
  14. {tencentcloud_sdk_python_faceid-3.1.15 → tencentcloud_sdk_python_faceid-3.1.40}/tencentcloud/faceid/v20180301/faceid_client_async.py +0 -0
  15. {tencentcloud_sdk_python_faceid-3.1.15 → tencentcloud_sdk_python_faceid-3.1.40}/tencentcloud_sdk_python_faceid.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_faceid-3.1.15 → tencentcloud_sdk_python_faceid-3.1.40}/tencentcloud_sdk_python_faceid.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_faceid-3.1.15 → tencentcloud_sdk_python_faceid-3.1.40}/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.15
3
+ Version: 3.1.40
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.15
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.40
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.15,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.40,<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.15'
17
+ __version__ = '3.1.40'
@@ -2134,8 +2134,10 @@ class DetectAuthRequest(AbstractModel):
2134
2134
  - 是否必传基于[控制台](https://console.cloud.tencent.com/faceid/access)申请业务流程时配置的提示。
2135
2135
  - 最长长度32位。中文请使用UTF-8编码。
2136
2136
  :type Name: str
2137
- :param _RedirectUrl: 认证结束后重定向的回调链接地址。
2137
+ :param _RedirectUrl: 认证结束后重定向的回调链接地址,仅微信H5场景使用。
2138
2138
  - 最长长度1024位。
2139
+ - 默认值:[腾讯云人脸核身产品介绍页](URL Here)https://cloud.tencent.com/product/faceid?Is=sdk-topnav
2140
+
2139
2141
  :type RedirectUrl: str
2140
2142
  :param _Extra: 透传字段,在获取验证结果时返回。
2141
2143
  - 最长长度1024位。
@@ -2228,8 +2230,10 @@ class DetectAuthRequest(AbstractModel):
2228
2230
 
2229
2231
  @property
2230
2232
  def RedirectUrl(self):
2231
- r"""认证结束后重定向的回调链接地址。
2233
+ r"""认证结束后重定向的回调链接地址,仅微信H5场景使用。
2232
2234
  - 最长长度1024位。
2235
+ - 默认值:[腾讯云人脸核身产品介绍页](URL Here)https://cloud.tencent.com/product/faceid?Is=sdk-topnav
2236
+
2233
2237
  :rtype: str
2234
2238
  """
2235
2239
  return self._RedirectUrl
@@ -4161,7 +4165,7 @@ class GetDetectInfoEnhancedRequest(AbstractModel):
4161
4165
  :param _RuleId: 用于细分客户使用场景,由腾讯侧在线下对接时分配。
4162
4166
  :type RuleId: str
4163
4167
  :param _InfoType: 指定拉取的结果信息。
4164
- - 取值(0:全部;1:文本类;2:身份证信息;3:视频最佳截图信息)。
4168
+ - 取值(0:全部;1:文本类;2:身份证信息;3:视频最佳截图信息;4:视频信息;5:意愿核身朗读模式相关结果;6:意愿核身问答/点头模式相关结果)。
4165
4169
  - 例如 13 表示拉取文本类、视频最佳截图信息。
4166
4170
  - 默认值:0
4167
4171
  :type InfoType: str
@@ -4224,7 +4228,7 @@ class GetDetectInfoEnhancedRequest(AbstractModel):
4224
4228
  @property
4225
4229
  def InfoType(self):
4226
4230
  r"""指定拉取的结果信息。
4227
- - 取值(0:全部;1:文本类;2:身份证信息;3:视频最佳截图信息)。
4231
+ - 取值(0:全部;1:文本类;2:身份证信息;3:视频最佳截图信息;4:视频信息;5:意愿核身朗读模式相关结果;6:意愿核身问答/点头模式相关结果)。
4228
4232
  - 例如 13 表示拉取文本类、视频最佳截图信息。
4229
4233
  - 默认值:0
4230
4234
  :rtype: str
@@ -7255,17 +7259,15 @@ class ImageRecognitionRequest(AbstractModel):
7255
7259
 
7256
7260
  def __init__(self):
7257
7261
  r"""
7258
- :param _IdCard: 身份证号
7262
+ :param _IdCard: <p>身份证号</p>
7259
7263
  :type IdCard: str
7260
- :param _Name: 姓名。中文请使用UTF-8编码。
7264
+ :param _Name: <p>姓名。中文请使用UTF-8编码。</p>
7261
7265
  :type Name: str
7262
- :param _ImageBase64: 用于人脸比对的照片,图片的Base64值;
7263
- Base64编码后的图片数据大小不超过3M,仅支持jpg、png格式。
7264
- 请使用标准的Base64编码方式(带=补位),编码规范参考RFC4648。
7266
+ :param _ImageBase64: <p>用于人脸比对的照片,图片的Base64值;<br>Base64编码后的图片数据大小不超过3M,仅支持jpg、png格式。<br>请使用标准的Base64编码方式(带=补位),编码规范参考RFC4648。</p>
7265
7267
  :type ImageBase64: str
7266
- :param _Optional: 本接口不需要传递此参数。
7268
+ :param _Optional: <p>本接口不需要传递此参数。</p>
7267
7269
  :type Optional: str
7268
- :param _Encryption: 敏感数据加密信息。对传入信息(姓名、身份证号)有加密需求的用户可使用此参数,详情请点击左侧链接。
7270
+ :param _Encryption: <p>敏感数据加密信息。对传入信息(姓名、身份证号)有加密需求的用户可使用此参数,详情请点击左侧链接。</p>
7269
7271
  :type Encryption: :class:`tencentcloud.faceid.v20180301.models.Encryption`
7270
7272
  """
7271
7273
  self._IdCard = None
@@ -7276,7 +7278,7 @@ Base64编码后的图片数据大小不超过3M,仅支持jpg、png格式。
7276
7278
 
7277
7279
  @property
7278
7280
  def IdCard(self):
7279
- r"""身份证号
7281
+ r"""<p>身份证号</p>
7280
7282
  :rtype: str
7281
7283
  """
7282
7284
  return self._IdCard
@@ -7287,7 +7289,7 @@ Base64编码后的图片数据大小不超过3M,仅支持jpg、png格式。
7287
7289
 
7288
7290
  @property
7289
7291
  def Name(self):
7290
- r"""姓名。中文请使用UTF-8编码。
7292
+ r"""<p>姓名。中文请使用UTF-8编码。</p>
7291
7293
  :rtype: str
7292
7294
  """
7293
7295
  return self._Name
@@ -7298,9 +7300,7 @@ Base64编码后的图片数据大小不超过3M,仅支持jpg、png格式。
7298
7300
 
7299
7301
  @property
7300
7302
  def ImageBase64(self):
7301
- r"""用于人脸比对的照片,图片的Base64值;
7302
- Base64编码后的图片数据大小不超过3M,仅支持jpg、png格式。
7303
- 请使用标准的Base64编码方式(带=补位),编码规范参考RFC4648。
7303
+ r"""<p>用于人脸比对的照片,图片的Base64值;<br>Base64编码后的图片数据大小不超过3M,仅支持jpg、png格式。<br>请使用标准的Base64编码方式(带=补位),编码规范参考RFC4648。</p>
7304
7304
  :rtype: str
7305
7305
  """
7306
7306
  return self._ImageBase64
@@ -7311,7 +7311,7 @@ Base64编码后的图片数据大小不超过3M,仅支持jpg、png格式。
7311
7311
 
7312
7312
  @property
7313
7313
  def Optional(self):
7314
- r"""本接口不需要传递此参数。
7314
+ r"""<p>本接口不需要传递此参数。</p>
7315
7315
  :rtype: str
7316
7316
  """
7317
7317
  return self._Optional
@@ -7322,7 +7322,7 @@ Base64编码后的图片数据大小不超过3M,仅支持jpg、png格式。
7322
7322
 
7323
7323
  @property
7324
7324
  def Encryption(self):
7325
- r"""敏感数据加密信息。对传入信息(姓名、身份证号)有加密需求的用户可使用此参数,详情请点击左侧链接。
7325
+ r"""<p>敏感数据加密信息。对传入信息(姓名、身份证号)有加密需求的用户可使用此参数,详情请点击左侧链接。</p>
7326
7326
  :rtype: :class:`tencentcloud.faceid.v20180301.models.Encryption`
7327
7327
  """
7328
7328
  return self._Encryption
@@ -7357,11 +7357,11 @@ class ImageRecognitionResponse(AbstractModel):
7357
7357
 
7358
7358
  def __init__(self):
7359
7359
  r"""
7360
- :param _Sim: 相似度,取值范围 [0.00, 100.00]。推荐相似度大于等于70时可判断为同一人,可根据具体场景自行调整阈值(阈值70的误通过率为千分之一,阈值80的误通过率是万分之一)
7360
+ :param _Sim: <p>相似度,取值范围 [0.00, 100.00]。推荐相似度大于等于70时可判断为同一人,可根据具体场景自行调整阈值(阈值70的误通过率为千分之一,阈值80的误通过率是万分之一)</p>
7361
7361
  :type Sim: float
7362
- :param _Result: 业务错误码,成功情况返回Success, 错误情况请参考下方错误码 列表中FailedOperation部分
7362
+ :param _Result: <p>业务错误码,成功情况返回Success, 错误情况请参考下方错误码 列表中FailedOperation部分</p>
7363
7363
  :type Result: str
7364
- :param _Description: 业务结果描述。
7364
+ :param _Description: <p>业务结果描述。</p>
7365
7365
  :type Description: str
7366
7366
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7367
7367
  :type RequestId: str
@@ -7373,7 +7373,7 @@ class ImageRecognitionResponse(AbstractModel):
7373
7373
 
7374
7374
  @property
7375
7375
  def Sim(self):
7376
- r"""相似度,取值范围 [0.00, 100.00]。推荐相似度大于等于70时可判断为同一人,可根据具体场景自行调整阈值(阈值70的误通过率为千分之一,阈值80的误通过率是万分之一)
7376
+ r"""<p>相似度,取值范围 [0.00, 100.00]。推荐相似度大于等于70时可判断为同一人,可根据具体场景自行调整阈值(阈值70的误通过率为千分之一,阈值80的误通过率是万分之一)</p>
7377
7377
  :rtype: float
7378
7378
  """
7379
7379
  return self._Sim
@@ -7384,7 +7384,7 @@ class ImageRecognitionResponse(AbstractModel):
7384
7384
 
7385
7385
  @property
7386
7386
  def Result(self):
7387
- r"""业务错误码,成功情况返回Success, 错误情况请参考下方错误码 列表中FailedOperation部分
7387
+ r"""<p>业务错误码,成功情况返回Success, 错误情况请参考下方错误码 列表中FailedOperation部分</p>
7388
7388
  :rtype: str
7389
7389
  """
7390
7390
  return self._Result
@@ -7395,7 +7395,7 @@ class ImageRecognitionResponse(AbstractModel):
7395
7395
 
7396
7396
  @property
7397
7397
  def Description(self):
7398
- r"""业务结果描述。
7398
+ r"""<p>业务结果描述。</p>
7399
7399
  :rtype: str
7400
7400
  """
7401
7401
  return self._Description
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-faceid
3
- Version: 3.1.15
3
+ Version: 3.1.40
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.15
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.40
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.40
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.15