tencentcloud-sdk-python-faceid 3.0.1237__tar.gz → 3.0.1256__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.1237 → tencentcloud-sdk-python-faceid-3.0.1256}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1237 → tencentcloud-sdk-python-faceid-3.0.1256}/setup.py +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1237 → tencentcloud-sdk-python-faceid-3.0.1256}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1237 → tencentcloud-sdk-python-faceid-3.0.1256}/tencentcloud/faceid/v20180301/models.py +60 -1
- {tencentcloud-sdk-python-faceid-3.0.1237 → tencentcloud-sdk-python-faceid-3.0.1256}/tencentcloud_sdk_python_faceid.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-faceid-3.0.1256/tencentcloud_sdk_python_faceid.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-faceid-3.0.1237/tencentcloud_sdk_python_faceid.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-faceid-3.0.1237 → tencentcloud-sdk-python-faceid-3.0.1256}/README.rst +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1237 → tencentcloud-sdk-python-faceid-3.0.1256}/setup.cfg +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1237 → tencentcloud-sdk-python-faceid-3.0.1256}/tencentcloud/faceid/__init__.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1237 → tencentcloud-sdk-python-faceid-3.0.1256}/tencentcloud/faceid/v20180301/__init__.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1237 → tencentcloud-sdk-python-faceid-3.0.1256}/tencentcloud/faceid/v20180301/errorcodes.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1237 → tencentcloud-sdk-python-faceid-3.0.1256}/tencentcloud/faceid/v20180301/faceid_client.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1237 → tencentcloud-sdk-python-faceid-3.0.1256}/tencentcloud_sdk_python_faceid.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1237 → tencentcloud-sdk-python-faceid-3.0.1256}/tencentcloud_sdk_python_faceid.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1237 → tencentcloud-sdk-python-faceid-3.0.1256}/tencentcloud_sdk_python_faceid.egg-info/top_level.txt +0 -0
{tencentcloud-sdk-python-faceid-3.0.1237 → tencentcloud-sdk-python-faceid-3.0.1256}/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.1256"],
|
|
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")
|
|
@@ -3751,6 +3780,8 @@ class GetEidTokenConfig(AbstractModel):
|
|
|
3751
3780
|
:type IsSupportHMTResidentPermitOCR: bool
|
|
3752
3781
|
:param _MouthOpenRecognition: 用户语音回答过程中是否开启张嘴识别检测,默认不开启,仅在意愿核身问答模式中使用。
|
|
3753
3782
|
:type MouthOpenRecognition: bool
|
|
3783
|
+
:param _Speed: 意愿核身语音播报速度,配置后问答模式和点头模式的语音播报环节都会生效,默认值为0: 0:智能语速(根据播报文案的长度自动调整语音播报速度) 1:固定1倍速 2:固定1.2倍速 3:固定1.5倍速
|
|
3784
|
+
:type Speed: int
|
|
3754
3785
|
"""
|
|
3755
3786
|
self._InputType = None
|
|
3756
3787
|
self._UseIntentionVerify = None
|
|
@@ -3761,6 +3792,7 @@ class GetEidTokenConfig(AbstractModel):
|
|
|
3761
3792
|
self._IntentionRecognition = None
|
|
3762
3793
|
self._IsSupportHMTResidentPermitOCR = None
|
|
3763
3794
|
self._MouthOpenRecognition = None
|
|
3795
|
+
self._Speed = None
|
|
3764
3796
|
|
|
3765
3797
|
@property
|
|
3766
3798
|
def InputType(self):
|
|
@@ -3834,6 +3866,14 @@ class GetEidTokenConfig(AbstractModel):
|
|
|
3834
3866
|
def MouthOpenRecognition(self, MouthOpenRecognition):
|
|
3835
3867
|
self._MouthOpenRecognition = MouthOpenRecognition
|
|
3836
3868
|
|
|
3869
|
+
@property
|
|
3870
|
+
def Speed(self):
|
|
3871
|
+
return self._Speed
|
|
3872
|
+
|
|
3873
|
+
@Speed.setter
|
|
3874
|
+
def Speed(self, Speed):
|
|
3875
|
+
self._Speed = Speed
|
|
3876
|
+
|
|
3837
3877
|
|
|
3838
3878
|
def _deserialize(self, params):
|
|
3839
3879
|
self._InputType = params.get("InputType")
|
|
@@ -3855,6 +3895,7 @@ class GetEidTokenConfig(AbstractModel):
|
|
|
3855
3895
|
self._IntentionRecognition = params.get("IntentionRecognition")
|
|
3856
3896
|
self._IsSupportHMTResidentPermitOCR = params.get("IsSupportHMTResidentPermitOCR")
|
|
3857
3897
|
self._MouthOpenRecognition = params.get("MouthOpenRecognition")
|
|
3898
|
+
self._Speed = params.get("Speed")
|
|
3858
3899
|
memeber_set = set(params.keys())
|
|
3859
3900
|
for name, value in vars(self).items():
|
|
3860
3901
|
property_name = name[1:]
|
|
@@ -6732,6 +6773,7 @@ class MobileNetworkTimeVerificationResponse(AbstractModel):
|
|
|
6732
6773
|
不收费结果码:
|
|
6733
6774
|
-1: 手机号格式不正确
|
|
6734
6775
|
-4: 验证中心服务繁忙
|
|
6776
|
+
-5:认证次数超过当日限制,请次日重试
|
|
6735
6777
|
:type Result: str
|
|
6736
6778
|
:param _Description: 业务结果描述。
|
|
6737
6779
|
:type Description: str
|
|
@@ -6847,6 +6889,7 @@ class MobileStatusResponse(AbstractModel):
|
|
|
6847
6889
|
-1:未查询到结果
|
|
6848
6890
|
-2:手机号格式不正确
|
|
6849
6891
|
-3:验证中心服务繁忙
|
|
6892
|
+
-4:认证次数超过当日限制,请次日重试
|
|
6850
6893
|
:type Result: str
|
|
6851
6894
|
:param _Description: 业务结果描述。
|
|
6852
6895
|
:type Description: str
|
|
@@ -7924,10 +7967,17 @@ class RuleIdConfig(AbstractModel):
|
|
|
7924
7967
|
:type IntentionType: int
|
|
7925
7968
|
:param _MouthOpenRecognition: 用户语音回答过程中是否开启张嘴识别检测,默认不开启,仅在意愿核身问答模式中使用。
|
|
7926
7969
|
:type MouthOpenRecognition: bool
|
|
7970
|
+
:param _Speed: 意愿核身语音播报速度,配置后问答模式和点头模式的语音播报环节都会生效,默认值为0:
|
|
7971
|
+
0:智能语速(根据播报文案的长度自动调整语音播报速度)
|
|
7972
|
+
1:固定1倍速
|
|
7973
|
+
2:固定1.2倍速
|
|
7974
|
+
3:固定1.5倍速
|
|
7975
|
+
:type Speed: int
|
|
7927
7976
|
"""
|
|
7928
7977
|
self._IntentionRecognition = None
|
|
7929
7978
|
self._IntentionType = None
|
|
7930
7979
|
self._MouthOpenRecognition = None
|
|
7980
|
+
self._Speed = None
|
|
7931
7981
|
|
|
7932
7982
|
@property
|
|
7933
7983
|
def IntentionRecognition(self):
|
|
@@ -7953,11 +8003,20 @@ class RuleIdConfig(AbstractModel):
|
|
|
7953
8003
|
def MouthOpenRecognition(self, MouthOpenRecognition):
|
|
7954
8004
|
self._MouthOpenRecognition = MouthOpenRecognition
|
|
7955
8005
|
|
|
8006
|
+
@property
|
|
8007
|
+
def Speed(self):
|
|
8008
|
+
return self._Speed
|
|
8009
|
+
|
|
8010
|
+
@Speed.setter
|
|
8011
|
+
def Speed(self, Speed):
|
|
8012
|
+
self._Speed = Speed
|
|
8013
|
+
|
|
7956
8014
|
|
|
7957
8015
|
def _deserialize(self, params):
|
|
7958
8016
|
self._IntentionRecognition = params.get("IntentionRecognition")
|
|
7959
8017
|
self._IntentionType = params.get("IntentionType")
|
|
7960
8018
|
self._MouthOpenRecognition = params.get("MouthOpenRecognition")
|
|
8019
|
+
self._Speed = params.get("Speed")
|
|
7961
8020
|
memeber_set = set(params.keys())
|
|
7962
8021
|
for name, value in vars(self).items():
|
|
7963
8022
|
property_name = name[1:]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1256
|
tencentcloud-sdk-python-faceid-3.0.1237/tencentcloud_sdk_python_faceid.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1237
|
{tencentcloud-sdk-python-faceid-3.0.1237 → tencentcloud-sdk-python-faceid-3.0.1256}/README.rst
RENAMED
|
File without changes
|
{tencentcloud-sdk-python-faceid-3.0.1237 → tencentcloud-sdk-python-faceid-3.0.1256}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|