tencentcloud-sdk-nodejs 4.0.762 → 4.0.763

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.
Files changed (36) hide show
  1. package/CHANGELOG.md +146 -0
  2. package/SERVICE_CHANGELOG.md +177 -44
  3. package/package.json +1 -1
  4. package/products.md +10 -10
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_models.ts +1 -1
  7. package/src/services/dlc/v20210125/dlc_models.ts +2 -2
  8. package/src/services/ess/v20201111/ess_client.ts +64 -4
  9. package/src/services/ess/v20201111/ess_models.ts +32 -32
  10. package/src/services/essbasic/v20210526/essbasic_models.ts +10 -8
  11. package/src/services/lcic/v20220817/lcic_models.ts +8 -4
  12. package/src/services/ocr/v20181119/ocr_client.ts +4 -1
  13. package/src/services/ocr/v20181119/ocr_models.ts +328 -44
  14. package/src/services/tdmq/v20200217/tdmq_client.ts +1 -2
  15. package/src/services/tdmq/v20200217/tdmq_models.ts +35 -44
  16. package/src/services/tione/v20211111/tione_models.ts +15 -15
  17. package/src/services/vod/v20180717/vod_client.ts +14 -1
  18. package/src/services/vod/v20180717/vod_models.ts +73 -6
  19. package/tencentcloud/common/sdk_version.d.ts +1 -1
  20. package/tencentcloud/common/sdk_version.js +1 -1
  21. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
  22. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +2 -2
  23. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +64 -4
  24. package/tencentcloud/services/ess/v20201111/ess_client.js +64 -4
  25. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +32 -32
  26. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +10 -8
  27. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +8 -4
  28. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  29. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +325 -44
  30. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +1 -1
  31. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +35 -43
  32. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +15 -15
  33. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +5 -1
  34. package/tencentcloud/services/vod/v20180717/vod_client.js +6 -0
  35. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +70 -6
  36. package/test/vod.v20180717.test.js +10 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,149 @@
1
+ # Release 4.0.763
2
+
3
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
4
+
5
+ ### 第 145 次发布
6
+
7
+ 发布时间:2023-12-21 01:38:43
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改接口:
14
+
15
+ * [ChannelCreatePrepareFlow](https://cloud.tencent.com/document/api/1420/87897)
16
+
17
+ * <font color="#dd0000">**修改入参**:</font>ResourceId
18
+
19
+
20
+
21
+
22
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
23
+
24
+
25
+
26
+ ## 实时互动-教育版(lcic) 版本:2022-08-17
27
+
28
+ ### 第 49 次发布
29
+
30
+ 发布时间:2023-12-21 01:48:52
31
+
32
+ 本次发布包含了以下内容:
33
+
34
+ 改善已有的文档。
35
+
36
+ 修改数据结构:
37
+
38
+ * [RoomInfo](https://cloud.tencent.com/document/api/1639/81423#RoomInfo)
39
+
40
+ * 新增成员:RecordBackground
41
+
42
+
43
+
44
+
45
+ ## 文字识别(ocr) 版本:2018-11-19
46
+
47
+ ### 第 125 次发布
48
+
49
+ 发布时间:2023-12-21 01:56:34
50
+
51
+ 本次发布包含了以下内容:
52
+
53
+ 改善已有的文档。
54
+
55
+ 修改接口:
56
+
57
+ * [VatInvoiceVerifyNew](https://cloud.tencent.com/document/api/866/73674)
58
+
59
+ * 新增出参:ElectronicTrainTicket, ElectronicAirTransport
60
+
61
+
62
+ 新增数据结构:
63
+
64
+ * [ElectronicAirTransport](https://cloud.tencent.com/document/api/866/33527#ElectronicAirTransport)
65
+ * [ElectronicAirTransportDetail](https://cloud.tencent.com/document/api/866/33527#ElectronicAirTransportDetail)
66
+ * [ElectronicTrainTicket](https://cloud.tencent.com/document/api/866/33527#ElectronicTrainTicket)
67
+
68
+ 修改数据结构:
69
+
70
+ * [VatInvoice](https://cloud.tencent.com/document/api/866/33527#VatInvoice)
71
+
72
+ * 新增成员:ElectronicType
73
+
74
+
75
+
76
+
77
+ ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
78
+
79
+ ### 第 100 次发布
80
+
81
+ 发布时间:2023-12-21 02:11:13
82
+
83
+ 本次发布包含了以下内容:
84
+
85
+ 改善已有的文档。
86
+
87
+ 修改接口:
88
+
89
+ * [DescribeNamespaceBundlesOpt](https://cloud.tencent.com/document/api/1179/59039)
90
+
91
+ * <font color="#dd0000">**删除出参**:</font>BundleSet
92
+
93
+
94
+ <font color="#dd0000">**删除数据结构**:</font>
95
+
96
+ * BundleSetOpt
97
+
98
+
99
+
100
+ ## TI-ONE 训练平台(tione) 版本:2021-11-11
101
+
102
+ ### 第 48 次发布
103
+
104
+ 发布时间:2023-12-21 02:14:50
105
+
106
+ 本次发布包含了以下内容:
107
+
108
+ 改善已有的文档。
109
+
110
+ 修改接口:
111
+
112
+ * [DescribeBillingResourceGroups](https://cloud.tencent.com/document/api/851/75065)
113
+
114
+ * <font color="#dd0000">**修改入参**:</font>Type
115
+
116
+ * [DescribeBillingSpecs](https://cloud.tencent.com/document/api/851/80175)
117
+
118
+ * <font color="#dd0000">**修改入参**:</font>TaskType
119
+
120
+
121
+
122
+
123
+ ## TI-ONE 训练平台(tione) 版本:2019-10-22
124
+
125
+
126
+
127
+ ## 云点播(vod) 版本:2018-07-17
128
+
129
+ ### 第 176 次发布
130
+
131
+ 发布时间:2023-12-21 02:21:45
132
+
133
+ 本次发布包含了以下内容:
134
+
135
+ 改善已有的文档。
136
+
137
+ 新增接口:
138
+
139
+ * [EnhanceMediaQuality](https://cloud.tencent.com/document/api/266/102571)
140
+
141
+ 新增数据结构:
142
+
143
+ * [EnhanceMediaQualityOutputConfig](https://cloud.tencent.com/document/api/266/31773#EnhanceMediaQualityOutputConfig)
144
+
145
+
146
+
1
147
  # Release 4.0.762
2
148
 
3
149
  ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
@@ -1,100 +1,122 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
3
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
4
4
 
5
- ### 第 3 次发布
5
+ ### 第 145 次发布
6
6
 
7
- 发布时间:2023-12-20 01:16:54
7
+ 发布时间:2023-12-21 01:38:43
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
- 修改数据结构:
13
+ 修改接口:
14
14
 
15
- * [InstanceInfo](https://cloud.tencent.com/document/api/1387/102385#InstanceInfo)
15
+ * [ChannelCreatePrepareFlow](https://cloud.tencent.com/document/api/1420/87897)
16
16
 
17
- * 新增成员:Characteristic
17
+ * <font color="#dd0000">**修改入参**:</font>ResourceId
18
18
 
19
19
 
20
20
 
21
21
 
22
- ## 腾讯电子签企业版(ess) 版本:2020-11-11
22
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
23
23
 
24
- ### 第 143 次发布
25
24
 
26
- 发布时间:2023-12-20 01:38:18
25
+
26
+ ## 实时互动-教育版(lcic) 版本:2022-08-17
27
+
28
+ ### 第 49 次发布
29
+
30
+ 发布时间:2023-12-21 01:48:52
27
31
 
28
32
  本次发布包含了以下内容:
29
33
 
30
34
  改善已有的文档。
31
35
 
32
- 修改接口:
36
+ 修改数据结构:
33
37
 
34
- * [CreatePrepareFlow](https://cloud.tencent.com/document/api/1323/83412)
38
+ * [RoomInfo](https://cloud.tencent.com/document/api/1639/81423#RoomInfo)
35
39
 
36
- * 新增入参:CcInfos
40
+ * 新增成员:RecordBackground
37
41
 
38
42
 
39
43
 
40
44
 
41
- ## 流计算 Oceanus(oceanus) 版本:2019-04-22
45
+ ## 文字识别(ocr) 版本:2018-11-19
42
46
 
43
- ### 第 50 次发布
47
+ ### 第 125 次发布
44
48
 
45
- 发布时间:2023-12-20 01:57:04
49
+ 发布时间:2023-12-21 01:56:34
46
50
 
47
51
  本次发布包含了以下内容:
48
52
 
49
53
  改善已有的文档。
50
54
 
51
- 新增接口:
55
+ 修改接口:
56
+
57
+ * [VatInvoiceVerifyNew](https://cloud.tencent.com/document/api/866/73674)
58
+
59
+ * 新增出参:ElectronicTrainTicket, ElectronicAirTransport
52
60
 
53
- * [DescribeJobEvents](https://cloud.tencent.com/document/api/849/102554)
54
61
 
55
62
  新增数据结构:
56
63
 
57
- * [JobEvent](https://cloud.tencent.com/document/api/849/52010#JobEvent)
64
+ * [ElectronicAirTransport](https://cloud.tencent.com/document/api/866/33527#ElectronicAirTransport)
65
+ * [ElectronicAirTransportDetail](https://cloud.tencent.com/document/api/866/33527#ElectronicAirTransportDetail)
66
+ * [ElectronicTrainTicket](https://cloud.tencent.com/document/api/866/33527#ElectronicTrainTicket)
58
67
 
68
+ 修改数据结构:
59
69
 
70
+ * [VatInvoice](https://cloud.tencent.com/document/api/866/33527#VatInvoice)
60
71
 
61
- ## SSL 证书(ssl) 版本:2019-12-05
72
+ * 新增成员:ElectronicType
62
73
 
63
- ### 第 51 次发布
64
74
 
65
- 发布时间:2023-12-20 02:05:02
75
+
76
+
77
+ ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
78
+
79
+ ### 第 100 次发布
80
+
81
+ 发布时间:2023-12-21 02:11:13
66
82
 
67
83
  本次发布包含了以下内容:
68
84
 
69
85
  改善已有的文档。
70
86
 
71
- 修改数据结构:
87
+ 修改接口:
72
88
 
73
- * [OperationLog](https://cloud.tencent.com/document/api/400/41679#OperationLog)
89
+ * [DescribeNamespaceBundlesOpt](https://cloud.tencent.com/document/api/1179/59039)
90
+
91
+ * <font color="#dd0000">**删除出参**:</font>BundleSet
74
92
 
75
- * 新增成员:Uin, SubAccountUin, CertId, Type
76
93
 
94
+ <font color="#dd0000">**删除数据结构**:</font>
95
+
96
+ * BundleSetOpt
77
97
 
78
98
 
79
99
 
80
100
  ## TI-ONE 训练平台(tione) 版本:2021-11-11
81
101
 
82
- ### 第 47 次发布
102
+ ### 第 48 次发布
83
103
 
84
- 发布时间:2023-12-20 02:15:59
104
+ 发布时间:2023-12-21 02:14:50
85
105
 
86
106
  本次发布包含了以下内容:
87
107
 
88
108
  改善已有的文档。
89
109
 
90
- 新增接口:
110
+ 修改接口:
91
111
 
92
- * [DescribeModelAccelerateVersions](https://cloud.tencent.com/document/api/851/102555)
112
+ * [DescribeBillingResourceGroups](https://cloud.tencent.com/document/api/851/75065)
93
113
 
94
- 新增数据结构:
114
+ * <font color="#dd0000">**修改入参**:</font>Type
115
+
116
+ * [DescribeBillingSpecs](https://cloud.tencent.com/document/api/851/80175)
117
+
118
+ * <font color="#dd0000">**修改入参**:</font>TaskType
95
119
 
96
- * [ModelAccelerateVersion](https://cloud.tencent.com/document/api/851/75051#ModelAccelerateVersion)
97
- * [ModelSource](https://cloud.tencent.com/document/api/851/75051#ModelSource)
98
120
 
99
121
 
100
122
 
@@ -102,24 +124,23 @@
102
124
 
103
125
 
104
126
 
105
- ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
127
+ ## 云点播(vod) 版本:2018-07-17
106
128
 
107
- ### 第 65 次发布
129
+ ### 第 176 次发布
108
130
 
109
- 发布时间:2023-12-20 02:28:42
131
+ 发布时间:2023-12-21 02:21:45
110
132
 
111
133
  本次发布包含了以下内容:
112
134
 
113
135
  改善已有的文档。
114
136
 
115
- 修改数据结构:
116
-
117
- * [InstanceLogInfo](https://cloud.tencent.com/document/api/1267/76336#InstanceLogInfo)
137
+ 新增接口:
118
138
 
119
- * 新增成员:CodeFileName
139
+ * [EnhanceMediaQuality](https://cloud.tencent.com/document/api/266/102571)
120
140
 
121
- * <font color="#dd0000">**修改成员**:</font>TaskId, CurRunDate, Tries, LastUpdate, BrokerIp, FileSize, OriginFileName, CreateTime, InstanceLogType, TaskName, CostTime, InstanceStatus
141
+ 新增数据结构:
122
142
 
143
+ * [EnhanceMediaQualityOutputConfig](https://cloud.tencent.com/document/api/266/31773#EnhanceMediaQualityOutputConfig)
123
144
 
124
145
 
125
146
 
@@ -59532,6 +59553,21 @@
59532
59553
 
59533
59554
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
59534
59555
 
59556
+ ### 第 145 次发布
59557
+
59558
+ 发布时间:2023-12-21 01:38:43
59559
+
59560
+ 本次发布包含了以下内容:
59561
+
59562
+ 改善已有的文档。
59563
+
59564
+ 修改接口:
59565
+
59566
+ * [ChannelCreatePrepareFlow](https://cloud.tencent.com/document/api/1420/87897)
59567
+
59568
+ * <font color="#dd0000">**修改入参**:</font>ResourceId
59569
+
59570
+
59535
59571
  ### 第 144 次发布
59536
59572
 
59537
59573
  发布时间:2023-12-15 19:40:36
@@ -74672,6 +74708,21 @@
74672
74708
 
74673
74709
  ## 实时互动-教育版(lcic) 版本:2022-08-17
74674
74710
 
74711
+ ### 第 49 次发布
74712
+
74713
+ 发布时间:2023-12-21 01:48:52
74714
+
74715
+ 本次发布包含了以下内容:
74716
+
74717
+ 改善已有的文档。
74718
+
74719
+ 修改数据结构:
74720
+
74721
+ * [RoomInfo](https://cloud.tencent.com/document/api/1639/81423#RoomInfo)
74722
+
74723
+ * 新增成员:RecordBackground
74724
+
74725
+
74675
74726
  ### 第 48 次发布
74676
74727
 
74677
74728
  发布时间:2023-12-14 02:03:05
@@ -88067,11 +88118,11 @@
88067
88118
 
88068
88119
  新增接口:
88069
88120
 
88070
- * [[DescribeJobEvents](https://cloud.tencent.com/document/api/849/102554)](https://cloud.tencent.com/document/api/#/#)
88121
+ * [DescribeJobEvents](https://cloud.tencent.com/document/api/849/102554)
88071
88122
 
88072
88123
  新增数据结构:
88073
88124
 
88074
- * [[JobEvent](https://cloud.tencent.com/document/api/849/52010#JobEvent)](https://cloud.tencent.com/document/api/849/52010#[JobEvent](https://cloud.tencent.com/document/api/849/52010#JobEvent))
88125
+ * [JobEvent](https://cloud.tencent.com/document/api/849/52010#JobEvent)
88075
88126
 
88076
88127
  ### 第 49 次发布
88077
88128
 
@@ -89073,6 +89124,34 @@
89073
89124
 
89074
89125
  ## 文字识别(ocr) 版本:2018-11-19
89075
89126
 
89127
+ ### 第 125 次发布
89128
+
89129
+ 发布时间:2023-12-21 01:56:34
89130
+
89131
+ 本次发布包含了以下内容:
89132
+
89133
+ 改善已有的文档。
89134
+
89135
+ 修改接口:
89136
+
89137
+ * [VatInvoiceVerifyNew](https://cloud.tencent.com/document/api/866/73674)
89138
+
89139
+ * 新增出参:ElectronicTrainTicket, ElectronicAirTransport
89140
+
89141
+
89142
+ 新增数据结构:
89143
+
89144
+ * [[ElectronicAirTransport](https://cloud.tencent.com/document/api/866/33527#ElectronicAirTransport)](https://cloud.tencent.com/document/api/866/33527#[ElectronicAirTransport](https://cloud.tencent.com/document/api/866/33527#ElectronicAirTransport))
89145
+ * [[ElectronicAirTransportDetail](https://cloud.tencent.com/document/api/866/33527#ElectronicAirTransportDetail)](https://cloud.tencent.com/document/api/866/33527#[ElectronicAirTransportDetail](https://cloud.tencent.com/document/api/866/33527#ElectronicAirTransportDetail))
89146
+ * [[ElectronicTrainTicket](https://cloud.tencent.com/document/api/866/33527#ElectronicTrainTicket)](https://cloud.tencent.com/document/api/866/33527#[ElectronicTrainTicket](https://cloud.tencent.com/document/api/866/33527#ElectronicTrainTicket))
89147
+
89148
+ 修改数据结构:
89149
+
89150
+ * [VatInvoice](https://cloud.tencent.com/document/api/866/33527#VatInvoice)
89151
+
89152
+ * 新增成员:ElectronicType
89153
+
89154
+
89076
89155
  ### 第 124 次发布
89077
89156
 
89078
89157
  发布时间:2023-12-08 02:12:05
@@ -110977,6 +111056,25 @@
110977
111056
 
110978
111057
  ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
110979
111058
 
111059
+ ### 第 100 次发布
111060
+
111061
+ 发布时间:2023-12-21 02:11:13
111062
+
111063
+ 本次发布包含了以下内容:
111064
+
111065
+ 改善已有的文档。
111066
+
111067
+ 修改接口:
111068
+
111069
+ * [DescribeNamespaceBundlesOpt](https://cloud.tencent.com/document/api/1179/59039)
111070
+
111071
+ * <font color="#dd0000">**删除出参**:</font>BundleSet
111072
+
111073
+
111074
+ <font color="#dd0000">**删除数据结构**:</font>
111075
+
111076
+ * BundleSetOpt
111077
+
110980
111078
  ### 第 99 次发布
110981
111079
 
110982
111080
  发布时间:2023-12-19 02:14:52
@@ -119453,6 +119551,25 @@
119453
119551
 
119454
119552
  ## TI-ONE 训练平台(tione) 版本:2021-11-11
119455
119553
 
119554
+ ### 第 48 次发布
119555
+
119556
+ 发布时间:2023-12-21 02:14:50
119557
+
119558
+ 本次发布包含了以下内容:
119559
+
119560
+ 改善已有的文档。
119561
+
119562
+ 修改接口:
119563
+
119564
+ * [DescribeBillingResourceGroups](https://cloud.tencent.com/document/api/851/75065)
119565
+
119566
+ * <font color="#dd0000">**修改入参**:</font>Type
119567
+
119568
+ * [DescribeBillingSpecs](https://cloud.tencent.com/document/api/851/80175)
119569
+
119570
+ * <font color="#dd0000">**修改入参**:</font>TaskType
119571
+
119572
+
119456
119573
  ### 第 47 次发布
119457
119574
 
119458
119575
  发布时间:2023-12-20 02:15:59
@@ -119463,12 +119580,12 @@
119463
119580
 
119464
119581
  新增接口:
119465
119582
 
119466
- * [[DescribeModelAccelerateVersions](https://cloud.tencent.com/document/api/851/102555)](https://cloud.tencent.com/document/api/#/#)
119583
+ * [DescribeModelAccelerateVersions](https://cloud.tencent.com/document/api/851/102555)
119467
119584
 
119468
119585
  新增数据结构:
119469
119586
 
119470
- * [[ModelAccelerateVersion](https://cloud.tencent.com/document/api/851/75051#ModelAccelerateVersion)](https://cloud.tencent.com/document/api/851/75051#[ModelAccelerateVersion](https://cloud.tencent.com/document/api/851/75051#ModelAccelerateVersion))
119471
- * [[ModelSource](https://cloud.tencent.com/document/api/851/75051#ModelSource)](https://cloud.tencent.com/document/api/851/75051#[ModelSource](https://cloud.tencent.com/document/api/851/75051#ModelSource))
119587
+ * [ModelAccelerateVersion](https://cloud.tencent.com/document/api/851/75051#ModelAccelerateVersion)
119588
+ * [ModelSource](https://cloud.tencent.com/document/api/851/75051#ModelSource)
119472
119589
 
119473
119590
  ### 第 46 次发布
119474
119591
 
@@ -131643,6 +131760,22 @@
131643
131760
 
131644
131761
  ## 云点播(vod) 版本:2018-07-17
131645
131762
 
131763
+ ### 第 176 次发布
131764
+
131765
+ 发布时间:2023-12-21 02:21:45
131766
+
131767
+ 本次发布包含了以下内容:
131768
+
131769
+ 改善已有的文档。
131770
+
131771
+ 新增接口:
131772
+
131773
+ * [[EnhanceMediaQuality](https://cloud.tencent.com/document/api/266/102571)](https://cloud.tencent.com/document/api/#/#)
131774
+
131775
+ 新增数据结构:
131776
+
131777
+ * [[EnhanceMediaQualityOutputConfig](https://cloud.tencent.com/document/api/266/31773#EnhanceMediaQualityOutputConfig)](https://cloud.tencent.com/document/api/266/31773#[EnhanceMediaQualityOutputConfig](https://cloud.tencent.com/document/api/266/31773#EnhanceMediaQualityOutputConfig))
131778
+
131646
131779
  ### 第 175 次发布
131647
131780
 
131648
131781
  发布时间:2023-12-04 00:22:12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.762",
3
+ "version": "4.0.763",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -17,7 +17,7 @@
17
17
  | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-11-16 01:06:33 |
18
18
  | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-12-15 18:59:23 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-11-20 00:01:45 |
20
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-12-20 01:08:48 |
20
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-12-21 01:08:50 |
21
21
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
22
22
  | ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2023-10-13 01:07:08 |
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-12-15 19:00:41 |
@@ -80,7 +80,7 @@
80
80
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-08-22 01:11:33 |
81
81
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-12-20 01:30:30 |
82
82
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-10-30 00:33:47 |
83
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-12-15 19:29:56 |
83
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-12-21 01:31:01 |
84
84
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-11-15 01:33:00 |
85
85
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-12-15 01:10:52 |
86
86
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-11-10 01:14:28 |
@@ -96,8 +96,8 @@
96
96
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
97
97
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-12-19 01:39:39 |
98
98
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-12-05 01:46:13 |
99
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-12-20 01:38:18 |
100
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-12-20 01:39:27 |
99
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-12-21 01:37:51 |
100
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-12-21 01:38:43 |
101
101
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-12-15 19:41:44 |
102
102
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-12-06 01:49:35 |
103
103
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
@@ -132,7 +132,7 @@
132
132
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-05-18 01:35:21 |
133
133
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-11-30 04:52:16 |
134
134
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-08-17 03:51:31 |
135
- | lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2023-12-14 02:03:05 |
135
+ | lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2023-12-21 01:48:52 |
136
136
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-12-20 01:50:09 |
137
137
  | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-12-19 01:53:39 |
138
138
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
@@ -154,7 +154,7 @@
154
154
  | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-09-15 02:14:19 |
155
155
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
156
156
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-12-20 01:57:04 |
157
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-12-08 02:12:05 |
157
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-12-21 01:56:34 |
158
158
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-12-13 02:14:02 |
159
159
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-11-08 02:00:11 |
160
160
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-08-17 04:23:46 |
@@ -201,10 +201,10 @@
201
201
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-11-29 02:03:30 |
202
202
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
203
203
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
204
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-12-19 02:14:52 |
204
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-12-21 02:11:13 |
205
205
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-11-15 02:26:59 |
206
206
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-12-20 02:13:36 |
207
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-12-20 02:14:14 |
207
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-12-21 02:13:02 |
208
208
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-11-27 00:20:12 |
209
209
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
210
210
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
@@ -212,7 +212,7 @@
212
212
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2023-08-17 05:26:12 |
213
213
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
214
214
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-09-01 01:23:47 |
215
- | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-12-20 02:15:59 |
215
+ | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-12-21 02:14:50 |
216
216
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-12-01 01:26:06 |
217
217
  | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-12-13 02:38:08 |
218
218
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
@@ -231,7 +231,7 @@
231
231
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-08-17 05:50:27 |
232
232
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-11-15 02:36:58 |
233
233
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
234
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-12-08 02:44:40 |
234
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-12-21 02:21:45 |
235
235
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-12-19 02:27:19 |
236
236
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-11-27 00:23:42 |
237
237
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-12-20 02:27:15 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.762"
1
+ export const sdkVersion = "4.0.763"
@@ -783,7 +783,7 @@ export interface CreateRecTaskRequest {
783
783
  */
784
784
  FilterModal?: number
785
785
  /**
786
- * 单标点最多字数
786
+ * 单标点最多字数(目前仅支持8k_zh/16k_zh引擎)
787
787
  **可控制单行字幕最大字数,适用于字幕生成场景**,取值范围:[6,40]
788
788
  0:不开启该功能;
789
789
  默认值为0
@@ -2313,12 +2313,12 @@ export interface DataEngineConfigInstanceInfo {
2313
2313
  */
2314
2314
  export interface CrontabResumeSuspendStrategy {
2315
2315
  /**
2316
- * 定时拉起时间:如:周一8点
2316
+ * 定时拉起时间:如:周一&周三8点
2317
2317
  注意:此字段可能返回 null,表示取不到有效值。
2318
2318
  */
2319
2319
  ResumeTime?: string
2320
2320
  /**
2321
- * 定时挂起时间:如:周一20点
2321
+ * 定时挂起时间:如:周一&周三20点
2322
2322
  注意:此字段可能返回 null,表示取不到有效值。
2323
2323
  */
2324
2324
  SuspendTime?: string