tencentcloud-sdk-python-faceid 3.0.1116__tar.gz → 3.0.1122__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.1116 → tencentcloud-sdk-python-faceid-3.0.1122}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1116 → tencentcloud-sdk-python-faceid-3.0.1122}/setup.py +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1116 → tencentcloud-sdk-python-faceid-3.0.1122}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1116 → tencentcloud-sdk-python-faceid-3.0.1122}/tencentcloud/faceid/v20180301/models.py +15 -2
- {tencentcloud-sdk-python-faceid-3.0.1116 → tencentcloud-sdk-python-faceid-3.0.1122}/tencentcloud_sdk_python_faceid.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-faceid-3.0.1122/tencentcloud_sdk_python_faceid.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-faceid-3.0.1116/tencentcloud_sdk_python_faceid.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-faceid-3.0.1116 → tencentcloud-sdk-python-faceid-3.0.1122}/README.rst +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1116 → tencentcloud-sdk-python-faceid-3.0.1122}/setup.cfg +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1116 → tencentcloud-sdk-python-faceid-3.0.1122}/tencentcloud/faceid/__init__.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1116 → tencentcloud-sdk-python-faceid-3.0.1122}/tencentcloud/faceid/v20180301/__init__.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1116 → tencentcloud-sdk-python-faceid-3.0.1122}/tencentcloud/faceid/v20180301/errorcodes.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1116 → tencentcloud-sdk-python-faceid-3.0.1122}/tencentcloud/faceid/v20180301/faceid_client.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1116 → tencentcloud-sdk-python-faceid-3.0.1122}/tencentcloud_sdk_python_faceid.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1116 → tencentcloud-sdk-python-faceid-3.0.1122}/tencentcloud_sdk_python_faceid.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1116 → tencentcloud-sdk-python-faceid-3.0.1122}/tencentcloud_sdk_python_faceid.egg-info/top_level.txt +0 -0
{tencentcloud-sdk-python-faceid-3.0.1116 → tencentcloud-sdk-python-faceid-3.0.1122}/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.1122"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Faceid SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -4209,13 +4209,13 @@ class GetFaceIdRiskInfoResponse(AbstractModel):
|
|
|
4209
4209
|
:param _DeviceInfoTag: 描述当前请求所在设备的风险标签,详情如下: 01-设备疑似被Root/设备疑似越狱 02-设备疑似被注入 03-设备疑似为模拟器 04-设备疑似存在风险操作 05-摄像头疑似被劫持 06-疑似黑产设备
|
|
4210
4210
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4211
4211
|
:type DeviceInfoTag: str
|
|
4212
|
-
:param _DeviceInfoLevel: 描述当前请求所在设备的风险等级,共4级,详情如下: 1 -
|
|
4212
|
+
:param _DeviceInfoLevel: 描述当前请求所在设备的风险等级,共4级,详情如下: 1 - 低风险 2 - 中风险 3 - 高风险 4 - 攻击 ,-1表示未获取到风险等级
|
|
4213
4213
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4214
4214
|
:type DeviceInfoLevel: int
|
|
4215
4215
|
:param _OpenId: 设备id标识
|
|
4216
4216
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4217
4217
|
:type OpenId: str
|
|
4218
|
-
:param _CameraInfoLevel: 描述当前请求所在设备的相机指纹风险等级,共4级,详情如下: 1 -
|
|
4218
|
+
:param _CameraInfoLevel: 描述当前请求所在设备的相机指纹风险等级,共4级,详情如下: 1 - 低风险 2 - 中风险 3 - 高风险 4 - 攻击 ,-1表示未获取到风险等级
|
|
4219
4219
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4220
4220
|
:type CameraInfoLevel: int
|
|
4221
4221
|
:param _CameraInfoTag: 描述当前请求所在设备的相机指纹风险标签,详情如下: 01-设备疑似被Root/设备疑似越狱 02-设备疑似被注入 03-设备疑似为模拟器 04-设备疑似存在风险操作 05-摄像头疑似被劫持 06-疑似黑产设备,空表示没有相机指纹风险
|
|
@@ -4327,6 +4327,9 @@ class GetFaceIdTokenRequest(AbstractModel):
|
|
|
4327
4327
|
:type UseCos: bool
|
|
4328
4328
|
:param _Encryption: 敏感数据加密信息。对传入信息(姓名、身份证号)有加密需求的用户可使用此参数,详情请点击左侧链接。
|
|
4329
4329
|
:type Encryption: :class:`tencentcloud.faceid.v20180301.models.Encryption`
|
|
4330
|
+
:param _RuleId: 用于细分客户使用场景,申请开通服务后,可以在腾讯云慧眼人脸核身控制台(https://console.cloud.tencent.com/faceid) 自助接入里面创建,审核通过后即可调用。如有疑问,请添加腾讯云人脸核身小助手进行咨询。
|
|
4331
|
+
示例值:1
|
|
4332
|
+
:type RuleId: str
|
|
4330
4333
|
"""
|
|
4331
4334
|
self._CompareLib = None
|
|
4332
4335
|
self._IdCard = None
|
|
@@ -4336,6 +4339,7 @@ class GetFaceIdTokenRequest(AbstractModel):
|
|
|
4336
4339
|
self._Extra = None
|
|
4337
4340
|
self._UseCos = None
|
|
4338
4341
|
self._Encryption = None
|
|
4342
|
+
self._RuleId = None
|
|
4339
4343
|
|
|
4340
4344
|
@property
|
|
4341
4345
|
def CompareLib(self):
|
|
@@ -4401,6 +4405,14 @@ class GetFaceIdTokenRequest(AbstractModel):
|
|
|
4401
4405
|
def Encryption(self, Encryption):
|
|
4402
4406
|
self._Encryption = Encryption
|
|
4403
4407
|
|
|
4408
|
+
@property
|
|
4409
|
+
def RuleId(self):
|
|
4410
|
+
return self._RuleId
|
|
4411
|
+
|
|
4412
|
+
@RuleId.setter
|
|
4413
|
+
def RuleId(self, RuleId):
|
|
4414
|
+
self._RuleId = RuleId
|
|
4415
|
+
|
|
4404
4416
|
|
|
4405
4417
|
def _deserialize(self, params):
|
|
4406
4418
|
self._CompareLib = params.get("CompareLib")
|
|
@@ -4413,6 +4425,7 @@ class GetFaceIdTokenRequest(AbstractModel):
|
|
|
4413
4425
|
if params.get("Encryption") is not None:
|
|
4414
4426
|
self._Encryption = Encryption()
|
|
4415
4427
|
self._Encryption._deserialize(params.get("Encryption"))
|
|
4428
|
+
self._RuleId = params.get("RuleId")
|
|
4416
4429
|
memeber_set = set(params.keys())
|
|
4417
4430
|
for name, value in vars(self).items():
|
|
4418
4431
|
property_name = name[1:]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1122
|
tencentcloud-sdk-python-faceid-3.0.1116/tencentcloud_sdk_python_faceid.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1116
|
{tencentcloud-sdk-python-faceid-3.0.1116 → tencentcloud-sdk-python-faceid-3.0.1122}/README.rst
RENAMED
|
File without changes
|
{tencentcloud-sdk-python-faceid-3.0.1116 → tencentcloud-sdk-python-faceid-3.0.1122}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|