tencentcloud-sdk-python-faceid 3.0.1248__tar.gz → 3.0.1252__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.1248 → tencentcloud-sdk-python-faceid-3.0.1252}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1248 → tencentcloud-sdk-python-faceid-3.0.1252}/setup.py +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1248 → tencentcloud-sdk-python-faceid-3.0.1252}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1248 → tencentcloud-sdk-python-faceid-3.0.1252}/tencentcloud/faceid/v20180301/models.py +28 -1
- {tencentcloud-sdk-python-faceid-3.0.1248 → tencentcloud-sdk-python-faceid-3.0.1252}/tencentcloud_sdk_python_faceid.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-faceid-3.0.1252/tencentcloud_sdk_python_faceid.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-faceid-3.0.1248/tencentcloud_sdk_python_faceid.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-faceid-3.0.1248 → tencentcloud-sdk-python-faceid-3.0.1252}/README.rst +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1248 → tencentcloud-sdk-python-faceid-3.0.1252}/setup.cfg +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1248 → tencentcloud-sdk-python-faceid-3.0.1252}/tencentcloud/faceid/__init__.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1248 → tencentcloud-sdk-python-faceid-3.0.1252}/tencentcloud/faceid/v20180301/__init__.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1248 → tencentcloud-sdk-python-faceid-3.0.1252}/tencentcloud/faceid/v20180301/errorcodes.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1248 → tencentcloud-sdk-python-faceid-3.0.1252}/tencentcloud/faceid/v20180301/faceid_client.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1248 → tencentcloud-sdk-python-faceid-3.0.1252}/tencentcloud_sdk_python_faceid.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1248 → tencentcloud-sdk-python-faceid-3.0.1252}/tencentcloud_sdk_python_faceid.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1248 → tencentcloud-sdk-python-faceid-3.0.1252}/tencentcloud_sdk_python_faceid.egg-info/top_level.txt +0 -0
{tencentcloud-sdk-python-faceid-3.0.1248 → tencentcloud-sdk-python-faceid-3.0.1252}/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.1252"],
|
|
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
|
|
@@ -2290,6 +2290,23 @@ class DetectInfoText(AbstractModel):
|
|
|
2290
2290
|
:param _LivenessDetail: 本次流程进行的活体一比一流水。
|
|
2291
2291
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2292
2292
|
:type LivenessDetail: list of DetectDetail
|
|
2293
|
+
:param _LivenessInfoTag: 描述当前请求活体阶段被拒绝的详细原因,详情如下:
|
|
2294
|
+
01-用户全程闭眼
|
|
2295
|
+
02-用户未完成指定动作
|
|
2296
|
+
03-疑似翻拍攻击
|
|
2297
|
+
04-疑似合成攻击
|
|
2298
|
+
05-疑似黑产模版
|
|
2299
|
+
06-疑似存在水印
|
|
2300
|
+
07-反光校验未通过
|
|
2301
|
+
08-疑似中途换人
|
|
2302
|
+
09-人脸质量过差
|
|
2303
|
+
10-距离校验不通过
|
|
2304
|
+
11-疑似对抗样本攻击
|
|
2305
|
+
12-嘴巴区域疑似存在攻击痕迹
|
|
2306
|
+
13-眼睛区域疑似存在攻击痕迹
|
|
2307
|
+
14-眼睛或嘴巴被遮挡
|
|
2308
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2309
|
+
:type LivenessInfoTag: list of str
|
|
2293
2310
|
:param _Mobile: 手机号码。
|
|
2294
2311
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2295
2312
|
:type Mobile: str
|
|
@@ -2343,6 +2360,7 @@ class DetectInfoText(AbstractModel):
|
|
|
2343
2360
|
self._Location = None
|
|
2344
2361
|
self._Extra = None
|
|
2345
2362
|
self._LivenessDetail = None
|
|
2363
|
+
self._LivenessInfoTag = None
|
|
2346
2364
|
self._Mobile = None
|
|
2347
2365
|
self._CompareLibType = None
|
|
2348
2366
|
self._LivenessMode = None
|
|
@@ -2527,6 +2545,14 @@ class DetectInfoText(AbstractModel):
|
|
|
2527
2545
|
def LivenessDetail(self, LivenessDetail):
|
|
2528
2546
|
self._LivenessDetail = LivenessDetail
|
|
2529
2547
|
|
|
2548
|
+
@property
|
|
2549
|
+
def LivenessInfoTag(self):
|
|
2550
|
+
return self._LivenessInfoTag
|
|
2551
|
+
|
|
2552
|
+
@LivenessInfoTag.setter
|
|
2553
|
+
def LivenessInfoTag(self, LivenessInfoTag):
|
|
2554
|
+
self._LivenessInfoTag = LivenessInfoTag
|
|
2555
|
+
|
|
2530
2556
|
@property
|
|
2531
2557
|
def Mobile(self):
|
|
2532
2558
|
return self._Mobile
|
|
@@ -2612,6 +2638,7 @@ class DetectInfoText(AbstractModel):
|
|
|
2612
2638
|
obj = DetectDetail()
|
|
2613
2639
|
obj._deserialize(item)
|
|
2614
2640
|
self._LivenessDetail.append(obj)
|
|
2641
|
+
self._LivenessInfoTag = params.get("LivenessInfoTag")
|
|
2615
2642
|
self._Mobile = params.get("Mobile")
|
|
2616
2643
|
self._CompareLibType = params.get("CompareLibType")
|
|
2617
2644
|
self._LivenessMode = params.get("LivenessMode")
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1252
|
tencentcloud-sdk-python-faceid-3.0.1248/tencentcloud_sdk_python_faceid.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1248
|
{tencentcloud-sdk-python-faceid-3.0.1248 → tencentcloud-sdk-python-faceid-3.0.1252}/README.rst
RENAMED
|
File without changes
|
{tencentcloud-sdk-python-faceid-3.0.1248 → tencentcloud-sdk-python-faceid-3.0.1252}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|