tencentcloud-sdk-nodejs-faceid 4.1.150 → 4.1.157

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-faceid",
3
- "version": "4.1.150",
3
+ "version": "4.1.157",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -169,14 +169,14 @@ export interface GetDetectInfoEnhancedResponse {
169
169
  */
170
170
  EncryptedBody?: string;
171
171
  /**
172
- * 本次请求是否配置开启意愿校验。
173
- false:未开启意愿校验
174
- true:已开启意愿校验
175
- 说明:若请求开启了意愿校验,可结合IntentionVerifyType中具体使用的校验模式从对应的出参Result中获取最终的核验结果;若请求没有开启意愿校验,则可在出参Text中获取最终的核验结果。
172
+ * 本次请求是否配置开启意愿核身校验。
173
+ false:未开启意愿核身校验
174
+ true:已开启意愿核身校验
175
+ 说明:若请求开启了意愿核身校验,可结合IntentionVerifyType中具体使用的校验模式从对应的出参Result中获取最终的核验结果;若请求没有开启意愿核身校验,则可在出参Text中获取最终的核验结果。
176
176
  */
177
177
  IsVerifyIntention?: boolean;
178
178
  /**
179
- * 本次请求意愿校验使用的具体模式。
179
+ * 本次请求意愿核身校验使用的具体模式。
180
180
  0:问答模式
181
181
  1:点头确认模式
182
182
  2:朗读模式
@@ -1677,6 +1677,7 @@ export interface PhoneVerificationResponse {
1677
1677
  -9: 没有记录。
1678
1678
  -11: 验证中心服务繁忙。
1679
1679
  -12: 认证次数超过当日限制,请次日重试。
1680
+ -13:该号段不支持验证
1680
1681
  */
1681
1682
  Result?: string;
1682
1683
  /**
@@ -2599,8 +2600,7 @@ export interface GetDetectInfoEnhancedRequest {
2599
2600
  */
2600
2601
  InfoType?: string;
2601
2602
  /**
2602
- * 从活体视频中截取一定张数的最佳帧。
2603
- - 仅部分服务支持,若需使用请与慧眼小助手沟通。
2603
+ * 从活体视频中截取一定张数的自截帧。
2604
2604
  - 默认值为0,最大值为10,超出10的最多只给10张。
2605
2605
  - InfoType需要包含3。
2606
2606
  */