tencentcloud-sdk-faceid 3.0.680 → 3.0.681
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 +6 -6
- 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: daad5c141ee67eac9fc8e76c15e044e098a1ced0
|
4
|
+
data.tar.gz: 5878e2c7d0aa33c60c0f619916e12ab45c7b6315
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 78fc0677b68b21af0d4d8ae7dd8691181cb3e644ba4bdc22c77c24f02aa1a71744edbd1efe740ecebb1b2e30f0153b9f4d332ace394f71018ace5db6ed7f682a
|
7
|
+
data.tar.gz: 55bcc2e4561f52d39ed598a59b3626b538d35110651559d439868dca16cd8f9b619f0bd9327cf24e6969935f3282e774c9360d2cd3501453127c2115d44db7ca
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.681
|
data/lib/v20180301/models.rb
CHANGED
@@ -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,
|
284
|
-
deprecate :Idcard=, :none, 2023,
|
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-
|
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-
|
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,
|
2464
|
-
deprecate :AsrResultSimilarity=, :none, 2023,
|
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.
|
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-
|
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
|