tencentcloud-sdk-nodejs 4.0.971 → 4.0.972
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/CHANGELOG.md +87 -0
- package/SERVICE_CHANGELOG.md +111 -331
- package/package.json +1 -1
- package/products.md +11 -10
- package/src/common/sdk_version.ts +1 -1
- package/src/services/as/v20180419/as_models.ts +189 -150
- package/src/services/cdc/v20201214/cdc_models.ts +9 -9
- package/src/services/cls/v20201016/cls_client.ts +63 -14
- package/src/services/cls/v20201016/cls_models.ts +342 -111
- package/src/services/ess/v20201111/ess_models.ts +5 -4
- package/src/services/essbasic/v20210526/essbasic_models.ts +5 -6
- package/src/services/ig/index.ts +5 -0
- package/src/services/ig/v20210518/ig_client.ts +40 -0
- package/src/services/ig/v20210518/ig_models.ts +52 -0
- package/src/services/ig/v20210518/index.ts +6 -0
- package/src/services/index.ts +1 -0
- package/src/services/lke/v20231130/lke_models.ts +8 -8
- package/src/services/mrs/v20200910/mrs_models.ts +8 -0
- package/src/services/soe/v20180724/soe_models.ts +10 -10
- package/src/services/tat/v20201028/tat_models.ts +3 -12
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +189 -150
- package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +9 -9
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +19 -3
- package/tencentcloud/services/cls/v20201016/cls_client.js +27 -3
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +333 -111
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +5 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +5 -6
- package/tencentcloud/services/ig/index.d.ts +6 -0
- package/tencentcloud/services/ig/index.js +7 -0
- package/tencentcloud/services/ig/v20210518/ig_client.d.ts +14 -0
- package/tencentcloud/services/ig/v20210518/ig_client.js +37 -0
- package/tencentcloud/services/ig/v20210518/ig_models.d.ts +34 -0
- package/tencentcloud/services/ig/v20210518/ig_models.js +18 -0
- package/tencentcloud/services/ig/v20210518/index.d.ts +6 -0
- package/tencentcloud/services/ig/v20210518/index.js +9 -0
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +8 -8
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +8 -0
- package/tencentcloud/services/soe/v20180724/soe_models.d.ts +10 -10
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +3 -12
- package/test/cls.v20201016.test.js +42 -2
- package/test/ig.v20210518.test.js +31 -0
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing,
|
|
11
|
+
* software distributed under the License is distributed on an
|
|
12
|
+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
13
|
+
* KIND, either express or implied. See the License for the
|
|
14
|
+
* specific language governing permissions and limitations
|
|
15
|
+
* under the License.
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* DescribeIgOrderList请求参数结构体
|
|
20
|
+
*/
|
|
21
|
+
export interface DescribeIgOrderListRequest {
|
|
22
|
+
/**
|
|
23
|
+
* 页码
|
|
24
|
+
*/
|
|
25
|
+
PageNumber: number
|
|
26
|
+
/**
|
|
27
|
+
* 每页数目
|
|
28
|
+
*/
|
|
29
|
+
PageSize: number
|
|
30
|
+
/**
|
|
31
|
+
* 产品类型
|
|
32
|
+
*/
|
|
33
|
+
ProductType: string
|
|
34
|
+
/**
|
|
35
|
+
* 订单状态
|
|
36
|
+
*/
|
|
37
|
+
OrderStatus?: number
|
|
38
|
+
/**
|
|
39
|
+
* 搜索关键字
|
|
40
|
+
*/
|
|
41
|
+
KeyWord?: string
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* DescribeIgOrderList返回参数结构体
|
|
46
|
+
*/
|
|
47
|
+
export interface DescribeIgOrderListResponse {
|
|
48
|
+
/**
|
|
49
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
50
|
+
*/
|
|
51
|
+
RequestId?: string
|
|
52
|
+
}
|
package/src/services/index.ts
CHANGED
|
@@ -1532,7 +1532,7 @@ export interface ListDocResponse {
|
|
|
1532
1532
|
*/
|
|
1533
1533
|
export interface GetDocPreviewRequest {
|
|
1534
1534
|
/**
|
|
1535
|
-
*
|
|
1535
|
+
* 文档BizID
|
|
1536
1536
|
*/
|
|
1537
1537
|
DocBizId: string
|
|
1538
1538
|
/**
|
|
@@ -3135,7 +3135,7 @@ export interface ListReleaseDocPreviewRequest {
|
|
|
3135
3135
|
*/
|
|
3136
3136
|
Query?: string
|
|
3137
3137
|
/**
|
|
3138
|
-
*
|
|
3138
|
+
* 发布单ID
|
|
3139
3139
|
*/
|
|
3140
3140
|
ReleaseBizId?: string
|
|
3141
3141
|
/**
|
|
@@ -3516,7 +3516,7 @@ export interface GroupQARequest {
|
|
|
3516
3516
|
*/
|
|
3517
3517
|
BotBizId: string
|
|
3518
3518
|
/**
|
|
3519
|
-
*
|
|
3519
|
+
* QaBizID列表
|
|
3520
3520
|
*/
|
|
3521
3521
|
QaBizIds: Array<string>
|
|
3522
3522
|
/**
|
|
@@ -3627,7 +3627,7 @@ export interface DescribeAppRequest {
|
|
|
3627
3627
|
*/
|
|
3628
3628
|
export interface GetReconstructDocumentResultRequest {
|
|
3629
3629
|
/**
|
|
3630
|
-
* 任务唯一
|
|
3630
|
+
* 任务唯一Id。[CreateReconstructDocumentFlow](https://cloud.tencent.com/document/product/1759/107506) 返回的TaskId。
|
|
3631
3631
|
*/
|
|
3632
3632
|
TaskId: string
|
|
3633
3633
|
}
|
|
@@ -4120,15 +4120,15 @@ export interface RetryDocAuditResponse {
|
|
|
4120
4120
|
*/
|
|
4121
4121
|
export interface GetReconstructDocumentResultResponse {
|
|
4122
4122
|
/**
|
|
4123
|
-
* 任务状态: Success->执行完成;Processing->执行中;Failed->执行失败;WaitExecute
|
|
4123
|
+
* 任务状态: Success->执行完成;Processing->执行中;Failed->执行失败;WaitExecute->等待执行。
|
|
4124
4124
|
*/
|
|
4125
4125
|
Status?: string
|
|
4126
4126
|
/**
|
|
4127
|
-
*
|
|
4127
|
+
* 本次文档解析的结果文件,存储在腾讯云COS的下载URL,下载URL的有效期为10分钟。
|
|
4128
4128
|
*/
|
|
4129
4129
|
DocumentRecognizeResultUrl?: string
|
|
4130
4130
|
/**
|
|
4131
|
-
*
|
|
4131
|
+
* 本次文档解析失败的页码信息。
|
|
4132
4132
|
*/
|
|
4133
4133
|
FailedPages?: Array<ReconstructDocumentFailedPage>
|
|
4134
4134
|
/**
|
|
@@ -5606,7 +5606,7 @@ export interface DescribeStorageCredentialRequest {
|
|
|
5606
5606
|
*/
|
|
5607
5607
|
FileType?: string
|
|
5608
5608
|
/**
|
|
5609
|
-
* IsPublic
|
|
5609
|
+
* IsPublic用于上传文件时选择场景,当上传为对话端文件时IsPublic为true,上传文档库文件时场景IsPublic为false
|
|
5610
5610
|
*/
|
|
5611
5611
|
IsPublic?: boolean
|
|
5612
5612
|
/**
|
|
@@ -1120,6 +1120,10 @@ export interface ImageMaskAsyncRequest {
|
|
|
1120
1120
|
* 图片脱敏选项, 不传默认都脱敏
|
|
1121
1121
|
*/
|
|
1122
1122
|
MaskFlag?: ImageMaskFlags
|
|
1123
|
+
/**
|
|
1124
|
+
* 是否自动矫正图片方向
|
|
1125
|
+
*/
|
|
1126
|
+
AutoFixImageDirection?: boolean
|
|
1123
1127
|
}
|
|
1124
1128
|
|
|
1125
1129
|
/**
|
|
@@ -5892,6 +5896,10 @@ export interface ImageMaskRequest {
|
|
|
5892
5896
|
* 图片脱敏选项, 不传默认都脱敏
|
|
5893
5897
|
*/
|
|
5894
5898
|
MaskFlag?: ImageMaskFlags
|
|
5899
|
+
/**
|
|
5900
|
+
* 是否自动矫正图片方向
|
|
5901
|
+
*/
|
|
5902
|
+
AutoFixImageDirection?: boolean
|
|
5895
5903
|
}
|
|
5896
5904
|
|
|
5897
5905
|
/**
|
|
@@ -22,42 +22,42 @@ export interface SentenceInfo {
|
|
|
22
22
|
/**
|
|
23
23
|
* 句子序号,在段落、自由说模式下有效,表示断句序号,最后的综合结果的为-1.
|
|
24
24
|
*/
|
|
25
|
-
SentenceId
|
|
25
|
+
SentenceId?: number
|
|
26
26
|
/**
|
|
27
27
|
* 详细发音评估结果
|
|
28
28
|
*/
|
|
29
|
-
Words
|
|
29
|
+
Words?: Array<WordRsp>
|
|
30
30
|
/**
|
|
31
31
|
* 发音精准度,取值范围[-1, 100],当取-1时指完全不匹配,当为句子模式时,是所有已识别单词准确度的加权平均值,在reftext中但未识别出来的词不计入分数中。
|
|
32
32
|
*/
|
|
33
|
-
PronAccuracy
|
|
33
|
+
PronAccuracy?: number
|
|
34
34
|
/**
|
|
35
35
|
* 发音流利度,取值范围[0, 1],当为词模式时,取值无意义;当为流式模式且请求中IsEnd未置1时,取值无意义
|
|
36
36
|
*/
|
|
37
|
-
PronFluency
|
|
37
|
+
PronFluency?: number
|
|
38
38
|
/**
|
|
39
39
|
* 发音完整度,取值范围[0, 1],当为词模式时,取值无意义;当为流式模式且请求中IsEnd未置1时,取值无意义
|
|
40
40
|
*/
|
|
41
|
-
PronCompletion
|
|
41
|
+
PronCompletion?: number
|
|
42
42
|
/**
|
|
43
|
-
* 建议评分,取值范围[0,100],评分方式为建议评分 = 准确度(PronAccuracyfloat
|
|
43
|
+
* 建议评分,取值范围[0,100],评分方式为建议评分 = 准确度(PronAccuracyfloat)× 完整度(PronCompletionfloat)×(2 - 完整度(PronCompletionfloat)),如若评分策略不符合请参考Words数组中的详细分数自定义评分逻辑。
|
|
44
44
|
*/
|
|
45
|
-
SuggestedScore
|
|
45
|
+
SuggestedScore?: number
|
|
46
46
|
/**
|
|
47
47
|
* 匹配候选文本的序号,在句子多分支、情景对 话、段落模式下表示匹配到的文本序号
|
|
48
48
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
49
49
|
*/
|
|
50
|
-
RefTextId
|
|
50
|
+
RefTextId?: number
|
|
51
51
|
/**
|
|
52
52
|
* 主题词命中标志,0表示没命中,1表示命中
|
|
53
53
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
54
54
|
*/
|
|
55
|
-
KeyWordHits
|
|
55
|
+
KeyWordHits?: Array<number>
|
|
56
56
|
/**
|
|
57
57
|
* 负向主题词命中标志,0表示没命中,1表示命中
|
|
58
58
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
59
59
|
*/
|
|
60
|
-
UnKeyWordHits
|
|
60
|
+
UnKeyWordHits?: Array<number>
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
/**
|
|
@@ -735,17 +735,14 @@ export interface EnableInvokerRequest {
|
|
|
735
735
|
export interface DefaultParameterConf {
|
|
736
736
|
/**
|
|
737
737
|
* 参数名。
|
|
738
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
739
738
|
*/
|
|
740
739
|
ParameterName: string
|
|
741
740
|
/**
|
|
742
741
|
* 参数默认值。
|
|
743
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
744
742
|
*/
|
|
745
743
|
ParameterValue: string
|
|
746
744
|
/**
|
|
747
745
|
* 参数描述。
|
|
748
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
749
746
|
*/
|
|
750
747
|
ParameterDescription?: string
|
|
751
748
|
}
|
|
@@ -821,11 +818,11 @@ export interface DescribeInvokersResponse {
|
|
|
821
818
|
/**
|
|
822
819
|
* 满足条件的执行器数量。
|
|
823
820
|
*/
|
|
824
|
-
TotalCount
|
|
821
|
+
TotalCount?: number
|
|
825
822
|
/**
|
|
826
823
|
* 执行器信息。
|
|
827
824
|
*/
|
|
828
|
-
InvokerSet
|
|
825
|
+
InvokerSet?: Array<Invoker>
|
|
829
826
|
/**
|
|
830
827
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
831
828
|
*/
|
|
@@ -1060,11 +1057,7 @@ export interface DescribeInvokersRequest {
|
|
|
1060
1057
|
*/
|
|
1061
1058
|
InvokerIds?: Array<string>
|
|
1062
1059
|
/**
|
|
1063
|
-
*
|
|
1064
|
-
|
|
1065
|
-
<li> invoker-id - String - 是否必填:否 - (过滤条件)按执行器ID过滤。
|
|
1066
|
-
<li> command-id - String - 是否必填:否 - (过滤条件)按命令ID过滤。
|
|
1067
|
-
<li> type - String - 是否必填:否 - (过滤条件)按执行器类型过滤。
|
|
1060
|
+
* 过滤条件:<li> invoker-id - String - 是否必填:否 - (过滤条件)按执行器ID过滤。</li> <li> command-id - String - 是否必填:否 - (过滤条件)按命令ID过滤。</li> <li> type - String - 是否必填:否 - (过滤条件)按执行器类型过滤。</li>
|
|
1068
1061
|
*/
|
|
1069
1062
|
Filters?: Array<Filter>
|
|
1070
1063
|
/**
|
|
@@ -1259,12 +1252,10 @@ export interface Command {
|
|
|
1259
1252
|
DefaultParameters?: string
|
|
1260
1253
|
/**
|
|
1261
1254
|
* 自定义参数的默认取值。
|
|
1262
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1263
1255
|
*/
|
|
1264
1256
|
DefaultParameterConfs?: Array<DefaultParameterConf>
|
|
1265
1257
|
/**
|
|
1266
1258
|
* 命令关联的场景
|
|
1267
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1268
1259
|
*/
|
|
1269
1260
|
Scenes?: Array<string>
|
|
1270
1261
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.0.
|
|
1
|
+
export declare const sdkVersion = "4.0.972";
|