tencentcloud-sdk-python-faceid 3.1.3__tar.gz → 3.1.15__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.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_faceid-3.1.3 → tencentcloud_sdk_python_faceid-3.1.15}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_faceid-3.1.3 → tencentcloud_sdk_python_faceid-3.1.15}/setup.py +1 -1
  3. {tencentcloud_sdk_python_faceid-3.1.3 → tencentcloud_sdk_python_faceid-3.1.15}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_faceid-3.1.3 → tencentcloud_sdk_python_faceid-3.1.15}/tencentcloud/faceid/v20180301/models.py +14 -14
  5. {tencentcloud_sdk_python_faceid-3.1.3 → tencentcloud_sdk_python_faceid-3.1.15}/tencentcloud_sdk_python_faceid.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_faceid-3.1.15/tencentcloud_sdk_python_faceid.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_faceid-3.1.3/tencentcloud_sdk_python_faceid.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_faceid-3.1.3 → tencentcloud_sdk_python_faceid-3.1.15}/README.rst +0 -0
  9. {tencentcloud_sdk_python_faceid-3.1.3 → tencentcloud_sdk_python_faceid-3.1.15}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_faceid-3.1.3 → tencentcloud_sdk_python_faceid-3.1.15}/tencentcloud/faceid/__init__.py +0 -0
  11. {tencentcloud_sdk_python_faceid-3.1.3 → tencentcloud_sdk_python_faceid-3.1.15}/tencentcloud/faceid/v20180301/__init__.py +0 -0
  12. {tencentcloud_sdk_python_faceid-3.1.3 → tencentcloud_sdk_python_faceid-3.1.15}/tencentcloud/faceid/v20180301/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_faceid-3.1.3 → tencentcloud_sdk_python_faceid-3.1.15}/tencentcloud/faceid/v20180301/faceid_client.py +0 -0
  14. {tencentcloud_sdk_python_faceid-3.1.3 → tencentcloud_sdk_python_faceid-3.1.15}/tencentcloud/faceid/v20180301/faceid_client_async.py +0 -0
  15. {tencentcloud_sdk_python_faceid-3.1.3 → tencentcloud_sdk_python_faceid-3.1.15}/tencentcloud_sdk_python_faceid.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_faceid-3.1.3 → tencentcloud_sdk_python_faceid-3.1.15}/tencentcloud_sdk_python_faceid.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_faceid-3.1.3 → tencentcloud_sdk_python_faceid-3.1.15}/tencentcloud_sdk_python_faceid.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-faceid
3
- Version: 3.1.3
3
+ Version: 3.1.15
4
4
  Summary: Tencent Cloud Faceid SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.3
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.15
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -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.1.3,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.15,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Faceid SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.3'
17
+ __version__ = '3.1.15'
@@ -4165,8 +4165,7 @@ class GetDetectInfoEnhancedRequest(AbstractModel):
4165
4165
  - 例如 13 表示拉取文本类、视频最佳截图信息。
4166
4166
  - 默认值:0
4167
4167
  :type InfoType: str
4168
- :param _BestFramesCount: 从活体视频中截取一定张数的最佳帧。
4169
- - 仅部分服务支持,若需使用请与慧眼小助手沟通。
4168
+ :param _BestFramesCount: 从活体视频中截取一定张数的自截帧。
4170
4169
  - 默认值为0,最大值为10,超出10的最多只给10张。
4171
4170
  - InfoType需要包含3。
4172
4171
  :type BestFramesCount: int
@@ -4238,8 +4237,7 @@ class GetDetectInfoEnhancedRequest(AbstractModel):
4238
4237
 
4239
4238
  @property
4240
4239
  def BestFramesCount(self):
4241
- r"""从活体视频中截取一定张数的最佳帧。
4242
- - 仅部分服务支持,若需使用请与慧眼小助手沟通。
4240
+ r"""从活体视频中截取一定张数的自截帧。
4243
4241
  - 默认值为0,最大值为10,超出10的最多只给10张。
4244
4242
  - InfoType需要包含3。
4245
4243
  :rtype: int
@@ -4384,12 +4382,12 @@ class GetDetectInfoEnhancedResponse(AbstractModel):
4384
4382
  :param _EncryptedBody: 加密后的数据。
4385
4383
  注意:此字段可能返回 null,表示取不到有效值。
4386
4384
  :type EncryptedBody: str
4387
- :param _IsVerifyIntention: 本次请求是否配置开启意愿校验。
4388
- false:未开启意愿校验
4389
- true:已开启意愿校验
4390
- 说明:若请求开启了意愿校验,可结合IntentionVerifyType中具体使用的校验模式从对应的出参Result中获取最终的核验结果;若请求没有开启意愿校验,则可在出参Text中获取最终的核验结果。
4385
+ :param _IsVerifyIntention: 本次请求是否配置开启意愿核身校验。
4386
+ false:未开启意愿核身校验
4387
+ true:已开启意愿核身校验
4388
+ 说明:若请求开启了意愿核身校验,可结合IntentionVerifyType中具体使用的校验模式从对应的出参Result中获取最终的核验结果;若请求没有开启意愿核身校验,则可在出参Text中获取最终的核验结果。
4391
4389
  :type IsVerifyIntention: bool
4392
- :param _IntentionVerifyType: 本次请求意愿校验使用的具体模式。
4390
+ :param _IntentionVerifyType: 本次请求意愿核身校验使用的具体模式。
4393
4391
  0:问答模式
4394
4392
  1:点头确认模式
4395
4393
  2:朗读模式
@@ -4526,10 +4524,10 @@ true:已开启意愿校验
4526
4524
 
4527
4525
  @property
4528
4526
  def IsVerifyIntention(self):
4529
- r"""本次请求是否配置开启意愿校验。
4530
- false:未开启意愿校验
4531
- true:已开启意愿校验
4532
- 说明:若请求开启了意愿校验,可结合IntentionVerifyType中具体使用的校验模式从对应的出参Result中获取最终的核验结果;若请求没有开启意愿校验,则可在出参Text中获取最终的核验结果。
4527
+ r"""本次请求是否配置开启意愿核身校验。
4528
+ false:未开启意愿核身校验
4529
+ true:已开启意愿核身校验
4530
+ 说明:若请求开启了意愿核身校验,可结合IntentionVerifyType中具体使用的校验模式从对应的出参Result中获取最终的核验结果;若请求没有开启意愿核身校验,则可在出参Text中获取最终的核验结果。
4533
4531
  :rtype: bool
4534
4532
  """
4535
4533
  return self._IsVerifyIntention
@@ -4540,7 +4538,7 @@ true:已开启意愿校验
4540
4538
 
4541
4539
  @property
4542
4540
  def IntentionVerifyType(self):
4543
- r"""本次请求意愿校验使用的具体模式。
4541
+ r"""本次请求意愿核身校验使用的具体模式。
4544
4542
  0:问答模式
4545
4543
  1:点头确认模式
4546
4544
  2:朗读模式
@@ -10525,6 +10523,7 @@ class PhoneVerificationResponse(AbstractModel):
10525
10523
  -9: 没有记录。
10526
10524
  -11: 验证中心服务繁忙。
10527
10525
  -12: 认证次数超过当日限制,请次日重试。
10526
+ -13:该号段不支持验证
10528
10527
  :type Result: str
10529
10528
  :param _Description: 业务结果描述。
10530
10529
  :type Description: str
@@ -10563,6 +10562,7 @@ OtherMismatch:其他不一致。
10563
10562
  -9: 没有记录。
10564
10563
  -11: 验证中心服务繁忙。
10565
10564
  -12: 认证次数超过当日限制,请次日重试。
10565
+ -13:该号段不支持验证
10566
10566
  :rtype: str
10567
10567
  """
10568
10568
  return self._Result
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-faceid
3
- Version: 3.1.3
3
+ Version: 3.1.15
4
4
  Summary: Tencent Cloud Faceid SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.3
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.15
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.15
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.3