tencentcloud-sdk-python-faceid 3.1.161__tar.gz → 3.1.163__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.161 → tencentcloud_sdk_python_faceid-3.1.163}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_faceid-3.1.161 → tencentcloud_sdk_python_faceid-3.1.163}/setup.py +1 -1
  3. {tencentcloud_sdk_python_faceid-3.1.161 → tencentcloud_sdk_python_faceid-3.1.163}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_faceid-3.1.161 → tencentcloud_sdk_python_faceid-3.1.163}/tencentcloud/faceid/v20180301/models.py +4 -4
  5. {tencentcloud_sdk_python_faceid-3.1.161 → tencentcloud_sdk_python_faceid-3.1.163}/tencentcloud_sdk_python_faceid.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_faceid-3.1.163/tencentcloud_sdk_python_faceid.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_faceid-3.1.161/tencentcloud_sdk_python_faceid.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_faceid-3.1.161 → tencentcloud_sdk_python_faceid-3.1.163}/README.rst +0 -0
  9. {tencentcloud_sdk_python_faceid-3.1.161 → tencentcloud_sdk_python_faceid-3.1.163}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_faceid-3.1.161 → tencentcloud_sdk_python_faceid-3.1.163}/tencentcloud/faceid/__init__.py +0 -0
  11. {tencentcloud_sdk_python_faceid-3.1.161 → tencentcloud_sdk_python_faceid-3.1.163}/tencentcloud/faceid/v20180301/__init__.py +0 -0
  12. {tencentcloud_sdk_python_faceid-3.1.161 → tencentcloud_sdk_python_faceid-3.1.163}/tencentcloud/faceid/v20180301/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_faceid-3.1.161 → tencentcloud_sdk_python_faceid-3.1.163}/tencentcloud/faceid/v20180301/faceid_client.py +0 -0
  14. {tencentcloud_sdk_python_faceid-3.1.161 → tencentcloud_sdk_python_faceid-3.1.163}/tencentcloud/faceid/v20180301/faceid_client_async.py +0 -0
  15. {tencentcloud_sdk_python_faceid-3.1.161 → tencentcloud_sdk_python_faceid-3.1.163}/tencentcloud_sdk_python_faceid.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_faceid-3.1.161 → tencentcloud_sdk_python_faceid-3.1.163}/tencentcloud_sdk_python_faceid.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_faceid-3.1.161 → tencentcloud_sdk_python_faceid-3.1.163}/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.161
3
+ Version: 3.1.163
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.161
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.163
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.161,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.163,<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.161'
17
+ __version__ = '3.1.163'
@@ -2259,7 +2259,7 @@ class DetectDetail(AbstractModel):
2259
2259
  :param _CompareLibType: <p>比对库源类型。包括:商业库;业务方自有库(用户上传照片、客户的混合库、混合部署库);二次验证库;人工审核库;</p>
2260
2260
  注意:此字段可能返回 null,表示取不到有效值。
2261
2261
  :type CompareLibType: str
2262
- :param _LivenessMode: <p>枚举活体检测类型:<br>0:未知<br>1:数字活体<br>2:动作活体<br>3:静默活体<br>4:一闪活体(动作+光线)</p>
2262
+ :param _LivenessMode: <p>枚举活体检测类型:<br>0:未知<br>1:数字活体<br>2:动作活体<br>3:静默活体<br>4:一闪活体(动作+光线)<br>5: 远近活体</p><p>枚举值:</p><ul><li>0: 未知</li><li>1: 数字活体</li><li>2: 动作活体</li><li>3: 静默活体</li><li>4: 一闪活体(动作+光线)</li><li>5: 远近活体</li></ul>
2263
2263
  注意:此字段可能返回 null,表示取不到有效值。
2264
2264
  :type LivenessMode: int
2265
2265
  """
@@ -2436,7 +2436,7 @@ class DetectDetail(AbstractModel):
2436
2436
 
2437
2437
  @property
2438
2438
  def LivenessMode(self):
2439
- r"""<p>枚举活体检测类型:<br>0:未知<br>1:数字活体<br>2:动作活体<br>3:静默活体<br>4:一闪活体(动作+光线)</p>
2439
+ r"""<p>枚举活体检测类型:<br>0:未知<br>1:数字活体<br>2:动作活体<br>3:静默活体<br>4:一闪活体(动作+光线)<br>5: 远近活体</p><p>枚举值:</p><ul><li>0: 未知</li><li>1: 数字活体</li><li>2: 动作活体</li><li>3: 静默活体</li><li>4: 一闪活体(动作+光线)</li><li>5: 远近活体</li></ul>
2440
2440
  注意:此字段可能返回 null,表示取不到有效值。
2441
2441
  :rtype: int
2442
2442
  """
@@ -2780,7 +2780,7 @@ class DetectInfoText(AbstractModel):
2780
2780
  :param _LivenessDetail: <p>本次流程进行的活体一比一流水。</p>
2781
2781
  注意:此字段可能返回 null,表示取不到有效值。
2782
2782
  :type LivenessDetail: list of DetectDetail
2783
- :param _LivenessInfoTag: <p>描述当前请求活体阶段被拒绝的详细原因,该参数仅限PLUS版本核身服务返回。- 详情如下: 01-用户全程闭眼 02-用户未完成指定动作 03-疑似翻拍攻击 04-疑似合成攻击 05-疑似黑产模板 06-疑似存在水印 07-反光校验未通过 08-疑似中途换人 09-人脸质量过差 10-距离校验不通过 11-疑似对抗样本攻击 12-嘴巴区域疑似存在攻击痕迹 13-眼睛区域疑似存在攻击痕迹 14-眼睛或嘴巴被遮挡</p>
2783
+ :param _LivenessInfoTag: <p>描述当前请求活体阶段被拒绝的详细原因,该参数仅限PLUS版本核身服务返回。- 详情如下:<br>01-用户全程闭眼<br>02-用户未完成指定动作<br>03-疑似翻拍攻击<br>04-疑似合成攻击<br>05-疑似黑产模板<br>06-疑似存在水印<br>07-反光校验未通过<br>08-疑似中途换人<br>09-人脸质量过差<br>10-距离校验不通过<br>11-疑似对抗样本攻击<br>12-嘴巴区域疑似存在攻击痕迹<br>13-眼睛区域疑似存在攻击痕迹<br>14-眼睛或嘴巴被遮挡</p>
2784
2784
  注意:此字段可能返回 null,表示取不到有效值。
2785
2785
  :type LivenessInfoTag: list of str
2786
2786
  :param _Mobile: <p>手机号码。</p>
@@ -3106,7 +3106,7 @@ class DetectInfoText(AbstractModel):
3106
3106
 
3107
3107
  @property
3108
3108
  def LivenessInfoTag(self):
3109
- r"""<p>描述当前请求活体阶段被拒绝的详细原因,该参数仅限PLUS版本核身服务返回。- 详情如下: 01-用户全程闭眼 02-用户未完成指定动作 03-疑似翻拍攻击 04-疑似合成攻击 05-疑似黑产模板 06-疑似存在水印 07-反光校验未通过 08-疑似中途换人 09-人脸质量过差 10-距离校验不通过 11-疑似对抗样本攻击 12-嘴巴区域疑似存在攻击痕迹 13-眼睛区域疑似存在攻击痕迹 14-眼睛或嘴巴被遮挡</p>
3109
+ r"""<p>描述当前请求活体阶段被拒绝的详细原因,该参数仅限PLUS版本核身服务返回。- 详情如下:<br>01-用户全程闭眼<br>02-用户未完成指定动作<br>03-疑似翻拍攻击<br>04-疑似合成攻击<br>05-疑似黑产模板<br>06-疑似存在水印<br>07-反光校验未通过<br>08-疑似中途换人<br>09-人脸质量过差<br>10-距离校验不通过<br>11-疑似对抗样本攻击<br>12-嘴巴区域疑似存在攻击痕迹<br>13-眼睛区域疑似存在攻击痕迹<br>14-眼睛或嘴巴被遮挡</p>
3110
3110
  注意:此字段可能返回 null,表示取不到有效值。
3111
3111
  :rtype: list of str
3112
3112
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-faceid
3
- Version: 3.1.161
3
+ Version: 3.1.163
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.161
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.163
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.163
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.161