tencentcloud-sdk-faceid 3.0.834 → 3.0.836

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: 52c1eb05c79ef0d9252a303c81274e958256a0cd
4
- data.tar.gz: 00c353743d58628628b4c9b233c849a79c7f1364
3
+ metadata.gz: a65f4b4fec89b50b94a817f45a224e69a246b957
4
+ data.tar.gz: 2738a9dfb4cada0795ba6222db4a9be577cbc365
5
5
  SHA512:
6
- metadata.gz: a6a1895d597cfd72634f79ef7df7d0d844b7af8b73231099850d4b6208169f9e77e9a8f8c1c1d92411b64d581c2a7b940c7e302cd7467d63c748226ba8ddf656
7
- data.tar.gz: 8c99170f8b94615c3fbbd62ebe17a9d8e27855d23562d38fa2b8090c5227348f6477249e57320031c9b1c95f0ed385be1360d0fd8b9ab091fb826bc944a506b0
6
+ metadata.gz: 65b4d4835d0630999b3d17c88963ce5774a9d680e6e7b63c833badd14c5368a5c20de5a6fdac0a03222a7c8de6b9bd457a399cc985e051a7f0ed770fa8d8a81f
7
+ data.tar.gz: cc51df3f0826c2e946f6326e45ffee0515b6f36a1553f97c7367fac2b4bf31519f80ed4e4d18c1ebc6fa0ffb6138c9cbedf9a3d9eb0097a071e98dc20e0487cd
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.834
1
+ 3.0.836
@@ -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.834
4
+ version: 3.0.836
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-05-30 00:00:00.000000000 Z
11
+ date: 2024-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common