tencentcloud-sdk-faceid 3.0.800 → 3.0.802
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180301/client.rb +1 -1
- data/lib/v20180301/models.rb +6 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7f677072f3f0cb3fdd1d016a480de3d9d389dbd0
|
|
4
|
+
data.tar.gz: 9c9e676745d741f94fc9bb4f7eced66384f14d52
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 620f8abfdfabbbb412bf9ca28b0124e1bfd0bd76baa356dde7ddc3c11be29e408e3ca999b465896ec053cc3d66861345a16df2e8ebf8cf10f261ec009d3d04d8
|
|
7
|
+
data.tar.gz: ed94d7767b9d2e10a2dd75af6678d4bbdd28f40937da3c08f898b65471ddd88f830e672d5d720923aa2d4855ea39ebfd8683a413e51dc9d6ab0f1901f5c697e7
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.802
|
data/lib/v20180301/client.rb
CHANGED
|
@@ -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`
|
data/lib/v20180301/models.rb
CHANGED
|
@@ -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.
|
|
4
|
+
version: 3.0.802
|
|
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-
|
|
11
|
+
date: 2024-04-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|