tencentcloud-sdk-nodejs-ocr 4.1.15 → 4.1.16

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.15",
3
+ "version": "4.1.16",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1825,7 +1825,7 @@ export interface SmartStructuralProRequest {
1825
1825
  */
1826
1826
  PdfPageNumber?: number;
1827
1827
  /**
1828
- * 自定义结构化功能需返回的字段名称,例:若客户只想返回姓名、性别两个字段的识别结果,则输入ItemNames=["姓名","性别"]
1828
+ * 自定义结构化功能需返回的字段名称,例:若客户想新增返回姓名、性别两个字段的识别结果,则输入ItemNames=["姓名","性别"]
1829
1829
  */
1830
1830
  ItemNames?: Array<string>;
1831
1831
  /**