tencentcloud-sdk-nodejs-faceid 4.1.206 → 4.1.208
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
|
@@ -91,7 +91,7 @@ export interface IdCardVerificationRequest {
|
|
|
91
91
|
*/
|
|
92
92
|
export interface ImageRecognitionV2Response {
|
|
93
93
|
/**
|
|
94
|
-
* <p>相似度。- 取值范围 [0.00, 100.00]。- 推荐相似度大于等于70
|
|
94
|
+
* <p>相似度。- 取值范围 [0.00, 100.00]。- 推荐相似度大于等于70时可判断为同一人(采用固定阈值70,误通过率为万分之一,不支持调整阈值)</p>
|
|
95
95
|
*/
|
|
96
96
|
Sim?: number;
|
|
97
97
|
/**
|
|
@@ -664,7 +664,7 @@ export interface LivenessCompareResponse {
|
|
|
664
664
|
*/
|
|
665
665
|
BestFrameBase64?: string;
|
|
666
666
|
/**
|
|
667
|
-
* <p>相似度。- 取值范围 [0.00, 100.00]。- 推荐相似度大于等于70
|
|
667
|
+
* <p>相似度。- 取值范围 [0.00, 100.00]。- 推荐相似度大于等于70时可判断为同一人(采用固定阈值70,误通过率为万分之一,不支持调整阈值)。</p>
|
|
668
668
|
*/
|
|
669
669
|
Sim?: number;
|
|
670
670
|
/**
|
|
@@ -1428,7 +1428,7 @@ export interface GetWeChatBillDetailsResponse {
|
|
|
1428
1428
|
*/
|
|
1429
1429
|
export interface CheckIdCardInformationResponse {
|
|
1430
1430
|
/**
|
|
1431
|
-
* <p>相似度。- 取值范围 [0.00, 100.00]。- 推荐相似度大于等于70
|
|
1431
|
+
* <p>相似度。- 取值范围 [0.00, 100.00]。- 推荐相似度大于等于70时可判断为同一人(采用固定阈值70,误通过率为万分之一,不支持调整阈值)。</p>
|
|
1432
1432
|
*/
|
|
1433
1433
|
Sim?: number;
|
|
1434
1434
|
/**
|
|
@@ -2459,7 +2459,7 @@ export interface LivenessRecognitionResponse {
|
|
|
2459
2459
|
*/
|
|
2460
2460
|
BestFrameBase64?: string;
|
|
2461
2461
|
/**
|
|
2462
|
-
* <p>相似度。- 取值范围 [0.00, 100.00]。- 推荐相似度大于等于70
|
|
2462
|
+
* <p>相似度。- 取值范围 [0.00, 100.00]。- 推荐相似度大于等于70时可判断为同一人,(采用固定阈值70,误通过率为万分之一,不支持调整阈值)</p>
|
|
2463
2463
|
*/
|
|
2464
2464
|
Sim?: number;
|
|
2465
2465
|
/**
|