tencentcloud-sdk-faceid 3.0.680 → 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: 375e8daa3667b737647336e6ea391b7387ee8899
4
- data.tar.gz: a71b010ff2ad318d13f876504c53e069d84d7b6c
3
+ metadata.gz: daad5c141ee67eac9fc8e76c15e044e098a1ced0
4
+ data.tar.gz: 5878e2c7d0aa33c60c0f619916e12ab45c7b6315
5
5
  SHA512:
6
- metadata.gz: b927f6ab286725ddd76d10ab1f3f2314268d637c16664c3a60fda8a1f560bef1108a26b6fe7bd4e5a45f44170389dbc0ebd332b9634b1447c9a11b92bc3273c9
7
- data.tar.gz: 9149238d3027d8aadf4afa451141db47db8972a4053f286d300aeb448f663254d00004d151a4b76e0134252a43b5c17158b4216db4c97a03db494686f8f62230
6
+ metadata.gz: 78fc0677b68b21af0d4d8ae7dd8691181cb3e644ba4bdc22c77c24f02aa1a71744edbd1efe740ecebb1b2e30f0153b9f4d332ace394f71018ace5db6ed7f682a
7
+ data.tar.gz: 55bcc2e4561f52d39ed598a59b3626b538d35110651559d439868dca16cd8f9b619f0bd9327cf24e6969935f3282e774c9360d2cd3501453127c2115d44db7ca
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.680
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.680
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-19 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