tencentcloud-sdk-python-lkeap 3.0.1424__tar.gz → 3.0.1444__tar.gz
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.
- {tencentcloud-sdk-python-lkeap-3.0.1424 → tencentcloud-sdk-python-lkeap-3.0.1444}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-lkeap-3.0.1424 → tencentcloud-sdk-python-lkeap-3.0.1444}/setup.py +1 -1
- {tencentcloud-sdk-python-lkeap-3.0.1424 → tencentcloud-sdk-python-lkeap-3.0.1444}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-lkeap-3.0.1424 → tencentcloud-sdk-python-lkeap-3.0.1444}/tencentcloud/lkeap/v20240522/errorcodes.py +1 -1
- {tencentcloud-sdk-python-lkeap-3.0.1424 → tencentcloud-sdk-python-lkeap-3.0.1444}/tencentcloud/lkeap/v20240522/models.py +6 -58
- {tencentcloud-sdk-python-lkeap-3.0.1424 → tencentcloud-sdk-python-lkeap-3.0.1444}/tencentcloud_sdk_python_lkeap.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-lkeap-3.0.1444/tencentcloud_sdk_python_lkeap.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-lkeap-3.0.1424/tencentcloud_sdk_python_lkeap.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-lkeap-3.0.1424 → tencentcloud-sdk-python-lkeap-3.0.1444}/README.rst +0 -0
- {tencentcloud-sdk-python-lkeap-3.0.1424 → tencentcloud-sdk-python-lkeap-3.0.1444}/setup.cfg +0 -0
- {tencentcloud-sdk-python-lkeap-3.0.1424 → tencentcloud-sdk-python-lkeap-3.0.1444}/tencentcloud/lkeap/__init__.py +0 -0
- {tencentcloud-sdk-python-lkeap-3.0.1424 → tencentcloud-sdk-python-lkeap-3.0.1444}/tencentcloud/lkeap/v20240522/__init__.py +0 -0
- {tencentcloud-sdk-python-lkeap-3.0.1424 → tencentcloud-sdk-python-lkeap-3.0.1444}/tencentcloud/lkeap/v20240522/lkeap_client.py +0 -0
- {tencentcloud-sdk-python-lkeap-3.0.1424 → tencentcloud-sdk-python-lkeap-3.0.1444}/tencentcloud_sdk_python_lkeap.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-lkeap-3.0.1424 → tencentcloud-sdk-python-lkeap-3.0.1444}/tencentcloud_sdk_python_lkeap.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-lkeap-3.0.1424 → tencentcloud-sdk-python-lkeap-3.0.1444}/tencentcloud_sdk_python_lkeap.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-lkeap',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.0.1444,<4.0.0"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Lkeap SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -26,7 +26,7 @@ FAILEDOPERATION_ENGINESERVERERROR = 'FailedOperation.EngineServerError'
|
|
|
26
26
|
# FailedOperation.FileDecodeFailed
|
|
27
27
|
FAILEDOPERATION_FILEDECODEFAILED = 'FailedOperation.FileDecodeFailed'
|
|
28
28
|
|
|
29
|
-
#
|
|
29
|
+
# 图片解码失败
|
|
30
30
|
FAILEDOPERATION_IMAGEDECODEFAILED = 'FailedOperation.ImageDecodeFailed'
|
|
31
31
|
|
|
32
32
|
# 暂不支持解析该文件
|
|
@@ -998,17 +998,7 @@ class CreateReconstructDocumentFlowRequest(AbstractModel):
|
|
|
998
998
|
|
|
999
999
|
def __init__(self):
|
|
1000
1000
|
r"""
|
|
1001
|
-
:param _FileType:
|
|
1002
|
-
|
|
1003
|
-
**支持的文件类型:**
|
|
1004
|
-
- `PDF`、`DOC`、`DOCX`、`XLS`、`XLSX`、`PPT`、`PPTX`、`MD`、`TXT`、`PNG`、`JPG`、`JPEG`、`CSV`、`HTML`、`EPUB`、`BMP`、`GIF`、`WEBP`、`HEIC`、`EPS`、`ICNS`、`IM`、`PCX`、`PPM`、`TIFF`、`XBM`、`HEIF`、`JP2`
|
|
1005
|
-
|
|
1006
|
-
**支持的文件大小:**
|
|
1007
|
-
- `PDF` 最大300M
|
|
1008
|
-
- `DOCX`、`DOC`、`PPT`、`PPTX` 最大 200M
|
|
1009
|
-
- `TXT`、`MD` 最大10M
|
|
1010
|
-
- 其他 最大20M
|
|
1011
|
-
|
|
1001
|
+
:param _FileType: 文件类型。**支持的文件类型:**- `WPS、PDF`、`DOC`、`DOCX`、`XLS`、`XLSX`、`PPT`、`PPTX`、`MD`、`TXT`、`PNG`、`JPG`、`JPEG`、`CSV`、`HTML`、`EPUB`、`BMP`、`GIF`、`WEBP`、`HEIC`、`EPS`、`ICNS`、`IM`、`PCX`、`PPM`、`TIFF`、`XBM`、`HEIF`、`JP2`**支持的文件大小:** - `PDF` 最大300M - `WPS`、`DOCX`、`DOC`、`PPT`、`PPTX` 最大 200M - `TXT`、`MD` 最大10M - 其他 最大20M
|
|
1012
1002
|
:type FileType: str
|
|
1013
1003
|
:param _FileUrl: 说明:文件的 URL 地址。
|
|
1014
1004
|
备注:文件存储于腾讯云的 URL 可保障更高的下载速度和稳定性,建议文件存储于腾讯云。 非腾讯云存储的 URL 速度和稳定性可能受一定影响。
|
|
@@ -1042,17 +1032,7 @@ class CreateReconstructDocumentFlowRequest(AbstractModel):
|
|
|
1042
1032
|
|
|
1043
1033
|
@property
|
|
1044
1034
|
def FileType(self):
|
|
1045
|
-
"""
|
|
1046
|
-
|
|
1047
|
-
**支持的文件类型:**
|
|
1048
|
-
- `PDF`、`DOC`、`DOCX`、`XLS`、`XLSX`、`PPT`、`PPTX`、`MD`、`TXT`、`PNG`、`JPG`、`JPEG`、`CSV`、`HTML`、`EPUB`、`BMP`、`GIF`、`WEBP`、`HEIC`、`EPS`、`ICNS`、`IM`、`PCX`、`PPM`、`TIFF`、`XBM`、`HEIF`、`JP2`
|
|
1049
|
-
|
|
1050
|
-
**支持的文件大小:**
|
|
1051
|
-
- `PDF` 最大300M
|
|
1052
|
-
- `DOCX`、`DOC`、`PPT`、`PPTX` 最大 200M
|
|
1053
|
-
- `TXT`、`MD` 最大10M
|
|
1054
|
-
- 其他 最大20M
|
|
1055
|
-
|
|
1035
|
+
"""文件类型。**支持的文件类型:**- `WPS、PDF`、`DOC`、`DOCX`、`XLS`、`XLSX`、`PPT`、`PPTX`、`MD`、`TXT`、`PNG`、`JPG`、`JPEG`、`CSV`、`HTML`、`EPUB`、`BMP`、`GIF`、`WEBP`、`HEIC`、`EPS`、`ICNS`、`IM`、`PCX`、`PPM`、`TIFF`、`XBM`、`HEIF`、`JP2`**支持的文件大小:** - `PDF` 最大300M - `WPS`、`DOCX`、`DOC`、`PPT`、`PPTX` 最大 200M - `TXT`、`MD` 最大10M - 其他 最大20M
|
|
1056
1036
|
:rtype: str
|
|
1057
1037
|
"""
|
|
1058
1038
|
return self._FileType
|
|
@@ -1324,17 +1304,7 @@ class CreateSplitDocumentFlowRequest(AbstractModel):
|
|
|
1324
1304
|
|
|
1325
1305
|
def __init__(self):
|
|
1326
1306
|
r"""
|
|
1327
|
-
:param _FileType:
|
|
1328
|
-
|
|
1329
|
-
**支持的文件类型:**
|
|
1330
|
-
- `PDF`、`DOC`、`DOCX`、`XLS`、`XLSX`、`PPT`、`PPTX`、`MD`、`TXT`、`PNG`、`JPG`、`JPEG`、`CSV`、`HTML`、`EPUB`
|
|
1331
|
-
|
|
1332
|
-
**支持的文件大小:**
|
|
1333
|
-
- `PDF` 最大300M
|
|
1334
|
-
- `DOCX`、`DOC`、`PPT`、`PPTX` 最大 200M
|
|
1335
|
-
- `TXT`、`MD` 最大10M
|
|
1336
|
-
- 其他 最大20M
|
|
1337
|
-
|
|
1307
|
+
:param _FileType: 文件类型。**支持的文件类型:**- `WPS`、`PDF`、`DOC`、`DOCX`、`XLS`、`XLSX`、`PPT`、`PPTX`、`MD`、`TXT`、`PNG`、`JPG`、`JPEG`、`CSV`、`HTML`、`EPUB`**支持的文件大小:** - `PDF` 最大300M - `WPS`、`DOCX`、`DOC`、`PPT`、`PPTX` 最大 200M - `TXT`、`MD` 最大10M - 其他 最大20M
|
|
1338
1308
|
:type FileType: str
|
|
1339
1309
|
:param _FileUrl: 文件的 URL 地址。
|
|
1340
1310
|
文件存储于腾讯云的 URL 可保障更高的下载速度和稳定性,建议文件存储于腾讯云。 非腾讯云存储的 URL 速度和稳定性可能受一定影响。
|
|
@@ -1368,17 +1338,7 @@ class CreateSplitDocumentFlowRequest(AbstractModel):
|
|
|
1368
1338
|
|
|
1369
1339
|
@property
|
|
1370
1340
|
def FileType(self):
|
|
1371
|
-
"""
|
|
1372
|
-
|
|
1373
|
-
**支持的文件类型:**
|
|
1374
|
-
- `PDF`、`DOC`、`DOCX`、`XLS`、`XLSX`、`PPT`、`PPTX`、`MD`、`TXT`、`PNG`、`JPG`、`JPEG`、`CSV`、`HTML`、`EPUB`
|
|
1375
|
-
|
|
1376
|
-
**支持的文件大小:**
|
|
1377
|
-
- `PDF` 最大300M
|
|
1378
|
-
- `DOCX`、`DOC`、`PPT`、`PPTX` 最大 200M
|
|
1379
|
-
- `TXT`、`MD` 最大10M
|
|
1380
|
-
- 其他 最大20M
|
|
1381
|
-
|
|
1341
|
+
"""文件类型。**支持的文件类型:**- `WPS`、`PDF`、`DOC`、`DOCX`、`XLS`、`XLSX`、`PPT`、`PPTX`、`MD`、`TXT`、`PNG`、`JPG`、`JPEG`、`CSV`、`HTML`、`EPUB`**支持的文件大小:** - `PDF` 最大300M - `WPS`、`DOCX`、`DOC`、`PPT`、`PPTX` 最大 200M - `TXT`、`MD` 最大10M - 其他 最大20M
|
|
1382
1342
|
:rtype: str
|
|
1383
1343
|
"""
|
|
1384
1344
|
return self._FileType
|
|
@@ -4155,13 +4115,7 @@ class ReconstructDocumentSSERequest(AbstractModel):
|
|
|
4155
4115
|
|
|
4156
4116
|
def __init__(self):
|
|
4157
4117
|
r"""
|
|
4158
|
-
:param _FileType:
|
|
4159
|
-
**支持的文件类型**:PDF、DOC、DOCX、PPT、PPTX、MD、TXT、XLS、XLSX、CSV、PNG、JPG、JPEG、BMP、GIF、WEBP、HEIC、EPS、ICNS、IM、PCX、PPM、TIFF、XBM、HEIF、JP2
|
|
4160
|
-
**支持的文件大小**:
|
|
4161
|
-
- PDF、DOC、DOCX、PPT、PPTX 支持100M
|
|
4162
|
-
- MD、TXT、XLS、XLSX、CSV 支持10M
|
|
4163
|
-
- 其他支持20M
|
|
4164
|
-
|
|
4118
|
+
:param _FileType: 支持解析的文件类型。**支持的文件类型**:WPS、PDF、DOC、DOCX、PPT、PPTX、MD、TXT、XLS、XLSX、CSV、PNG、JPG、JPEG、BMP、GIF、WEBP、HEIC、EPS、ICNS、IM、PCX、PPM、TIFF、XBM、HEIF、JP2**支持的文件大小**:- WPS、PDF、DOC、DOCX、PPT、PPTX 支持100M- MD、TXT、XLS、XLSX、CSV 支持10M- 其他支持20M
|
|
4165
4119
|
:type FileType: str
|
|
4166
4120
|
:param _FileUrl: 文件的 URL 地址。文件存储于腾讯云的 URL 可保障更高的下载速度和稳定性,建议文件存储于腾讯云。 非腾讯云存储的 URL 速度和稳定性可能受一定影响。文件的 FileUrl、FileBase64 必须提供一个,如果都提供,只使用 FileUrl。
|
|
4167
4121
|
参考:[腾讯云COS文档](https://cloud.tencent.com/document/product/436/7749)
|
|
@@ -4197,13 +4151,7 @@ class ReconstructDocumentSSERequest(AbstractModel):
|
|
|
4197
4151
|
|
|
4198
4152
|
@property
|
|
4199
4153
|
def FileType(self):
|
|
4200
|
-
"""
|
|
4201
|
-
**支持的文件类型**:PDF、DOC、DOCX、PPT、PPTX、MD、TXT、XLS、XLSX、CSV、PNG、JPG、JPEG、BMP、GIF、WEBP、HEIC、EPS、ICNS、IM、PCX、PPM、TIFF、XBM、HEIF、JP2
|
|
4202
|
-
**支持的文件大小**:
|
|
4203
|
-
- PDF、DOC、DOCX、PPT、PPTX 支持100M
|
|
4204
|
-
- MD、TXT、XLS、XLSX、CSV 支持10M
|
|
4205
|
-
- 其他支持20M
|
|
4206
|
-
|
|
4154
|
+
"""支持解析的文件类型。**支持的文件类型**:WPS、PDF、DOC、DOCX、PPT、PPTX、MD、TXT、XLS、XLSX、CSV、PNG、JPG、JPEG、BMP、GIF、WEBP、HEIC、EPS、ICNS、IM、PCX、PPM、TIFF、XBM、HEIF、JP2**支持的文件大小**:- WPS、PDF、DOC、DOCX、PPT、PPTX 支持100M- MD、TXT、XLS、XLSX、CSV 支持10M- 其他支持20M
|
|
4207
4155
|
:rtype: str
|
|
4208
4156
|
"""
|
|
4209
4157
|
return self._FileType
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1444
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.0.1424
|
{tencentcloud-sdk-python-lkeap-3.0.1424 → tencentcloud-sdk-python-lkeap-3.0.1444}/README.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|