tencentcloud-sdk-nodejs-intl-en 3.0.1415 → 3.0.1416

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,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-intl-en",
3
- "version": "3.0.1415",
3
+ "version": "3.0.1416",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.1415";
1
+ const sdkVersion = "3.0.1416";
2
2
  module.exports = sdkVersion
@@ -2281,7 +2281,7 @@ Live stream processing event notification supports HTTP callback and also suppor
2281
2281
  }
2282
2282
 
2283
2283
  /**
2284
- *
2284
+ * This API is used to translate text. The "subtitle translation (additional languages)" billing item is used. Billing is calculated by converting characters to minutes at a rate of 1,100 characters per minute (based on Unicode code points. For example, "hello" counts as 5 characters).
2285
2285
  * @param {TextTranslationRequest} req
2286
2286
  * @param {function(string, TextTranslationResponse):void} cb
2287
2287
  * @public
@@ -4318,9 +4318,7 @@ class GeneralAccurateOCRRequest extends AbstractModel {
4318
4318
  this.ImageBase64 = null;
4319
4319
 
4320
4320
  /**
4321
- * URL address of image.
4322
- The image cannot exceed 10 MB after being Base64-encoded. A resolution above 600x800 is recommended. PNG, JPG, JPEG, and BMP formats are supported.
4323
- We recommend you store the image in Tencent Cloud, as a Tencent Cloud URL can guarantee higher download speed and stability. The download speed and stability of non-Tencent Cloud URLs may be low.
4321
+ * URL address of image/PDF. The image cannot exceed 10 MB after being Base64-encoded. A resolution above 600x800 is recommended. PNG, JPG, JPEG, and BMP formats are supported.The download time of the image cannot exceed 3s.We recommend you store the image in Tencent Cloud, as a Tencent Cloud URL can guarantee higher download speed and stability. The download speed and stability of non-Tencent Cloud URLs may be low.
4324
4322
  * @type {string || null}
4325
4323
  */
4326
4324
  this.ImageUrl = null;
@@ -161,7 +161,7 @@ It is suitable for scenarios with a lot of characters in complex layouts and req
161
161
 
162
162
  Strengths: compared with general print recognition, it provides higher-precision character recognition services. Its accuracy and recall rate are higher in difficult scenarios such as a large number of characters, long strings of digits, small characters, blurry characters, and tilted text.
163
163
 
164
- 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).
164
+ A maximum of 10 requests can be initiated per second for this API.
165
165
  * @param {GeneralAccurateOCRRequest} req
166
166
  * @param {function(string, GeneralAccurateOCRResponse):void} cb
167
167
  * @public