tencentcloud-sdk-faceid 3.0.680 → 3.0.682

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: 375e8daa3667b737647336e6ea391b7387ee8899
4
- data.tar.gz: a71b010ff2ad318d13f876504c53e069d84d7b6c
3
+ metadata.gz: 07662aeb2d1543b9a1d8c2f2d7be2db1104e948d
4
+ data.tar.gz: 52b7d333d0d66c77c1fcdf0690b086f28e904752
5
5
  SHA512:
6
- metadata.gz: b927f6ab286725ddd76d10ab1f3f2314268d637c16664c3a60fda8a1f560bef1108a26b6fe7bd4e5a45f44170389dbc0ebd332b9634b1447c9a11b92bc3273c9
7
- data.tar.gz: 9149238d3027d8aadf4afa451141db47db8972a4053f286d300aeb448f663254d00004d151a4b76e0134252a43b5c17158b4216db4c97a03db494686f8f62230
6
+ metadata.gz: 7c343668d31b60124ffd648e73f88d8608f13a14903723e05d9926e2e107a9cc4341b0022c827db1768a8ba1ee2ad8258ee1d533a875e342f6ed1aefff3990ad
7
+ data.tar.gz: f523e96af3b54485535dd3a69864603c891818fc4b8ba3396c4af0470a81f0f9d0a7f6fc169be2f5809e17717d5ad9f5f751139854d916a9cb30b738c5106a64
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.680
1
+ 3.0.682
@@ -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.680
4
+ version: 3.0.682
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-19 00:00:00.000000000 Z
11
+ date: 2023-10-23 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/tencentcloud-sdk-faceid.rb
37
36
  - lib/v20180301/client.rb
38
37
  - lib/v20180301/models.rb
38
+ - lib/tencentcloud-sdk-faceid.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: