tencentcloud-sdk-python-faceid 3.1.131__tar.gz → 3.1.134__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.1.131 → tencentcloud_sdk_python_faceid-3.1.134}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_faceid-3.1.131 → tencentcloud_sdk_python_faceid-3.1.134}/setup.py +1 -1
- {tencentcloud_sdk_python_faceid-3.1.131 → tencentcloud_sdk_python_faceid-3.1.134}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_faceid-3.1.131 → tencentcloud_sdk_python_faceid-3.1.134}/tencentcloud/faceid/v20180301/models.py +54 -150
- {tencentcloud_sdk_python_faceid-3.1.131 → tencentcloud_sdk_python_faceid-3.1.134}/tencentcloud_sdk_python_faceid.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_faceid-3.1.134/tencentcloud_sdk_python_faceid.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_faceid-3.1.131/tencentcloud_sdk_python_faceid.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_faceid-3.1.131 → tencentcloud_sdk_python_faceid-3.1.134}/README.rst +0 -0
- {tencentcloud_sdk_python_faceid-3.1.131 → tencentcloud_sdk_python_faceid-3.1.134}/setup.cfg +0 -0
- {tencentcloud_sdk_python_faceid-3.1.131 → tencentcloud_sdk_python_faceid-3.1.134}/tencentcloud/faceid/__init__.py +0 -0
- {tencentcloud_sdk_python_faceid-3.1.131 → tencentcloud_sdk_python_faceid-3.1.134}/tencentcloud/faceid/v20180301/__init__.py +0 -0
- {tencentcloud_sdk_python_faceid-3.1.131 → tencentcloud_sdk_python_faceid-3.1.134}/tencentcloud/faceid/v20180301/errorcodes.py +0 -0
- {tencentcloud_sdk_python_faceid-3.1.131 → tencentcloud_sdk_python_faceid-3.1.134}/tencentcloud/faceid/v20180301/faceid_client.py +0 -0
- {tencentcloud_sdk_python_faceid-3.1.131 → tencentcloud_sdk_python_faceid-3.1.134}/tencentcloud/faceid/v20180301/faceid_client_async.py +0 -0
- {tencentcloud_sdk_python_faceid-3.1.131 → tencentcloud_sdk_python_faceid-3.1.134}/tencentcloud_sdk_python_faceid.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_faceid-3.1.131 → tencentcloud_sdk_python_faceid-3.1.134}/tencentcloud_sdk_python_faceid.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_faceid-3.1.131 → tencentcloud_sdk_python_faceid-3.1.134}/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
|
+
Version: 3.1.134
|
|
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.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.134
|
|
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.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.134,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Faceid SDK for Python',
|
|
@@ -9107,10 +9107,9 @@ class MobileNetworkTimeVerificationRequest(AbstractModel):
|
|
|
9107
9107
|
|
|
9108
9108
|
def __init__(self):
|
|
9109
9109
|
r"""
|
|
9110
|
-
:param _Mobile:
|
|
9110
|
+
:param _Mobile: <p>手机号码。</p>
|
|
9111
9111
|
:type Mobile: str
|
|
9112
|
-
:param _Encryption:
|
|
9113
|
-
- 对传入信息(手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。
|
|
9112
|
+
:param _Encryption: <p>敏感数据加密信息。</p><ul><li>对传入信息(手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。</li></ul>
|
|
9114
9113
|
:type Encryption: :class:`tencentcloud.faceid.v20180301.models.Encryption`
|
|
9115
9114
|
"""
|
|
9116
9115
|
self._Mobile = None
|
|
@@ -9118,7 +9117,7 @@ class MobileNetworkTimeVerificationRequest(AbstractModel):
|
|
|
9118
9117
|
|
|
9119
9118
|
@property
|
|
9120
9119
|
def Mobile(self):
|
|
9121
|
-
r"""
|
|
9120
|
+
r"""<p>手机号码。</p>
|
|
9122
9121
|
:rtype: str
|
|
9123
9122
|
"""
|
|
9124
9123
|
return self._Mobile
|
|
@@ -9129,8 +9128,7 @@ class MobileNetworkTimeVerificationRequest(AbstractModel):
|
|
|
9129
9128
|
|
|
9130
9129
|
@property
|
|
9131
9130
|
def Encryption(self):
|
|
9132
|
-
r"""
|
|
9133
|
-
- 对传入信息(手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。
|
|
9131
|
+
r"""<p>敏感数据加密信息。</p><ul><li>对传入信息(手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。</li></ul>
|
|
9134
9132
|
:rtype: :class:`tencentcloud.faceid.v20180301.models.Encryption`
|
|
9135
9133
|
"""
|
|
9136
9134
|
return self._Encryption
|
|
@@ -9162,22 +9160,11 @@ class MobileNetworkTimeVerificationResponse(AbstractModel):
|
|
|
9162
9160
|
|
|
9163
9161
|
def __init__(self):
|
|
9164
9162
|
r"""
|
|
9165
|
-
:param _Result:
|
|
9166
|
-
- 收费结果码:
|
|
9167
|
-
0: 成功。
|
|
9168
|
-
-2: 手机号不存在。
|
|
9169
|
-
-3: 手机号存在,但无法查询到在网时长。
|
|
9170
|
-
|
|
9171
|
-
- 不收费结果码:
|
|
9172
|
-
-1: 手机号格式不正确。
|
|
9173
|
-
-4: 验证中心服务繁忙。
|
|
9174
|
-
-5:认证次数超过当日限制,请次日重试。
|
|
9163
|
+
:param _Result: <p>认证结果码,收费情况如下。</p><ul><li><p>收费结果码:<br>-0: 成功。<br>-2: 手机号不存在<br>-3: 手机号存在,但无法查询到在网时长。</p></li><li><p>不收费结果码:<br>-1: 手机号格式不正确。<br>-4: 验证中心服务繁忙。<br>-5:认证次数超过当日限制,请次日重试。<br>-13:该号段不支持验证</p></li></ul>
|
|
9175
9164
|
:type Result: str
|
|
9176
|
-
:param _Description:
|
|
9165
|
+
:param _Description: <p>业务结果描述。</p>
|
|
9177
9166
|
:type Description: str
|
|
9178
|
-
:param _Range:
|
|
9179
|
-
- 格式为[a,b),表示在网时长在a个月以上,b个月以下。
|
|
9180
|
-
- 若b为+时表示没有上限。
|
|
9167
|
+
:param _Range: <p>在网时长区间。</p><ul><li>格式为[a,b),表示在网时长在a个月以上,b个月以下。</li><li>若b为+时表示没有上限。</li></ul>
|
|
9181
9168
|
:type Range: str
|
|
9182
9169
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
9183
9170
|
:type RequestId: str
|
|
@@ -9189,16 +9176,7 @@ class MobileNetworkTimeVerificationResponse(AbstractModel):
|
|
|
9189
9176
|
|
|
9190
9177
|
@property
|
|
9191
9178
|
def Result(self):
|
|
9192
|
-
r"""
|
|
9193
|
-
- 收费结果码:
|
|
9194
|
-
0: 成功。
|
|
9195
|
-
-2: 手机号不存在。
|
|
9196
|
-
-3: 手机号存在,但无法查询到在网时长。
|
|
9197
|
-
|
|
9198
|
-
- 不收费结果码:
|
|
9199
|
-
-1: 手机号格式不正确。
|
|
9200
|
-
-4: 验证中心服务繁忙。
|
|
9201
|
-
-5:认证次数超过当日限制,请次日重试。
|
|
9179
|
+
r"""<p>认证结果码,收费情况如下。</p><ul><li><p>收费结果码:<br>-0: 成功。<br>-2: 手机号不存在<br>-3: 手机号存在,但无法查询到在网时长。</p></li><li><p>不收费结果码:<br>-1: 手机号格式不正确。<br>-4: 验证中心服务繁忙。<br>-5:认证次数超过当日限制,请次日重试。<br>-13:该号段不支持验证</p></li></ul>
|
|
9202
9180
|
:rtype: str
|
|
9203
9181
|
"""
|
|
9204
9182
|
return self._Result
|
|
@@ -9209,7 +9187,7 @@ class MobileNetworkTimeVerificationResponse(AbstractModel):
|
|
|
9209
9187
|
|
|
9210
9188
|
@property
|
|
9211
9189
|
def Description(self):
|
|
9212
|
-
r"""
|
|
9190
|
+
r"""<p>业务结果描述。</p>
|
|
9213
9191
|
:rtype: str
|
|
9214
9192
|
"""
|
|
9215
9193
|
return self._Description
|
|
@@ -9220,9 +9198,7 @@ class MobileNetworkTimeVerificationResponse(AbstractModel):
|
|
|
9220
9198
|
|
|
9221
9199
|
@property
|
|
9222
9200
|
def Range(self):
|
|
9223
|
-
r"""
|
|
9224
|
-
- 格式为[a,b),表示在网时长在a个月以上,b个月以下。
|
|
9225
|
-
- 若b为+时表示没有上限。
|
|
9201
|
+
r"""<p>在网时长区间。</p><ul><li>格式为[a,b),表示在网时长在a个月以上,b个月以下。</li><li>若b为+时表示没有上限。</li></ul>
|
|
9226
9202
|
:rtype: str
|
|
9227
9203
|
"""
|
|
9228
9204
|
return self._Range
|
|
@@ -9310,7 +9286,7 @@ class MobileStatusResponse(AbstractModel):
|
|
|
9310
9286
|
|
|
9311
9287
|
def __init__(self):
|
|
9312
9288
|
r"""
|
|
9313
|
-
:param _Result: <p>认证结果码,收费情况如下。</p><ul><li
|
|
9289
|
+
:param _Result: <p>认证结果码,收费情况如下。</p><ul><li>收费结果码:<br>0:成功。</li><li>不收费结果码:<br>-1:未查询到结果。<br>-2:手机号格式不正确。<br>-3:验证中心服务繁忙。<br>-4:认证次数超过当日限制,请次日重试。<br>-13:该号段不支持验证</li></ul>
|
|
9314
9290
|
:type Result: str
|
|
9315
9291
|
:param _Description: <p>业务结果描述。</p>
|
|
9316
9292
|
:type Description: str
|
|
@@ -9326,7 +9302,7 @@ class MobileStatusResponse(AbstractModel):
|
|
|
9326
9302
|
|
|
9327
9303
|
@property
|
|
9328
9304
|
def Result(self):
|
|
9329
|
-
r"""<p>认证结果码,收费情况如下。</p><ul><li
|
|
9305
|
+
r"""<p>认证结果码,收费情况如下。</p><ul><li>收费结果码:<br>0:成功。</li><li>不收费结果码:<br>-1:未查询到结果。<br>-2:手机号格式不正确。<br>-3:验证中心服务繁忙。<br>-4:认证次数超过当日限制,请次日重试。<br>-13:该号段不支持验证</li></ul>
|
|
9330
9306
|
:rtype: str
|
|
9331
9307
|
"""
|
|
9332
9308
|
return self._Result
|
|
@@ -9829,14 +9805,13 @@ class PhoneVerificationCMCCRequest(AbstractModel):
|
|
|
9829
9805
|
|
|
9830
9806
|
def __init__(self):
|
|
9831
9807
|
r"""
|
|
9832
|
-
:param _IdCard:
|
|
9808
|
+
:param _IdCard: <p>身份证号。</p>
|
|
9833
9809
|
:type IdCard: str
|
|
9834
|
-
:param _Name:
|
|
9810
|
+
:param _Name: <p>姓名。</p>
|
|
9835
9811
|
:type Name: str
|
|
9836
|
-
:param _Phone:
|
|
9812
|
+
:param _Phone: <p>手机号。</p>
|
|
9837
9813
|
:type Phone: str
|
|
9838
|
-
:param _Encryption:
|
|
9839
|
-
- 对传入信息(姓名、身份证号、手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。
|
|
9814
|
+
:param _Encryption: <p>敏感数据加密信息。</p><ul><li>对传入信息(姓名、身份证号、手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。</li></ul>
|
|
9840
9815
|
:type Encryption: :class:`tencentcloud.faceid.v20180301.models.Encryption`
|
|
9841
9816
|
"""
|
|
9842
9817
|
self._IdCard = None
|
|
@@ -9846,7 +9821,7 @@ class PhoneVerificationCMCCRequest(AbstractModel):
|
|
|
9846
9821
|
|
|
9847
9822
|
@property
|
|
9848
9823
|
def IdCard(self):
|
|
9849
|
-
r"""
|
|
9824
|
+
r"""<p>身份证号。</p>
|
|
9850
9825
|
:rtype: str
|
|
9851
9826
|
"""
|
|
9852
9827
|
return self._IdCard
|
|
@@ -9857,7 +9832,7 @@ class PhoneVerificationCMCCRequest(AbstractModel):
|
|
|
9857
9832
|
|
|
9858
9833
|
@property
|
|
9859
9834
|
def Name(self):
|
|
9860
|
-
r"""
|
|
9835
|
+
r"""<p>姓名。</p>
|
|
9861
9836
|
:rtype: str
|
|
9862
9837
|
"""
|
|
9863
9838
|
return self._Name
|
|
@@ -9868,7 +9843,7 @@ class PhoneVerificationCMCCRequest(AbstractModel):
|
|
|
9868
9843
|
|
|
9869
9844
|
@property
|
|
9870
9845
|
def Phone(self):
|
|
9871
|
-
r"""
|
|
9846
|
+
r"""<p>手机号。</p>
|
|
9872
9847
|
:rtype: str
|
|
9873
9848
|
"""
|
|
9874
9849
|
return self._Phone
|
|
@@ -9879,8 +9854,7 @@ class PhoneVerificationCMCCRequest(AbstractModel):
|
|
|
9879
9854
|
|
|
9880
9855
|
@property
|
|
9881
9856
|
def Encryption(self):
|
|
9882
|
-
r"""
|
|
9883
|
-
- 对传入信息(姓名、身份证号、手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。
|
|
9857
|
+
r"""<p>敏感数据加密信息。</p><ul><li>对传入信息(姓名、身份证号、手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。</li></ul>
|
|
9884
9858
|
:rtype: :class:`tencentcloud.faceid.v20180301.models.Encryption`
|
|
9885
9859
|
"""
|
|
9886
9860
|
return self._Encryption
|
|
@@ -9914,22 +9888,11 @@ class PhoneVerificationCMCCResponse(AbstractModel):
|
|
|
9914
9888
|
|
|
9915
9889
|
def __init__(self):
|
|
9916
9890
|
r"""
|
|
9917
|
-
:param _Result:
|
|
9918
|
-
- 收费结果码:
|
|
9919
|
-
0: 认证通过。
|
|
9920
|
-
-4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)。
|
|
9921
|
-
|
|
9922
|
-
- 不收费结果码:
|
|
9923
|
-
-6: 手机号码不合法。
|
|
9924
|
-
-7: 身份证号码有误。
|
|
9925
|
-
-8: 姓名校验不通过。
|
|
9926
|
-
-9: 没有记录。
|
|
9927
|
-
-11: 验证中心服务繁忙。
|
|
9891
|
+
:param _Result: <p>认证结果码,收费情况如下。</p><ul><li>收费结果码:</li><li>0: 认证通过。</li><li>-4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)。</li><li>不收费结果码:</li><li>-6: 手机号码不合法。</li><li>-7: 身份证号码有误。</li><li>-8: 姓名校验不通过。</li><li>-9: 没有记录。</li><li>-11: 验证中心服务繁忙。</li><li>-13:该号段不支持验证</li></ul>
|
|
9928
9892
|
:type Result: str
|
|
9929
|
-
:param _Isp:
|
|
9930
|
-
- 取值范围为["移动","联通","电信",""]。
|
|
9893
|
+
:param _Isp: <p>运营商名称。</p><ul><li>取值范围为["移动","联通","电信",""]。</li></ul>
|
|
9931
9894
|
:type Isp: str
|
|
9932
|
-
:param _Description:
|
|
9895
|
+
:param _Description: <p>业务结果描述。</p>
|
|
9933
9896
|
:type Description: str
|
|
9934
9897
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
9935
9898
|
:type RequestId: str
|
|
@@ -9941,17 +9904,7 @@ class PhoneVerificationCMCCResponse(AbstractModel):
|
|
|
9941
9904
|
|
|
9942
9905
|
@property
|
|
9943
9906
|
def Result(self):
|
|
9944
|
-
r"""
|
|
9945
|
-
- 收费结果码:
|
|
9946
|
-
0: 认证通过。
|
|
9947
|
-
-4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)。
|
|
9948
|
-
|
|
9949
|
-
- 不收费结果码:
|
|
9950
|
-
-6: 手机号码不合法。
|
|
9951
|
-
-7: 身份证号码有误。
|
|
9952
|
-
-8: 姓名校验不通过。
|
|
9953
|
-
-9: 没有记录。
|
|
9954
|
-
-11: 验证中心服务繁忙。
|
|
9907
|
+
r"""<p>认证结果码,收费情况如下。</p><ul><li>收费结果码:</li><li>0: 认证通过。</li><li>-4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)。</li><li>不收费结果码:</li><li>-6: 手机号码不合法。</li><li>-7: 身份证号码有误。</li><li>-8: 姓名校验不通过。</li><li>-9: 没有记录。</li><li>-11: 验证中心服务繁忙。</li><li>-13:该号段不支持验证</li></ul>
|
|
9955
9908
|
:rtype: str
|
|
9956
9909
|
"""
|
|
9957
9910
|
return self._Result
|
|
@@ -9962,8 +9915,7 @@ class PhoneVerificationCMCCResponse(AbstractModel):
|
|
|
9962
9915
|
|
|
9963
9916
|
@property
|
|
9964
9917
|
def Isp(self):
|
|
9965
|
-
r"""
|
|
9966
|
-
- 取值范围为["移动","联通","电信",""]。
|
|
9918
|
+
r"""<p>运营商名称。</p><ul><li>取值范围为["移动","联通","电信",""]。</li></ul>
|
|
9967
9919
|
:rtype: str
|
|
9968
9920
|
"""
|
|
9969
9921
|
return self._Isp
|
|
@@ -9974,7 +9926,7 @@ class PhoneVerificationCMCCResponse(AbstractModel):
|
|
|
9974
9926
|
|
|
9975
9927
|
@property
|
|
9976
9928
|
def Description(self):
|
|
9977
|
-
r"""
|
|
9929
|
+
r"""<p>业务结果描述。</p>
|
|
9978
9930
|
:rtype: str
|
|
9979
9931
|
"""
|
|
9980
9932
|
return self._Description
|
|
@@ -10009,14 +9961,13 @@ class PhoneVerificationCTCCRequest(AbstractModel):
|
|
|
10009
9961
|
|
|
10010
9962
|
def __init__(self):
|
|
10011
9963
|
r"""
|
|
10012
|
-
:param _IdCard:
|
|
9964
|
+
:param _IdCard: <p>身份证号。</p>
|
|
10013
9965
|
:type IdCard: str
|
|
10014
|
-
:param _Name:
|
|
9966
|
+
:param _Name: <p>姓名。</p>
|
|
10015
9967
|
:type Name: str
|
|
10016
|
-
:param _Phone:
|
|
9968
|
+
:param _Phone: <p>手机号。</p>
|
|
10017
9969
|
:type Phone: str
|
|
10018
|
-
:param _Encryption:
|
|
10019
|
-
- 对传入信息(姓名、身份证号、手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。
|
|
9970
|
+
:param _Encryption: <p>敏感数据加密信息。</p><ul><li>对传入信息(姓名、身份证号、手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。</li></ul>
|
|
10020
9971
|
:type Encryption: :class:`tencentcloud.faceid.v20180301.models.Encryption`
|
|
10021
9972
|
"""
|
|
10022
9973
|
self._IdCard = None
|
|
@@ -10026,7 +9977,7 @@ class PhoneVerificationCTCCRequest(AbstractModel):
|
|
|
10026
9977
|
|
|
10027
9978
|
@property
|
|
10028
9979
|
def IdCard(self):
|
|
10029
|
-
r"""
|
|
9980
|
+
r"""<p>身份证号。</p>
|
|
10030
9981
|
:rtype: str
|
|
10031
9982
|
"""
|
|
10032
9983
|
return self._IdCard
|
|
@@ -10037,7 +9988,7 @@ class PhoneVerificationCTCCRequest(AbstractModel):
|
|
|
10037
9988
|
|
|
10038
9989
|
@property
|
|
10039
9990
|
def Name(self):
|
|
10040
|
-
r"""
|
|
9991
|
+
r"""<p>姓名。</p>
|
|
10041
9992
|
:rtype: str
|
|
10042
9993
|
"""
|
|
10043
9994
|
return self._Name
|
|
@@ -10048,7 +9999,7 @@ class PhoneVerificationCTCCRequest(AbstractModel):
|
|
|
10048
9999
|
|
|
10049
10000
|
@property
|
|
10050
10001
|
def Phone(self):
|
|
10051
|
-
r"""
|
|
10002
|
+
r"""<p>手机号。</p>
|
|
10052
10003
|
:rtype: str
|
|
10053
10004
|
"""
|
|
10054
10005
|
return self._Phone
|
|
@@ -10059,8 +10010,7 @@ class PhoneVerificationCTCCRequest(AbstractModel):
|
|
|
10059
10010
|
|
|
10060
10011
|
@property
|
|
10061
10012
|
def Encryption(self):
|
|
10062
|
-
r"""
|
|
10063
|
-
- 对传入信息(姓名、身份证号、手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。
|
|
10013
|
+
r"""<p>敏感数据加密信息。</p><ul><li>对传入信息(姓名、身份证号、手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。</li></ul>
|
|
10064
10014
|
:rtype: :class:`tencentcloud.faceid.v20180301.models.Encryption`
|
|
10065
10015
|
"""
|
|
10066
10016
|
return self._Encryption
|
|
@@ -10094,22 +10044,11 @@ class PhoneVerificationCTCCResponse(AbstractModel):
|
|
|
10094
10044
|
|
|
10095
10045
|
def __init__(self):
|
|
10096
10046
|
r"""
|
|
10097
|
-
:param _Result:
|
|
10098
|
-
- 收费结果码:
|
|
10099
|
-
0: 认证通过。
|
|
10100
|
-
-4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)。
|
|
10101
|
-
|
|
10102
|
-
- 不收费结果码:
|
|
10103
|
-
-6: 手机号码不合法。
|
|
10104
|
-
-7: 身份证号码有误。
|
|
10105
|
-
-8: 姓名校验不通过。
|
|
10106
|
-
-9: 没有记录。
|
|
10107
|
-
-11: 验证中心服务繁忙。
|
|
10047
|
+
:param _Result: <p>认证结果码,收费情况如下。</p><ul><li>收费结果码:</li><li>0: 认证通过。</li><li>-4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)。</li><li>不收费结果码:</li><li>-6: 手机号码不合法。</li><li>-7: 身份证号码有误。</li><li>-8: 姓名校验不通过。</li><li>-9: 没有记录。</li><li>-11: 验证中心服务繁忙。</li><li>-13:该号段不支持验证</li></ul>
|
|
10108
10048
|
:type Result: str
|
|
10109
|
-
:param _Isp:
|
|
10110
|
-
- 取值范围为["移动","联通","电信",""]。
|
|
10049
|
+
:param _Isp: <p>运营商名称。</p><ul><li>取值范围为["移动","联通","电信",""]。</li></ul>
|
|
10111
10050
|
:type Isp: str
|
|
10112
|
-
:param _Description:
|
|
10051
|
+
:param _Description: <p>业务结果描述。</p>
|
|
10113
10052
|
:type Description: str
|
|
10114
10053
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
10115
10054
|
:type RequestId: str
|
|
@@ -10121,17 +10060,7 @@ class PhoneVerificationCTCCResponse(AbstractModel):
|
|
|
10121
10060
|
|
|
10122
10061
|
@property
|
|
10123
10062
|
def Result(self):
|
|
10124
|
-
r"""
|
|
10125
|
-
- 收费结果码:
|
|
10126
|
-
0: 认证通过。
|
|
10127
|
-
-4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)。
|
|
10128
|
-
|
|
10129
|
-
- 不收费结果码:
|
|
10130
|
-
-6: 手机号码不合法。
|
|
10131
|
-
-7: 身份证号码有误。
|
|
10132
|
-
-8: 姓名校验不通过。
|
|
10133
|
-
-9: 没有记录。
|
|
10134
|
-
-11: 验证中心服务繁忙。
|
|
10063
|
+
r"""<p>认证结果码,收费情况如下。</p><ul><li>收费结果码:</li><li>0: 认证通过。</li><li>-4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)。</li><li>不收费结果码:</li><li>-6: 手机号码不合法。</li><li>-7: 身份证号码有误。</li><li>-8: 姓名校验不通过。</li><li>-9: 没有记录。</li><li>-11: 验证中心服务繁忙。</li><li>-13:该号段不支持验证</li></ul>
|
|
10135
10064
|
:rtype: str
|
|
10136
10065
|
"""
|
|
10137
10066
|
return self._Result
|
|
@@ -10142,8 +10071,7 @@ class PhoneVerificationCTCCResponse(AbstractModel):
|
|
|
10142
10071
|
|
|
10143
10072
|
@property
|
|
10144
10073
|
def Isp(self):
|
|
10145
|
-
r"""
|
|
10146
|
-
- 取值范围为["移动","联通","电信",""]。
|
|
10074
|
+
r"""<p>运营商名称。</p><ul><li>取值范围为["移动","联通","电信",""]。</li></ul>
|
|
10147
10075
|
:rtype: str
|
|
10148
10076
|
"""
|
|
10149
10077
|
return self._Isp
|
|
@@ -10154,7 +10082,7 @@ class PhoneVerificationCTCCResponse(AbstractModel):
|
|
|
10154
10082
|
|
|
10155
10083
|
@property
|
|
10156
10084
|
def Description(self):
|
|
10157
|
-
r"""
|
|
10085
|
+
r"""<p>业务结果描述。</p>
|
|
10158
10086
|
:rtype: str
|
|
10159
10087
|
"""
|
|
10160
10088
|
return self._Description
|
|
@@ -10189,14 +10117,13 @@ class PhoneVerificationCUCCRequest(AbstractModel):
|
|
|
10189
10117
|
|
|
10190
10118
|
def __init__(self):
|
|
10191
10119
|
r"""
|
|
10192
|
-
:param _IdCard:
|
|
10120
|
+
:param _IdCard: <p>身份证号。</p>
|
|
10193
10121
|
:type IdCard: str
|
|
10194
|
-
:param _Name:
|
|
10122
|
+
:param _Name: <p>姓名。</p>
|
|
10195
10123
|
:type Name: str
|
|
10196
|
-
:param _Phone:
|
|
10124
|
+
:param _Phone: <p>手机号。</p>
|
|
10197
10125
|
:type Phone: str
|
|
10198
|
-
:param _Encryption:
|
|
10199
|
-
- 对传入信息(姓名、身份证号、手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。
|
|
10126
|
+
:param _Encryption: <p>敏感数据加密信息。</p><ul><li>对传入信息(姓名、身份证号、手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。</li></ul>
|
|
10200
10127
|
:type Encryption: :class:`tencentcloud.faceid.v20180301.models.Encryption`
|
|
10201
10128
|
"""
|
|
10202
10129
|
self._IdCard = None
|
|
@@ -10206,7 +10133,7 @@ class PhoneVerificationCUCCRequest(AbstractModel):
|
|
|
10206
10133
|
|
|
10207
10134
|
@property
|
|
10208
10135
|
def IdCard(self):
|
|
10209
|
-
r"""
|
|
10136
|
+
r"""<p>身份证号。</p>
|
|
10210
10137
|
:rtype: str
|
|
10211
10138
|
"""
|
|
10212
10139
|
return self._IdCard
|
|
@@ -10217,7 +10144,7 @@ class PhoneVerificationCUCCRequest(AbstractModel):
|
|
|
10217
10144
|
|
|
10218
10145
|
@property
|
|
10219
10146
|
def Name(self):
|
|
10220
|
-
r"""
|
|
10147
|
+
r"""<p>姓名。</p>
|
|
10221
10148
|
:rtype: str
|
|
10222
10149
|
"""
|
|
10223
10150
|
return self._Name
|
|
@@ -10228,7 +10155,7 @@ class PhoneVerificationCUCCRequest(AbstractModel):
|
|
|
10228
10155
|
|
|
10229
10156
|
@property
|
|
10230
10157
|
def Phone(self):
|
|
10231
|
-
r"""
|
|
10158
|
+
r"""<p>手机号。</p>
|
|
10232
10159
|
:rtype: str
|
|
10233
10160
|
"""
|
|
10234
10161
|
return self._Phone
|
|
@@ -10239,8 +10166,7 @@ class PhoneVerificationCUCCRequest(AbstractModel):
|
|
|
10239
10166
|
|
|
10240
10167
|
@property
|
|
10241
10168
|
def Encryption(self):
|
|
10242
|
-
r"""
|
|
10243
|
-
- 对传入信息(姓名、身份证号、手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。
|
|
10169
|
+
r"""<p>敏感数据加密信息。</p><ul><li>对传入信息(姓名、身份证号、手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。</li></ul>
|
|
10244
10170
|
:rtype: :class:`tencentcloud.faceid.v20180301.models.Encryption`
|
|
10245
10171
|
"""
|
|
10246
10172
|
return self._Encryption
|
|
@@ -10274,22 +10200,11 @@ class PhoneVerificationCUCCResponse(AbstractModel):
|
|
|
10274
10200
|
|
|
10275
10201
|
def __init__(self):
|
|
10276
10202
|
r"""
|
|
10277
|
-
:param _Result:
|
|
10278
|
-
- 收费结果码:
|
|
10279
|
-
0: 认证通过。
|
|
10280
|
-
-4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)。
|
|
10281
|
-
|
|
10282
|
-
- 不收费结果码:
|
|
10283
|
-
-6: 手机号码不合法。
|
|
10284
|
-
-7: 身份证号码有误。
|
|
10285
|
-
-8: 姓名校验不通过。
|
|
10286
|
-
-9: 没有记录。
|
|
10287
|
-
-11: 验证中心服务繁忙。
|
|
10203
|
+
:param _Result: <p>认证结果码,收费情况如下。</p><ul><li>收费结果码:</li><li>0: 认证通过。</li><li>-4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)。</li><li>-不收费结果码:</li><li>-6: 手机号码不合法。</li><li>-7: 身份证号码有误。</li><li>-8: 姓名校验不通过。</li><li>-9: 没有记录。</li><li>-11: 验证中心服务繁忙。</li><li>-13:该号段不支持验证</li></ul>
|
|
10288
10204
|
:type Result: str
|
|
10289
|
-
:param _Isp:
|
|
10290
|
-
- 取值范围为["移动","联通","电信",""]。
|
|
10205
|
+
:param _Isp: <p>运营商名称。</p><ul><li>取值范围为["移动","联通","电信",""]。</li></ul>
|
|
10291
10206
|
:type Isp: str
|
|
10292
|
-
:param _Description:
|
|
10207
|
+
:param _Description: <p>业务结果描述。</p>
|
|
10293
10208
|
:type Description: str
|
|
10294
10209
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
10295
10210
|
:type RequestId: str
|
|
@@ -10301,17 +10216,7 @@ class PhoneVerificationCUCCResponse(AbstractModel):
|
|
|
10301
10216
|
|
|
10302
10217
|
@property
|
|
10303
10218
|
def Result(self):
|
|
10304
|
-
r"""
|
|
10305
|
-
- 收费结果码:
|
|
10306
|
-
0: 认证通过。
|
|
10307
|
-
-4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)。
|
|
10308
|
-
|
|
10309
|
-
- 不收费结果码:
|
|
10310
|
-
-6: 手机号码不合法。
|
|
10311
|
-
-7: 身份证号码有误。
|
|
10312
|
-
-8: 姓名校验不通过。
|
|
10313
|
-
-9: 没有记录。
|
|
10314
|
-
-11: 验证中心服务繁忙。
|
|
10219
|
+
r"""<p>认证结果码,收费情况如下。</p><ul><li>收费结果码:</li><li>0: 认证通过。</li><li>-4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)。</li><li>-不收费结果码:</li><li>-6: 手机号码不合法。</li><li>-7: 身份证号码有误。</li><li>-8: 姓名校验不通过。</li><li>-9: 没有记录。</li><li>-11: 验证中心服务繁忙。</li><li>-13:该号段不支持验证</li></ul>
|
|
10315
10220
|
:rtype: str
|
|
10316
10221
|
"""
|
|
10317
10222
|
return self._Result
|
|
@@ -10322,8 +10227,7 @@ class PhoneVerificationCUCCResponse(AbstractModel):
|
|
|
10322
10227
|
|
|
10323
10228
|
@property
|
|
10324
10229
|
def Isp(self):
|
|
10325
|
-
r"""
|
|
10326
|
-
- 取值范围为["移动","联通","电信",""]。
|
|
10230
|
+
r"""<p>运营商名称。</p><ul><li>取值范围为["移动","联通","电信",""]。</li></ul>
|
|
10327
10231
|
:rtype: str
|
|
10328
10232
|
"""
|
|
10329
10233
|
return self._Isp
|
|
@@ -10334,7 +10238,7 @@ class PhoneVerificationCUCCResponse(AbstractModel):
|
|
|
10334
10238
|
|
|
10335
10239
|
@property
|
|
10336
10240
|
def Description(self):
|
|
10337
|
-
r"""
|
|
10241
|
+
r"""<p>业务结果描述。</p>
|
|
10338
10242
|
:rtype: str
|
|
10339
10243
|
"""
|
|
10340
10244
|
return self._Description
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-faceid
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.134
|
|
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.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.134
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.134
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.131
|
{tencentcloud_sdk_python_faceid-3.1.131 → tencentcloud_sdk_python_faceid-3.1.134}/README.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|