tencentcloud-sdk-python-faceid 3.0.1125__tar.gz → 3.0.1128__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.1125 → tencentcloud-sdk-python-faceid-3.0.1128}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1125 → tencentcloud-sdk-python-faceid-3.0.1128}/setup.py +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1125 → tencentcloud-sdk-python-faceid-3.0.1128}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1125 → tencentcloud-sdk-python-faceid-3.0.1128}/tencentcloud/faceid/v20180301/faceid_client.py +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1125 → tencentcloud-sdk-python-faceid-3.0.1128}/tencentcloud/faceid/v20180301/models.py +14 -0
- {tencentcloud-sdk-python-faceid-3.0.1125 → tencentcloud-sdk-python-faceid-3.0.1128}/tencentcloud_sdk_python_faceid.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-faceid-3.0.1128/tencentcloud_sdk_python_faceid.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-faceid-3.0.1125/tencentcloud_sdk_python_faceid.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-faceid-3.0.1125 → tencentcloud-sdk-python-faceid-3.0.1128}/README.rst +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1125 → tencentcloud-sdk-python-faceid-3.0.1128}/setup.cfg +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1125 → tencentcloud-sdk-python-faceid-3.0.1128}/tencentcloud/faceid/__init__.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1125 → tencentcloud-sdk-python-faceid-3.0.1128}/tencentcloud/faceid/v20180301/__init__.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1125 → tencentcloud-sdk-python-faceid-3.0.1128}/tencentcloud/faceid/v20180301/errorcodes.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1125 → tencentcloud-sdk-python-faceid-3.0.1128}/tencentcloud_sdk_python_faceid.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1125 → tencentcloud-sdk-python-faceid-3.0.1128}/tencentcloud_sdk_python_faceid.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1125 → tencentcloud-sdk-python-faceid-3.0.1128}/tencentcloud_sdk_python_faceid.egg-info/top_level.txt +0 -0
{tencentcloud-sdk-python-faceid-3.0.1125 → tencentcloud-sdk-python-faceid-3.0.1128}/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.1128"],
|
|
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
|
|
@@ -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.1128
|
tencentcloud-sdk-python-faceid-3.0.1125/tencentcloud_sdk_python_faceid.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1125
|
{tencentcloud-sdk-python-faceid-3.0.1125 → tencentcloud-sdk-python-faceid-3.0.1128}/README.rst
RENAMED
|
File without changes
|
{tencentcloud-sdk-python-faceid-3.0.1125 → tencentcloud-sdk-python-faceid-3.0.1128}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|