tencentcloud-sdk-nodejs-intl-en 3.0.1140 → 3.0.1141
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,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.1141";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -4134,7 +4134,7 @@ class AiRecognitionTaskInput extends AbstractModel {
|
|
|
4134
4134
|
|
|
4135
4135
|
The figure below outlines the relationships among tracks, elements, and the timeline.
|
|
4136
4136
|
|
|
4137
|
-

|
|
4137
|
+

|
|
4138
4138
|
* @class
|
|
4139
4139
|
*/
|
|
4140
4140
|
class ComposeMediaConfig extends AbstractModel {
|
|
@@ -8952,7 +8952,7 @@ Note: If this parameter is not empty, the task is a video compositing task. Othe
|
|
|
8952
8952
|
this.TaskNotifyConfig = null;
|
|
8953
8953
|
|
|
8954
8954
|
/**
|
|
8955
|
-
* Task priority. The higher the value, the higher the priority. Value range: -10
|
|
8955
|
+
* Task priority. The higher the value, the higher the priority. Value range: -10 - 10. If this parameter is left empty, 0 will be used.
|
|
8956
8956
|
* @type {number || null}
|
|
8957
8957
|
*/
|
|
8958
8958
|
this.TasksPriority = null;
|
|
@@ -344,7 +344,7 @@ class MLIDPassportOCRRequest extends AbstractModel {
|
|
|
344
344
|
super();
|
|
345
345
|
|
|
346
346
|
/**
|
|
347
|
-
* Base64-encoded value of image. The image cannot exceed 7 MB in size after being Base64-encoded. A resolution above 500x800 is recommended. PNG, JPG, JPEG, and
|
|
347
|
+
* Base64-encoded value of image. The image cannot exceed 7 MB in size after being Base64-encoded. A resolution above 500x800 is recommended. PNG, JPG, JPEG, BMP, and PDF formats are supported. It is recommended that the card part occupies more than 2/3 area of the image.
|
|
348
348
|
* @type {string || null}
|
|
349
349
|
*/
|
|
350
350
|
this.ImageBase64 = null;
|
|
@@ -358,7 +358,7 @@ Default value: false.
|
|
|
358
358
|
|
|
359
359
|
/**
|
|
360
360
|
* URL address of image. (This field is not supported outside Chinese mainland)
|
|
361
|
-
Supported image formats: PNG, JPG, JPEG
|
|
361
|
+
Supported image formats: PNG, JPG, JPEG, BMP, PDF.
|
|
362
362
|
Supported image size: the downloaded image cannot exceed 7 MB after being Base64-encoded. The download time of the image cannot exceed 3 seconds.
|
|
363
363
|
We recommend you store the image in Tencent Cloud, as a Tencent Cloud URL can guarantee higher download speed and stability.
|
|
364
364
|
The download speed and stability of non-Tencent Cloud URLs may be low.
|