tencentcloud-sdk-python-faceid 3.1.69__tar.gz → 3.1.72__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.
- {tencentcloud_sdk_python_faceid-3.1.69 → tencentcloud_sdk_python_faceid-3.1.72}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_faceid-3.1.69 → tencentcloud_sdk_python_faceid-3.1.72}/setup.py +1 -1
- {tencentcloud_sdk_python_faceid-3.1.69 → tencentcloud_sdk_python_faceid-3.1.72}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_faceid-3.1.69 → tencentcloud_sdk_python_faceid-3.1.72}/tencentcloud/faceid/v20180301/models.py +8 -8
- {tencentcloud_sdk_python_faceid-3.1.69 → tencentcloud_sdk_python_faceid-3.1.72}/tencentcloud_sdk_python_faceid.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_faceid-3.1.72/tencentcloud_sdk_python_faceid.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_faceid-3.1.69/tencentcloud_sdk_python_faceid.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_faceid-3.1.69 → tencentcloud_sdk_python_faceid-3.1.72}/README.rst +0 -0
- {tencentcloud_sdk_python_faceid-3.1.69 → tencentcloud_sdk_python_faceid-3.1.72}/setup.cfg +0 -0
- {tencentcloud_sdk_python_faceid-3.1.69 → tencentcloud_sdk_python_faceid-3.1.72}/tencentcloud/faceid/__init__.py +0 -0
- {tencentcloud_sdk_python_faceid-3.1.69 → tencentcloud_sdk_python_faceid-3.1.72}/tencentcloud/faceid/v20180301/__init__.py +0 -0
- {tencentcloud_sdk_python_faceid-3.1.69 → tencentcloud_sdk_python_faceid-3.1.72}/tencentcloud/faceid/v20180301/errorcodes.py +0 -0
- {tencentcloud_sdk_python_faceid-3.1.69 → tencentcloud_sdk_python_faceid-3.1.72}/tencentcloud/faceid/v20180301/faceid_client.py +0 -0
- {tencentcloud_sdk_python_faceid-3.1.69 → tencentcloud_sdk_python_faceid-3.1.72}/tencentcloud/faceid/v20180301/faceid_client_async.py +0 -0
- {tencentcloud_sdk_python_faceid-3.1.69 → tencentcloud_sdk_python_faceid-3.1.72}/tencentcloud_sdk_python_faceid.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_faceid-3.1.69 → tencentcloud_sdk_python_faceid-3.1.72}/tencentcloud_sdk_python_faceid.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_faceid-3.1.69 → tencentcloud_sdk_python_faceid-3.1.72}/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.
|
|
3
|
+
Version: 3.1.72
|
|
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.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.72
|
|
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.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.72,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Faceid SDK for Python',
|
|
@@ -1242,7 +1242,7 @@ class CheckIdCardInformationResponse(AbstractModel):
|
|
|
1242
1242
|
|
|
1243
1243
|
def __init__(self):
|
|
1244
1244
|
r"""
|
|
1245
|
-
:param _Sim: <p>相似度。- 取值范围 [0.00, 100.00]。- 推荐相似度大于等于70
|
|
1245
|
+
:param _Sim: <p>相似度。- 取值范围 [0.00, 100.00]。- 推荐相似度大于等于70时可判断为同一人(采用固定阈值70,误通过率为万分之一,不支持调整阈值)。</p>
|
|
1246
1246
|
:type Sim: float
|
|
1247
1247
|
:param _Result: <p>业务错误码。- 成功情况返回Success。- 错误情况请参考下方错误码 列表中FailedOperation部分</p>
|
|
1248
1248
|
:type Result: str
|
|
@@ -1292,7 +1292,7 @@ class CheckIdCardInformationResponse(AbstractModel):
|
|
|
1292
1292
|
|
|
1293
1293
|
@property
|
|
1294
1294
|
def Sim(self):
|
|
1295
|
-
r"""<p>相似度。- 取值范围 [0.00, 100.00]。- 推荐相似度大于等于70
|
|
1295
|
+
r"""<p>相似度。- 取值范围 [0.00, 100.00]。- 推荐相似度大于等于70时可判断为同一人(采用固定阈值70,误通过率为万分之一,不支持调整阈值)。</p>
|
|
1296
1296
|
:rtype: float
|
|
1297
1297
|
"""
|
|
1298
1298
|
return self._Sim
|
|
@@ -7305,7 +7305,7 @@ class ImageRecognitionV2Response(AbstractModel):
|
|
|
7305
7305
|
|
|
7306
7306
|
def __init__(self):
|
|
7307
7307
|
r"""
|
|
7308
|
-
:param _Sim: <p>相似度。- 取值范围 [0.00, 100.00]。- 推荐相似度大于等于70
|
|
7308
|
+
:param _Sim: <p>相似度。- 取值范围 [0.00, 100.00]。- 推荐相似度大于等于70时可判断为同一人(采用固定阈值70,误通过率为万分之一,不支持调整阈值)</p>
|
|
7309
7309
|
:type Sim: float
|
|
7310
7310
|
:param _Result: <p>业务错误码。</p><ul><li>成功情况返回Success。</li><li>错误情况请参考下方错误码 列表中FailedOperation部分</li></ul>
|
|
7311
7311
|
:type Result: str
|
|
@@ -7324,7 +7324,7 @@ class ImageRecognitionV2Response(AbstractModel):
|
|
|
7324
7324
|
|
|
7325
7325
|
@property
|
|
7326
7326
|
def Sim(self):
|
|
7327
|
-
r"""<p>相似度。- 取值范围 [0.00, 100.00]。- 推荐相似度大于等于70
|
|
7327
|
+
r"""<p>相似度。- 取值范围 [0.00, 100.00]。- 推荐相似度大于等于70时可判断为同一人(采用固定阈值70,误通过率为万分之一,不支持调整阈值)</p>
|
|
7328
7328
|
:rtype: float
|
|
7329
7329
|
"""
|
|
7330
7330
|
return self._Sim
|
|
@@ -8150,7 +8150,7 @@ class LivenessCompareResponse(AbstractModel):
|
|
|
8150
8150
|
:param _BestFrameBase64: <p>验证通过后的视频最佳截图照片。</p><ul><li>照片为BASE64编码后的值,jpg格式。</li></ul>
|
|
8151
8151
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8152
8152
|
:type BestFrameBase64: str
|
|
8153
|
-
:param _Sim: <p>相似度。- 取值范围 [0.00, 100.00]。- 推荐相似度大于等于70
|
|
8153
|
+
:param _Sim: <p>相似度。- 取值范围 [0.00, 100.00]。- 推荐相似度大于等于70时可判断为同一人(采用固定阈值70,误通过率为万分之一,不支持调整阈值)。</p>
|
|
8154
8154
|
:type Sim: float
|
|
8155
8155
|
:param _Result: <p>业务错误码。</p><ul><li>成功情况返回Success。</li><li>错误情况请参考下方错误码,列表中FailedOperation部分。</li></ul>
|
|
8156
8156
|
:type Result: str
|
|
@@ -8183,7 +8183,7 @@ class LivenessCompareResponse(AbstractModel):
|
|
|
8183
8183
|
|
|
8184
8184
|
@property
|
|
8185
8185
|
def Sim(self):
|
|
8186
|
-
r"""<p>相似度。- 取值范围 [0.00, 100.00]。- 推荐相似度大于等于70
|
|
8186
|
+
r"""<p>相似度。- 取值范围 [0.00, 100.00]。- 推荐相似度大于等于70时可判断为同一人(采用固定阈值70,误通过率为万分之一,不支持调整阈值)。</p>
|
|
8187
8187
|
:rtype: float
|
|
8188
8188
|
"""
|
|
8189
8189
|
return self._Sim
|
|
@@ -8400,7 +8400,7 @@ class LivenessRecognitionResponse(AbstractModel):
|
|
|
8400
8400
|
:param _BestFrameBase64: <p>验证通过后的视频最佳截图照片。</p><ul><li>照片为BASE64编码后的值,jpg格式。</li></ul>
|
|
8401
8401
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8402
8402
|
:type BestFrameBase64: str
|
|
8403
|
-
:param _Sim: <p>相似度。- 取值范围 [0.00, 100.00]。- 推荐相似度大于等于70
|
|
8403
|
+
:param _Sim: <p>相似度。- 取值范围 [0.00, 100.00]。- 推荐相似度大于等于70时可判断为同一人,(采用固定阈值70,误通过率为万分之一,不支持调整阈值)</p>
|
|
8404
8404
|
:type Sim: float
|
|
8405
8405
|
:param _Result: <p>业务错误码。</p><ul><li>成功情况返回Success。</li><li>错误情况请参考下方错误码 列表中FailedOperation部分</li></ul>
|
|
8406
8406
|
:type Result: str
|
|
@@ -8433,7 +8433,7 @@ class LivenessRecognitionResponse(AbstractModel):
|
|
|
8433
8433
|
|
|
8434
8434
|
@property
|
|
8435
8435
|
def Sim(self):
|
|
8436
|
-
r"""<p>相似度。- 取值范围 [0.00, 100.00]。- 推荐相似度大于等于70
|
|
8436
|
+
r"""<p>相似度。- 取值范围 [0.00, 100.00]。- 推荐相似度大于等于70时可判断为同一人,(采用固定阈值70,误通过率为万分之一,不支持调整阈值)</p>
|
|
8437
8437
|
:rtype: float
|
|
8438
8438
|
"""
|
|
8439
8439
|
return self._Sim
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-faceid
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.72
|
|
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.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.72
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.72
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.69
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|