tencentcloud-sdk-faceid 3.0.788 → 3.0.789

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: ef4ace3511f590fa8cadbb9f56cc664989f8c729
4
- data.tar.gz: 43db31b26c6a5f099d34476ecc066c844bac192e
3
+ metadata.gz: 7b9e70dafa1b933c92c7ae5fec12ed1e351e0226
4
+ data.tar.gz: 2e75b2822cfb0bddc24920d01ee6b62ab1b10326
5
5
  SHA512:
6
- metadata.gz: 339e6d893e17bf1c29997386b6ed90b240c5dc26ff697099b350fa99f349208e57be434d562333572b518d29611e0a642c0f43557dbacc4fb4255737f100b3ae
7
- data.tar.gz: 81c64809ec597db09d6e8e4d7e03f5c6a9910c2ecbd6e8b9e513df152b747d204191d8a246315a4549fb69b920648d1864bea6b5d4bb99b1b36a05696afc8e6a
6
+ metadata.gz: e408f49f554055bde3d89eb377af5825d37add0c8372807696b60aed7743a623b5e40fa2da7dff0c105b00f4c35021c98b04ced05d2639976552dcb5b7849745
7
+ data.tar.gz: b48ba03876d0eb4ade43795c26b52f11da535e57b5cb6421ca70d3dedd3b79b9af13402a32e3bd2d8bb019015f7979f388e763365bbcb18300fb1340248a5d46
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.788
1
+ 3.0.789
@@ -1798,10 +1798,12 @@ module TencentCloud
1798
1798
  # @type IntentionRecognition: Boolean
1799
1799
  # @param IsSupportHMTResidentPermitOCR: 是否支持港澳台居住证识别
1800
1800
  # @type IsSupportHMTResidentPermitOCR: Boolean
1801
+ # @param MouthOpenRecognition: 用户语音回答过程中是否开启张嘴识别检测,默认不开启,仅在意愿核身问答模式中使用。
1802
+ # @type MouthOpenRecognition: Boolean
1801
1803
 
1802
- attr_accessor :InputType, :UseIntentionVerify, :IntentionMode, :IntentionVerifyText, :IntentionQuestions, :IntentionActions, :IntentionRecognition, :IsSupportHMTResidentPermitOCR
1804
+ attr_accessor :InputType, :UseIntentionVerify, :IntentionMode, :IntentionVerifyText, :IntentionQuestions, :IntentionActions, :IntentionRecognition, :IsSupportHMTResidentPermitOCR, :MouthOpenRecognition
1803
1805
 
1804
- def initialize(inputtype=nil, useintentionverify=nil, intentionmode=nil, intentionverifytext=nil, intentionquestions=nil, intentionactions=nil, intentionrecognition=nil, issupporthmtresidentpermitocr=nil)
1806
+ def initialize(inputtype=nil, useintentionverify=nil, intentionmode=nil, intentionverifytext=nil, intentionquestions=nil, intentionactions=nil, intentionrecognition=nil, issupporthmtresidentpermitocr=nil, mouthopenrecognition=nil)
1805
1807
  @InputType = inputtype
1806
1808
  @UseIntentionVerify = useintentionverify
1807
1809
  @IntentionMode = intentionmode
@@ -1810,6 +1812,7 @@ module TencentCloud
1810
1812
  @IntentionActions = intentionactions
1811
1813
  @IntentionRecognition = intentionrecognition
1812
1814
  @IsSupportHMTResidentPermitOCR = issupporthmtresidentpermitocr
1815
+ @MouthOpenRecognition = mouthopenrecognition
1813
1816
  end
1814
1817
 
1815
1818
  def deserialize(params)
@@ -1835,6 +1838,7 @@ module TencentCloud
1835
1838
  end
1836
1839
  @IntentionRecognition = params['IntentionRecognition']
1837
1840
  @IsSupportHMTResidentPermitOCR = params['IsSupportHMTResidentPermitOCR']
1841
+ @MouthOpenRecognition = params['MouthOpenRecognition']
1838
1842
  end
1839
1843
  end
1840
1844
 
@@ -2584,6 +2588,7 @@ module TencentCloud
2584
2588
  # -201: "人脸比对相似度低"
2585
2589
  # -202: "人脸比对失败"
2586
2590
  # -301: "意愿核验不通过"
2591
+ # -302: "用户回答阶段未检测到张嘴动作"
2587
2592
  # -800: "前端不兼容错误"
2588
2593
  # -801: "用户未授权摄像头和麦克风权限"
2589
2594
  # -802: "核验流程异常中断,请勿切屏或进行其他操作"
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.788
4
+ version: 3.0.789
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-03-21 00:00:00.000000000 Z
11
+ date: 2024-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common