tencentcloud-sdk-nodejs-es 4.1.70 → 4.1.73

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-es",
3
- "version": "4.1.70",
3
+ "version": "4.1.73",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -217,6 +217,14 @@ export interface Document {
217
217
  * 文件名称,当使用 base64上传的时候使用。
218
218
  */
219
219
  FileName?: string;
220
+ /**
221
+ * 文档的起始页码
222
+ */
223
+ FileStartPageNumber?: number;
224
+ /**
225
+ * 文档的结束页码
226
+ */
227
+ FileEndPageNumber?: number;
220
228
  }
221
229
  /**
222
230
  * GetTextEmbedding请求参数结构体