tencentcloud-sdk-faceid 3.0.923 → 3.0.924

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: 368b9d7b5c6e642d30f00dc6f44e6bc7d215899c
4
- data.tar.gz: 686892669152c65a83eae62da55af91f8f0b923a
3
+ metadata.gz: 737c92610cef318db2b9a15f6b028eda3a44ba6e
4
+ data.tar.gz: dbf77378f9e448bc6d3fb20b11cfec0cf5e8bbfa
5
5
  SHA512:
6
- metadata.gz: 87ab9bc343751c17cd09bba5020f8a0cda4afbb2c6db8e07e4f2244633967e3651368810645ad80dcc98bcf4286c88235b79f4a8f289f724572025a5c42e1eca
7
- data.tar.gz: fbf536ad48a49cac4e1e4bcf824d18b67c47407467fe29462497a8eaae0d05fc22b1ce250475df511c704716d5308791d0a86eff33266dc042072e7890db9a2a
6
+ metadata.gz: 6039b2d046fe7a5e627fb46845c249e9bb8096af4ea21bc5a1b3ea10bbfbc09784574dbfc3ea7afddd2dbff3b29e0cd6a01f35efb7cf4ec297a2b146c939caa7
7
+ data.tar.gz: 68fbdf822ee9568ca7e17daa4aa09185e83d0d255874c67cfb76dd45a052fde4f811f7028b08c58aee68c053bcaf9e0d3e22c24cd64b75e66a72c35c01e5729b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.923
1
+ 3.0.924
@@ -25,7 +25,7 @@ module TencentCloud
25
25
  # SuspectedSynthesisVideo:疑似合成视频
26
26
  # SuspectedeAnomalyAttack:人脸特征疑似非真人
27
27
  # SuspectedAdversarialAttack:疑似对抗样本攻击
28
- # SuspectedBlackIndustry:疑似黑产攻击
28
+ # SuspectedBlackIndustry:疑似黑产批量模版攻击
29
29
  # SuspectedWatermark:疑似存在水印
30
30
  # 注意:此字段可能返回 null,表示取不到有效值。
31
31
  # @type Type: String
@@ -306,8 +306,8 @@ module TencentCloud
306
306
 
307
307
  attr_accessor :ReqTime, :Seq, :IdCard, :Idcard, :Name, :Sim, :IsNeedCharge, :ChargeType, :ErrorCode, :ErrorMessage
308
308
  extend Gem::Deprecate
309
- deprecate :Idcard, :none, 2024, 9
310
- deprecate :Idcard=, :none, 2024, 9
309
+ deprecate :Idcard, :none, 2024, 10
310
+ deprecate :Idcard=, :none, 2024, 10
311
311
 
312
312
  def initialize(reqtime=nil, seq=nil, idcard=nil, name=nil, sim=nil, isneedcharge=nil, chargetype=nil, errorcode=nil, errormessage=nil)
313
313
  @ReqTime = reqtime
@@ -2834,8 +2834,8 @@ module TencentCloud
2834
2834
 
2835
2835
  attr_accessor :IntentionVerifyVideo, :AsrResult, :ErrorCode, :ErrorMessage, :IntentionVerifyBestFrame, :AsrResultSimilarity
2836
2836
  extend Gem::Deprecate
2837
- deprecate :AsrResultSimilarity, :none, 2024, 9
2838
- deprecate :AsrResultSimilarity=, :none, 2024, 9
2837
+ deprecate :AsrResultSimilarity, :none, 2024, 10
2838
+ deprecate :AsrResultSimilarity=, :none, 2024, 10
2839
2839
 
2840
2840
  def initialize(intentionverifyvideo=nil, asrresult=nil, errorcode=nil, errormessage=nil, intentionverifybestframe=nil, asrresultsimilarity=nil)
2841
2841
  @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.923
4
+ version: 3.0.924
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-10-13 00:00:00.000000000 Z
11
+ date: 2024-10-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common