tencentcloud-sdk-nodejs 4.0.249 → 4.0.253
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 +941 -78
- package/package.json +1 -1
- package/products.md +35 -34
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_models.ts +20 -0
- package/src/services/asr/v20190614/asr_client.ts +2 -2
- package/src/services/asr/v20190614/asr_models.ts +10 -2
- package/src/services/billing/v20180709/billing_models.ts +51 -20
- package/src/services/ccc/v20200210/ccc_client.ts +31 -15
- package/src/services/ccc/v20200210/ccc_models.ts +334 -179
- package/src/services/cdn/v20180606/cdn_client.ts +6 -4
- package/src/services/cdn/v20180606/cdn_models.ts +130 -39
- package/src/services/ckafka/v20190819/ckafka_client.ts +3 -2
- package/src/services/ckafka/v20190819/ckafka_models.ts +53 -38
- package/src/services/cls/v20201016/cls_models.ts +2 -0
- package/src/services/cpdp/v20190820/cpdp_client.ts +34 -9
- package/src/services/cpdp/v20190820/cpdp_models.ts +319 -159
- package/src/services/dcdb/v20180411/dcdb_models.ts +7 -7
- package/src/services/dnspod/v20210323/dnspod_client.ts +82 -69
- package/src/services/dnspod/v20210323/dnspod_models.ts +1178 -1133
- package/src/services/domain/v20180808/domain_models.ts +20 -0
- package/src/services/ecm/v20190719/ecm_models.ts +2 -2
- package/src/services/emr/v20190103/emr_models.ts +40 -4
- package/src/services/ft/v20200304/ft_models.ts +8 -2
- package/src/services/gs/v20191118/gs_models.ts +3 -3
- package/src/services/index.ts +1 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +38 -13
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +113 -21
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +2 -2
- package/src/services/mongodb/v20190725/mongodb_models.ts +5 -0
- package/src/services/oceanus/v20190422/oceanus_models.ts +22 -0
- package/src/services/postgres/v20170312/postgres_models.ts +5 -5
- package/src/services/redis/v20180412/redis_models.ts +4 -3
- package/src/services/rum/v20210622/rum_client.ts +27 -3
- package/src/services/rum/v20210622/rum_models.ts +270 -25
- package/src/services/scf/v20180416/scf_client.ts +13 -0
- package/src/services/scf/v20180416/scf_models.ts +81 -27
- package/src/services/ssl/v20191205/ssl_models.ts +1 -1
- package/src/services/tat/v20201028/tat_client.ts +16 -1
- package/src/services/tat/v20201028/tat_models.ts +31 -4
- package/src/services/tcb/v20180608/tcb_models.ts +6 -1
- package/src/services/tcss/index.ts +5 -0
- package/src/services/tcss/v20201101/index.ts +6 -0
- package/src/services/tcss/v20201101/tcss_client.ts +2106 -0
- package/src/services/tcss/v20201101/tcss_models.ts +11427 -0
- package/src/services/tem/v20210701/tem_client.ts +12 -0
- package/src/services/tem/v20210701/tem_models.ts +35 -0
- package/src/services/tke/v20180525/tke_models.ts +6 -0
- package/src/services/vod/v20180717/vod_client.ts +5 -3
- package/src/services/vod/v20180717/vod_models.ts +245 -30
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +16 -0
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +2 -2
- package/tencentcloud/services/asr/v20190614/asr_client.js +2 -2
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +9 -2
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +50 -19
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +9 -5
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +12 -6
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +283 -153
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +113 -35
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +46 -33
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +2 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +11 -3
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +15 -3
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +271 -136
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +7 -7
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +9 -5
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +12 -6
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +1048 -1009
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +16 -0
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +2 -2
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +34 -4
- package/tencentcloud/services/ft/v20200304/ft_models.d.ts +7 -2
- package/tencentcloud/services/gs/v20191118/gs_models.d.ts +3 -3
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +13 -5
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +18 -6
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +97 -18
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +2 -2
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +4 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +18 -0
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +5 -5
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +3 -2
- package/tencentcloud/services/rum/v20210622/rum_client.d.ts +9 -1
- package/tencentcloud/services/rum/v20210622/rum_client.js +12 -0
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +225 -25
- package/tencentcloud/services/scf/v20180416/scf_client.d.ts +5 -1
- package/tencentcloud/services/scf/v20180416/scf_client.js +6 -0
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +73 -26
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +1 -1
- package/tencentcloud/services/tat/v20201028/tat_client.d.ts +8 -1
- package/tencentcloud/services/tat/v20201028/tat_client.js +9 -0
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +28 -4
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +5 -1
- package/tencentcloud/services/tcss/index.d.ts +6 -0
- package/tencentcloud/services/tcss/index.js +7 -0
- package/tencentcloud/services/tcss/v20201101/index.d.ts +6 -0
- package/tencentcloud/services/tcss/v20201101/index.js +9 -0
- package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +674 -0
- package/tencentcloud/services/tcss/v20201101/tcss_client.js +1027 -0
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +9642 -0
- package/tencentcloud/services/tcss/v20201101/tcss_models.js +18 -0
- package/tencentcloud/services/tem/v20210701/tem_client.d.ts +5 -1
- package/tencentcloud/services/tem/v20210701/tem_client.js +6 -0
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +30 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +4 -3
- package/tencentcloud/services/vod/v20180717/vod_client.js +4 -3
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +177 -0
- package/test/ccc.v20200210.test.js +14 -4
- package/test/cpdp.v20190820.test.js +22 -2
- package/test/dnspod.v20210323.test.js +14 -4
- package/test/iotexplorer.v20190423.test.js +24 -4
- package/test/rum.v20210622.test.js +20 -0
- package/test/scf.v20180416.test.js +10 -0
- package/test/tat.v20201028.test.js +10 -0
- package/test/tcss.v20201101.test.js +1681 -0
- package/test/tem.v20210701.test.js +10 -0
|
@@ -46,6 +46,8 @@ import {
|
|
|
46
46
|
DescribeRunPodPage,
|
|
47
47
|
IngressTls,
|
|
48
48
|
DeployServicePodDetail,
|
|
49
|
+
ModifyApplicationReplicasResponse,
|
|
50
|
+
ModifyApplicationReplicasRequest,
|
|
49
51
|
LogOutputConf,
|
|
50
52
|
DescribeIngressesResponse,
|
|
51
53
|
DeleteIngressResponse,
|
|
@@ -104,6 +106,16 @@ export class Client extends AbstractClient {
|
|
|
104
106
|
return this.request("DeployApplication", req, cb)
|
|
105
107
|
}
|
|
106
108
|
|
|
109
|
+
/**
|
|
110
|
+
* 修改应用实例数量
|
|
111
|
+
*/
|
|
112
|
+
async ModifyApplicationReplicas(
|
|
113
|
+
req: ModifyApplicationReplicasRequest,
|
|
114
|
+
cb?: (error: string, rep: ModifyApplicationReplicasResponse) => void
|
|
115
|
+
): Promise<ModifyApplicationReplicasResponse> {
|
|
116
|
+
return this.request("ModifyApplicationReplicas", req, cb)
|
|
117
|
+
}
|
|
118
|
+
|
|
107
119
|
/**
|
|
108
120
|
* 重启应用实例
|
|
109
121
|
*/
|
|
@@ -1067,6 +1067,41 @@ export interface DeployServicePodDetail {
|
|
|
1067
1067
|
Webshell?: string
|
|
1068
1068
|
}
|
|
1069
1069
|
|
|
1070
|
+
/**
|
|
1071
|
+
* ModifyApplicationReplicas返回参数结构体
|
|
1072
|
+
*/
|
|
1073
|
+
export interface ModifyApplicationReplicasResponse {
|
|
1074
|
+
/**
|
|
1075
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1076
|
+
*/
|
|
1077
|
+
RequestId?: string
|
|
1078
|
+
}
|
|
1079
|
+
|
|
1080
|
+
/**
|
|
1081
|
+
* ModifyApplicationReplicas请求参数结构体
|
|
1082
|
+
*/
|
|
1083
|
+
export interface ModifyApplicationReplicasRequest {
|
|
1084
|
+
/**
|
|
1085
|
+
* 服务id
|
|
1086
|
+
*/
|
|
1087
|
+
ApplicationId: string
|
|
1088
|
+
|
|
1089
|
+
/**
|
|
1090
|
+
* 环境ID
|
|
1091
|
+
*/
|
|
1092
|
+
EnvironmentId: string
|
|
1093
|
+
|
|
1094
|
+
/**
|
|
1095
|
+
* 实例数量
|
|
1096
|
+
*/
|
|
1097
|
+
Replicas: number
|
|
1098
|
+
|
|
1099
|
+
/**
|
|
1100
|
+
* 来源渠道
|
|
1101
|
+
*/
|
|
1102
|
+
SourceChannel?: number
|
|
1103
|
+
}
|
|
1104
|
+
|
|
1070
1105
|
/**
|
|
1071
1106
|
* 日志输出配置
|
|
1072
1107
|
*/
|
|
@@ -216,6 +216,7 @@ import {
|
|
|
216
216
|
SegmentConfigureInfoForUpdate,
|
|
217
217
|
UserDefineConfigureInfo,
|
|
218
218
|
AiRecognitionTaskSegmentSegmentItem,
|
|
219
|
+
RestoreMediaTask,
|
|
219
220
|
AiReviewPornOcrTaskInput,
|
|
220
221
|
OcrWordsConfigureInfo,
|
|
221
222
|
CreateSuperPlayerConfigResponse,
|
|
@@ -1218,7 +1219,8 @@ export class Client extends AbstractClient {
|
|
|
1218
1219
|
|
|
1219
1220
|
/**
|
|
1220
1221
|
* 该接口用于查询指定日期范围内每天的播放统计数据。
|
|
1221
|
-
*
|
|
1222
|
+
* 可以查询最近一年的播放统计数据。
|
|
1223
|
+
* 结束日期和起始日期的时间跨度最大为90天。
|
|
1222
1224
|
*/
|
|
1223
1225
|
async DescribeDailyMediaPlayStat(
|
|
1224
1226
|
req: DescribeDailyMediaPlayStatRequest,
|
|
@@ -1249,7 +1251,7 @@ export class Client extends AbstractClient {
|
|
|
1249
1251
|
|
|
1250
1252
|
/**
|
|
1251
1253
|
* 该接口用于查询每日播放Top100 的媒体文件的播放统计数据。
|
|
1252
|
-
*
|
|
1254
|
+
* 可以查询最近一年的播放统计数据。
|
|
1253
1255
|
* 可以按播放次数或者播放流量查询。
|
|
1254
1256
|
* 播放次数统计说明:
|
|
1255
1257
|
1. HLS 文件:访问 M3U8 文件时统计播放次数;访问 TS 文件不统计播放次数。
|
|
@@ -1932,7 +1934,7 @@ export class Client extends AbstractClient {
|
|
|
1932
1934
|
|
|
1933
1935
|
/**
|
|
1934
1936
|
* 该接口用于查询播放统计文件的下载地址。
|
|
1935
|
-
*
|
|
1937
|
+
* 可以查询最近一年的播放统计文件下载地址,查询的起始日期和结束日期的时间跨度不超过90天。
|
|
1936
1938
|
* 云点播每天对前一天的 CDN 请求日志进行分析处理,生成播放统计文件。
|
|
1937
1939
|
* 播放统计文件内容包含媒体文件的播放次数、播放流量等统计信息。
|
|
1938
1940
|
* 播放次数统计说明:
|
|
@@ -672,9 +672,20 @@ export interface AiReviewProhibitedOcrTaskOutput {
|
|
|
672
672
|
Suggestion: string
|
|
673
673
|
|
|
674
674
|
/**
|
|
675
|
-
|
|
676
|
-
|
|
675
|
+
* Ocr 文字有涉违禁嫌疑的视频片段列表。
|
|
676
|
+
<font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
|
|
677
|
+
*/
|
|
677
678
|
SegmentSet: Array<MediaContentReviewOcrTextSegmentItem>
|
|
679
|
+
|
|
680
|
+
/**
|
|
681
|
+
* Ocr 文字有涉违禁嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达 SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
|
|
682
|
+
*/
|
|
683
|
+
SegmentSetFileUrl: string
|
|
684
|
+
|
|
685
|
+
/**
|
|
686
|
+
* Ocr 文字有涉违禁嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
687
|
+
*/
|
|
688
|
+
SegmentSetFileUrlExpireTime: string
|
|
678
689
|
}
|
|
679
690
|
|
|
680
691
|
/**
|
|
@@ -758,9 +769,20 @@ export interface ModifyEventConfigResponse {
|
|
|
758
769
|
*/
|
|
759
770
|
export interface AiAnalysisTaskCoverOutput {
|
|
760
771
|
/**
|
|
761
|
-
|
|
762
|
-
|
|
772
|
+
* 智能封面列表。
|
|
773
|
+
<font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 CoverSetFileUrl 对应的文件中获取。
|
|
774
|
+
*/
|
|
763
775
|
CoverSet: Array<MediaAiAnalysisCoverItem>
|
|
776
|
+
|
|
777
|
+
/**
|
|
778
|
+
* 智能封面列表文件 URL。文件的内容为 JSON,数据结构与 CoverSet 字段一致。 (文件不会永久存储,到达 CoverSetFileUrlExpireTime 时间点后文件将被删除)。
|
|
779
|
+
*/
|
|
780
|
+
CoverSetFileUrl: string
|
|
781
|
+
|
|
782
|
+
/**
|
|
783
|
+
* 智能封面列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
784
|
+
*/
|
|
785
|
+
CoverSetFileUrlExpireTime: string
|
|
764
786
|
}
|
|
765
787
|
|
|
766
788
|
/**
|
|
@@ -2562,9 +2584,20 @@ export interface DescribeEventConfigRequest {
|
|
|
2562
2584
|
*/
|
|
2563
2585
|
export interface AiAnalysisTaskClassificationOutput {
|
|
2564
2586
|
/**
|
|
2565
|
-
|
|
2566
|
-
|
|
2587
|
+
* 视频智能分类列表。
|
|
2588
|
+
<font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 ClassificationSetFileUrl 对应的文件中获取。
|
|
2589
|
+
*/
|
|
2567
2590
|
ClassificationSet: Array<MediaAiAnalysisClassificationItem>
|
|
2591
|
+
|
|
2592
|
+
/**
|
|
2593
|
+
* 视频智能分类列表文件 URL。文件的内容为 JSON,数据结构与 ClassificationSet 字段一致。 (文件不会永久存储,到达 ClassificationSetFileUrlExpireTime 时间点后文件将被删除)。
|
|
2594
|
+
*/
|
|
2595
|
+
ClassificationSetFileUrl: string
|
|
2596
|
+
|
|
2597
|
+
/**
|
|
2598
|
+
* 视频智能分类列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
2599
|
+
*/
|
|
2600
|
+
ClassificationSetFileUrlExpireTime: string
|
|
2568
2601
|
}
|
|
2569
2602
|
|
|
2570
2603
|
/**
|
|
@@ -4241,9 +4274,20 @@ export interface AiReviewPornAsrTaskOutput {
|
|
|
4241
4274
|
Suggestion: string
|
|
4242
4275
|
|
|
4243
4276
|
/**
|
|
4244
|
-
|
|
4245
|
-
|
|
4277
|
+
* Asr 文字有涉黄嫌疑的视频片段列表。
|
|
4278
|
+
<font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
|
|
4279
|
+
*/
|
|
4246
4280
|
SegmentSet: Array<MediaContentReviewAsrTextSegmentItem>
|
|
4281
|
+
|
|
4282
|
+
/**
|
|
4283
|
+
* Asr 文字有涉黄嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达 SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
|
|
4284
|
+
*/
|
|
4285
|
+
SegmentSetFileUrl: string
|
|
4286
|
+
|
|
4287
|
+
/**
|
|
4288
|
+
* Asr 文字有涉黄嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
4289
|
+
*/
|
|
4290
|
+
SegmentSetFileUrlExpireTime: string
|
|
4247
4291
|
}
|
|
4248
4292
|
|
|
4249
4293
|
/**
|
|
@@ -5307,6 +5351,50 @@ export interface AiRecognitionTaskSegmentSegmentItem {
|
|
|
5307
5351
|
SpecialInfo: string
|
|
5308
5352
|
}
|
|
5309
5353
|
|
|
5354
|
+
/**
|
|
5355
|
+
* 取回视频任务信息
|
|
5356
|
+
*/
|
|
5357
|
+
export interface RestoreMediaTask {
|
|
5358
|
+
/**
|
|
5359
|
+
* 取回任务状态,0表示取回完成,其他值表示取回还未完成。
|
|
5360
|
+
*/
|
|
5361
|
+
Status: number
|
|
5362
|
+
|
|
5363
|
+
/**
|
|
5364
|
+
* 提示信息。
|
|
5365
|
+
*/
|
|
5366
|
+
Message: string
|
|
5367
|
+
|
|
5368
|
+
/**
|
|
5369
|
+
* 文件ID。
|
|
5370
|
+
*/
|
|
5371
|
+
FileId: string
|
|
5372
|
+
|
|
5373
|
+
/**
|
|
5374
|
+
* 文件原始存储类型。
|
|
5375
|
+
*/
|
|
5376
|
+
OriginalStorageClass: string
|
|
5377
|
+
|
|
5378
|
+
/**
|
|
5379
|
+
* 文件目标存储类型。对于临时取回,目标存储类型与原始存储类型相同。
|
|
5380
|
+
*/
|
|
5381
|
+
TargetStorageClass: string
|
|
5382
|
+
|
|
5383
|
+
/**
|
|
5384
|
+
* 取回模式,取值:
|
|
5385
|
+
<li>Expedited:极速模式</li>
|
|
5386
|
+
<li>Standard:标准模式</li>
|
|
5387
|
+
<li>Bulk:批量模式</li>
|
|
5388
|
+
*/
|
|
5389
|
+
RestoreTier: string
|
|
5390
|
+
|
|
5391
|
+
/**
|
|
5392
|
+
* 临时取回副本有效期,单位:天。对于永久取回,取值为0。
|
|
5393
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5394
|
+
*/
|
|
5395
|
+
RestoreDay: number
|
|
5396
|
+
}
|
|
5397
|
+
|
|
5310
5398
|
/**
|
|
5311
5399
|
* 内容审核 Ocr 文字鉴黄任务输入参数类型
|
|
5312
5400
|
*/
|
|
@@ -5350,9 +5438,20 @@ export interface CreateSuperPlayerConfigResponse {
|
|
|
5350
5438
|
*/
|
|
5351
5439
|
export interface AiAnalysisTaskFrameTagOutput {
|
|
5352
5440
|
/**
|
|
5353
|
-
|
|
5354
|
-
|
|
5441
|
+
* 视频按帧标签列表。
|
|
5442
|
+
<font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
|
|
5443
|
+
*/
|
|
5355
5444
|
SegmentSet: Array<MediaAiAnalysisFrameTagSegmentItem>
|
|
5445
|
+
|
|
5446
|
+
/**
|
|
5447
|
+
* 视频按帧标签列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
|
|
5448
|
+
*/
|
|
5449
|
+
SegmentSetFileUrl: string
|
|
5450
|
+
|
|
5451
|
+
/**
|
|
5452
|
+
* 视频按帧标签列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
5453
|
+
*/
|
|
5454
|
+
SegmentSetFileUrlExpireTime: string
|
|
5356
5455
|
}
|
|
5357
5456
|
|
|
5358
5457
|
/**
|
|
@@ -5636,9 +5735,20 @@ export interface SearchMediaResponse {
|
|
|
5636
5735
|
*/
|
|
5637
5736
|
export interface AiAnalysisTaskTagOutput {
|
|
5638
5737
|
/**
|
|
5639
|
-
|
|
5640
|
-
|
|
5738
|
+
* 视频智能标签列表。
|
|
5739
|
+
<font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 TagSetFileUrl 对应的文件中获取。
|
|
5740
|
+
*/
|
|
5641
5741
|
TagSet: Array<MediaAiAnalysisTagItem>
|
|
5742
|
+
|
|
5743
|
+
/**
|
|
5744
|
+
* 视频智能标签列表文件 URL。文件的内容为 JSON,数据结构与 TagSet 字段一致。 (文件不会永久存储,到达 TagSetFileUrlExpireTime 时间点后文件将被删除)。
|
|
5745
|
+
*/
|
|
5746
|
+
TagSetFileUrl: string
|
|
5747
|
+
|
|
5748
|
+
/**
|
|
5749
|
+
* 视频智能标签列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
5750
|
+
*/
|
|
5751
|
+
TagSetFileUrlExpireTime: string
|
|
5642
5752
|
}
|
|
5643
5753
|
|
|
5644
5754
|
/**
|
|
@@ -5646,9 +5756,20 @@ export interface AiAnalysisTaskTagOutput {
|
|
|
5646
5756
|
*/
|
|
5647
5757
|
export interface AiAnalysisTaskHighlightOutput {
|
|
5648
5758
|
/**
|
|
5649
|
-
|
|
5650
|
-
|
|
5759
|
+
* 视频智能精彩片段列表。
|
|
5760
|
+
<font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 HighlightSetFileUrl 对应的文件中获取。
|
|
5761
|
+
*/
|
|
5651
5762
|
HighlightSet: Array<MediaAiAnalysisHighlightItem>
|
|
5763
|
+
|
|
5764
|
+
/**
|
|
5765
|
+
* 视频智能精彩片段列表文件 URL。文件的内容为 JSON,数据结构与 HighlightSet 字段一致。 (文件不会永久存储,到达 HighlightSetFileUrlExpireTime 时间点后文件将被删除)。
|
|
5766
|
+
*/
|
|
5767
|
+
HighlightSetFileUrl: string
|
|
5768
|
+
|
|
5769
|
+
/**
|
|
5770
|
+
* 视频智能精彩片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
5771
|
+
*/
|
|
5772
|
+
HighlightSetFileUrlExpireTime: string
|
|
5652
5773
|
}
|
|
5653
5774
|
|
|
5654
5775
|
/**
|
|
@@ -7623,9 +7744,20 @@ export interface AiReviewTerrorismTaskOutput {
|
|
|
7623
7744
|
Label: string
|
|
7624
7745
|
|
|
7625
7746
|
/**
|
|
7626
|
-
|
|
7627
|
-
|
|
7747
|
+
* 有暴恐嫌疑的视频片段列表。
|
|
7748
|
+
<font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
|
|
7749
|
+
*/
|
|
7628
7750
|
SegmentSet: Array<MediaContentReviewSegmentItem>
|
|
7751
|
+
|
|
7752
|
+
/**
|
|
7753
|
+
* 暴恐嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
|
|
7754
|
+
*/
|
|
7755
|
+
SegmentSetFileUrl: string
|
|
7756
|
+
|
|
7757
|
+
/**
|
|
7758
|
+
* 暴恐嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
7759
|
+
*/
|
|
7760
|
+
SegmentSetFileUrlExpireTime: string
|
|
7629
7761
|
}
|
|
7630
7762
|
|
|
7631
7763
|
/**
|
|
@@ -7750,9 +7882,20 @@ export interface AiReviewTerrorismOcrTaskOutput {
|
|
|
7750
7882
|
Suggestion: string
|
|
7751
7883
|
|
|
7752
7884
|
/**
|
|
7753
|
-
|
|
7754
|
-
|
|
7885
|
+
* Ocr 文字有涉恐嫌疑的视频片段列表。
|
|
7886
|
+
<font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
|
|
7887
|
+
*/
|
|
7755
7888
|
SegmentSet: Array<MediaContentReviewOcrTextSegmentItem>
|
|
7889
|
+
|
|
7890
|
+
/**
|
|
7891
|
+
* Ocr 文字有涉恐嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达 SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
|
|
7892
|
+
*/
|
|
7893
|
+
SegmentSetFileUrl: string
|
|
7894
|
+
|
|
7895
|
+
/**
|
|
7896
|
+
* Ocr 文字有涉恐嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
7897
|
+
*/
|
|
7898
|
+
SegmentSetFileUrlExpireTime: string
|
|
7756
7899
|
}
|
|
7757
7900
|
|
|
7758
7901
|
/**
|
|
@@ -8799,9 +8942,20 @@ export interface AiReviewPornOcrTaskOutput {
|
|
|
8799
8942
|
Suggestion: string
|
|
8800
8943
|
|
|
8801
8944
|
/**
|
|
8802
|
-
|
|
8803
|
-
|
|
8945
|
+
* Ocr 文字有涉黄嫌疑的视频片段列表。
|
|
8946
|
+
<font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
|
|
8947
|
+
*/
|
|
8804
8948
|
SegmentSet: Array<MediaContentReviewOcrTextSegmentItem>
|
|
8949
|
+
|
|
8950
|
+
/**
|
|
8951
|
+
* Ocr 文字有涉黄嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达 SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
|
|
8952
|
+
*/
|
|
8953
|
+
SegmentSetFileUrl: string
|
|
8954
|
+
|
|
8955
|
+
/**
|
|
8956
|
+
* Ocr 文字有涉黄嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
8957
|
+
*/
|
|
8958
|
+
SegmentSetFileUrlExpireTime: string
|
|
8805
8959
|
}
|
|
8806
8960
|
|
|
8807
8961
|
/**
|
|
@@ -9494,9 +9648,20 @@ export interface AiReviewProhibitedAsrTaskOutput {
|
|
|
9494
9648
|
Suggestion: string
|
|
9495
9649
|
|
|
9496
9650
|
/**
|
|
9497
|
-
|
|
9498
|
-
|
|
9651
|
+
* Asr 文字有涉违禁嫌疑的视频片段列表。
|
|
9652
|
+
<font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
|
|
9653
|
+
*/
|
|
9499
9654
|
SegmentSet: Array<MediaContentReviewAsrTextSegmentItem>
|
|
9655
|
+
|
|
9656
|
+
/**
|
|
9657
|
+
* Asr 文字有涉违禁嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达 SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
|
|
9658
|
+
*/
|
|
9659
|
+
SegmentSetFileUrl: string
|
|
9660
|
+
|
|
9661
|
+
/**
|
|
9662
|
+
* Asr 文字有涉违禁嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
9663
|
+
*/
|
|
9664
|
+
SegmentSetFileUrlExpireTime: string
|
|
9500
9665
|
}
|
|
9501
9666
|
|
|
9502
9667
|
/**
|
|
@@ -10297,6 +10462,12 @@ export interface EventContent {
|
|
|
10297
10462
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10298
10463
|
*/
|
|
10299
10464
|
WechatMiniProgramPublishCompleteEvent: WechatMiniProgramPublishTask
|
|
10465
|
+
|
|
10466
|
+
/**
|
|
10467
|
+
* 视频取回完成事件,当事件类型为RestoreMediaComplete 时有效。
|
|
10468
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
10469
|
+
*/
|
|
10470
|
+
RestoreMediaCompleteEvent: RestoreMediaTask
|
|
10300
10471
|
}
|
|
10301
10472
|
|
|
10302
10473
|
/**
|
|
@@ -10385,9 +10556,20 @@ export interface AiReviewPoliticalAsrTaskOutput {
|
|
|
10385
10556
|
Suggestion: string
|
|
10386
10557
|
|
|
10387
10558
|
/**
|
|
10388
|
-
|
|
10389
|
-
|
|
10559
|
+
* Asr 文字有涉政、敏感嫌疑的视频片段列表。
|
|
10560
|
+
<font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
|
|
10561
|
+
*/
|
|
10390
10562
|
SegmentSet: Array<MediaContentReviewAsrTextSegmentItem>
|
|
10563
|
+
|
|
10564
|
+
/**
|
|
10565
|
+
* Asr 文字有涉政、敏感嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达 SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
|
|
10566
|
+
*/
|
|
10567
|
+
SegmentSetFileUrl: string
|
|
10568
|
+
|
|
10569
|
+
/**
|
|
10570
|
+
* Asr 文字有涉政、敏感嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
10571
|
+
*/
|
|
10572
|
+
SegmentSetFileUrlExpireTime: string
|
|
10391
10573
|
}
|
|
10392
10574
|
|
|
10393
10575
|
/**
|
|
@@ -10783,9 +10965,20 @@ export interface AiReviewPornTaskOutput {
|
|
|
10783
10965
|
Label: string
|
|
10784
10966
|
|
|
10785
10967
|
/**
|
|
10786
|
-
|
|
10787
|
-
|
|
10968
|
+
* 有涉黄嫌疑的视频片段列表。
|
|
10969
|
+
<font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
|
|
10970
|
+
*/
|
|
10788
10971
|
SegmentSet: Array<MediaContentReviewSegmentItem>
|
|
10972
|
+
|
|
10973
|
+
/**
|
|
10974
|
+
* 涉黄嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
|
|
10975
|
+
*/
|
|
10976
|
+
SegmentSetFileUrl: string
|
|
10977
|
+
|
|
10978
|
+
/**
|
|
10979
|
+
* 涉黄嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
10980
|
+
*/
|
|
10981
|
+
SegmentSetFileUrlExpireTime: string
|
|
10789
10982
|
}
|
|
10790
10983
|
|
|
10791
10984
|
/**
|
|
@@ -12050,9 +12243,20 @@ violation_photo:
|
|
|
12050
12243
|
Label: string
|
|
12051
12244
|
|
|
12052
12245
|
/**
|
|
12053
|
-
|
|
12054
|
-
|
|
12246
|
+
* 有涉政嫌疑的视频片段列表。
|
|
12247
|
+
<font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
|
|
12248
|
+
*/
|
|
12055
12249
|
SegmentSet: Array<MediaContentReviewPoliticalSegmentItem>
|
|
12250
|
+
|
|
12251
|
+
/**
|
|
12252
|
+
* 涉政嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达 SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
|
|
12253
|
+
*/
|
|
12254
|
+
SegmentSetFileUrl: string
|
|
12255
|
+
|
|
12256
|
+
/**
|
|
12257
|
+
* 涉政嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
12258
|
+
*/
|
|
12259
|
+
SegmentSetFileUrlExpireTime: string
|
|
12056
12260
|
}
|
|
12057
12261
|
|
|
12058
12262
|
/**
|
|
@@ -14677,9 +14881,20 @@ export interface AiReviewPoliticalOcrTaskOutput {
|
|
|
14677
14881
|
Suggestion: string
|
|
14678
14882
|
|
|
14679
14883
|
/**
|
|
14680
|
-
|
|
14681
|
-
|
|
14884
|
+
* Ocr 文字有涉政、敏感嫌疑的视频片段列表。
|
|
14885
|
+
<font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
|
|
14886
|
+
*/
|
|
14682
14887
|
SegmentSet: Array<MediaContentReviewOcrTextSegmentItem>
|
|
14888
|
+
|
|
14889
|
+
/**
|
|
14890
|
+
* Ocr 文字有涉政、敏感嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达 SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
|
|
14891
|
+
*/
|
|
14892
|
+
SegmentSetFileUrl: string
|
|
14893
|
+
|
|
14894
|
+
/**
|
|
14895
|
+
* Ocr 文字有涉政、敏感嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
14896
|
+
*/
|
|
14897
|
+
SegmentSetFileUrlExpireTime: string
|
|
14683
14898
|
}
|
|
14684
14899
|
|
|
14685
14900
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.0.
|
|
1
|
+
export declare const sdkVersion = "4.0.253";
|
|
@@ -3287,6 +3287,22 @@ export interface CreateApiRequest {
|
|
|
3287
3287
|
* scf函数类型。当后端类型是SCF时生效。支持事件触发(EVENT),http直通云函数(HTTP)。
|
|
3288
3288
|
*/
|
|
3289
3289
|
ServiceScfFunctionType?: string;
|
|
3290
|
+
/**
|
|
3291
|
+
* EIAM应用类型。
|
|
3292
|
+
*/
|
|
3293
|
+
EIAMAppType?: string;
|
|
3294
|
+
/**
|
|
3295
|
+
* EIAM应用认证类型,支持仅认证(AuthenticationOnly)、认证和鉴权(Authorization)。
|
|
3296
|
+
*/
|
|
3297
|
+
EIAMAuthType?: string;
|
|
3298
|
+
/**
|
|
3299
|
+
* EIAM应用Token 有效时间,单位为秒,默认为7200秒。
|
|
3300
|
+
*/
|
|
3301
|
+
TokenTimeout?: number;
|
|
3302
|
+
/**
|
|
3303
|
+
* EIAM应用ID。
|
|
3304
|
+
*/
|
|
3305
|
+
EIAMAppId?: string;
|
|
3290
3306
|
}
|
|
3291
3307
|
/**
|
|
3292
3308
|
* DescribeServiceEnvironmentStrategy请求参数结构体
|
|
@@ -21,7 +21,7 @@ export declare class Client extends AbstractClient {
|
|
|
21
21
|
DownloadAsrVocab(req: DownloadAsrVocabRequest, cb?: (error: string, rep: DownloadAsrVocabResponse) => void): Promise<DownloadAsrVocabResponse>;
|
|
22
22
|
/**
|
|
23
23
|
* 本接口服务对时长5小时以内的录音文件进行识别,异步返回识别全部结果。
|
|
24
|
-
•
|
|
24
|
+
• 支持中文普通话、英语、粤语、日语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。
|
|
25
25
|
• 支持通用、音视频领域
|
|
26
26
|
• 支持wav、mp3、m4a、flv、mp4、wma、3gp、amr、aac、ogg-opus、flac格式
|
|
27
27
|
• 支持语音 URL 和本地语音文件两种请求方式
|
|
@@ -103,7 +103,7 @@ export declare class Client extends AbstractClient {
|
|
|
103
103
|
*/
|
|
104
104
|
ModifyCustomization(req: ModifyCustomizationRequest, cb?: (error: string, rep: ModifyCustomizationResponse) => void): Promise<ModifyCustomizationResponse>;
|
|
105
105
|
/**
|
|
106
|
-
* 本接口用于对60秒之内的短音频文件进行识别。<br>•
|
|
106
|
+
* 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、mp3;采样率支持8000Hz或者16000Hz;采样精度支持16bits;声道支持单声道。<br>• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"<br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。<br>• 默认接口请求频率限制:25次/秒,如您有提高请求频率限制的需求,请提[工单](https://console.cloud.tencent.com/workorder/category)进行咨询。
|
|
107
107
|
*/
|
|
108
108
|
SentenceRecognition(req: SentenceRecognitionRequest, cb?: (error: string, rep: SentenceRecognitionResponse) => void): Promise<SentenceRecognitionResponse>;
|
|
109
109
|
/**
|
|
@@ -47,7 +47,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
47
47
|
}
|
|
48
48
|
/**
|
|
49
49
|
* 本接口服务对时长5小时以内的录音文件进行识别,异步返回识别全部结果。
|
|
50
|
-
•
|
|
50
|
+
• 支持中文普通话、英语、粤语、日语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。
|
|
51
51
|
• 支持通用、音视频领域
|
|
52
52
|
• 支持wav、mp3、m4a、flv、mp4、wma、3gp、amr、aac、ogg-opus、flac格式
|
|
53
53
|
• 支持语音 URL 和本地语音文件两种请求方式
|
|
@@ -157,7 +157,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
157
157
|
return this.request("ModifyCustomization", req, cb);
|
|
158
158
|
}
|
|
159
159
|
/**
|
|
160
|
-
* 本接口用于对60秒之内的短音频文件进行识别。<br>•
|
|
160
|
+
* 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、mp3;采样率支持8000Hz或者16000Hz;采样精度支持16bits;声道支持单声道。<br>• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"<br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。<br>• 默认接口请求频率限制:25次/秒,如您有提高请求频率限制的需求,请提[工单](https://console.cloud.tencent.com/workorder/category)进行咨询。
|
|
161
161
|
*/
|
|
162
162
|
async SentenceRecognition(req, cb) {
|
|
163
163
|
return this.request("SentenceRecognition", req, cb);
|
|
@@ -184,8 +184,9 @@ export interface SentenceRecognitionRequest {
|
|
|
184
184
|
• 16k_en:16k 英语;
|
|
185
185
|
• 16k_ca:16k 粤语;
|
|
186
186
|
• 16k_ja:16k 日语;
|
|
187
|
-
•16k_wuu-SH:16k 上海话方言;
|
|
188
|
-
•16k_zh_medical:16k
|
|
187
|
+
• 16k_wuu-SH:16k 上海话方言;
|
|
188
|
+
• 16k_zh_medical:16k 医疗;
|
|
189
|
+
• 16k_zh_dialect:多方言。
|
|
189
190
|
*/
|
|
190
191
|
EngSerViceType: string;
|
|
191
192
|
/**
|
|
@@ -378,6 +379,7 @@ export interface CreateRecTaskRequest {
|
|
|
378
379
|
• 16k_zh_medical 医疗;
|
|
379
380
|
• 16k_th 泰语;
|
|
380
381
|
• 16k_wuu-SH:16k 上海话方言;
|
|
382
|
+
• 16k_zh_dialect:多方言。
|
|
381
383
|
*/
|
|
382
384
|
EngineModelType: string;
|
|
383
385
|
/**
|
|
@@ -625,6 +627,11 @@ export interface TaskStatus {
|
|
|
625
627
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
626
628
|
*/
|
|
627
629
|
ResultDetail: Array<SentenceDetail>;
|
|
630
|
+
/**
|
|
631
|
+
* 音频时长(秒)。
|
|
632
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
633
|
+
*/
|
|
634
|
+
AudioDuration: number;
|
|
628
635
|
}
|
|
629
636
|
/**
|
|
630
637
|
* DeleteAsrVocab请求参数结构体
|