tencentcloud-sdk-faceid 3.0.679 → 3.0.681

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: f271fbbf6365e8ad8b46cb1d919c6a9cc5edeaa8
4
- data.tar.gz: d192b57bcbf5be0af25b612f7a47b278c61e5943
3
+ metadata.gz: daad5c141ee67eac9fc8e76c15e044e098a1ced0
4
+ data.tar.gz: 5878e2c7d0aa33c60c0f619916e12ab45c7b6315
5
5
  SHA512:
6
- metadata.gz: 56ac721af6e8e2d638f16fe8c63a2b0d0668f438c905c0f4b646a8234de6b71752fb00b89e1e18560467c985ddcf58ce8728f17005a9b8c071551d36baef5089
7
- data.tar.gz: c19b5eb6df180230075b03eb44e0912b4dddd6726a7dbe7753ffff964c28041b8508eaff9c302959f50ce114d92e892fba834e2e0ec28fdad5aff0062f0bb519
6
+ metadata.gz: 78fc0677b68b21af0d4d8ae7dd8691181cb3e644ba4bdc22c77c24f02aa1a71744edbd1efe740ecebb1b2e30f0153b9f4d332ace394f71018ace5db6ed7f682a
7
+ data.tar.gz: 55bcc2e4561f52d39ed598a59b3626b538d35110651559d439868dca16cd8f9b619f0bd9327cf24e6969935f3282e774c9360d2cd3501453127c2115d44db7ca
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.679
1
+ 3.0.681
@@ -280,8 +280,8 @@ module TencentCloud
280
280
 
281
281
  attr_accessor :ReqTime, :Seq, :IdCard, :Idcard, :Name, :Sim, :IsNeedCharge, :ChargeType, :ErrorCode, :ErrorMessage
282
282
  extend Gem::Deprecate
283
- deprecate :Idcard, :none, 2023, 9
284
- deprecate :Idcard=, :none, 2023, 9
283
+ deprecate :Idcard, :none, 2023, 10
284
+ deprecate :Idcard=, :none, 2023, 10
285
285
 
286
286
  def initialize(reqtime=nil, seq=nil, idcard=nil, idcard=nil, name=nil, sim=nil, isneedcharge=nil, chargetype=nil, errorcode=nil, errormessage=nil)
287
287
  @ReqTime = reqtime
@@ -674,7 +674,7 @@ module TencentCloud
674
674
  # @param TerminalType: 本接口不需要传递此参数。
675
675
  # @type TerminalType: String
676
676
  # @param IdCard: 身份标识(未使用OCR服务时,必须传入)。
677
- # 规则:a-zA-Z0-9组合。最长长度32位。
677
+ # 规则:a-z,A-Z,0-9组合。最长长度32位。
678
678
  # @type IdCard: String
679
679
  # @param Name: 姓名。(未使用OCR服务时,必须传入)最长长度32位。中文请使用UTF-8编码。
680
680
  # @type Name: String
@@ -1705,7 +1705,7 @@ module TencentCloud
1705
1705
  # @param MerchantId: EID商户id,字段长度最长50位。
1706
1706
  # @type MerchantId: String
1707
1707
  # @param IdCard: 身份标识(未使用OCR服务时,必须传入)。
1708
- # 规则:a-zA-Z0-9组合。最长长度32位。
1708
+ # 规则:a-z,A-Z,0-9组合。最长长度32位。
1709
1709
  # @type IdCard: String
1710
1710
  # @param Name: 姓名。(未使用OCR服务时,必须传入)最长长度32位。中文请使用UTF-8编码。
1711
1711
  # @type Name: String
@@ -2460,8 +2460,8 @@ module TencentCloud
2460
2460
 
2461
2461
  attr_accessor :IntentionVerifyVideo, :AsrResult, :ErrorCode, :ErrorMessage, :IntentionVerifyBestFrame, :AsrResultSimilarity
2462
2462
  extend Gem::Deprecate
2463
- deprecate :AsrResultSimilarity, :none, 2023, 9
2464
- deprecate :AsrResultSimilarity=, :none, 2023, 9
2463
+ deprecate :AsrResultSimilarity, :none, 2023, 10
2464
+ deprecate :AsrResultSimilarity=, :none, 2023, 10
2465
2465
 
2466
2466
  def initialize(intentionverifyvideo=nil, asrresult=nil, errorcode=nil, errormessage=nil, intentionverifybestframe=nil, asrresultsimilarity=nil)
2467
2467
  @IntentionVerifyVideo = intentionverifyvideo
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.679
4
+ version: 3.0.681
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-18 00:00:00.000000000 Z
11
+ date: 2023-10-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20180301/models.rb
37
- - lib/v20180301/client.rb
38
36
  - lib/tencentcloud-sdk-faceid.rb
37
+ - lib/v20180301/client.rb
38
+ - lib/v20180301/models.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: