tencentcloud-sdk-faceid 3.0.574 → 3.0.576

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: 9d9f96bd429ff4ec049c7bee959c64b54b0ebc4c
4
- data.tar.gz: 3077369021cd2ee0aeaa53b810cdc2be0ecf71f3
3
+ metadata.gz: c1c2be91d3118db6a98efe3bee9badc28c36d883
4
+ data.tar.gz: c6dd1df5f05606559012eade3444165f693a1fd0
5
5
  SHA512:
6
- metadata.gz: 5d313fda73188ea1bf19b70ce00122f6ef8cebc83f97ea57452e560f4bc5250cfb33efd227bc78b556c3dc2d188d7bc990067a2b3f1942a8db72d10b84615d32
7
- data.tar.gz: 11a339b69ce72a6eeeeae6bd5767fb8676839bc7b3c7f1fcd97d664e90d82d85cd95589a67f69b592a091ec2c2ec7ebab17e4a725f652d9f5a8d9c5dfdfada75
6
+ metadata.gz: 14e3a697ac0c1d9360cbd0e530b761b94affa504f18c0f2e7e553fd489d275dbabda8bf0da7bef345748f0f97716356cb873379028cd1d3bfdf00f450859e256
7
+ data.tar.gz: f494e2a49e47fee5a806654f4c5007f569c179128af689d2bbb00bc6aeaeaa7fb2ecd72303e01f47df4c048be3fd0e49ab00670df7812cf5f4e7b720f25b35dc
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.574
1
+ 3.0.576
@@ -1606,16 +1606,19 @@ module TencentCloud
1606
1606
  # @type IntentionQuestions: Array
1607
1607
  # @param IntentionRecognition: 意愿核身过程中识别用户的回答意图,开启后除了IntentionQuestions的Answers列表中的标准回答会通过,近似意图的回答也会通过,默认不开启。
1608
1608
  # @type IntentionRecognition: Boolean
1609
+ # @param IsSupportHMTResidentPermitOCR: 是否支持港澳台居住证识别
1610
+ # @type IsSupportHMTResidentPermitOCR: Boolean
1609
1611
 
1610
- attr_accessor :InputType, :UseIntentionVerify, :IntentionMode, :IntentionVerifyText, :IntentionQuestions, :IntentionRecognition
1612
+ attr_accessor :InputType, :UseIntentionVerify, :IntentionMode, :IntentionVerifyText, :IntentionQuestions, :IntentionRecognition, :IsSupportHMTResidentPermitOCR
1611
1613
 
1612
- def initialize(inputtype=nil, useintentionverify=nil, intentionmode=nil, intentionverifytext=nil, intentionquestions=nil, intentionrecognition=nil)
1614
+ def initialize(inputtype=nil, useintentionverify=nil, intentionmode=nil, intentionverifytext=nil, intentionquestions=nil, intentionrecognition=nil, issupporthmtresidentpermitocr=nil)
1613
1615
  @InputType = inputtype
1614
1616
  @UseIntentionVerify = useintentionverify
1615
1617
  @IntentionMode = intentionmode
1616
1618
  @IntentionVerifyText = intentionverifytext
1617
1619
  @IntentionQuestions = intentionquestions
1618
1620
  @IntentionRecognition = intentionrecognition
1621
+ @IsSupportHMTResidentPermitOCR = issupporthmtresidentpermitocr
1619
1622
  end
1620
1623
 
1621
1624
  def deserialize(params)
@@ -1632,6 +1635,7 @@ module TencentCloud
1632
1635
  end
1633
1636
  end
1634
1637
  @IntentionRecognition = params['IntentionRecognition']
1638
+ @IsSupportHMTResidentPermitOCR = params['IsSupportHMTResidentPermitOCR']
1635
1639
  end
1636
1640
  end
1637
1641
 
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.574
4
+ version: 3.0.576
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-05-22 00:00:00.000000000 Z
11
+ date: 2023-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common