tencentcloud-sdk-python-faceid 3.1.102__tar.gz → 3.1.127__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.102 → tencentcloud_sdk_python_faceid-3.1.127}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_faceid-3.1.102 → tencentcloud_sdk_python_faceid-3.1.127}/setup.py +1 -1
- {tencentcloud_sdk_python_faceid-3.1.102 → tencentcloud_sdk_python_faceid-3.1.127}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_faceid-3.1.102 → tencentcloud_sdk_python_faceid-3.1.127}/tencentcloud/faceid/v20180301/models.py +46 -96
- {tencentcloud_sdk_python_faceid-3.1.102 → tencentcloud_sdk_python_faceid-3.1.127}/tencentcloud_sdk_python_faceid.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_faceid-3.1.127/tencentcloud_sdk_python_faceid.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_faceid-3.1.102/tencentcloud_sdk_python_faceid.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_faceid-3.1.102 → tencentcloud_sdk_python_faceid-3.1.127}/README.rst +0 -0
- {tencentcloud_sdk_python_faceid-3.1.102 → tencentcloud_sdk_python_faceid-3.1.127}/setup.cfg +0 -0
- {tencentcloud_sdk_python_faceid-3.1.102 → tencentcloud_sdk_python_faceid-3.1.127}/tencentcloud/faceid/__init__.py +0 -0
- {tencentcloud_sdk_python_faceid-3.1.102 → tencentcloud_sdk_python_faceid-3.1.127}/tencentcloud/faceid/v20180301/__init__.py +0 -0
- {tencentcloud_sdk_python_faceid-3.1.102 → tencentcloud_sdk_python_faceid-3.1.127}/tencentcloud/faceid/v20180301/errorcodes.py +0 -0
- {tencentcloud_sdk_python_faceid-3.1.102 → tencentcloud_sdk_python_faceid-3.1.127}/tencentcloud/faceid/v20180301/faceid_client.py +0 -0
- {tencentcloud_sdk_python_faceid-3.1.102 → tencentcloud_sdk_python_faceid-3.1.127}/tencentcloud/faceid/v20180301/faceid_client_async.py +0 -0
- {tencentcloud_sdk_python_faceid-3.1.102 → tencentcloud_sdk_python_faceid-3.1.127}/tencentcloud_sdk_python_faceid.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_faceid-3.1.102 → tencentcloud_sdk_python_faceid-3.1.127}/tencentcloud_sdk_python_faceid.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_faceid-3.1.102 → tencentcloud_sdk_python_faceid-3.1.127}/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.127
|
|
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.127
|
|
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.127,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Faceid SDK for Python',
|
|
@@ -2288,55 +2288,46 @@ class DetectDetail(AbstractModel):
|
|
|
2288
2288
|
|
|
2289
2289
|
def __init__(self):
|
|
2290
2290
|
r"""
|
|
2291
|
-
:param _ReqTime:
|
|
2291
|
+
:param _ReqTime: <p>请求时间戳。</p>
|
|
2292
2292
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2293
2293
|
:type ReqTime: str
|
|
2294
|
-
:param _Seq:
|
|
2294
|
+
:param _Seq: <p>本次活体一比一请求的唯一标记。</p>
|
|
2295
2295
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2296
2296
|
:type Seq: str
|
|
2297
|
-
:param _Idcard:
|
|
2297
|
+
:param _Idcard: <p>参与本次活体一比一的身份证号。</p>
|
|
2298
2298
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2299
2299
|
:type Idcard: str
|
|
2300
|
-
:param _Name:
|
|
2300
|
+
:param _Name: <p>参与本次活体一比一的姓名。</p>
|
|
2301
2301
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2302
2302
|
:type Name: str
|
|
2303
|
-
:param _Sim:
|
|
2303
|
+
:param _Sim: <p>本次活体一比一的相似度。</p>
|
|
2304
2304
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2305
2305
|
:type Sim: str
|
|
2306
|
-
:param _IsNeedCharge:
|
|
2306
|
+
:param _IsNeedCharge: <p>本次活体一比一是否收费</p>
|
|
2307
2307
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2308
2308
|
:type IsNeedCharge: bool
|
|
2309
|
-
:param _Errcode:
|
|
2309
|
+
:param _Errcode: <p>本次活体一比一最终结果。0为成功</p>
|
|
2310
2310
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2311
2311
|
:type Errcode: int
|
|
2312
|
-
:param _Errmsg:
|
|
2312
|
+
:param _Errmsg: <p>本次活体一比一最终结果描述。(仅描述用,文案更新时不会通知。)</p>
|
|
2313
2313
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2314
2314
|
:type Errmsg: str
|
|
2315
|
-
:param _Livestatus:
|
|
2315
|
+
:param _Livestatus: <p>本次活体结果。0为成功</p>
|
|
2316
2316
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2317
2317
|
:type Livestatus: int
|
|
2318
|
-
:param _Livemsg:
|
|
2318
|
+
:param _Livemsg: <p>本次活体结果描述。(仅描述用,文案更新时不会通知。)</p>
|
|
2319
2319
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2320
2320
|
:type Livemsg: str
|
|
2321
|
-
:param _Comparestatus:
|
|
2321
|
+
:param _Comparestatus: <p>本次一比一结果。0为成功</p>
|
|
2322
2322
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2323
2323
|
:type Comparestatus: int
|
|
2324
|
-
:param _Comparemsg:
|
|
2324
|
+
:param _Comparemsg: <p>本次一比一结果描述。(仅描述用,文案更新时不会通知。)</p>
|
|
2325
2325
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2326
2326
|
:type Comparemsg: str
|
|
2327
|
-
:param _CompareLibType:
|
|
2328
|
-
公安商业库;
|
|
2329
|
-
业务方自有库(用户上传照片、客户的混合库、混合部署库);
|
|
2330
|
-
二次验证库;
|
|
2331
|
-
人工审核库;
|
|
2327
|
+
:param _CompareLibType: <p>比对库源类型。包括:商业库;业务方自有库(用户上传照片、客户的混合库、混合部署库);二次验证库;人工审核库;</p>
|
|
2332
2328
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2333
2329
|
:type CompareLibType: str
|
|
2334
|
-
:param _LivenessMode:
|
|
2335
|
-
0:未知
|
|
2336
|
-
1:数字活体
|
|
2337
|
-
2:动作活体
|
|
2338
|
-
3:静默活体
|
|
2339
|
-
4:一闪活体(动作+光线)
|
|
2330
|
+
:param _LivenessMode: <p>枚举活体检测类型:<br>0:未知<br>1:数字活体<br>2:动作活体<br>3:静默活体<br>4:一闪活体(动作+光线)</p>
|
|
2340
2331
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2341
2332
|
:type LivenessMode: int
|
|
2342
2333
|
"""
|
|
@@ -2357,7 +2348,7 @@ class DetectDetail(AbstractModel):
|
|
|
2357
2348
|
|
|
2358
2349
|
@property
|
|
2359
2350
|
def ReqTime(self):
|
|
2360
|
-
r"""
|
|
2351
|
+
r"""<p>请求时间戳。</p>
|
|
2361
2352
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2362
2353
|
:rtype: str
|
|
2363
2354
|
"""
|
|
@@ -2369,7 +2360,7 @@ class DetectDetail(AbstractModel):
|
|
|
2369
2360
|
|
|
2370
2361
|
@property
|
|
2371
2362
|
def Seq(self):
|
|
2372
|
-
r"""
|
|
2363
|
+
r"""<p>本次活体一比一请求的唯一标记。</p>
|
|
2373
2364
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2374
2365
|
:rtype: str
|
|
2375
2366
|
"""
|
|
@@ -2381,7 +2372,7 @@ class DetectDetail(AbstractModel):
|
|
|
2381
2372
|
|
|
2382
2373
|
@property
|
|
2383
2374
|
def Idcard(self):
|
|
2384
|
-
r"""
|
|
2375
|
+
r"""<p>参与本次活体一比一的身份证号。</p>
|
|
2385
2376
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2386
2377
|
:rtype: str
|
|
2387
2378
|
"""
|
|
@@ -2393,7 +2384,7 @@ class DetectDetail(AbstractModel):
|
|
|
2393
2384
|
|
|
2394
2385
|
@property
|
|
2395
2386
|
def Name(self):
|
|
2396
|
-
r"""
|
|
2387
|
+
r"""<p>参与本次活体一比一的姓名。</p>
|
|
2397
2388
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2398
2389
|
:rtype: str
|
|
2399
2390
|
"""
|
|
@@ -2405,7 +2396,7 @@ class DetectDetail(AbstractModel):
|
|
|
2405
2396
|
|
|
2406
2397
|
@property
|
|
2407
2398
|
def Sim(self):
|
|
2408
|
-
r"""
|
|
2399
|
+
r"""<p>本次活体一比一的相似度。</p>
|
|
2409
2400
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2410
2401
|
:rtype: str
|
|
2411
2402
|
"""
|
|
@@ -2417,7 +2408,7 @@ class DetectDetail(AbstractModel):
|
|
|
2417
2408
|
|
|
2418
2409
|
@property
|
|
2419
2410
|
def IsNeedCharge(self):
|
|
2420
|
-
r"""
|
|
2411
|
+
r"""<p>本次活体一比一是否收费</p>
|
|
2421
2412
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2422
2413
|
:rtype: bool
|
|
2423
2414
|
"""
|
|
@@ -2429,7 +2420,7 @@ class DetectDetail(AbstractModel):
|
|
|
2429
2420
|
|
|
2430
2421
|
@property
|
|
2431
2422
|
def Errcode(self):
|
|
2432
|
-
r"""
|
|
2423
|
+
r"""<p>本次活体一比一最终结果。0为成功</p>
|
|
2433
2424
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2434
2425
|
:rtype: int
|
|
2435
2426
|
"""
|
|
@@ -2441,7 +2432,7 @@ class DetectDetail(AbstractModel):
|
|
|
2441
2432
|
|
|
2442
2433
|
@property
|
|
2443
2434
|
def Errmsg(self):
|
|
2444
|
-
r"""
|
|
2435
|
+
r"""<p>本次活体一比一最终结果描述。(仅描述用,文案更新时不会通知。)</p>
|
|
2445
2436
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2446
2437
|
:rtype: str
|
|
2447
2438
|
"""
|
|
@@ -2453,7 +2444,7 @@ class DetectDetail(AbstractModel):
|
|
|
2453
2444
|
|
|
2454
2445
|
@property
|
|
2455
2446
|
def Livestatus(self):
|
|
2456
|
-
r"""
|
|
2447
|
+
r"""<p>本次活体结果。0为成功</p>
|
|
2457
2448
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2458
2449
|
:rtype: int
|
|
2459
2450
|
"""
|
|
@@ -2465,7 +2456,7 @@ class DetectDetail(AbstractModel):
|
|
|
2465
2456
|
|
|
2466
2457
|
@property
|
|
2467
2458
|
def Livemsg(self):
|
|
2468
|
-
r"""
|
|
2459
|
+
r"""<p>本次活体结果描述。(仅描述用,文案更新时不会通知。)</p>
|
|
2469
2460
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2470
2461
|
:rtype: str
|
|
2471
2462
|
"""
|
|
@@ -2477,7 +2468,7 @@ class DetectDetail(AbstractModel):
|
|
|
2477
2468
|
|
|
2478
2469
|
@property
|
|
2479
2470
|
def Comparestatus(self):
|
|
2480
|
-
r"""
|
|
2471
|
+
r"""<p>本次一比一结果。0为成功</p>
|
|
2481
2472
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2482
2473
|
:rtype: int
|
|
2483
2474
|
"""
|
|
@@ -2489,7 +2480,7 @@ class DetectDetail(AbstractModel):
|
|
|
2489
2480
|
|
|
2490
2481
|
@property
|
|
2491
2482
|
def Comparemsg(self):
|
|
2492
|
-
r"""
|
|
2483
|
+
r"""<p>本次一比一结果描述。(仅描述用,文案更新时不会通知。)</p>
|
|
2493
2484
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2494
2485
|
:rtype: str
|
|
2495
2486
|
"""
|
|
@@ -2501,11 +2492,7 @@ class DetectDetail(AbstractModel):
|
|
|
2501
2492
|
|
|
2502
2493
|
@property
|
|
2503
2494
|
def CompareLibType(self):
|
|
2504
|
-
r"""
|
|
2505
|
-
公安商业库;
|
|
2506
|
-
业务方自有库(用户上传照片、客户的混合库、混合部署库);
|
|
2507
|
-
二次验证库;
|
|
2508
|
-
人工审核库;
|
|
2495
|
+
r"""<p>比对库源类型。包括:商业库;业务方自有库(用户上传照片、客户的混合库、混合部署库);二次验证库;人工审核库;</p>
|
|
2509
2496
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2510
2497
|
:rtype: str
|
|
2511
2498
|
"""
|
|
@@ -2517,12 +2504,7 @@ class DetectDetail(AbstractModel):
|
|
|
2517
2504
|
|
|
2518
2505
|
@property
|
|
2519
2506
|
def LivenessMode(self):
|
|
2520
|
-
r"""
|
|
2521
|
-
0:未知
|
|
2522
|
-
1:数字活体
|
|
2523
|
-
2:动作活体
|
|
2524
|
-
3:静默活体
|
|
2525
|
-
4:一闪活体(动作+光线)
|
|
2507
|
+
r"""<p>枚举活体检测类型:<br>0:未知<br>1:数字活体<br>2:动作活体<br>3:静默活体<br>4:一闪活体(动作+光线)</p>
|
|
2526
2508
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2527
2509
|
:rtype: int
|
|
2528
2510
|
"""
|
|
@@ -5159,32 +5141,19 @@ class GetEidTokenRequest(AbstractModel):
|
|
|
5159
5141
|
|
|
5160
5142
|
def __init__(self):
|
|
5161
5143
|
r"""
|
|
5162
|
-
:param _MerchantId: EID商户ID
|
|
5163
|
-
- 商户ID通过人脸核身控制台[自助接入](https://console.cloud.tencent.com/faceid/access)申请。
|
|
5164
|
-
- 商户ID与您通过腾讯云人脸核身控制台完成自助接入时所使用的腾讯云账号绑定。
|
|
5165
|
-
- 必须使用申请该商户ID时登录的腾讯云账号所对应的腾讯云API密钥调用该接口。
|
|
5144
|
+
:param _MerchantId: <p>EID商户ID。</p><ul><li>商户ID通过人脸核身控制台<a href="https://console.cloud.tencent.com/faceid/access">自助接入</a>申请。</li><li>商户ID与您通过腾讯云人脸核身控制台完成自助接入时所使用的腾讯云账号绑定。</li><li>必须使用申请该商户ID时登录的腾讯云账号所对应的腾讯云API密钥调用该接口。</li></ul>
|
|
5166
5145
|
:type MerchantId: str
|
|
5167
|
-
:param _IdCard:
|
|
5168
|
-
- 未使用OCR服务时,必须传入。
|
|
5169
|
-
- 规则:a-z,A-Z,0-9组合。
|
|
5170
|
-
- 最长长度32位。
|
|
5146
|
+
:param _IdCard: <p>身份标识。</p><ul><li>未使用OCR服务时,必须传入。</li><li>规则:a-z,A-Z,0-9组合。</li><li>最长长度32位。</li></ul>
|
|
5171
5147
|
:type IdCard: str
|
|
5172
|
-
:param _Name:
|
|
5173
|
-
- 未使用OCR服务时,必须传入。
|
|
5174
|
-
- 最长长度32位。
|
|
5175
|
-
- 中文请使用UTF-8编码。
|
|
5148
|
+
:param _Name: <p>姓名。</p><ul><li>未使用OCR服务时,必须传入。</li><li>最长长度32位。</li><li>中文请使用UTF-8编码。</li></ul>
|
|
5176
5149
|
:type Name: str
|
|
5177
|
-
:param _Extra:
|
|
5178
|
-
- 最长长度1024位。
|
|
5150
|
+
:param _Extra: <p>透传字段,在获取验证结果时返回。</p><ul><li>最长长度1024位。</li></ul>
|
|
5179
5151
|
:type Extra: str
|
|
5180
|
-
:param _Config:
|
|
5152
|
+
:param _Config: <p>小程序模式配置,包括如何传入姓名身份证的配置,以及是否使用意愿核身。</p>
|
|
5181
5153
|
:type Config: :class:`tencentcloud.faceid.v20180301.models.GetEidTokenConfig`
|
|
5182
|
-
:param _RedirectUrl:
|
|
5183
|
-
- 最长长度1024位。
|
|
5184
|
-
- EidToken会在该链接的query参数中。
|
|
5154
|
+
:param _RedirectUrl: <p>用户从Url中进入核身认证结束后重定向的回调链接地址。</p><ul><li>最长长度1024位。</li><li>EidToken会在该链接的query参数中。</li></ul>
|
|
5185
5155
|
:type RedirectUrl: str
|
|
5186
|
-
:param _Encryption:
|
|
5187
|
-
- 对传入信息(姓名、身份证号)有加密需求的用户可使用此参数,详情请点击左侧链接。
|
|
5156
|
+
:param _Encryption: <p>敏感数据加密信息。</p><ul><li>对传入信息(姓名、身份证号)有加密需求的用户可使用此参数,详情请点击左侧链接。</li></ul>
|
|
5188
5157
|
:type Encryption: :class:`tencentcloud.faceid.v20180301.models.Encryption`
|
|
5189
5158
|
"""
|
|
5190
5159
|
self._MerchantId = None
|
|
@@ -5197,10 +5166,7 @@ class GetEidTokenRequest(AbstractModel):
|
|
|
5197
5166
|
|
|
5198
5167
|
@property
|
|
5199
5168
|
def MerchantId(self):
|
|
5200
|
-
r"""EID商户ID
|
|
5201
|
-
- 商户ID通过人脸核身控制台[自助接入](https://console.cloud.tencent.com/faceid/access)申请。
|
|
5202
|
-
- 商户ID与您通过腾讯云人脸核身控制台完成自助接入时所使用的腾讯云账号绑定。
|
|
5203
|
-
- 必须使用申请该商户ID时登录的腾讯云账号所对应的腾讯云API密钥调用该接口。
|
|
5169
|
+
r"""<p>EID商户ID。</p><ul><li>商户ID通过人脸核身控制台<a href="https://console.cloud.tencent.com/faceid/access">自助接入</a>申请。</li><li>商户ID与您通过腾讯云人脸核身控制台完成自助接入时所使用的腾讯云账号绑定。</li><li>必须使用申请该商户ID时登录的腾讯云账号所对应的腾讯云API密钥调用该接口。</li></ul>
|
|
5204
5170
|
:rtype: str
|
|
5205
5171
|
"""
|
|
5206
5172
|
return self._MerchantId
|
|
@@ -5211,10 +5177,7 @@ class GetEidTokenRequest(AbstractModel):
|
|
|
5211
5177
|
|
|
5212
5178
|
@property
|
|
5213
5179
|
def IdCard(self):
|
|
5214
|
-
r"""
|
|
5215
|
-
- 未使用OCR服务时,必须传入。
|
|
5216
|
-
- 规则:a-z,A-Z,0-9组合。
|
|
5217
|
-
- 最长长度32位。
|
|
5180
|
+
r"""<p>身份标识。</p><ul><li>未使用OCR服务时,必须传入。</li><li>规则:a-z,A-Z,0-9组合。</li><li>最长长度32位。</li></ul>
|
|
5218
5181
|
:rtype: str
|
|
5219
5182
|
"""
|
|
5220
5183
|
return self._IdCard
|
|
@@ -5225,10 +5188,7 @@ class GetEidTokenRequest(AbstractModel):
|
|
|
5225
5188
|
|
|
5226
5189
|
@property
|
|
5227
5190
|
def Name(self):
|
|
5228
|
-
r"""
|
|
5229
|
-
- 未使用OCR服务时,必须传入。
|
|
5230
|
-
- 最长长度32位。
|
|
5231
|
-
- 中文请使用UTF-8编码。
|
|
5191
|
+
r"""<p>姓名。</p><ul><li>未使用OCR服务时,必须传入。</li><li>最长长度32位。</li><li>中文请使用UTF-8编码。</li></ul>
|
|
5232
5192
|
:rtype: str
|
|
5233
5193
|
"""
|
|
5234
5194
|
return self._Name
|
|
@@ -5239,8 +5199,7 @@ class GetEidTokenRequest(AbstractModel):
|
|
|
5239
5199
|
|
|
5240
5200
|
@property
|
|
5241
5201
|
def Extra(self):
|
|
5242
|
-
r"""
|
|
5243
|
-
- 最长长度1024位。
|
|
5202
|
+
r"""<p>透传字段,在获取验证结果时返回。</p><ul><li>最长长度1024位。</li></ul>
|
|
5244
5203
|
:rtype: str
|
|
5245
5204
|
"""
|
|
5246
5205
|
return self._Extra
|
|
@@ -5251,7 +5210,7 @@ class GetEidTokenRequest(AbstractModel):
|
|
|
5251
5210
|
|
|
5252
5211
|
@property
|
|
5253
5212
|
def Config(self):
|
|
5254
|
-
r"""
|
|
5213
|
+
r"""<p>小程序模式配置,包括如何传入姓名身份证的配置,以及是否使用意愿核身。</p>
|
|
5255
5214
|
:rtype: :class:`tencentcloud.faceid.v20180301.models.GetEidTokenConfig`
|
|
5256
5215
|
"""
|
|
5257
5216
|
return self._Config
|
|
@@ -5262,9 +5221,7 @@ class GetEidTokenRequest(AbstractModel):
|
|
|
5262
5221
|
|
|
5263
5222
|
@property
|
|
5264
5223
|
def RedirectUrl(self):
|
|
5265
|
-
r"""
|
|
5266
|
-
- 最长长度1024位。
|
|
5267
|
-
- EidToken会在该链接的query参数中。
|
|
5224
|
+
r"""<p>用户从Url中进入核身认证结束后重定向的回调链接地址。</p><ul><li>最长长度1024位。</li><li>EidToken会在该链接的query参数中。</li></ul>
|
|
5268
5225
|
:rtype: str
|
|
5269
5226
|
"""
|
|
5270
5227
|
return self._RedirectUrl
|
|
@@ -5275,8 +5232,7 @@ class GetEidTokenRequest(AbstractModel):
|
|
|
5275
5232
|
|
|
5276
5233
|
@property
|
|
5277
5234
|
def Encryption(self):
|
|
5278
|
-
r"""
|
|
5279
|
-
- 对传入信息(姓名、身份证号)有加密需求的用户可使用此参数,详情请点击左侧链接。
|
|
5235
|
+
r"""<p>敏感数据加密信息。</p><ul><li>对传入信息(姓名、身份证号)有加密需求的用户可使用此参数,详情请点击左侧链接。</li></ul>
|
|
5280
5236
|
:rtype: :class:`tencentcloud.faceid.v20180301.models.Encryption`
|
|
5281
5237
|
"""
|
|
5282
5238
|
return self._Encryption
|
|
@@ -5315,12 +5271,9 @@ class GetEidTokenResponse(AbstractModel):
|
|
|
5315
5271
|
|
|
5316
5272
|
def __init__(self):
|
|
5317
5273
|
r"""
|
|
5318
|
-
:param _EidToken:
|
|
5319
|
-
- 有效时间为600秒。
|
|
5320
|
-
- 完成核身后,可用该标识获取验证结果信息。
|
|
5274
|
+
:param _EidToken: <p>一次核身流程的标识。</p><ul><li>有效时间为600秒。</li><li>完成核身后,可用该标识获取验证结果信息。</li></ul>
|
|
5321
5275
|
:type EidToken: str
|
|
5322
|
-
:param _Url:
|
|
5323
|
-
- 用于H5场景核身。
|
|
5276
|
+
:param _Url: <p>发起核身流程的URL。</p><ul><li>用于H5场景核身。</li></ul>
|
|
5324
5277
|
:type Url: str
|
|
5325
5278
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5326
5279
|
:type RequestId: str
|
|
@@ -5331,9 +5284,7 @@ class GetEidTokenResponse(AbstractModel):
|
|
|
5331
5284
|
|
|
5332
5285
|
@property
|
|
5333
5286
|
def EidToken(self):
|
|
5334
|
-
r"""
|
|
5335
|
-
- 有效时间为600秒。
|
|
5336
|
-
- 完成核身后,可用该标识获取验证结果信息。
|
|
5287
|
+
r"""<p>一次核身流程的标识。</p><ul><li>有效时间为600秒。</li><li>完成核身后,可用该标识获取验证结果信息。</li></ul>
|
|
5337
5288
|
:rtype: str
|
|
5338
5289
|
"""
|
|
5339
5290
|
return self._EidToken
|
|
@@ -5344,8 +5295,7 @@ class GetEidTokenResponse(AbstractModel):
|
|
|
5344
5295
|
|
|
5345
5296
|
@property
|
|
5346
5297
|
def Url(self):
|
|
5347
|
-
r"""
|
|
5348
|
-
- 用于H5场景核身。
|
|
5298
|
+
r"""<p>发起核身流程的URL。</p><ul><li>用于H5场景核身。</li></ul>
|
|
5349
5299
|
:rtype: str
|
|
5350
5300
|
"""
|
|
5351
5301
|
return self._Url
|
|
@@ -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.127
|
|
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.127
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.127
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.102
|
{tencentcloud_sdk_python_faceid-3.1.102 → tencentcloud_sdk_python_faceid-3.1.127}/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
|