tencentcloud-sdk-python-faceid 3.1.80__tar.gz → 3.1.97__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.80 → tencentcloud_sdk_python_faceid-3.1.97}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_faceid-3.1.80 → tencentcloud_sdk_python_faceid-3.1.97}/setup.py +1 -1
  3. {tencentcloud_sdk_python_faceid-3.1.80 → tencentcloud_sdk_python_faceid-3.1.97}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_faceid-3.1.80 → tencentcloud_sdk_python_faceid-3.1.97}/tencentcloud/faceid/v20180301/models.py +2 -2
  5. {tencentcloud_sdk_python_faceid-3.1.80 → tencentcloud_sdk_python_faceid-3.1.97}/tencentcloud_sdk_python_faceid.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_faceid-3.1.97/tencentcloud_sdk_python_faceid.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_faceid-3.1.80/tencentcloud_sdk_python_faceid.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_faceid-3.1.80 → tencentcloud_sdk_python_faceid-3.1.97}/README.rst +0 -0
  9. {tencentcloud_sdk_python_faceid-3.1.80 → tencentcloud_sdk_python_faceid-3.1.97}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_faceid-3.1.80 → tencentcloud_sdk_python_faceid-3.1.97}/tencentcloud/faceid/__init__.py +0 -0
  11. {tencentcloud_sdk_python_faceid-3.1.80 → tencentcloud_sdk_python_faceid-3.1.97}/tencentcloud/faceid/v20180301/__init__.py +0 -0
  12. {tencentcloud_sdk_python_faceid-3.1.80 → tencentcloud_sdk_python_faceid-3.1.97}/tencentcloud/faceid/v20180301/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_faceid-3.1.80 → tencentcloud_sdk_python_faceid-3.1.97}/tencentcloud/faceid/v20180301/faceid_client.py +0 -0
  14. {tencentcloud_sdk_python_faceid-3.1.80 → tencentcloud_sdk_python_faceid-3.1.97}/tencentcloud/faceid/v20180301/faceid_client_async.py +0 -0
  15. {tencentcloud_sdk_python_faceid-3.1.80 → tencentcloud_sdk_python_faceid-3.1.97}/tencentcloud_sdk_python_faceid.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_faceid-3.1.80 → tencentcloud_sdk_python_faceid-3.1.97}/tencentcloud_sdk_python_faceid.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_faceid-3.1.80 → tencentcloud_sdk_python_faceid-3.1.97}/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.80
3
+ Version: 3.1.97
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.80
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.97
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.80,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.97,<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.80'
17
+ __version__ = '3.1.97'
@@ -25,7 +25,7 @@ class AttackRiskDetail(AbstractModel):
25
25
 
26
26
  def __init__(self):
27
27
  r"""
28
- :param _Type: <p>疑似的攻击痕迹类型SuspectedSpoofingAttack:翻拍攻击SuspectedSynthesisImage:疑似合成图片SuspectedSynthesisVideo:疑似合成视频SuspectedAnomalyAttack:人脸特征疑似非真人SuspectedAdversarialAttack:疑似对抗样本攻击SuspectedBlackIndustry:疑似黑产批量模板攻击SuspectedWatermark:疑似存在水印</p>
28
+ :param _Type: <p>疑似的攻击痕迹类型,具体类型如下:<br>SuspectedSpoofingAttack:翻拍攻击<br>SuspectedSynthesisImage:疑似合成图片<br>SuspectedSynthesisVideo:疑似合成视频<br>SuspectedAnomalyAttack:人脸特征疑似非真人<br>SuspectedAdversarialAttack:疑似对抗样本攻击<br>SuspectedBlackIndustry:疑似黑产批量模板攻击<br>SuspectedWatermark:疑似存在水印</p>
29
29
  注意:此字段可能返回 null,表示取不到有效值。
30
30
  :type Type: str
31
31
  """
@@ -33,7 +33,7 @@ class AttackRiskDetail(AbstractModel):
33
33
 
34
34
  @property
35
35
  def Type(self):
36
- r"""<p>疑似的攻击痕迹类型SuspectedSpoofingAttack:翻拍攻击SuspectedSynthesisImage:疑似合成图片SuspectedSynthesisVideo:疑似合成视频SuspectedAnomalyAttack:人脸特征疑似非真人SuspectedAdversarialAttack:疑似对抗样本攻击SuspectedBlackIndustry:疑似黑产批量模板攻击SuspectedWatermark:疑似存在水印</p>
36
+ r"""<p>疑似的攻击痕迹类型,具体类型如下:<br>SuspectedSpoofingAttack:翻拍攻击<br>SuspectedSynthesisImage:疑似合成图片<br>SuspectedSynthesisVideo:疑似合成视频<br>SuspectedAnomalyAttack:人脸特征疑似非真人<br>SuspectedAdversarialAttack:疑似对抗样本攻击<br>SuspectedBlackIndustry:疑似黑产批量模板攻击<br>SuspectedWatermark:疑似存在水印</p>
37
37
  注意:此字段可能返回 null,表示取不到有效值。
38
38
  :rtype: str
39
39
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-faceid
3
- Version: 3.1.80
3
+ Version: 3.1.97
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.80
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.97
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.97
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.80