tencentcloud-sdk-python-faceid 3.0.1143__tar.gz → 3.0.1145__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.1143 → tencentcloud-sdk-python-faceid-3.0.1145}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1143 → tencentcloud-sdk-python-faceid-3.0.1145}/setup.py +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1143 → tencentcloud-sdk-python-faceid-3.0.1145}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1143 → tencentcloud-sdk-python-faceid-3.0.1145}/tencentcloud/faceid/v20180301/models.py +7 -11
- {tencentcloud-sdk-python-faceid-3.0.1143 → tencentcloud-sdk-python-faceid-3.0.1145}/tencentcloud_sdk_python_faceid.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-faceid-3.0.1145/tencentcloud_sdk_python_faceid.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-faceid-3.0.1143/tencentcloud_sdk_python_faceid.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-faceid-3.0.1143 → tencentcloud-sdk-python-faceid-3.0.1145}/README.rst +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1143 → tencentcloud-sdk-python-faceid-3.0.1145}/setup.cfg +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1143 → tencentcloud-sdk-python-faceid-3.0.1145}/tencentcloud/faceid/__init__.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1143 → tencentcloud-sdk-python-faceid-3.0.1145}/tencentcloud/faceid/v20180301/__init__.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1143 → tencentcloud-sdk-python-faceid-3.0.1145}/tencentcloud/faceid/v20180301/errorcodes.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1143 → tencentcloud-sdk-python-faceid-3.0.1145}/tencentcloud/faceid/v20180301/faceid_client.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1143 → tencentcloud-sdk-python-faceid-3.0.1145}/tencentcloud_sdk_python_faceid.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1143 → tencentcloud-sdk-python-faceid-3.0.1145}/tencentcloud_sdk_python_faceid.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1143 → tencentcloud-sdk-python-faceid-3.0.1145}/tencentcloud_sdk_python_faceid.egg-info/top_level.txt +0 -0
{tencentcloud-sdk-python-faceid-3.0.1143 → tencentcloud-sdk-python-faceid-3.0.1145}/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.1145"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Faceid SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -1411,6 +1411,8 @@ Base64编码后的图片数据大小不超过3M,仅支持jpg、png格式。请
|
|
|
1411
1411
|
视频的Base64值:
|
|
1412
1412
|
Base64编码后的大小不超过8M,支持mp4、avi、flv格式。
|
|
1413
1413
|
请使用标准的Base64编码方式(带=补位),编码规范参考RFC4648。
|
|
1414
|
+
视频时长最大支持20s,建议时长2~5s。
|
|
1415
|
+
建议视频分辨率为480x640,帧率在25fps~30fps之间。
|
|
1414
1416
|
:type FaceInput: str
|
|
1415
1417
|
:param _FaceInputType: 传入的类型
|
|
1416
1418
|
1- 传入的是图片类型
|
|
@@ -7727,18 +7729,12 @@ class PhoneVerificationResponse(AbstractModel):
|
|
|
7727
7729
|
取值范围为["","移动","电信","联通"]
|
|
7728
7730
|
:type Isp: str
|
|
7729
7731
|
:param _ResultDetail: 业务结果详细信息。(当VerifyMode配置"详版",且Result为"-4: 三要素信息不一致"时返回)
|
|
7730
|
-
|
|
7731
7732
|
枚举值:
|
|
7732
|
-
|
|
7733
|
-
|
|
7734
|
-
|
|
7735
|
-
|
|
7736
|
-
|
|
7737
|
-
手机号码与姓名和身份证号均不一致;
|
|
7738
|
-
|
|
7739
|
-
姓名和身份证号不一致;
|
|
7740
|
-
|
|
7741
|
-
其他不一致。
|
|
7733
|
+
PhoneIdCardMismatch:手机号码与姓名一致,与身份证号不一致;
|
|
7734
|
+
PhoneNameMismatch:手机号码身份证号一致,与姓名不一致;
|
|
7735
|
+
PhoneNameIdCardMismatch:手机号码与姓名和身份证号均不一致;
|
|
7736
|
+
NameIdCardMismatch:姓名和身份证号不一致;
|
|
7737
|
+
OtherMismatch:其他不一致;
|
|
7742
7738
|
:type ResultDetail: str
|
|
7743
7739
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7744
7740
|
:type RequestId: str
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1145
|
tencentcloud-sdk-python-faceid-3.0.1143/tencentcloud_sdk_python_faceid.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1143
|
{tencentcloud-sdk-python-faceid-3.0.1143 → tencentcloud-sdk-python-faceid-3.0.1145}/README.rst
RENAMED
|
File without changes
|
{tencentcloud-sdk-python-faceid-3.0.1143 → tencentcloud-sdk-python-faceid-3.0.1145}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|