tencentcloud-sdk-nodejs-es 4.1.71 → 4.1.74
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
|
@@ -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请求参数结构体
|