tencentcloud-sdk-python-faceid 3.0.1126__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.1126 → tencentcloud-sdk-python-faceid-3.0.1128}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1126 → tencentcloud-sdk-python-faceid-3.0.1128}/setup.py +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1126 → tencentcloud-sdk-python-faceid-3.0.1128}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1126 → tencentcloud-sdk-python-faceid-3.0.1128}/tencentcloud/faceid/v20180301/faceid_client.py +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1126 → tencentcloud-sdk-python-faceid-3.0.1128}/tencentcloud/faceid/v20180301/models.py +12 -0
- {tencentcloud-sdk-python-faceid-3.0.1126 → 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.1126/tencentcloud_sdk_python_faceid.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-faceid-3.0.1126 → tencentcloud-sdk-python-faceid-3.0.1128}/README.rst +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1126 → tencentcloud-sdk-python-faceid-3.0.1128}/setup.cfg +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1126 → tencentcloud-sdk-python-faceid-3.0.1128}/tencentcloud/faceid/__init__.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1126 → tencentcloud-sdk-python-faceid-3.0.1128}/tencentcloud/faceid/v20180301/__init__.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1126 → tencentcloud-sdk-python-faceid-3.0.1128}/tencentcloud/faceid/v20180301/errorcodes.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1126 → tencentcloud-sdk-python-faceid-3.0.1128}/tencentcloud_sdk_python_faceid.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1126 → tencentcloud-sdk-python-faceid-3.0.1128}/tencentcloud_sdk_python_faceid.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1126 → tencentcloud-sdk-python-faceid-3.0.1128}/tencentcloud_sdk_python_faceid.egg-info/top_level.txt +0 -0
{tencentcloud-sdk-python-faceid-3.0.1126 → 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`
|
|
@@ -7784,9 +7784,12 @@ class RuleIdConfig(AbstractModel):
|
|
|
7784
7784
|
0:问答模式,DetectAuth接口需要传入IntentionQuestions字段;
|
|
7785
7785
|
1:点头模式,DetectAuth接口需要传入IntentionActions字段;
|
|
7786
7786
|
:type IntentionType: int
|
|
7787
|
+
:param _MouthOpenRecognition: 用户语音回答过程中是否开启张嘴识别检测,默认不开启,仅在意愿核身问答模式中使用。
|
|
7788
|
+
:type MouthOpenRecognition: bool
|
|
7787
7789
|
"""
|
|
7788
7790
|
self._IntentionRecognition = None
|
|
7789
7791
|
self._IntentionType = None
|
|
7792
|
+
self._MouthOpenRecognition = None
|
|
7790
7793
|
|
|
7791
7794
|
@property
|
|
7792
7795
|
def IntentionRecognition(self):
|
|
@@ -7804,10 +7807,19 @@ class RuleIdConfig(AbstractModel):
|
|
|
7804
7807
|
def IntentionType(self, IntentionType):
|
|
7805
7808
|
self._IntentionType = IntentionType
|
|
7806
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
|
+
|
|
7807
7818
|
|
|
7808
7819
|
def _deserialize(self, params):
|
|
7809
7820
|
self._IntentionRecognition = params.get("IntentionRecognition")
|
|
7810
7821
|
self._IntentionType = params.get("IntentionType")
|
|
7822
|
+
self._MouthOpenRecognition = params.get("MouthOpenRecognition")
|
|
7811
7823
|
memeber_set = set(params.keys())
|
|
7812
7824
|
for name, value in vars(self).items():
|
|
7813
7825
|
property_name = name[1:]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1128
|
tencentcloud-sdk-python-faceid-3.0.1126/tencentcloud_sdk_python_faceid.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1126
|
{tencentcloud-sdk-python-faceid-3.0.1126 → tencentcloud-sdk-python-faceid-3.0.1128}/README.rst
RENAMED
|
File without changes
|
{tencentcloud-sdk-python-faceid-3.0.1126 → 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
|