tencentcloud-sdk-nodejs-ocr 4.1.79 → 4.1.82

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-ocr",
3
- "version": "4.1.79",
3
+ "version": "4.1.82",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -471,6 +471,11 @@ export interface ExtractDocMultiRequest {
471
471
  * 模版的单个属性配置
472
472
  */
473
473
  ConfigAdvanced?: ConfigAdvanced;
474
+ /**
475
+ * cn时,添加的key为中文
476
+ en时,添加的key为英语
477
+ */
478
+ OutputLanguage?: string;
474
479
  }
475
480
  /**
476
481
  * RecognizeTravelCardOCR请求参数结构体