tencentcloud-sdk-nodejs-intl-en 3.0.1016 → 3.0.1018
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
|
@@ -1889,7 +1889,7 @@ class DescribeQueryAnalyseRequest extends AbstractModel {
|
|
|
1889
1889
|
this.StartTime = null;
|
|
1890
1890
|
|
|
1891
1891
|
/**
|
|
1892
|
-
* End time of operation period
|
|
1892
|
+
* End time of operation period.
|
|
1893
1893
|
* @type {string || null}
|
|
1894
1894
|
*/
|
|
1895
1895
|
this.EndTime = null;
|
|
@@ -3141,7 +3141,7 @@ class CancelBackupJobResponse extends AbstractModel {
|
|
|
3141
3141
|
|
|
3142
3142
|
/**
|
|
3143
3143
|
* Error message
|
|
3144
|
-
Note: This field may return null, indicating that no valid values can be obtained
|
|
3144
|
+
Note: This field may return null, indicating that no valid values can be obtained
|
|
3145
3145
|
* @type {string || null}
|
|
3146
3146
|
*/
|
|
3147
3147
|
this.ErrorMsg = null;
|
|
@@ -6025,7 +6025,7 @@ class CopyTableDatasRequest extends AbstractModel {
|
|
|
6025
6025
|
this.InstanceId = null;
|
|
6026
6026
|
|
|
6027
6027
|
/**
|
|
6028
|
-
* Name of the database where the source table is located
|
|
6028
|
+
* Name of the database where the source table is located.
|
|
6029
6029
|
* @type {string || null}
|
|
6030
6030
|
*/
|
|
6031
6031
|
this.CopiedFromDb = null;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.1018";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -3082,6 +3082,17 @@ Example value: 3
|
|
|
3082
3082
|
7.PhilippinesSSSID: Philippines SSSID card
|
|
3083
3083
|
8.PhilippinesUMID: Philippines UMID card
|
|
3084
3084
|
9.InternationalIDPassport: ID cards of Hong Kong, Macao and Taiwan (China), and international passport.
|
|
3085
|
+
10.IndonesiaDrivingLicense:Indonesia driving license
|
|
3086
|
+
11.ThailandIDCard: Thailand ID card
|
|
3087
|
+
12.ThailandDrivingLicense: Thailand driving license
|
|
3088
|
+
13.MLDrivingLicense: Malaysia driving license
|
|
3089
|
+
14.SingaporeIDCard: Singapore ID card
|
|
3090
|
+
15.SingaporeDrivingLicense: Singapore driving license
|
|
3091
|
+
16.JapanIDCard: Japan ID card
|
|
3092
|
+
17.JapanDrivingLicense: Japan driving license
|
|
3093
|
+
18.PhilippinesIDCard: Philippines ID card
|
|
3094
|
+
19.MainlandIDCard: Mainland ID card
|
|
3095
|
+
20.MacaoIDCard: Macao ID card
|
|
3085
3096
|
Example: HKIDCard
|
|
3086
3097
|
* @type {string || null}
|
|
3087
3098
|
*/
|
|
@@ -5127,6 +5138,12 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
5127
5138
|
*/
|
|
5128
5139
|
this.CardInfo = null;
|
|
5129
5140
|
|
|
5141
|
+
/**
|
|
5142
|
+
* OCR result of the ID card.
|
|
5143
|
+
* @type {NormalCardInfo || null}
|
|
5144
|
+
*/
|
|
5145
|
+
this.NormalCardInfo = null;
|
|
5146
|
+
|
|
5130
5147
|
/**
|
|
5131
5148
|
* The request id
|
|
5132
5149
|
* @type {string || null}
|
|
@@ -5162,6 +5179,12 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
5162
5179
|
obj.deserialize(params.CardInfo)
|
|
5163
5180
|
this.CardInfo = obj;
|
|
5164
5181
|
}
|
|
5182
|
+
|
|
5183
|
+
if (params.NormalCardInfo) {
|
|
5184
|
+
let obj = new NormalCardInfo();
|
|
5185
|
+
obj.deserialize(params.NormalCardInfo)
|
|
5186
|
+
this.NormalCardInfo = obj;
|
|
5187
|
+
}
|
|
5165
5188
|
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
5166
5189
|
this.CardCutImageBase64 = 'CardCutImageBase64' in params ? params.CardCutImageBase64 : null;
|
|
5167
5190
|
this.CardBackCutImageBase64 = 'CardBackCutImageBase64' in params ? params.CardBackCutImageBase64 : null;
|
|
@@ -326,7 +326,7 @@ A maximum of 10 requests can be initiated per second for this API.
|
|
|
326
326
|
}
|
|
327
327
|
|
|
328
328
|
/**
|
|
329
|
-
* This API is used to recognize key fields on the photo side of a
|
|
329
|
+
* This API is used to recognize key fields on the photo side of a Macao (China) identity card, including name in Chinese, name in English, telecode for name, date of birth, gender, document symbol, date of the first issue, date of the last receipt, identity card number, and permanent residency attribute.
|
|
330
330
|
|
|
331
331
|
This API is not fully available for the time being. For more information, please contact your [Tencent Cloud sales rep](https://intl.cloud.tencent.com/contact-sales).
|
|
332
332
|
* @param {RecognizeMacaoIDCardOCRRequest} req
|