tencentcloud-sdk-nodejs-faceid 4.1.83 → 4.1.98
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
|
@@ -120,7 +120,7 @@ export interface ImageRecognitionV2Response {
|
|
|
120
120
|
*/
|
|
121
121
|
export interface GetDetectInfoEnhancedResponse {
|
|
122
122
|
/**
|
|
123
|
-
*
|
|
123
|
+
* 人脸核身识别结果及文本类信息。
|
|
124
124
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
125
125
|
*/
|
|
126
126
|
Text?: DetectInfoText;
|
|
@@ -168,6 +168,22 @@ export interface GetDetectInfoEnhancedResponse {
|
|
|
168
168
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
169
169
|
*/
|
|
170
170
|
EncryptedBody?: string;
|
|
171
|
+
/**
|
|
172
|
+
* 本次请求是否配置开启意愿校验。
|
|
173
|
+
false:未开启意愿校验
|
|
174
|
+
true:已开启意愿校验
|
|
175
|
+
说明:若请求开启了意愿校验,可结合IntentionVerifyType中具体使用的校验模式从对应的出参Result中获取最终的核验结果;若请求没有开启意愿校验,则可在出参Text中获取最终的核验结果。
|
|
176
|
+
*/
|
|
177
|
+
IsVerifyIntention?: boolean;
|
|
178
|
+
/**
|
|
179
|
+
* 本次请求意愿校验使用的具体模式。
|
|
180
|
+
0:问答模式
|
|
181
|
+
1:点头确认模式
|
|
182
|
+
2:朗读模式
|
|
183
|
+
若未使用意愿核身功能,该字段返回值可以不处理。
|
|
184
|
+
注意:此字段可能返回 null,表示取不到有效值
|
|
185
|
+
*/
|
|
186
|
+
IntentionVerifyType?: string;
|
|
171
187
|
/**
|
|
172
188
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
173
189
|
*/
|
|
@@ -2699,7 +2715,7 @@ export declare type GetLiveCodeRequest = null;
|
|
|
2699
2715
|
*/
|
|
2700
2716
|
export interface GetEidResultResponse {
|
|
2701
2717
|
/**
|
|
2702
|
-
*
|
|
2718
|
+
* 人脸核身识别结果及文本类信息。
|
|
2703
2719
|
- 基于对敏感信息的保护,验证使用的姓名和身份证号统一通过加密后从EidInfo参数中返回。
|
|
2704
2720
|
- 如需获取请在控制台申请返回身份信息,详见[E证通获取实名信息指引](https://cloud.tencent.com/document/product/1007/63370)。
|
|
2705
2721
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -2742,6 +2758,22 @@ export interface GetEidResultResponse {
|
|
|
2742
2758
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2743
2759
|
*/
|
|
2744
2760
|
IntentionActionResult?: IntentionActionResult;
|
|
2761
|
+
/**
|
|
2762
|
+
* 本次请求是否配置开启意愿校验。
|
|
2763
|
+
false:未开启意愿校验
|
|
2764
|
+
true:已开启意愿校验
|
|
2765
|
+
说明:若请求开启了意愿校验,可结合IntentionVerifyType中具体使用的校验模式从对应的出参Result中获取最终的核验结果;若请求没有开启意愿校验,则可在出参Text中获取最终的核验结果。
|
|
2766
|
+
*/
|
|
2767
|
+
IsVerifyIntention?: boolean;
|
|
2768
|
+
/**
|
|
2769
|
+
* 本次请求意愿校验使用的具体模式。
|
|
2770
|
+
0:问答模式
|
|
2771
|
+
1:点头确认模式
|
|
2772
|
+
2:朗读模式
|
|
2773
|
+
若未使用意愿核身功能,该字段返回值可以不处理。
|
|
2774
|
+
注意:此字段可能返回 null,表示取不到有效值
|
|
2775
|
+
*/
|
|
2776
|
+
IntentionVerifyType?: string;
|
|
2745
2777
|
/**
|
|
2746
2778
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2747
2779
|
*/
|