tencentcloud-sdk-python-faceid 3.0.1117__tar.gz → 3.0.1130__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.
Potentially problematic release.
This version of tencentcloud-sdk-python-faceid might be problematic. Click here for more details.
- {tencentcloud-sdk-python-faceid-3.0.1117 → tencentcloud-sdk-python-faceid-3.0.1130}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1117 → tencentcloud-sdk-python-faceid-3.0.1130}/setup.py +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1117 → tencentcloud-sdk-python-faceid-3.0.1130}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1117 → tencentcloud-sdk-python-faceid-3.0.1130}/tencentcloud/faceid/v20180301/faceid_client.py +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1117 → tencentcloud-sdk-python-faceid-3.0.1130}/tencentcloud/faceid/v20180301/models.py +16 -2
- {tencentcloud-sdk-python-faceid-3.0.1117 → tencentcloud-sdk-python-faceid-3.0.1130}/tencentcloud_sdk_python_faceid.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-faceid-3.0.1130/tencentcloud_sdk_python_faceid.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-faceid-3.0.1117/tencentcloud_sdk_python_faceid.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-faceid-3.0.1117 → tencentcloud-sdk-python-faceid-3.0.1130}/README.rst +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1117 → tencentcloud-sdk-python-faceid-3.0.1130}/setup.cfg +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1117 → tencentcloud-sdk-python-faceid-3.0.1130}/tencentcloud/faceid/__init__.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1117 → tencentcloud-sdk-python-faceid-3.0.1130}/tencentcloud/faceid/v20180301/__init__.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1117 → tencentcloud-sdk-python-faceid-3.0.1130}/tencentcloud/faceid/v20180301/errorcodes.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1117 → tencentcloud-sdk-python-faceid-3.0.1130}/tencentcloud_sdk_python_faceid.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1117 → tencentcloud-sdk-python-faceid-3.0.1130}/tencentcloud_sdk_python_faceid.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1117 → tencentcloud-sdk-python-faceid-3.0.1130}/tencentcloud_sdk_python_faceid.egg-info/top_level.txt +0 -0
{tencentcloud-sdk-python-faceid-3.0.1117 → tencentcloud-sdk-python-faceid-3.0.1130}/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.1130"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Faceid SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -579,7 +579,7 @@ class FaceidClient(AbstractClient):
|
|
|
579
579
|
|
|
580
580
|
|
|
581
581
|
def ImageRecognition(self, request):
|
|
582
|
-
"""
|
|
582
|
+
"""传入照片和身份信息,判断该照片与权威库的证件照是否属于同一个人(该接口已停止接入,新客户请使用<a href="https://cloud.tencent.com/document/product/1007/102203">照片人脸核身(V2.0)</a>接口)。
|
|
583
583
|
|
|
584
584
|
:param request: Request instance for ImageRecognition.
|
|
585
585
|
:type request: :class:`tencentcloud.faceid.v20180301.models.ImageRecognitionRequest`
|
|
@@ -1352,6 +1352,8 @@ class CheckPhoneAndNameResponse(AbstractModel):
|
|
|
1352
1352
|
-1:查无记录
|
|
1353
1353
|
-2:引擎未知错误
|
|
1354
1354
|
-3:引擎服务异常
|
|
1355
|
+
-4:姓名校验不通过
|
|
1356
|
+
-5:手机号码不合法
|
|
1355
1357
|
:type Result: str
|
|
1356
1358
|
:param _Description: 业务结果描述
|
|
1357
1359
|
:type Description: str
|
|
@@ -4209,13 +4211,13 @@ class GetFaceIdRiskInfoResponse(AbstractModel):
|
|
|
4209
4211
|
:param _DeviceInfoTag: 描述当前请求所在设备的风险标签,详情如下: 01-设备疑似被Root/设备疑似越狱 02-设备疑似被注入 03-设备疑似为模拟器 04-设备疑似存在风险操作 05-摄像头疑似被劫持 06-疑似黑产设备
|
|
4210
4212
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4211
4213
|
:type DeviceInfoTag: str
|
|
4212
|
-
:param _DeviceInfoLevel: 描述当前请求所在设备的风险等级,共4级,详情如下: 1 -
|
|
4214
|
+
:param _DeviceInfoLevel: 描述当前请求所在设备的风险等级,共4级,详情如下: 1 - 低风险 2 - 中风险 3 - 高风险 4 - 攻击 ,-1表示未获取到风险等级
|
|
4213
4215
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4214
4216
|
:type DeviceInfoLevel: int
|
|
4215
4217
|
:param _OpenId: 设备id标识
|
|
4216
4218
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4217
4219
|
:type OpenId: str
|
|
4218
|
-
:param _CameraInfoLevel: 描述当前请求所在设备的相机指纹风险等级,共4级,详情如下: 1 -
|
|
4220
|
+
:param _CameraInfoLevel: 描述当前请求所在设备的相机指纹风险等级,共4级,详情如下: 1 - 低风险 2 - 中风险 3 - 高风险 4 - 攻击 ,-1表示未获取到风险等级
|
|
4219
4221
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4220
4222
|
:type CameraInfoLevel: int
|
|
4221
4223
|
:param _CameraInfoTag: 描述当前请求所在设备的相机指纹风险标签,详情如下: 01-设备疑似被Root/设备疑似越狱 02-设备疑似被注入 03-设备疑似为模拟器 04-设备疑似存在风险操作 05-摄像头疑似被劫持 06-疑似黑产设备,空表示没有相机指纹风险
|
|
@@ -7782,9 +7784,12 @@ class RuleIdConfig(AbstractModel):
|
|
|
7782
7784
|
0:问答模式,DetectAuth接口需要传入IntentionQuestions字段;
|
|
7783
7785
|
1:点头模式,DetectAuth接口需要传入IntentionActions字段;
|
|
7784
7786
|
:type IntentionType: int
|
|
7787
|
+
:param _MouthOpenRecognition: 用户语音回答过程中是否开启张嘴识别检测,默认不开启,仅在意愿核身问答模式中使用。
|
|
7788
|
+
:type MouthOpenRecognition: bool
|
|
7785
7789
|
"""
|
|
7786
7790
|
self._IntentionRecognition = None
|
|
7787
7791
|
self._IntentionType = None
|
|
7792
|
+
self._MouthOpenRecognition = None
|
|
7788
7793
|
|
|
7789
7794
|
@property
|
|
7790
7795
|
def IntentionRecognition(self):
|
|
@@ -7802,10 +7807,19 @@ class RuleIdConfig(AbstractModel):
|
|
|
7802
7807
|
def IntentionType(self, IntentionType):
|
|
7803
7808
|
self._IntentionType = IntentionType
|
|
7804
7809
|
|
|
7810
|
+
@property
|
|
7811
|
+
def MouthOpenRecognition(self):
|
|
7812
|
+
return self._MouthOpenRecognition
|
|
7813
|
+
|
|
7814
|
+
@MouthOpenRecognition.setter
|
|
7815
|
+
def MouthOpenRecognition(self, MouthOpenRecognition):
|
|
7816
|
+
self._MouthOpenRecognition = MouthOpenRecognition
|
|
7817
|
+
|
|
7805
7818
|
|
|
7806
7819
|
def _deserialize(self, params):
|
|
7807
7820
|
self._IntentionRecognition = params.get("IntentionRecognition")
|
|
7808
7821
|
self._IntentionType = params.get("IntentionType")
|
|
7822
|
+
self._MouthOpenRecognition = params.get("MouthOpenRecognition")
|
|
7809
7823
|
memeber_set = set(params.keys())
|
|
7810
7824
|
for name, value in vars(self).items():
|
|
7811
7825
|
property_name = name[1:]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1130
|
tencentcloud-sdk-python-faceid-3.0.1117/tencentcloud_sdk_python_faceid.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1117
|
{tencentcloud-sdk-python-faceid-3.0.1117 → tencentcloud-sdk-python-faceid-3.0.1130}/README.rst
RENAMED
|
File without changes
|
{tencentcloud-sdk-python-faceid-3.0.1117 → tencentcloud-sdk-python-faceid-3.0.1130}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|