tencentcloud-sdk-faceid 3.0.790 → 3.0.791

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9b04f61d0be80afbbf639690012f32701d416ee4
4
- data.tar.gz: 3b164b73ca769b0da3f76b7c812e55b64bc87017
3
+ metadata.gz: c10face720dffcb11f51397637fba0b6dc0bd1b0
4
+ data.tar.gz: eeef0a5ebc5cf6e8bc2c56e2dfa4388e7c27c6ef
5
5
  SHA512:
6
- metadata.gz: ddbcf60015bb0830189ea040ecead3d93510409afdd034bb712d723cf4d3ba1603229173dd784b1132d6381e472756b2d68deb3fa602515140b4872712845860
7
- data.tar.gz: 2d4e8d3285489521431333a6a21ddc5448d685ee74e037aa37905bc76b72b8447952e0e3904c2e56ce659a71fd0ba8e5979ca0bd0260208a0c5a5ac2c150bc89
6
+ metadata.gz: 346cd6a16f471b8c142b3c65090640d3e11d2ef1ddcebb21b2b72154b2f7b39765dc0d23d7bca008366bf17f1776db7ac27394b2378cb09041039840cd25e231
7
+ data.tar.gz: d8192d5b33c61580247fab7308f1016423efe9c14790bd8237a5b2337fb2785acb67bae56f8a50c88df2691625f9d2506e7f7b9268dbdddc4273a59784790772
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.790
1
+ 3.0.791
@@ -2088,10 +2088,13 @@ module TencentCloud
2088
2088
  # @type UseCos: Boolean
2089
2089
  # @param Encryption: 敏感数据加密信息。对传入信息(姓名、身份证号)有加密需求的用户可使用此参数,详情请点击左侧链接。
2090
2090
  # @type Encryption: :class:`Tencentcloud::Faceid.v20180301.models.Encryption`
2091
+ # @param RuleId: 用于细分客户使用场景,申请开通服务后,可以在腾讯云慧眼人脸核身控制台(https://console.cloud.tencent.com/faceid) 自助接入里面创建,审核通过后即可调用。如有疑问,请添加腾讯云人脸核身小助手进行咨询。
2092
+ # 示例值:1
2093
+ # @type RuleId: String
2091
2094
 
2092
- attr_accessor :CompareLib, :IdCard, :Name, :ImageBase64, :Meta, :Extra, :UseCos, :Encryption
2095
+ attr_accessor :CompareLib, :IdCard, :Name, :ImageBase64, :Meta, :Extra, :UseCos, :Encryption, :RuleId
2093
2096
 
2094
- def initialize(comparelib=nil, idcard=nil, name=nil, imagebase64=nil, meta=nil, extra=nil, usecos=nil, encryption=nil)
2097
+ def initialize(comparelib=nil, idcard=nil, name=nil, imagebase64=nil, meta=nil, extra=nil, usecos=nil, encryption=nil, ruleid=nil)
2095
2098
  @CompareLib = comparelib
2096
2099
  @IdCard = idcard
2097
2100
  @Name = name
@@ -2100,6 +2103,7 @@ module TencentCloud
2100
2103
  @Extra = extra
2101
2104
  @UseCos = usecos
2102
2105
  @Encryption = encryption
2106
+ @RuleId = ruleid
2103
2107
  end
2104
2108
 
2105
2109
  def deserialize(params)
@@ -2114,6 +2118,7 @@ module TencentCloud
2114
2118
  @Encryption = Encryption.new
2115
2119
  @Encryption.deserialize(params['Encryption'])
2116
2120
  end
2121
+ @RuleId = params['RuleId']
2117
2122
  end
2118
2123
  end
2119
2124
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-faceid
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.790
4
+ version: 3.0.791
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud