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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180301/models.rb +5 -5
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 737c92610cef318db2b9a15f6b028eda3a44ba6e
|
|
4
|
+
data.tar.gz: dbf77378f9e448bc6d3fb20b11cfec0cf5e8bbfa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6039b2d046fe7a5e627fb46845c249e9bb8096af4ea21bc5a1b3ea10bbfbc09784574dbfc3ea7afddd2dbff3b29e0cd6a01f35efb7cf4ec297a2b146c939caa7
|
|
7
|
+
data.tar.gz: 68fbdf822ee9568ca7e17daa4aa09185e83d0d255874c67cfb76dd45a052fde4f811f7028b08c58aee68c053bcaf9e0d3e22c24cd64b75e66a72c35c01e5729b
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.924
|
data/lib/v20180301/models.rb
CHANGED
|
@@ -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,
|
|
310
|
-
deprecate :Idcard=, :none, 2024,
|
|
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,
|
|
2838
|
-
deprecate :AsrResultSimilarity=, :none, 2024,
|
|
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.
|
|
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-
|
|
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
|