tencentcloud-sdk-faceid 3.0.801 → 3.0.803

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: 68ee2aec5b4be4b960527d67845886cae01646ce
4
- data.tar.gz: 36177f0755e1874ef76c8a9b6a981187c25316b8
3
+ metadata.gz: d11243c1d1f5d432da20102a0d7a627300e6fd77
4
+ data.tar.gz: 53fddef83aad5b6bc1d99b4d21988fa893337c3a
5
5
  SHA512:
6
- metadata.gz: 6e10213b56092785bef1ce2af152bb7bf37ee78369444de4118fb1ef219174c2ce6987b2135665da1ce08e2b6011cdb94b91e99450449896852f099d06018b14
7
- data.tar.gz: 59132b22aa137b86f0647d7988caeaa2943170ac5f007d89deca7d5816cce85d1ae2275d8098e3b68c315d2f4a94caab827ad7324664315293e6d9bd846331a9
6
+ metadata.gz: 3e8f896eb849c51189cc37ad083a2e2fc720de895d3570c3e407a74f4406bcbc698cf50e7f7b5146b6996b9210efe688ec2f7118ed3ac93b4fc20c4d91f90809
7
+ data.tar.gz: 005387c1c658262f5137196d6088f9532e3eb25ce30281a658f67b472d14267898e3222bea33c8386afd221e96c828b81f9a6eea03ebd55090c29d98e6f84b36
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.801
1
+ 3.0.803
@@ -605,7 +605,7 @@ module TencentCloud
605
605
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
606
606
  end
607
607
 
608
- # 传入照片和身份信息,判断该照片与权威库的证件照是否属于同一个人。
608
+ # 传入照片和身份信息,判断该照片与权威库的证件照是否属于同一个人(该接口已停止接入,新客户请使用<a href="https://cloud.tencent.com/document/product/1007/102203">照片人脸核身(V2.0)</a>接口)。
609
609
 
610
610
  # @param request: Request instance for ImageRecognition.
611
611
  # @type request: :class:`Tencentcloud::faceid::V20180301::ImageRecognitionRequest`
@@ -3721,17 +3721,21 @@ module TencentCloud
3721
3721
  # 0:问答模式,DetectAuth接口需要传入IntentionQuestions字段;
3722
3722
  # 1:点头模式,DetectAuth接口需要传入IntentionActions字段;
3723
3723
  # @type IntentionType: Integer
3724
+ # @param MouthOpenRecognition: 用户语音回答过程中是否开启张嘴识别检测,默认不开启,仅在意愿核身问答模式中使用。
3725
+ # @type MouthOpenRecognition: Boolean
3724
3726
 
3725
- attr_accessor :IntentionRecognition, :IntentionType
3727
+ attr_accessor :IntentionRecognition, :IntentionType, :MouthOpenRecognition
3726
3728
 
3727
- def initialize(intentionrecognition=nil, intentiontype=nil)
3729
+ def initialize(intentionrecognition=nil, intentiontype=nil, mouthopenrecognition=nil)
3728
3730
  @IntentionRecognition = intentionrecognition
3729
3731
  @IntentionType = intentiontype
3732
+ @MouthOpenRecognition = mouthopenrecognition
3730
3733
  end
3731
3734
 
3732
3735
  def deserialize(params)
3733
3736
  @IntentionRecognition = params['IntentionRecognition']
3734
3737
  @IntentionType = params['IntentionType']
3738
+ @MouthOpenRecognition = params['MouthOpenRecognition']
3735
3739
  end
3736
3740
  end
3737
3741
 
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.801
4
+ version: 3.0.803
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-04-10 00:00:00.000000000 Z
11
+ date: 2024-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common