tccli-intl-en 3.0.1263.1__py2.py3-none-any.whl → 3.0.1264.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 CHANGED
@@ -1 +1 @@
1
- __version__ = '3.0.1263.1'
1
+ __version__ = '3.0.1264.1'
@@ -407,7 +407,7 @@
407
407
  },
408
408
  {
409
409
  "disabled": false,
410
- "document": "Card Types Supported for Authentication: Currently supported types are as follows:\n1.HK (Default): Hong Kong (China) Identity Card\n2.ML: Malaysia Identity Card\n3.IndonesiaIDCard: Indonesia Identity Card\n4.PhilippinesVoteID: Philippines Voter ID\n5.PhilippinesDrivingLicense: Philippines Driving License\n6.PhilippinesTinID: Philippines Tin ID\n7.PhilippinesSSSID: Philippines SSS ID\n8.PhilippinesUMID: Philippines UMID\n9.MLIDPassport: Passports of Hong Kong, Macao, Taiwan Regions (China) and Foreign Countries\n10.ThailandIDCard: Thailand Identity Card\n11.MainlandIDCard: Mainland China Identity Card\n12.SingaporeIDCard: Singapore Identity Card\n13.HMTPermit: Exit-Entry Permit for Travel to and from Hong Kong, Macao and Taiwan (China)",
410
+ "document": "Specifies the identity document type used for authentication. valid values:. \n\nHK (default): hong kong (china) identity card.\n2. ML: malaysian identity card.\nIndonesian identity card.\n4. PhilippinesVoteID: specifies the voter card in the philippines.\n5. PhilippinesDrivingLicense: specifies the driving license in philippines.\n6. PhilippinesTinID: specifies the philippines tin id.\n7. PhilippinesSSSID: specifies the SSSID in the philippines.\n8. philippines UMID: specifies the philippines UMID.\n9. MLIDPassport: specifies the passport for hong kong (china), macao (china), and taiwan (china) as well as overseas passports.\nThailandIDCard: specifies the thai identity card.\nMainland id card.\n12. SingaporeIDCard: specifies the Singapore id card.\n13. HMTPermit: specifies the hong kong, macau and taiwan travel permit.",
411
411
  "example": "HK",
412
412
  "member": "string",
413
413
  "name": "IdCardType",
@@ -450,6 +450,15 @@
450
450
  "required": false,
451
451
  "type": "bool"
452
452
  },
453
+ {
454
+ "disabled": false,
455
+ "document": "Customize which alarm codes to block. If left blank, all alarm codes will be blocked by default.\nOptional alarm codes are: -9101 (occlusion or incomplete border), -9102 (photocopying), -9103 (screen capture by camera), -9104 (image editing/PS modification), -9107 (glare/reflection), -9108 (blurriness), -9901 (other alarms).",
456
+ "example": "[-9101]",
457
+ "member": "int64",
458
+ "name": "SelectedWarningCodes",
459
+ "required": false,
460
+ "type": "list"
461
+ },
453
462
  {
454
463
  "disabled": false,
455
464
  "document": "A passthrough field, which is returned together with the verification result and can contain up to 1,024 bits.",
@@ -461,7 +470,7 @@
461
470
  },
462
471
  {
463
472
  "disabled": false,
464
- "document": "ENHANCED: Enhanced Version, BASIC: Basic Version (Default)",
473
+ "document": "ENHANCED: enhanced.\nBASIC: basic version (default).",
465
474
  "example": "ENHANCED",
466
475
  "member": "string",
467
476
  "name": "SdkVersion",
@@ -485,7 +494,7 @@
485
494
  "members": [
486
495
  {
487
496
  "disabled": false,
488
- "document": "The token used to identify an SDK-based verification process. It is valid for 7,200s and can be used to get the verification result after the process is completed.",
497
+ "document": "A token that identifies an SDK verification process. the validity time is 10 minutes. after the process is complete, the token can be used to retrieve the verification result.",
489
498
  "example": "A561B769-C347-4724-A69A-6C3B3483E107",
490
499
  "member": "string",
491
500
  "name": "SdkToken",
@@ -21396,6 +21396,15 @@
21396
21396
  "required": false,
21397
21397
  "type": "string"
21398
21398
  },
21399
+ {
21400
+ "disabled": false,
21401
+ "document": "Output path, which can be a relative or an absolute path.\nThe path must end with `.{format}`. For details, please refer to the [Filename Variable](https://www.tencentcloud.comom/document/product/862/37039?from_cn_redirect=1).\n**Relative path example:**\n<Li>`Filename_{Variablename}.{format}`.</li>\n<Li>`Filename.{format}`.</li>\n\n**Absolute path example:**\n<Li>`/Path/Filename_{Variablename}.{format}`.</li>\n\nIf not filled in, default relative path: `{inputName}.{format}`.",
21402
+ "example": "{inputName}.{format}",
21403
+ "member": "string",
21404
+ "name": "OutputPath",
21405
+ "required": false,
21406
+ "type": "string"
21407
+ },
21399
21408
  {
21400
21409
  "disabled": false,
21401
21410
  "document": "Image processing parameter.",