tencentcloud-sdk-lke 3.0.940 → 3.0.942
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20231130/models.rb +14 -14
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c8574727e92772c2659f2cd231e187dc0cf1751d
|
4
|
+
data.tar.gz: 3337229f1d579b4886eb08c20e53f41ac93846a3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 04b8d384b679d366b39fe1bad5e9e7325f24cb87a332243bfee7af1c76326ad8670499d18c123484bdaa9743b09b74f81b4438489707126fb5e364c5fc977ead
|
7
|
+
data.tar.gz: 915562aba8d6ee99029e8eb165f4ff5c856930ca146e4b7f8dfa599aeafc0af67e3019144f832dcfef033335dd12661c67a4dbd4dc8aeeca92a87dcc5b5d41da
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.942
|
data/lib/v20231130/models.rb
CHANGED
@@ -977,17 +977,17 @@ module TencentCloud
|
|
977
977
|
|
978
978
|
# CreateReconstructDocumentFlow请求参数结构体
|
979
979
|
class CreateReconstructDocumentFlowRequest < TencentCloud::Common::AbstractModel
|
980
|
-
# @param FileType: 文件类型。支持的文件类型: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
|
980
|
+
# @param FileType: 文件类型。支持的文件类型: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。
|
981
981
|
# @type FileType: String
|
982
982
|
# @param FileBase64: 文件的 Base64 值。支持的文件大小:所下载文件经Base64编码后不超过 8M。文件下载时间不超过 3 秒。支持的图片像素:单边介于20-10000px之间。文件的 FileUrl、FileBase64 必须提供一个,如果都提供,只使用 FileUrl。
|
983
983
|
# @type FileBase64: String
|
984
|
-
# @param FileUrl:
|
984
|
+
# @param FileUrl: <p>文件的Url地址。文件下载时间不超过15秒。支持的图片像素:单边介于20-10000px之间。文件存储于腾讯云的Url可保障更高的下载速度和稳定性,建议文件存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。所下载文件经 Base64 编码后不超过支持的文件大小:</p><table> <tbody> <tr> <td>文件类型</td> <td>支持的文件大小</td> </tr> <tr> <td>PDF</td> <td>200M</td> </tr> <tr> <td>DOC</td> <td>200M</td> </tr> <tr> <td>DOCX</td> <td>200M</td> </tr> <tr> <td>PPT</td> <td>200M</td> </tr> <tr> <td>PPTX</td> <td>200M</td> </tr> <tr> <td>MD</td> <td>10M</td> </tr> <tr> <td>TXT</td> <td>10M</td> </tr> <tr> <td>XLS</td> <td>20M</td> </tr> <tr> <td>XLSX</td> <td>20M</td> </tr> <tr> <td>CSV</td> <td>20M</td> </tr> <tr> <td>PNG</td> <td>20M</td> </tr> <tr> <td>JPG</td> <td>20M</td> </tr> <tr> <td>JPEG</td> <td>20M</td> </tr> <tr> <td>BMP</td> <td>20M</td> </tr> <tr> <td>GIF</td> <td>20M</td> </tr> <tr> <td>WEBP</td> <td>20M</td> </tr> <tr> <td>HEIC</td> <td>20M</td> </tr> <tr> <td>EPS</td> <td>20M</td> </tr> <tr> <td>ICNS</td> <td>20M</td> </tr> <tr> <td>IM</td> <td>20M</td> </tr> <tr> <td>PCX</td> <td>20M</td> </tr> <tr> <td>PPM</td> <td>20M</td> </tr> <tr> <td>TIFF</td> <td>20M</td> </tr> <tr> <td>XBM</td> <td>20M</td> </tr> <tr> <td>HEIF</td> <td>20M</td> </tr> <tr> <td>JP2</td> <td>20M</td> </tr> </tbody> <colgroup> <col> <col> </colgroup></table>
|
985
985
|
# @type FileUrl: String
|
986
|
-
# @param FileStartPageNumber:
|
986
|
+
# @param FileStartPageNumber: 当传入文件类型为PDF、DOC、DOCX、PPT、PPTX,用来指定文件识别的起始页码,识别的页码包含当前值。默认为1,表示从文件的第1页开始识别。
|
987
987
|
# @type FileStartPageNumber: Integer
|
988
|
-
# @param FileEndPageNumber:
|
988
|
+
# @param FileEndPageNumber: 当传入文件类型为PDF、DOC、DOCX、PPT、PPTX,用来指定文件识别的结束页码,识别的页码包含当前值。默认为100,表示识别到文件的第100页。单次调用最多支持识别1000页内容,即FileEndPageNumber-FileStartPageNumber需要不大于1000。
|
989
989
|
# @type FileEndPageNumber: Integer
|
990
|
-
# @param Config:
|
990
|
+
# @param Config: 创建文档解析任务配置信息。
|
991
991
|
# @type Config: :class:`Tencentcloud::Lke.v20231130.models.CreateReconstructDocumentFlowConfig`
|
992
992
|
|
993
993
|
attr_accessor :FileType, :FileBase64, :FileUrl, :FileStartPageNumber, :FileEndPageNumber, :Config
|
@@ -1016,7 +1016,7 @@ module TencentCloud
|
|
1016
1016
|
|
1017
1017
|
# CreateReconstructDocumentFlow返回参数结构体
|
1018
1018
|
class CreateReconstructDocumentFlowResponse < TencentCloud::Common::AbstractModel
|
1019
|
-
# @param TaskId: 任务唯一
|
1019
|
+
# @param TaskId: 任务唯一ID。30天内可以通过[GetReconstructDocumentResult](https://cloud.tencent.com/document/product/1759/107505)接口查询TaskId对应的处理结果。
|
1020
1020
|
# @type TaskId: String
|
1021
1021
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1022
1022
|
# @type RequestId: String
|
@@ -2485,7 +2485,7 @@ module TencentCloud
|
|
2485
2485
|
# @type BotBizId: String
|
2486
2486
|
# @param FileType: 文件类型,正常的文件名类型后缀,例如 xlsx、pdf、 docx、png 等
|
2487
2487
|
# @type FileType: String
|
2488
|
-
# @param IsPublic: IsPublic
|
2488
|
+
# @param IsPublic: IsPublic用于上传文件时选择场景,当上传为对话端文件时IsPublic为true,上传文档库文件时场景IsPublic为false
|
2489
2489
|
# @type IsPublic: Boolean
|
2490
2490
|
# @param TypeKey: 存储类型: offline:离线文件,realtime:实时文件;为空默认为offline
|
2491
2491
|
# @type TypeKey: String
|
@@ -3419,7 +3419,7 @@ module TencentCloud
|
|
3419
3419
|
|
3420
3420
|
# GetDocPreview请求参数结构体
|
3421
3421
|
class GetDocPreviewRequest < TencentCloud::Common::AbstractModel
|
3422
|
-
# @param DocBizId:
|
3422
|
+
# @param DocBizId: 文档BizID
|
3423
3423
|
# @type DocBizId: String
|
3424
3424
|
# @param BotBizId: 应用ID
|
3425
3425
|
# @type BotBizId: String
|
@@ -3685,7 +3685,7 @@ module TencentCloud
|
|
3685
3685
|
|
3686
3686
|
# GetReconstructDocumentResult请求参数结构体
|
3687
3687
|
class GetReconstructDocumentResultRequest < TencentCloud::Common::AbstractModel
|
3688
|
-
# @param TaskId: 任务唯一
|
3688
|
+
# @param TaskId: 任务唯一Id。[CreateReconstructDocumentFlow](https://cloud.tencent.com/document/product/1759/107506) 返回的TaskId。
|
3689
3689
|
# @type TaskId: String
|
3690
3690
|
|
3691
3691
|
attr_accessor :TaskId
|
@@ -3701,11 +3701,11 @@ module TencentCloud
|
|
3701
3701
|
|
3702
3702
|
# GetReconstructDocumentResult返回参数结构体
|
3703
3703
|
class GetReconstructDocumentResultResponse < TencentCloud::Common::AbstractModel
|
3704
|
-
# @param Status: 任务状态: Success->执行完成;Processing->执行中;Failed->执行失败;WaitExecute
|
3704
|
+
# @param Status: 任务状态: Success->执行完成;Processing->执行中;Failed->执行失败;WaitExecute->等待执行。
|
3705
3705
|
# @type Status: String
|
3706
|
-
# @param DocumentRecognizeResultUrl:
|
3706
|
+
# @param DocumentRecognizeResultUrl: 本次文档解析的结果文件,存储在腾讯云COS的下载URL,下载URL的有效期为10分钟。
|
3707
3707
|
# @type DocumentRecognizeResultUrl: String
|
3708
|
-
# @param FailedPages:
|
3708
|
+
# @param FailedPages: 本次文档解析失败的页码信息。
|
3709
3709
|
# @type FailedPages: Array
|
3710
3710
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3711
3711
|
# @type RequestId: String
|
@@ -3888,7 +3888,7 @@ module TencentCloud
|
|
3888
3888
|
class GroupQARequest < TencentCloud::Common::AbstractModel
|
3889
3889
|
# @param BotBizId: 应用ID
|
3890
3890
|
# @type BotBizId: String
|
3891
|
-
# @param QaBizIds:
|
3891
|
+
# @param QaBizIds: QaBizID列表
|
3892
3892
|
# @type QaBizIds: Array
|
3893
3893
|
# @param CateBizId: 分组 ID
|
3894
3894
|
# @type CateBizId: String
|
@@ -5296,7 +5296,7 @@ module TencentCloud
|
|
5296
5296
|
# @type PageSize: Integer
|
5297
5297
|
# @param Query: 查询内容
|
5298
5298
|
# @type Query: String
|
5299
|
-
# @param ReleaseBizId:
|
5299
|
+
# @param ReleaseBizId: 发布单ID
|
5300
5300
|
# @type ReleaseBizId: String
|
5301
5301
|
# @param StartTime: 开始时间
|
5302
5302
|
# @type StartTime: String
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-lke
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.942
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-11-
|
11
|
+
date: 2024-11-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|