tencentcloud-sdk-faceid 3.0.790 → 3.0.792

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9b04f61d0be80afbbf639690012f32701d416ee4
4
- data.tar.gz: 3b164b73ca769b0da3f76b7c812e55b64bc87017
3
+ metadata.gz: 7eccb382f8baf88153f20c9d925d2a095635794d
4
+ data.tar.gz: d9fe00e9c72be00498ea63db78df12885c9ab3d9
5
5
  SHA512:
6
- metadata.gz: ddbcf60015bb0830189ea040ecead3d93510409afdd034bb712d723cf4d3ba1603229173dd784b1132d6381e472756b2d68deb3fa602515140b4872712845860
7
- data.tar.gz: 2d4e8d3285489521431333a6a21ddc5448d685ee74e037aa37905bc76b72b8447952e0e3904c2e56ce659a71fd0ba8e5979ca0bd0260208a0c5a5ac2c150bc89
6
+ metadata.gz: b551cd5dad277ae603f9fe584067c4e8ee9231c77c596d6023352d5e7e9e1319018c2a69cb2d89497029c4e18e1e650e618b104c5805bacf071364723d624e2e
7
+ data.tar.gz: bb5a0d4f8b3c9be93e0fb262cc9a9911822f232df1bed65942ad9ce1957b07b3e2e28745a427d52e9d48aa94c46a90cb952b36410603ff17243c1da595dbdbc4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.790
1
+ 3.0.792
@@ -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,14 +1,14 @@
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.792
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-26 00:00:00.000000000 Z
11
+ date: 2024-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common