tencentcloud-sdk-nodejs-intl-en 3.0.1399 → 3.0.1401
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 +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/es/index.js +1 -1
- package/tencentcloud/es/v20250101/es_client.js +169 -0
- package/tencentcloud/es/v20250101/index.js +4 -0
- package/tencentcloud/es/v20250101/models.js +1348 -0
- package/tencentcloud/ocr/v20181119/models.js +40 -38
- package/tencentcloud/vod/v20180717/models.js +1101 -297
- package/tencentcloud/vod/v20180717/vod_client.js +32 -8
|
@@ -1210,14 +1210,15 @@ class PermitOCRResponse extends AbstractModel {
|
|
|
1210
1210
|
this.Type = null;
|
|
1211
1211
|
|
|
1212
1212
|
/**
|
|
1213
|
-
*
|
|
1214
|
-
|
|
1215
|
-
-
|
|
1216
|
-
-
|
|
1217
|
-
-
|
|
1218
|
-
-
|
|
1219
|
-
-
|
|
1220
|
-
-
|
|
1213
|
+
* Card Warning Information
|
|
1214
|
+
|
|
1215
|
+
-9101 Alarm for covered certificate
|
|
1216
|
+
-9102 Alarm for photocopied certificate
|
|
1217
|
+
-9103 Alarm for photographed certificate
|
|
1218
|
+
-9104 Alarm for tamper certificate
|
|
1219
|
+
-9107 Alarm for reflective certificate
|
|
1220
|
+
-9108 Alarm for blurry certificate
|
|
1221
|
+
-9109 This capability is not enabled. Please contact customer support to activate the alert service.
|
|
1221
1222
|
* @type {Array.<number> || null}
|
|
1222
1223
|
*/
|
|
1223
1224
|
this.WarnCardInfos = null;
|
|
@@ -3143,13 +3144,13 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
3143
3144
|
/**
|
|
3144
3145
|
* Card Warning Information
|
|
3145
3146
|
|
|
3146
|
-
-9101 Alarm for covered certificate
|
|
3147
|
-
-9102 Alarm for photocopied certificate
|
|
3148
|
-
-9103 Alarm for photographed certificate
|
|
3149
|
-
-9104 Alarm for
|
|
3150
|
-
-9107 Alarm for reflective certificate
|
|
3151
|
-
-9108 Alarm for blurry
|
|
3152
|
-
-9109 This capability is not enabled.
|
|
3147
|
+
-9101 Alarm for covered certificate
|
|
3148
|
+
-9102 Alarm for photocopied certificate
|
|
3149
|
+
-9103 Alarm for photographed certificate
|
|
3150
|
+
-9104 Alarm for tamper certificate
|
|
3151
|
+
-9107 Alarm for reflective certificate
|
|
3152
|
+
-9108 Alarm for blurry certificate
|
|
3153
|
+
-9109 This capability is not enabled. Please contact customer support to activate the alert service.
|
|
3153
3154
|
* @type {Array.<number> || null}
|
|
3154
3155
|
*/
|
|
3155
3156
|
this.WarnCardInfos = null;
|
|
@@ -5012,15 +5013,15 @@ class RecognizeIndonesiaIDCardOCRResponse extends AbstractModel {
|
|
|
5012
5013
|
/**
|
|
5013
5014
|
* Card Warning Information
|
|
5014
5015
|
|
|
5015
|
-
-9101 Alarm for covered certificate
|
|
5016
|
-
-9102 Alarm for photocopied certificate
|
|
5017
|
-
-9103 Alarm for photographed certificate
|
|
5018
|
-
-9104 Alarm for
|
|
5019
|
-
-9107 Alarm for reflective certificate
|
|
5020
|
-
-9108 Alarm for blurry image
|
|
5021
|
-
-8101 Alarm for document information format verification
|
|
5022
|
-
-8102 Alarm for document information consistency verification
|
|
5023
|
-
-9109 This capability is not enabled.
|
|
5016
|
+
-9101 Alarm for covered certificate
|
|
5017
|
+
-9102 Alarm for photocopied certificate
|
|
5018
|
+
-9103 Alarm for photographed certificate
|
|
5019
|
+
-9104 Alarm for tamper certificate
|
|
5020
|
+
-9107 Alarm for reflective certificate
|
|
5021
|
+
-9108 Alarm for blurry image
|
|
5022
|
+
-8101 Alarm for document information format verification
|
|
5023
|
+
-8102 Alarm for document information consistency verification
|
|
5024
|
+
-9109 This capability is not enabled. Please contact customer support to activate the alert service
|
|
5024
5025
|
* @type {Array.<number> || null}
|
|
5025
5026
|
*/
|
|
5026
5027
|
this.WarnCardInfos = null;
|
|
@@ -5728,14 +5729,15 @@ class RecognizeMainlandIDCardOCRResponse extends AbstractModel {
|
|
|
5728
5729
|
this.ValidDate = null;
|
|
5729
5730
|
|
|
5730
5731
|
/**
|
|
5731
|
-
* Warning
|
|
5732
|
-
|
|
5733
|
-
-
|
|
5734
|
-
-
|
|
5735
|
-
-
|
|
5736
|
-
-
|
|
5737
|
-
-
|
|
5738
|
-
-
|
|
5732
|
+
* Card Warning Information
|
|
5733
|
+
|
|
5734
|
+
-9101 Alarm for covered certificate
|
|
5735
|
+
-9102 Alarm for photocopied certificate
|
|
5736
|
+
-9103 Alarm for photographed certificate
|
|
5737
|
+
-9104 Alarm for tamper certificate
|
|
5738
|
+
-9107 Alarm for reflective certificate
|
|
5739
|
+
-9108 Alarm for blurry certificate
|
|
5740
|
+
-9109 This capability is not enabled. Please contact customer support to activate the alert service.
|
|
5739
5741
|
* @type {Array.<number> || null}
|
|
5740
5742
|
*/
|
|
5741
5743
|
this.WarnCardInfos = null;
|
|
@@ -5871,12 +5873,12 @@ Note: Only supported for the back side of the Mainland Travel Permit for Hong Ko
|
|
|
5871
5873
|
this.MainlandTravelPermitBackInfos = null;
|
|
5872
5874
|
|
|
5873
5875
|
/**
|
|
5874
|
-
* Warning
|
|
5875
|
-
|
|
5876
|
-
-9102
|
|
5877
|
-
-9103
|
|
5878
|
-
-9104
|
|
5879
|
-
-9109
|
|
5876
|
+
* Card Warning Information
|
|
5877
|
+
|
|
5878
|
+
-9102 Alarm for photocopied certificate
|
|
5879
|
+
-9103 Alarm for photographed certificate
|
|
5880
|
+
-9104 Alarm for tamper certificate
|
|
5881
|
+
-9109 This capability is not enabled.This capability is not enabled. Please contact customer support to activate the alert service.
|
|
5880
5882
|
* @type {Array.<number> || null}
|
|
5881
5883
|
*/
|
|
5882
5884
|
this.WarnCardInfos = null;
|