tencentcloud-sdk-python-faceid 3.0.1249__tar.gz → 3.0.1255__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.0.1249 → tencentcloud-sdk-python-faceid-3.0.1255}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1249 → tencentcloud-sdk-python-faceid-3.0.1255}/setup.py +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1249 → tencentcloud-sdk-python-faceid-3.0.1255}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1249 → tencentcloud-sdk-python-faceid-3.0.1255}/tencentcloud/faceid/v20180301/models.py +32 -1
- {tencentcloud-sdk-python-faceid-3.0.1249 → tencentcloud-sdk-python-faceid-3.0.1255}/tencentcloud_sdk_python_faceid.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-faceid-3.0.1255/tencentcloud_sdk_python_faceid.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-faceid-3.0.1249/tencentcloud_sdk_python_faceid.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-faceid-3.0.1249 → tencentcloud-sdk-python-faceid-3.0.1255}/README.rst +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1249 → tencentcloud-sdk-python-faceid-3.0.1255}/setup.cfg +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1249 → tencentcloud-sdk-python-faceid-3.0.1255}/tencentcloud/faceid/__init__.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1249 → tencentcloud-sdk-python-faceid-3.0.1255}/tencentcloud/faceid/v20180301/__init__.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1249 → tencentcloud-sdk-python-faceid-3.0.1255}/tencentcloud/faceid/v20180301/errorcodes.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1249 → tencentcloud-sdk-python-faceid-3.0.1255}/tencentcloud/faceid/v20180301/faceid_client.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1249 → tencentcloud-sdk-python-faceid-3.0.1255}/tencentcloud_sdk_python_faceid.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1249 → tencentcloud-sdk-python-faceid-3.0.1255}/tencentcloud_sdk_python_faceid.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1249 → tencentcloud-sdk-python-faceid-3.0.1255}/tencentcloud_sdk_python_faceid.egg-info/top_level.txt +0 -0
{tencentcloud-sdk-python-faceid-3.0.1249 → tencentcloud-sdk-python-faceid-3.0.1255}/setup.py
RENAMED
|
@@ -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.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1255"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Faceid SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -31,7 +31,7 @@ SuspectedSynthesisImage:疑似合成图片
|
|
|
31
31
|
SuspectedSynthesisVideo:疑似合成视频
|
|
32
32
|
SuspectedeAnomalyAttack:人脸特征疑似非真人
|
|
33
33
|
SuspectedAdversarialAttack:疑似对抗样本攻击
|
|
34
|
-
SuspectedBlackIndustry
|
|
34
|
+
SuspectedBlackIndustry:疑似黑产批量模版攻击
|
|
35
35
|
SuspectedWatermark:疑似存在水印
|
|
36
36
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
37
37
|
:type Type: str
|
|
@@ -717,6 +717,8 @@ class CheckBankCardInformationResponse(AbstractModel):
|
|
|
717
717
|
不收费结果码:
|
|
718
718
|
-2:验证中心服务繁忙
|
|
719
719
|
-3:银行卡不存在
|
|
720
|
+
-4:认证次数超过当日限制,请次日重试
|
|
721
|
+
|
|
720
722
|
:type Result: str
|
|
721
723
|
:param _Description: 业务结果描述
|
|
722
724
|
:type Description: str
|
|
@@ -2290,6 +2292,23 @@ class DetectInfoText(AbstractModel):
|
|
|
2290
2292
|
:param _LivenessDetail: 本次流程进行的活体一比一流水。
|
|
2291
2293
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2292
2294
|
:type LivenessDetail: list of DetectDetail
|
|
2295
|
+
:param _LivenessInfoTag: 描述当前请求活体阶段被拒绝的详细原因,详情如下:
|
|
2296
|
+
01-用户全程闭眼
|
|
2297
|
+
02-用户未完成指定动作
|
|
2298
|
+
03-疑似翻拍攻击
|
|
2299
|
+
04-疑似合成攻击
|
|
2300
|
+
05-疑似黑产模版
|
|
2301
|
+
06-疑似存在水印
|
|
2302
|
+
07-反光校验未通过
|
|
2303
|
+
08-疑似中途换人
|
|
2304
|
+
09-人脸质量过差
|
|
2305
|
+
10-距离校验不通过
|
|
2306
|
+
11-疑似对抗样本攻击
|
|
2307
|
+
12-嘴巴区域疑似存在攻击痕迹
|
|
2308
|
+
13-眼睛区域疑似存在攻击痕迹
|
|
2309
|
+
14-眼睛或嘴巴被遮挡
|
|
2310
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2311
|
+
:type LivenessInfoTag: list of str
|
|
2293
2312
|
:param _Mobile: 手机号码。
|
|
2294
2313
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2295
2314
|
:type Mobile: str
|
|
@@ -2343,6 +2362,7 @@ class DetectInfoText(AbstractModel):
|
|
|
2343
2362
|
self._Location = None
|
|
2344
2363
|
self._Extra = None
|
|
2345
2364
|
self._LivenessDetail = None
|
|
2365
|
+
self._LivenessInfoTag = None
|
|
2346
2366
|
self._Mobile = None
|
|
2347
2367
|
self._CompareLibType = None
|
|
2348
2368
|
self._LivenessMode = None
|
|
@@ -2527,6 +2547,14 @@ class DetectInfoText(AbstractModel):
|
|
|
2527
2547
|
def LivenessDetail(self, LivenessDetail):
|
|
2528
2548
|
self._LivenessDetail = LivenessDetail
|
|
2529
2549
|
|
|
2550
|
+
@property
|
|
2551
|
+
def LivenessInfoTag(self):
|
|
2552
|
+
return self._LivenessInfoTag
|
|
2553
|
+
|
|
2554
|
+
@LivenessInfoTag.setter
|
|
2555
|
+
def LivenessInfoTag(self, LivenessInfoTag):
|
|
2556
|
+
self._LivenessInfoTag = LivenessInfoTag
|
|
2557
|
+
|
|
2530
2558
|
@property
|
|
2531
2559
|
def Mobile(self):
|
|
2532
2560
|
return self._Mobile
|
|
@@ -2612,6 +2640,7 @@ class DetectInfoText(AbstractModel):
|
|
|
2612
2640
|
obj = DetectDetail()
|
|
2613
2641
|
obj._deserialize(item)
|
|
2614
2642
|
self._LivenessDetail.append(obj)
|
|
2643
|
+
self._LivenessInfoTag = params.get("LivenessInfoTag")
|
|
2615
2644
|
self._Mobile = params.get("Mobile")
|
|
2616
2645
|
self._CompareLibType = params.get("CompareLibType")
|
|
2617
2646
|
self._LivenessMode = params.get("LivenessMode")
|
|
@@ -6744,6 +6773,7 @@ class MobileNetworkTimeVerificationResponse(AbstractModel):
|
|
|
6744
6773
|
不收费结果码:
|
|
6745
6774
|
-1: 手机号格式不正确
|
|
6746
6775
|
-4: 验证中心服务繁忙
|
|
6776
|
+
-5:认证次数超过当日限制,请次日重试
|
|
6747
6777
|
:type Result: str
|
|
6748
6778
|
:param _Description: 业务结果描述。
|
|
6749
6779
|
:type Description: str
|
|
@@ -6859,6 +6889,7 @@ class MobileStatusResponse(AbstractModel):
|
|
|
6859
6889
|
-1:未查询到结果
|
|
6860
6890
|
-2:手机号格式不正确
|
|
6861
6891
|
-3:验证中心服务繁忙
|
|
6892
|
+
-4:认证次数超过当日限制,请次日重试
|
|
6862
6893
|
:type Result: str
|
|
6863
6894
|
:param _Description: 业务结果描述。
|
|
6864
6895
|
:type Description: str
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1255
|
tencentcloud-sdk-python-faceid-3.0.1249/tencentcloud_sdk_python_faceid.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1249
|
{tencentcloud-sdk-python-faceid-3.0.1249 → tencentcloud-sdk-python-faceid-3.0.1255}/README.rst
RENAMED
|
File without changes
|
{tencentcloud-sdk-python-faceid-3.0.1249 → tencentcloud-sdk-python-faceid-3.0.1255}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|