tccli 3.0.1223.1__py2.py3-none-any.whl → 3.0.1224.1__py2.py3-none-any.whl
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.
- tccli/__init__.py +1 -1
- tccli/services/apigateway/apigateway_client.py +136 -30
- tccli/services/apigateway/v20180808/api.json +183 -0
- tccli/services/apigateway/v20180808/examples.json +16 -0
- tccli/services/autoscaling/v20180419/api.json +4 -4
- tccli/services/bi/bi_client.py +106 -0
- tccli/services/bi/v20220105/api.json +355 -0
- tccli/services/bi/v20220105/examples.json +16 -0
- tccli/services/billing/v20180709/api.json +237 -186
- tccli/services/billing/v20180709/examples.json +2 -2
- tccli/services/bpaas/v20181217/api.json +71 -46
- tccli/services/bpaas/v20181217/examples.json +1 -1
- tccli/services/cam/v20190116/api.json +99 -78
- tccli/services/cam/v20190116/examples.json +10 -10
- tccli/services/cdwch/v20200915/api.json +1 -1
- tccli/services/cdwch/v20200915/examples.json +1 -1
- tccli/services/clb/v20180317/examples.json +1 -1
- tccli/services/cloudhsm/v20191112/api.json +324 -320
- tccli/services/cloudhsm/v20191112/examples.json +16 -16
- tccli/services/cls/v20201016/api.json +2 -2
- tccli/services/config/config_client.py +106 -0
- tccli/services/config/v20220802/api.json +364 -0
- tccli/services/config/v20220802/examples.json +16 -0
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +1 -1
- tccli/services/gwlb/v20240906/api.json +1 -1
- tccli/services/hunyuan/v20230901/api.json +2 -2
- tccli/services/ivld/v20210903/api.json +3 -3
- tccli/services/lcic/lcic_client.py +110 -4
- tccli/services/lcic/v20220817/api.json +297 -2
- tccli/services/lcic/v20220817/examples.json +16 -0
- tccli/services/live/v20180801/api.json +2 -1
- tccli/services/lke/v20231130/api.json +1 -1
- tccli/services/mps/v20190612/api.json +1 -1
- tccli/services/ocr/ocr_client.py +314 -685
- tccli/services/ocr/v20181119/api.json +157 -1206
- tccli/services/ocr/v20181119/examples.json +0 -56
- tccli/services/organization/v20181225/api.json +43 -43
- tccli/services/organization/v20181225/examples.json +2 -2
- tccli/services/organization/v20210331/api.json +516 -508
- tccli/services/organization/v20210331/examples.json +26 -26
- tccli/services/trtc/trtc_client.py +126 -20
- tccli/services/trtc/v20190722/api.json +138 -14
- tccli/services/trtc/v20190722/examples.json +16 -0
- tccli/services/vpc/v20170312/api.json +1 -1
- {tccli-3.0.1223.1.dist-info → tccli-3.0.1224.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1223.1.dist-info → tccli-3.0.1224.1.dist-info}/RECORD +50 -50
- {tccli-3.0.1223.1.dist-info → tccli-3.0.1224.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1223.1.dist-info → tccli-3.0.1224.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1223.1.dist-info → tccli-3.0.1224.1.dist-info}/license_files/LICENSE +0 -0
@@ -458,14 +458,6 @@
|
|
458
458
|
"title": "健康码识别示例代码"
|
459
459
|
}
|
460
460
|
],
|
461
|
-
"RecognizeIndonesiaIDCardOCR": [
|
462
|
-
{
|
463
|
-
"document": "RecognizeIndonesiaIDCardOCR调用",
|
464
|
-
"input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RecognizeIndonesiaIDCardOCR\n<公共请求参数>\n\n{\n \"ReturnHeadImage\": \"false\",\n \"ImageUrl\": \"https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg\"\n}",
|
465
|
-
"output": "{\n \"Response\": {\n \"Agama\": \"ATHOLIK\",\n \"Alamat\": \"BANJARSARI\",\n \"BerlakuHingga\": \"SEUMUR HIDUP\",\n \"GolDarah\": \"O\",\n \"IssuedDate\": \"15-05-2015\",\n \"JenisKelamin\": \"LAKEI AKI\",\n \"Kecamatan\": \"\",\n \"KelDesa\": \"PAKEMBINANGUN\",\n \"KewargaNegaraan\": \"INM\",\n \"NIK\": \"360000000006\",\n \"Nama\": \"\",\n \"Perkerjaan\": \"KARYAWAN SWASTA\",\n \"Photo\": \"\",\n \"RTRW\": \"00/000\",\n \"RequestId\": \"0000-0000-0000-0001\",\n \"StatusPerkawinan\": \"KAWFN\",\n \"TempatTglLahir\": \"JAKARTA 13-01-1987\",\n \"Provinsi\": \"DKI JAKARTA\",\n \"Kota\": \"DKI JAKARTA\"\n }\n}",
|
466
|
-
"title": "RecognizeIndonesiaIDCardOCR调用"
|
467
|
-
}
|
468
|
-
],
|
469
461
|
"RecognizeKoreanDrivingLicenseOCR": [
|
470
462
|
{
|
471
463
|
"document": "韩国驾驶证识别",
|
@@ -474,14 +466,6 @@
|
|
474
466
|
"title": "韩国驾驶证识别"
|
475
467
|
}
|
476
468
|
],
|
477
|
-
"RecognizeKoreanIDCardOCR": [
|
478
|
-
{
|
479
|
-
"document": "韩国身份证识别",
|
480
|
-
"input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RecognizeKoreanIDCardOCR\n<公共请求参数>\n\n{\n \"ReturnHeadImage\": \"true\",\n \"ImageUrl\": \"https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg\"\n}",
|
481
|
-
"output": "{\n \"Response\": {\n \"Address\": \"서울특별시 종로구은천로 93.1203동 1204호(봉천동, 진달래아파트101동 2301호)\",\n \"Birthday\": \"01/07/1982\",\n \"DateOfIssue\": \"01/01/8207\",\n \"ID\": \"820701-2345678\",\n \"Name\": \"홍길동 (洪吉童)\",\n \"Photo\": \"/9j/4AAQSkZJRg.....s97n//2Q==\",\n \"RequestId\": \"8b03725a-d5b3-4dfa-81b5-55214271a69a\",\n \"Sex\": \"女\"\n }\n}",
|
482
|
-
"title": "韩国身份证识别"
|
483
|
-
}
|
484
|
-
],
|
485
469
|
"RecognizeMedicalInvoiceOCR": [
|
486
470
|
{
|
487
471
|
"document": "医疗发票识别示例",
|
@@ -498,46 +482,6 @@
|
|
498
482
|
"title": "网约车行程单识别示例代码"
|
499
483
|
}
|
500
484
|
],
|
501
|
-
"RecognizePhilippinesDrivingLicenseOCR": [
|
502
|
-
{
|
503
|
-
"document": "",
|
504
|
-
"input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RecognizePhilippinesDrivingLicenseOCR\n<公共请求参数>\n\n{\n \"ReturnHeadImage\": \"true\",\n \"ImageUrl\": \"https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg\"\n}",
|
505
|
-
"output": "{\n \"Response\": {\n \"Address\": {\n \"Polygon\": [\n {\n \"X\": 566,\n \"Y\": 500\n },\n {\n \"X\": 704,\n \"Y\": 500\n },\n {\n \"X\": 704,\n \"Y\": 532\n },\n {\n \"X\": 566,\n \"Y\": 532\n }\n ],\n \"Value\": \"132 LAKAS NG MAHIRAP***CITY\"\n },\n \"AgencyCode\": {\n \"Polygon\": [\n {\n \"X\": 1286,\n \"Y\": 683\n },\n {\n \"X\": 1385,\n \"Y\": 683\n },\n {\n \"X\": 1385,\n \"Y\": 725\n },\n {\n \"X\": 1286,\n \"Y\": 725\n }\n ],\n \"Value\": \"N2*\"\n },\n \"Birthday\": {\n \"Polygon\": [\n {\n \"X\": 911,\n \"Y\": 432\n },\n {\n \"X\": 1186,\n \"Y\": 432\n },\n {\n \"X\": 1186,\n \"Y\": 483\n },\n {\n \"X\": 911,\n \"Y\": 483\n }\n ],\n \"Value\": \"1992/**/22\"\n },\n \"ExpiresDate\": {\n \"Polygon\": [\n {\n \"X\": 557,\n \"Y\": 675\n },\n {\n \"X\": 1229,\n \"Y\": 679\n },\n {\n \"X\": 1228,\n \"Y\": 736\n },\n {\n \"X\": 556,\n \"Y\": 732\n }\n ],\n \"Value\": \"2024/**/22\"\n },\n \"FirstName\": {\n \"Polygon\": [\n {\n \"X\": 555,\n \"Y\": 320\n },\n {\n \"X\": 1286,\n \"Y\": 314\n },\n {\n \"X\": 1286,\n \"Y\": 373\n },\n {\n \"X\": 555,\n \"Y\": 379\n }\n ],\n \"Value\": \"GE**LD\"\n },\n \"HeadPortrait\": {\n \"Polygon\": [\n {\n \"X\": 108,\n \"Y\": 282\n },\n {\n \"X\": 536,\n \"Y\": 282\n },\n {\n \"X\": 536,\n \"Y\": 770\n },\n {\n \"X\": 108,\n \"Y\": 770\n }\n ],\n \"Value\": \"/9j/4AAQSkZJRg.....s97n//2Q==\"\n },\n \"LastName\": {\n \"Polygon\": [\n {\n \"X\": 555,\n \"Y\": 320\n },\n {\n \"X\": 1286,\n \"Y\": 314\n },\n {\n \"X\": 1286,\n \"Y\": 373\n },\n {\n \"X\": 555,\n \"Y\": 379\n }\n ],\n \"Value\": \"SA**N\"\n },\n \"LicenseNo\": {\n \"Polygon\": [\n {\n \"X\": 557,\n \"Y\": 675\n },\n {\n \"X\": 1229,\n \"Y\": 679\n },\n {\n \"X\": 1228,\n \"Y\": 736\n },\n {\n \"X\": 556,\n \"Y\": 732\n }\n ],\n \"Value\": \"N02-**-****44\"\n },\n \"MiddleName\": {\n \"Polygon\": [\n {\n \"X\": 555,\n \"Y\": 320\n },\n {\n \"X\": 1286,\n \"Y\": 314\n },\n {\n \"X\": 1286,\n \"Y\": 373\n },\n {\n \"X\": 555,\n \"Y\": 379\n }\n ],\n \"Value\": \"GO***LES\"\n },\n \"Name\": {\n \"Polygon\": [\n {\n \"X\": 555,\n \"Y\": 320\n },\n {\n \"X\": 1286,\n \"Y\": 314\n },\n {\n \"X\": 1286,\n \"Y\": 373\n },\n {\n \"X\": 555,\n \"Y\": 379\n }\n ],\n \"Value\": \"SA*****LES\"\n },\n \"Nationality\": {\n \"Polygon\": [\n {\n \"X\": 563,\n \"Y\": 438\n },\n {\n \"X\": 660,\n \"Y\": 438\n },\n {\n \"X\": 660,\n \"Y\": 479\n },\n {\n \"X\": 563,\n \"Y\": 479\n }\n ],\n \"Value\": \"PHL\"\n },\n \"RequestId\": \"f3f1b6d7-e2f1-48e1-a454-d2c8ba2e4fa0\",\n \"Sex\": {\n \"Polygon\": [\n {\n \"X\": 561,\n \"Y\": 393\n },\n {\n \"X\": 743,\n \"Y\": 397\n },\n {\n \"X\": 742,\n \"Y\": 439\n },\n {\n \"X\": 561,\n \"Y\": 434\n }\n ],\n \"Value\": \"M\"\n }\n }\n}",
|
506
|
-
"title": "菲律宾驾驶证识别调用"
|
507
|
-
}
|
508
|
-
],
|
509
|
-
"RecognizePhilippinesSssIDOCR": [
|
510
|
-
{
|
511
|
-
"document": "",
|
512
|
-
"input": "https://ocr.tencentcloudapi.com/?Action=RecognizePhilippinesSssIDOCR\n&ImageUrl=https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg\n&ReturnHeadImage=false\n&<公共请求参数>",
|
513
|
-
"output": "{\n \"Response\": {\n \"Birthday\": {\n \"Polygon\": [\n {\n \"X\": 543,\n \"Y\": 805\n },\n {\n \"X\": 754,\n \"Y\": 805\n },\n {\n \"X\": 754,\n \"Y\": 842\n },\n {\n \"X\": 543,\n \"Y\": 842\n }\n ],\n \"Value\": \"JULY 7,1980\"\n },\n \"FullName\": {\n \"Polygon\": [\n {\n \"X\": 82,\n \"Y\": 55\n },\n {\n \"X\": 195,\n \"Y\": 55\n },\n {\n \"X\": 195,\n \"Y\": 67\n },\n {\n \"X\": 82,\n \"Y\": 67\n }\n ],\n \"Value\": \"PAMELAL OCAMPO\"\n },\n \"HeadPortrait\": {\n \"Polygon\": [],\n \"Value\": \"\"\n },\n \"LicenseNumber\": {\n \"Polygon\": [\n {\n \"X\": 82,\n \"Y\": 85\n },\n {\n \"X\": 187,\n \"Y\": 85\n },\n {\n \"X\": 187,\n \"Y\": 99\n },\n {\n \"X\": 82,\n \"Y\": 99\n }\n ],\n \"Value\": \"04-0751449-0\"\n },\n \"RequestId\": \"0e20a043-d3da-40e8-b576-59e33fff3b55\"\n }\n}",
|
514
|
-
"title": "RecognizePhilippinesSssIDOCR调用"
|
515
|
-
}
|
516
|
-
],
|
517
|
-
"RecognizePhilippinesTinIDOCR": [
|
518
|
-
{
|
519
|
-
"document": "",
|
520
|
-
"input": "https://ocr.tencentcloudapi.com/?Action=RecognizePhilippinesTinIDOCR\n&ImageUrl=https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg\n&ReturnHeadImage=false\n&<公共请求参数>",
|
521
|
-
"output": "{\n \"Response\": {\n \"Address\": {\n \"Polygon\": [],\n \"Value\": \"18 A KATIPUNAN ****** RIZAL \"\n },\n \"Birthday\": {\n \"Polygon\": [\n {\n \"X\": 665,\n \"Y\": 737\n },\n {\n \"X\": 997,\n \"Y\": 737\n },\n {\n \"X\": 997,\n \"Y\": 787\n },\n {\n \"X\": 665,\n \"Y\": 787\n }\n ],\n \"Value\": \"August **,1972\"\n },\n \"FullName\": {\n \"Polygon\": [],\n \"Value\": \"VER******ALBIOR\"\n },\n \"HeadPortrait\": {\n \"Polygon\": [\n {\n \"X\": 1118,\n \"Y\": 512\n },\n {\n \"X\": 1368,\n \"Y\": 512\n },\n {\n \"X\": 1368,\n \"Y\": 808\n },\n {\n \"X\": 1118,\n \"Y\": 808\n }\n ],\n \"Value\": \"/9j/4AAQSkZJRg.....s97n//2Q==\"\n },\n \"IssueDate\": {\n \"Polygon\": [\n {\n \"X\": 665,\n \"Y\": 737\n },\n {\n \"X\": 997,\n \"Y\": 737\n },\n {\n \"X\": 997,\n \"Y\": 787\n },\n {\n \"X\": 665,\n \"Y\": 787\n }\n ],\n \"Value\": \"August **,1972\"\n },\n \"LicenseNumber\": {\n \"Polygon\": [\n {\n \"X\": 505,\n \"Y\": 522\n },\n {\n \"X\": 897,\n \"Y\": 522\n },\n {\n \"X\": 897,\n \"Y\": 572\n },\n {\n \"X\": 505,\n \"Y\": 572\n }\n ],\n \"Value\": \"497-***-***-000\"\n },\n \"RequestId\": \"df40cc1c-e074-44ab-ab39-cc2c105a5cd4\"\n }\n}",
|
522
|
-
"title": "菲律宾TinID识别调用"
|
523
|
-
}
|
524
|
-
],
|
525
|
-
"RecognizePhilippinesUMIDOCR": [
|
526
|
-
{
|
527
|
-
"document": "菲律宾UMID识别",
|
528
|
-
"input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RecognizePhilippinesUMIDOCR\n<公共请求参数>\n\n{\n \"ImageBase64\": \"/9j/4AAQSkZJRg.....s97n//2Q==\",\n \"ImageUrl\": \"\",\n \"ReturnHeadImage\": true\n}",
|
529
|
-
"output": "{\n \"Response\": {\n \"Address\": {\n \"Polygon\": [\n {\n \"X\": 299,\n \"Y\": 948\n },\n {\n \"X\": 653,\n \"Y\": 948\n },\n {\n \"X\": 654,\n \"Y\": 1007\n },\n {\n \"X\": 299,\n \"Y\": 1000\n }\n ],\n \"Value\": \"19 MOLAVE *** LAGUNA PHL ****\"\n },\n \"Birthday\": {\n \"Polygon\": [\n {\n \"X\": 443,\n \"Y\": 915\n },\n {\n \"X\": 586,\n \"Y\": 917\n },\n {\n \"X\": 587,\n \"Y\": 938\n },\n {\n \"X\": 442,\n \"Y\": 937\n }\n ],\n \"Value\": \"1996/03/26\"\n },\n \"CRN\": {\n \"Polygon\": [\n {\n \"X\": 446,\n \"Y\": 733\n },\n {\n \"X\": 649,\n \"Y\": 734\n },\n {\n \"X\": 649,\n \"Y\": 755\n },\n {\n \"X\": 446,\n \"Y\": 754\n }\n ],\n \"Value\": \"CRN-***-888***-0\"\n },\n \"GivenName\": {\n \"Polygon\": [\n {\n \"X\": 295,\n \"Y\": 832\n },\n {\n \"X\": 486,\n \"Y\": 833\n },\n {\n \"X\": 486,\n \"Y\": 855\n },\n {\n \"X\": 295,\n \"Y\": 854\n }\n ],\n \"Value\": \"ARMAI***YCE\"\n },\n \"HeadPortrait\": {\n \"Polygon\": [\n {\n \"X\": 16,\n \"Y\": 731\n },\n {\n \"X\": 233,\n \"Y\": 731\n },\n {\n \"X\": 233,\n \"Y\": 1006\n },\n {\n \"X\": 16,\n \"Y\": 1006\n }\n ],\n \"Value\": \"/9j/4AAQSkZJRg.....s97n//2Q==\"\n },\n \"MiddleName\": {\n \"Polygon\": [\n {\n \"X\": 296,\n \"Y\": 895\n },\n {\n \"X\": 400,\n \"Y\": 894\n },\n {\n \"X\": 401,\n \"Y\": 915\n },\n {\n \"X\": 296,\n \"Y\": 916\n }\n ],\n \"Value\": \"ZU**EGA\"\n },\n \"Sex\": {\n \"Polygon\": [\n {\n \"X\": 324,\n \"Y\": 915\n },\n {\n \"X\": 341,\n \"Y\": 915\n },\n {\n \"X\": 342,\n \"Y\": 936\n },\n {\n \"X\": 322,\n \"Y\": 935\n }\n ],\n \"Value\": \"F\"\n },\n \"Surname\": {\n \"Polygon\": [\n {\n \"X\": 292,\n \"Y\": 793\n },\n {\n \"X\": 415,\n \"Y\": 793\n },\n {\n \"X\": 415,\n \"Y\": 814\n },\n {\n \"X\": 292,\n \"Y\": 815\n }\n ],\n \"Value\": \"SAL**INO\"\n },\n \"RequestId\": \"61d6eff2-418e-4864-b1cf-af0b91c53efb\"\n }\n}",
|
530
|
-
"title": "菲律宾UMID识别"
|
531
|
-
}
|
532
|
-
],
|
533
|
-
"RecognizePhilippinesVoteIDOCR": [
|
534
|
-
{
|
535
|
-
"document": "",
|
536
|
-
"input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RecognizePhilippinesVoteIDOCR\n<公共请求参数>\n\n{\n \"ReturnHeadImage\": \"false\",\n \"ImageUrl\": \"https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg\"\n}",
|
537
|
-
"output": "{\n \"Response\": {\n \"Address\": {\n \"Polygon\": [\n {\n \"X\": \"276\",\n \"Y\": \"337\"\n },\n {\n \"X\": \"351\",\n \"Y\": \"337\"\n },\n {\n \"X\": \"351\",\n \"Y\": \"357\"\n },\n {\n \"X\": \"276\",\n \"Y\": \"357\"\n }\n ],\n \"Value\": \" IPIL,ZAMBOANGA CITY\"\n },\n \"Birthday\": {\n \"Polygon\": [\n {\n \"X\": \"406\",\n \"Y\": \"257\"\n },\n {\n \"X\": \"552\",\n \"Y\": \"257\"\n },\n {\n \"X\": \"552\",\n \"Y\": \"279\"\n },\n {\n \"X\": \"406\",\n \"Y\": \"279\"\n }\n ],\n \"Value\": \"March 13,1985\"\n },\n \"Citizenship\": {\n \"Polygon\": [\n {\n \"X\": \"405\",\n \"Y\": \"311\"\n },\n {\n \"X\": \"492\",\n \"Y\": \"311\"\n },\n {\n \"X\": \"492\",\n \"Y\": \"331\"\n },\n {\n \"X\": \"404\",\n \"Y\": \"331\"\n }\n ],\n \"Value\": \"Filipino\"\n },\n \"CivilStatus\": {\n \"Polygon\": [\n {\n \"X\": \"407\",\n \"Y\": \"285\"\n },\n {\n \"X\": \"485\",\n \"Y\": \"285\"\n },\n {\n \"X\": \"485\",\n \"Y\": \"304\"\n },\n {\n \"X\": \"407\",\n \"Y\": \"304\"\n }\n ],\n \"Value\": \"Single\"\n },\n \"FirstName\": {\n \"Polygon\": [\n {\n \"X\": \"276\",\n \"Y\": \"173\"\n },\n {\n \"X\": \"344\",\n \"Y\": \"173\"\n },\n {\n \"X\": \"344\",\n \"Y\": \"195\"\n },\n {\n \"X\": \"276\",\n \"Y\": \"195\"\n }\n ],\n \"Value\": \"ROYO\"\n },\n \"HeadPortrait\": {\n \"Polygon\": [],\n \"Value\": \"\"\n },\n \"LastName\": {\n \"Polygon\": [\n {\n \"X\": \"276\",\n \"Y\": \"214\"\n },\n {\n \"X\": \"376\",\n \"Y\": \"213\"\n },\n {\n \"X\": \"376\",\n \"Y\": \"238\"\n },\n {\n \"X\": \"276\",\n \"Y\": \"239\"\n }\n ],\n \"Value\": \"TUDTUD\"\n },\n \"PrecinctNo\": {\n \"Polygon\": [\n {\n \"X\": \"459\",\n \"Y\": \"415\"\n },\n {\n \"X\": \"520\",\n \"Y\": \"415\"\n },\n {\n \"X\": \"520\",\n \"Y\": \"434\"\n },\n {\n \"X\": \"459\",\n \"Y\": \"434\"\n }\n ],\n \"Value\": \"0398B\"\n },\n \"RequestId\": \"1234-1234-1234-1234\",\n \"VIN\": {\n \"Polygon\": [\n {\n \"X\": \"253\",\n \"Y\": \"128\"\n },\n {\n \"X\": \"652\",\n \"Y\": \"128\"\n },\n {\n \"X\": \"652\",\n \"Y\": \"153\"\n },\n {\n \"X\": \"253\",\n \"Y\": \"153\"\n }\n ],\n \"Value\": \"7502-0398B-G0987ANT10000\"\n }\n }\n}",
|
538
|
-
"title": "RecognizePhilippinesVoteIDOCR调用"
|
539
|
-
}
|
540
|
-
],
|
541
485
|
"RecognizeStoreName": [
|
542
486
|
{
|
543
487
|
"document": "门头照识别示例",
|
@@ -796,10 +796,10 @@
|
|
796
796
|
{
|
797
797
|
"disabled": false,
|
798
798
|
"document": "企业组织单元列表",
|
799
|
-
"example": "
|
799
|
+
"example": "[{\"NodeId\":1,\"Name\":\"node_name\",\"ParentNodeId\":111,\"MemberCount\":11}]",
|
800
800
|
"member": "OrgNode",
|
801
801
|
"name": "Nodes",
|
802
|
-
"
|
802
|
+
"output_required": true,
|
803
803
|
"type": "list",
|
804
804
|
"value_allowed_null": false
|
805
805
|
},
|
@@ -854,110 +854,110 @@
|
|
854
854
|
{
|
855
855
|
"disabled": false,
|
856
856
|
"document": "邀请ID",
|
857
|
-
"example": "",
|
857
|
+
"example": "1",
|
858
858
|
"member": "uint64",
|
859
859
|
"name": "Id",
|
860
|
-
"
|
860
|
+
"output_required": true,
|
861
861
|
"type": "int",
|
862
862
|
"value_allowed_null": false
|
863
863
|
},
|
864
864
|
{
|
865
865
|
"disabled": false,
|
866
866
|
"document": "被邀请UIN",
|
867
|
-
"example": "",
|
867
|
+
"example": "1000001",
|
868
868
|
"member": "uint64",
|
869
869
|
"name": "Uin",
|
870
|
-
"
|
870
|
+
"output_required": true,
|
871
871
|
"type": "int",
|
872
872
|
"value_allowed_null": false
|
873
873
|
},
|
874
874
|
{
|
875
875
|
"disabled": false,
|
876
876
|
"document": "创建者UIN",
|
877
|
-
"example": "",
|
877
|
+
"example": "1000001",
|
878
878
|
"member": "uint64",
|
879
879
|
"name": "HostUin",
|
880
|
-
"
|
880
|
+
"output_required": true,
|
881
881
|
"type": "int",
|
882
882
|
"value_allowed_null": false
|
883
883
|
},
|
884
884
|
{
|
885
885
|
"disabled": false,
|
886
886
|
"document": "创建者名称",
|
887
|
-
"example": "",
|
887
|
+
"example": "host_name",
|
888
888
|
"member": "string",
|
889
889
|
"name": "HostName",
|
890
|
-
"
|
890
|
+
"output_required": true,
|
891
891
|
"type": "string",
|
892
892
|
"value_allowed_null": false
|
893
893
|
},
|
894
894
|
{
|
895
895
|
"disabled": false,
|
896
896
|
"document": "创建者邮箱",
|
897
|
-
"example": "",
|
897
|
+
"example": "23**@qq.com",
|
898
898
|
"member": "string",
|
899
899
|
"name": "HostMail",
|
900
|
-
"
|
900
|
+
"output_required": true,
|
901
901
|
"type": "string",
|
902
902
|
"value_allowed_null": false
|
903
903
|
},
|
904
904
|
{
|
905
905
|
"disabled": false,
|
906
906
|
"document": "邀请状态。-1:已过期,0:正常,1:已接受,2:已失效,3:已取消",
|
907
|
-
"example": "",
|
907
|
+
"example": "1",
|
908
908
|
"member": "uint64",
|
909
909
|
"name": "Status",
|
910
|
-
"
|
910
|
+
"output_required": true,
|
911
911
|
"type": "int",
|
912
912
|
"value_allowed_null": false
|
913
913
|
},
|
914
914
|
{
|
915
915
|
"disabled": false,
|
916
916
|
"document": "名称",
|
917
|
-
"example": "",
|
917
|
+
"example": "member_name",
|
918
918
|
"member": "string",
|
919
919
|
"name": "Name",
|
920
|
-
"
|
920
|
+
"output_required": true,
|
921
921
|
"type": "string",
|
922
922
|
"value_allowed_null": false
|
923
923
|
},
|
924
924
|
{
|
925
925
|
"disabled": false,
|
926
926
|
"document": "备注",
|
927
|
-
"example": "",
|
927
|
+
"example": "invitation member",
|
928
928
|
"member": "string",
|
929
929
|
"name": "Remark",
|
930
|
-
"
|
930
|
+
"output_required": true,
|
931
931
|
"type": "string",
|
932
932
|
"value_allowed_null": false
|
933
933
|
},
|
934
934
|
{
|
935
935
|
"disabled": false,
|
936
936
|
"document": "企业组织类型",
|
937
|
-
"example": "",
|
937
|
+
"example": "1",
|
938
938
|
"member": "uint64",
|
939
939
|
"name": "OrgType",
|
940
|
-
"
|
940
|
+
"output_required": true,
|
941
941
|
"type": "int",
|
942
942
|
"value_allowed_null": false
|
943
943
|
},
|
944
944
|
{
|
945
945
|
"disabled": false,
|
946
946
|
"document": "邀请时间",
|
947
|
-
"example": "",
|
947
|
+
"example": "2021-03-04 12:22:21",
|
948
948
|
"member": "datetime",
|
949
949
|
"name": "InviteTime",
|
950
|
-
"
|
950
|
+
"output_required": true,
|
951
951
|
"type": "string",
|
952
952
|
"value_allowed_null": false
|
953
953
|
},
|
954
954
|
{
|
955
955
|
"disabled": false,
|
956
956
|
"document": "过期时间",
|
957
|
-
"example": "",
|
957
|
+
"example": "2021-03-04 15:22:21",
|
958
958
|
"member": "datetime",
|
959
959
|
"name": "ExpireTime",
|
960
|
-
"
|
960
|
+
"output_required": true,
|
961
961
|
"type": "string",
|
962
962
|
"value_allowed_null": false
|
963
963
|
}
|
@@ -970,40 +970,40 @@
|
|
970
970
|
{
|
971
971
|
"disabled": false,
|
972
972
|
"document": "UIN",
|
973
|
-
"example": "",
|
973
|
+
"example": "100000000001",
|
974
974
|
"member": "uint64",
|
975
975
|
"name": "Uin",
|
976
|
-
"
|
976
|
+
"output_required": true,
|
977
977
|
"type": "int",
|
978
978
|
"value_allowed_null": false
|
979
979
|
},
|
980
980
|
{
|
981
981
|
"disabled": false,
|
982
982
|
"document": "名称",
|
983
|
-
"example": "",
|
983
|
+
"example": "member_name",
|
984
984
|
"member": "string",
|
985
985
|
"name": "Name",
|
986
|
-
"
|
986
|
+
"output_required": true,
|
987
987
|
"type": "string",
|
988
988
|
"value_allowed_null": false
|
989
989
|
},
|
990
990
|
{
|
991
991
|
"disabled": false,
|
992
992
|
"document": "备注",
|
993
|
-
"example": "",
|
993
|
+
"example": "invitation member",
|
994
994
|
"member": "string",
|
995
995
|
"name": "Remark",
|
996
|
-
"
|
996
|
+
"output_required": true,
|
997
997
|
"type": "string",
|
998
998
|
"value_allowed_null": false
|
999
999
|
},
|
1000
1000
|
{
|
1001
1001
|
"disabled": false,
|
1002
1002
|
"document": "加入时间",
|
1003
|
-
"example": "",
|
1003
|
+
"example": "2023-12-13 12:34:51",
|
1004
1004
|
"member": "datetime",
|
1005
1005
|
"name": "JoinTime",
|
1006
|
-
"
|
1006
|
+
"output_required": true,
|
1007
1007
|
"type": "string",
|
1008
1008
|
"value_allowed_null": false
|
1009
1009
|
}
|
@@ -1016,40 +1016,40 @@
|
|
1016
1016
|
{
|
1017
1017
|
"disabled": false,
|
1018
1018
|
"document": "组织单元ID",
|
1019
|
-
"example": "",
|
1019
|
+
"example": "101",
|
1020
1020
|
"member": "uint64",
|
1021
1021
|
"name": "NodeId",
|
1022
|
-
"
|
1022
|
+
"output_required": true,
|
1023
1023
|
"type": "int",
|
1024
1024
|
"value_allowed_null": false
|
1025
1025
|
},
|
1026
1026
|
{
|
1027
1027
|
"disabled": false,
|
1028
1028
|
"document": "名称",
|
1029
|
-
"example": "",
|
1029
|
+
"example": "node_name",
|
1030
1030
|
"member": "string",
|
1031
1031
|
"name": "Name",
|
1032
|
-
"
|
1032
|
+
"output_required": true,
|
1033
1033
|
"type": "string",
|
1034
1034
|
"value_allowed_null": false
|
1035
1035
|
},
|
1036
1036
|
{
|
1037
1037
|
"disabled": false,
|
1038
1038
|
"document": "父单元ID",
|
1039
|
-
"example": "",
|
1039
|
+
"example": "1",
|
1040
1040
|
"member": "uint64",
|
1041
1041
|
"name": "ParentNodeId",
|
1042
|
-
"
|
1042
|
+
"output_required": true,
|
1043
1043
|
"type": "int",
|
1044
1044
|
"value_allowed_null": false
|
1045
1045
|
},
|
1046
1046
|
{
|
1047
1047
|
"disabled": false,
|
1048
1048
|
"document": "成员数量",
|
1049
|
-
"example": "",
|
1049
|
+
"example": "1",
|
1050
1050
|
"member": "uint64",
|
1051
1051
|
"name": "MemberCount",
|
1052
|
-
"
|
1052
|
+
"output_required": true,
|
1053
1053
|
"type": "int",
|
1054
1054
|
"value_allowed_null": false
|
1055
1055
|
}
|
@@ -1089,7 +1089,7 @@
|
|
1089
1089
|
{
|
1090
1090
|
"disabled": false,
|
1091
1091
|
"document": "被邀请账户UIN",
|
1092
|
-
"example": "
|
1092
|
+
"example": "100000000001",
|
1093
1093
|
"member": "uint64",
|
1094
1094
|
"name": "InviteUin",
|
1095
1095
|
"required": true,
|
@@ -1098,7 +1098,7 @@
|
|
1098
1098
|
{
|
1099
1099
|
"disabled": false,
|
1100
1100
|
"document": "名称",
|
1101
|
-
"example": "
|
1101
|
+
"example": "member_name",
|
1102
1102
|
"member": "string",
|
1103
1103
|
"name": "Name",
|
1104
1104
|
"required": true,
|
@@ -1107,7 +1107,7 @@
|
|
1107
1107
|
{
|
1108
1108
|
"disabled": false,
|
1109
1109
|
"document": "备注",
|
1110
|
-
"example": "
|
1110
|
+
"example": "invitation member",
|
1111
1111
|
"member": "string",
|
1112
1112
|
"name": "Remark",
|
1113
1113
|
"required": true,
|
@@ -116,7 +116,7 @@
|
|
116
116
|
{
|
117
117
|
"document": "",
|
118
118
|
"input": "https://organization.tencentcloudapi.com/?Action=ListOrganizationNodes\n&<公共请求参数>",
|
119
|
-
"output": "{\n \"Response\": {\n \"Nodes\": [\n {\n \"NodeId\": 1,\n \"Name\": \"
|
119
|
+
"output": "{\n \"Response\": {\n \"Nodes\": [\n {\n \"NodeId\": 1,\n \"Name\": \"node_name\",\n \"ParentNodeId\": 111,\n \"MemberCount\": 11\n }\n ],\n \"RequestId\": \"f2b75a7e-fc82-4b00-8426-d04371d9052c\"\n }\n}",
|
120
120
|
"title": "获取企业组织单元列表"
|
121
121
|
}
|
122
122
|
],
|
@@ -139,7 +139,7 @@
|
|
139
139
|
"SendOrganizationInvitation": [
|
140
140
|
{
|
141
141
|
"document": "",
|
142
|
-
"input": "https://organization.tencentcloudapi.com/?Action=SendOrganizationInvitation\n&InviteUin=
|
142
|
+
"input": "https://organization.tencentcloudapi.com/?Action=SendOrganizationInvitation\n&InviteUin=100000000001\n&Name=\"member_name\"\n&Remark=\"invitation member\"\n&<公共请求参数>",
|
143
143
|
"output": "{\n \"Response\": {\n \"RequestId\": \"b46d2afe-6893-4529-bc96-2c82d9214959\"\n }\n}",
|
144
144
|
"title": "发送企业组织邀请"
|
145
145
|
}
|