tencentcloud-sdk-python-faceid 3.1.126__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.126 → tencentcloud_sdk_python_faceid-3.1.127}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_faceid-3.1.126 → tencentcloud_sdk_python_faceid-3.1.127}/setup.py +1 -1
- {tencentcloud_sdk_python_faceid-3.1.126 → tencentcloud_sdk_python_faceid-3.1.127}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_faceid-3.1.126 → tencentcloud_sdk_python_faceid-3.1.127}/tencentcloud/faceid/v20180301/models.py +28 -46
- {tencentcloud_sdk_python_faceid-3.1.126 → 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.126/tencentcloud_sdk_python_faceid.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_faceid-3.1.126 → tencentcloud_sdk_python_faceid-3.1.127}/README.rst +0 -0
- {tencentcloud_sdk_python_faceid-3.1.126 → tencentcloud_sdk_python_faceid-3.1.127}/setup.cfg +0 -0
- {tencentcloud_sdk_python_faceid-3.1.126 → tencentcloud_sdk_python_faceid-3.1.127}/tencentcloud/faceid/__init__.py +0 -0
- {tencentcloud_sdk_python_faceid-3.1.126 → tencentcloud_sdk_python_faceid-3.1.127}/tencentcloud/faceid/v20180301/__init__.py +0 -0
- {tencentcloud_sdk_python_faceid-3.1.126 → tencentcloud_sdk_python_faceid-3.1.127}/tencentcloud/faceid/v20180301/errorcodes.py +0 -0
- {tencentcloud_sdk_python_faceid-3.1.126 → tencentcloud_sdk_python_faceid-3.1.127}/tencentcloud/faceid/v20180301/faceid_client.py +0 -0
- {tencentcloud_sdk_python_faceid-3.1.126 → tencentcloud_sdk_python_faceid-3.1.127}/tencentcloud/faceid/v20180301/faceid_client_async.py +0 -0
- {tencentcloud_sdk_python_faceid-3.1.126 → tencentcloud_sdk_python_faceid-3.1.127}/tencentcloud_sdk_python_faceid.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_faceid-3.1.126 → tencentcloud_sdk_python_faceid-3.1.127}/tencentcloud_sdk_python_faceid.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_faceid-3.1.126 → 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
|
"""
|
|
@@ -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.126
|
{tencentcloud_sdk_python_faceid-3.1.126 → 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
|