tencentcloud-sdk-python-faceid 3.0.1160__tar.gz → 3.0.1165__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.1160 → tencentcloud-sdk-python-faceid-3.0.1165}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1160 → tencentcloud-sdk-python-faceid-3.0.1165}/setup.py +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1160 → tencentcloud-sdk-python-faceid-3.0.1165}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1160 → tencentcloud-sdk-python-faceid-3.0.1165}/tencentcloud/faceid/v20180301/models.py +2 -2
- {tencentcloud-sdk-python-faceid-3.0.1160 → tencentcloud-sdk-python-faceid-3.0.1165}/tencentcloud_sdk_python_faceid.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-faceid-3.0.1165/tencentcloud_sdk_python_faceid.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-faceid-3.0.1160/tencentcloud_sdk_python_faceid.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-faceid-3.0.1160 → tencentcloud-sdk-python-faceid-3.0.1165}/README.rst +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1160 → tencentcloud-sdk-python-faceid-3.0.1165}/setup.cfg +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1160 → tencentcloud-sdk-python-faceid-3.0.1165}/tencentcloud/faceid/__init__.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1160 → tencentcloud-sdk-python-faceid-3.0.1165}/tencentcloud/faceid/v20180301/__init__.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1160 → tencentcloud-sdk-python-faceid-3.0.1165}/tencentcloud/faceid/v20180301/errorcodes.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1160 → tencentcloud-sdk-python-faceid-3.0.1165}/tencentcloud/faceid/v20180301/faceid_client.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1160 → tencentcloud-sdk-python-faceid-3.0.1165}/tencentcloud_sdk_python_faceid.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1160 → tencentcloud-sdk-python-faceid-3.0.1165}/tencentcloud_sdk_python_faceid.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1160 → tencentcloud-sdk-python-faceid-3.0.1165}/tencentcloud_sdk_python_faceid.egg-info/top_level.txt +0 -0
{tencentcloud-sdk-python-faceid-3.0.1160 → tencentcloud-sdk-python-faceid-3.0.1165}/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.1165"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Faceid SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -3677,7 +3677,7 @@ class GetEidTokenConfig(AbstractModel):
|
|
|
3677
3677
|
:type IntentionQuestions: list of IntentionQuestion
|
|
3678
3678
|
:param _IntentionActions: 意愿核身(点头确认模式)使用的文案,若未使用意愿核身(点头确认模式),则该字段无需传入。默认为空,最长可接受150的字符串长度。
|
|
3679
3679
|
:type IntentionActions: list of IntentionActionConfig
|
|
3680
|
-
:param _IntentionRecognition: 意愿核身过程中识别用户的回答意图,开启后除了IntentionQuestions的Answers
|
|
3680
|
+
:param _IntentionRecognition: 意愿核身过程中识别用户的回答意图,开启后除了IntentionQuestions的Answers列表中的标准回答会通过,近似意图的回答也会通过,默认开启。
|
|
3681
3681
|
:type IntentionRecognition: bool
|
|
3682
3682
|
:param _IsSupportHMTResidentPermitOCR: 是否支持港澳台居住证识别
|
|
3683
3683
|
:type IsSupportHMTResidentPermitOCR: bool
|
|
@@ -7862,7 +7862,7 @@ class RuleIdConfig(AbstractModel):
|
|
|
7862
7862
|
|
|
7863
7863
|
def __init__(self):
|
|
7864
7864
|
r"""
|
|
7865
|
-
:param _IntentionRecognition: 意愿核身过程中识别用户的回答意图,开启后除了IntentionQuestions的Answers
|
|
7865
|
+
:param _IntentionRecognition: 意愿核身过程中识别用户的回答意图,开启后除了IntentionQuestions的Answers列表中的标准回答会通过,近似意图的回答也会通过,默认开启。
|
|
7866
7866
|
:type IntentionRecognition: bool
|
|
7867
7867
|
:param _IntentionType: 意愿核身类型,默认为0:
|
|
7868
7868
|
0:问答模式,DetectAuth接口需要传入IntentionQuestions字段;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1165
|
tencentcloud-sdk-python-faceid-3.0.1160/tencentcloud_sdk_python_faceid.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1160
|
{tencentcloud-sdk-python-faceid-3.0.1160 → tencentcloud-sdk-python-faceid-3.0.1165}/README.rst
RENAMED
|
File without changes
|
{tencentcloud-sdk-python-faceid-3.0.1160 → tencentcloud-sdk-python-faceid-3.0.1165}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|