tencentcloud-sdk-faceid 3.0.835 → 3.0.837

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: 7ecb57b58d1bc662199aaafd29a75974de6162f3
4
- data.tar.gz: 51e46a83d74fbeec8714f9af88a87ec8274b2c74
3
+ metadata.gz: 11cefa18fb213d18f3cc28a940380067113a4db7
4
+ data.tar.gz: ba05424104886ef107ff3b3fcf2a573f76c2ae65
5
5
  SHA512:
6
- metadata.gz: aaa81af007bf00adffbe52cfaf3b4f4b0297c1e4fd7593211f73f7d760f5f366d0cadaa793169c30cce5af1186592088ed967f251ef9bc5d97c2b41ba130d2ec
7
- data.tar.gz: fe36c5f4a6c7a1779774539f7569dd15900feb94ded441a1835e1422601c17422ed1524c96e3af70dfc593b3c21a080918f059f4a3cbfda7d136ce42fc8f7687
6
+ metadata.gz: 616e4cf1c60013ca4c1b26695b16e1a182920d8d9ba5b2a292de35e940f9446d237f92266cc5b8feead4716b51e1e4554fc1f1858541e4a17a6ed365ee810f17
7
+ data.tar.gz: 8c16c291d3770a5e5c990fc56ee26a767e73fe6ddceca0f672ce6256f6fd81ae54a987a190707b2610f5cadd8ada3ea3f21db032aedae96caeab20b2e22015a2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.835
1
+ 3.0.837
@@ -304,8 +304,8 @@ module TencentCloud
304
304
 
305
305
  attr_accessor :ReqTime, :Seq, :IdCard, :Idcard, :Name, :Sim, :IsNeedCharge, :ChargeType, :ErrorCode, :ErrorMessage
306
306
  extend Gem::Deprecate
307
- deprecate :Idcard, :none, 2024, 5
308
- deprecate :Idcard=, :none, 2024, 5
307
+ deprecate :Idcard, :none, 2024, 6
308
+ deprecate :Idcard=, :none, 2024, 6
309
309
 
310
310
  def initialize(reqtime=nil, seq=nil, idcard=nil, name=nil, sim=nil, isneedcharge=nil, chargetype=nil, errorcode=nil, errormessage=nil)
311
311
  @ReqTime = reqtime
@@ -1799,7 +1799,7 @@ module TencentCloud
1799
1799
  # @type IntentionQuestions: Array
1800
1800
  # @param IntentionActions: 意愿核身(点头确认模式)使用的文案,若未使用意愿核身(点头确认模式),则该字段无需传入。默认为空,最长可接受150的字符串长度。
1801
1801
  # @type IntentionActions: Array
1802
- # @param IntentionRecognition: 意愿核身过程中识别用户的回答意图,开启后除了IntentionQuestions的Answers列表中的标准回答会通过,近似意图的回答也会通过,默认不开启。
1802
+ # @param IntentionRecognition: 意愿核身过程中识别用户的回答意图,开启后除了IntentionQuestions的Answers列表中的标准回答会通过,近似意图的回答也会通过,默认开启。
1803
1803
  # @type IntentionRecognition: Boolean
1804
1804
  # @param IsSupportHMTResidentPermitOCR: 是否支持港澳台居住证识别
1805
1805
  # @type IsSupportHMTResidentPermitOCR: Boolean
@@ -2815,8 +2815,8 @@ module TencentCloud
2815
2815
 
2816
2816
  attr_accessor :IntentionVerifyVideo, :AsrResult, :ErrorCode, :ErrorMessage, :IntentionVerifyBestFrame, :AsrResultSimilarity
2817
2817
  extend Gem::Deprecate
2818
- deprecate :AsrResultSimilarity, :none, 2024, 5
2819
- deprecate :AsrResultSimilarity=, :none, 2024, 5
2818
+ deprecate :AsrResultSimilarity, :none, 2024, 6
2819
+ deprecate :AsrResultSimilarity=, :none, 2024, 6
2820
2820
 
2821
2821
  def initialize(intentionverifyvideo=nil, asrresult=nil, errorcode=nil, errormessage=nil, intentionverifybestframe=nil, asrresultsimilarity=nil)
2822
2822
  @IntentionVerifyVideo = intentionverifyvideo
@@ -3767,7 +3767,7 @@ module TencentCloud
3767
3767
 
3768
3768
  # RuleId相关配置
3769
3769
  class RuleIdConfig < TencentCloud::Common::AbstractModel
3770
- # @param IntentionRecognition: 意愿核身过程中识别用户的回答意图,开启后除了IntentionQuestions的Answers列表中的标准回答会通过,近似意图的回答也会通过,默认不开启。
3770
+ # @param IntentionRecognition: 意愿核身过程中识别用户的回答意图,开启后除了IntentionQuestions的Answers列表中的标准回答会通过,近似意图的回答也会通过,默认开启。
3771
3771
  # @type IntentionRecognition: Boolean
3772
3772
  # @param IntentionType: 意愿核身类型,默认为0:
3773
3773
  # 0:问答模式,DetectAuth接口需要传入IntentionQuestions字段;
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.835
4
+ version: 3.0.837
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-06-02 00:00:00.000000000 Z
11
+ date: 2024-06-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common