tencentcloud-sdk-nodejs 4.1.99 → 4.1.101
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/es/common/sdk_version.js +1 -1
- package/es/services/dlc/v20210125/dlc_client.js +29 -8
- package/es/services/tdmq/v20200217/tdmq_client.js +3 -0
- package/es/services/vod/v20180717/vod_client.js +12 -0
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +6 -2
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +7 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +152 -41
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +37 -9
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +54 -12
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +349 -76
- package/tencentcloud/services/es/v20180416/es_models.d.ts +22 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +37 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +33 -0
- package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +21 -14
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +1 -1
- package/tencentcloud/services/lke/v20231130/lke_client.js +1 -1
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +754 -199
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +17 -5
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
- package/tencentcloud/services/partners/v20180321/partners_models.d.ts +2 -2
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +1 -1
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +9 -9
- package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +6 -6
- package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_models.d.ts +240 -404
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +18 -5
- package/tencentcloud/services/trabbit/v20230418/trabbit_models.d.ts +4 -0
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +1 -1
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +4 -0
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +107 -63
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +26 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +33 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +215 -75
@@ -440,6 +440,13 @@ class Client extends abstract_client_1.AbstractClient {
|
|
440
440
|
async CreateContentReviewTemplate(req, cb) {
|
441
441
|
return this.request("CreateContentReviewTemplate", req, cb);
|
442
442
|
}
|
443
|
+
/**
|
444
|
+
* 获取用户自定义媒体处理服务(MPS)任务模板。
|
445
|
+
查询模板列表时,需要将 MPS 相关参数以 JSON 格式填入 MPSDescribeTemplateParams 参数中。关于具体的任务参数配置方法,请参考 MPS 任务模板相关文档说明。
|
446
|
+
*/
|
447
|
+
async DescribeMPSTemplates(req, cb) {
|
448
|
+
return this.request("DescribeMPSTemplates", req, cb);
|
449
|
+
}
|
443
450
|
/**
|
444
451
|
* 该 API 已经<font color=red>不再维护</font>,请使用新版接口 [音画质重生](https://cloud.tencent.com/document/api/266/102571)。
|
445
452
|
发起音画质重生
|
@@ -906,6 +913,19 @@ class Client extends abstract_client_1.AbstractClient {
|
|
906
913
|
async DeleteWordSamples(req, cb) {
|
907
914
|
return this.request("DeleteWordSamples", req, cb);
|
908
915
|
}
|
916
|
+
/**
|
917
|
+
* 该接口用于创建自定义模板,模板用于 ProcessMediaByMPS 接口的部分功能。
|
918
|
+
创建模板时,需要将 MPS 相关参数以 JSON 格式填入 MPSCreateTemplateParams 参数中。关于具体的任务参数配置方法,请参考 MPS 任务模板相关文档说明。
|
919
|
+
当前支持创建自定义模板的 MPS 功能:
|
920
|
+
1. [音视频增强](https://cloud.tencent.com/document/product/862/118703)。
|
921
|
+
|
922
|
+
> 以该种方式创建的任务模板:
|
923
|
+
> 1. 模板的管理仍在点播平台中完成。
|
924
|
+
> 2. 该功能目前仍在内测中,如需测试体验,您可以联系我们获得支持。
|
925
|
+
*/
|
926
|
+
async CreateMPSTemplate(req, cb) {
|
927
|
+
return this.request("CreateMPSTemplate", req, cb);
|
928
|
+
}
|
909
929
|
/**
|
910
930
|
* 对云点播的 HLS 视频实现快速拼接和快速剪辑,生成新的 HLS 格式的媒体。
|
911
931
|
|
@@ -1145,6 +1165,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
1145
1165
|
async DescribeDefaultDistributionConfig(req, cb) {
|
1146
1166
|
return this.request("DescribeDefaultDistributionConfig", req, cb);
|
1147
1167
|
}
|
1168
|
+
/**
|
1169
|
+
* 删除用户自定义 MPS 任务模板。
|
1170
|
+
*/
|
1171
|
+
async DeleteMPSTemplate(req, cb) {
|
1172
|
+
return this.request("DeleteMPSTemplate", req, cb);
|
1173
|
+
}
|
1148
1174
|
/**
|
1149
1175
|
* 获取审核模板列表。
|
1150
1176
|
>模板仅适用于 [音视频审核(ReviewAudioVideo)](https://cloud.tencent.com/document/api/266/80283) 和 [图片审核(ReviewImage)](https://cloud.tencent.com/document/api/266/73217) 接口。
|
@@ -1254,6 +1280,13 @@ class Client extends abstract_client_1.AbstractClient {
|
|
1254
1280
|
async ModifyAnimatedGraphicsTemplate(req, cb) {
|
1255
1281
|
return this.request("ModifyAnimatedGraphicsTemplate", req, cb);
|
1256
1282
|
}
|
1283
|
+
/**
|
1284
|
+
* 修改用户自定义 MPS 任务模板。
|
1285
|
+
修改模板时,需要将 MPS 相关参数以 JSON 格式填入 MPSModifyTemplateParams 参数中。关于具体的任务参数配置方法,请参考 MPS 任务模板相关文档说明。
|
1286
|
+
*/
|
1287
|
+
async ModifyMPSTemplate(req, cb) {
|
1288
|
+
return this.request("ModifyMPSTemplate", req, cb);
|
1289
|
+
}
|
1257
1290
|
/**
|
1258
1291
|
* 关联媒资字幕,将指定的字幕关联到转自适应码流模板号对应的媒体输出文件中(或解除关联)。
|
1259
1292
|
*/
|
@@ -1101,31 +1101,17 @@ export interface CreateImageSpriteTask2017 {
|
|
1101
1101
|
WebVttUrl?: string;
|
1102
1102
|
}
|
1103
1103
|
/**
|
1104
|
-
*
|
1104
|
+
* DescribeImageReviewUsageData返回参数结构体
|
1105
1105
|
*/
|
1106
|
-
export interface
|
1107
|
-
/**
|
1108
|
-
* 错误码
|
1109
|
-
<li>0:成功;</li>
|
1110
|
-
<li>其他值:失败。</li>
|
1111
|
-
*/
|
1112
|
-
ErrCode?: number;
|
1113
|
-
/**
|
1114
|
-
* 错误描述。
|
1115
|
-
*/
|
1116
|
-
Message?: string;
|
1117
|
-
/**
|
1118
|
-
* 输出目标文件的文件 ID。
|
1119
|
-
*/
|
1120
|
-
FileId?: string;
|
1106
|
+
export interface DescribeImageReviewUsageDataResponse {
|
1121
1107
|
/**
|
1122
|
-
*
|
1108
|
+
* 图片审核次数统计数据,展示查询时间范围内的图片审核次数的概览数据。
|
1123
1109
|
*/
|
1124
|
-
|
1110
|
+
ImageReviewUsageDataSet?: Array<ImageReviewUsageDataItem>;
|
1125
1111
|
/**
|
1126
|
-
*
|
1112
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1127
1113
|
*/
|
1128
|
-
|
1114
|
+
RequestId?: string;
|
1129
1115
|
}
|
1130
1116
|
/**
|
1131
1117
|
* 临时凭证
|
@@ -1815,6 +1801,24 @@ export interface DescribeLicenseUsageDataResponse {
|
|
1815
1801
|
*/
|
1816
1802
|
RequestId?: string;
|
1817
1803
|
}
|
1804
|
+
/**
|
1805
|
+
* DeleteMPSTemplate请求参数结构体
|
1806
|
+
*/
|
1807
|
+
export interface DeleteMPSTemplateRequest {
|
1808
|
+
/**
|
1809
|
+
* <b>点播[应用](/document/product/266/14574) ID。</b>
|
1810
|
+
*/
|
1811
|
+
SubAppId: number;
|
1812
|
+
/**
|
1813
|
+
* 需要删除的 MPS 模板的类型。取值:
|
1814
|
+
<li>Transcode: 删除转码模板。</li>
|
1815
|
+
*/
|
1816
|
+
TemplateType: string;
|
1817
|
+
/**
|
1818
|
+
* MPS 任务模板唯一标识。
|
1819
|
+
*/
|
1820
|
+
Definition: number;
|
1821
|
+
}
|
1818
1822
|
/**
|
1819
1823
|
* DRM 自适应码流播放信息修改对象
|
1820
1824
|
*/
|
@@ -2645,6 +2649,26 @@ export interface ModifyTranscodeTemplateRequest {
|
|
2645
2649
|
*/
|
2646
2650
|
SegmentType?: string;
|
2647
2651
|
}
|
2652
|
+
/**
|
2653
|
+
* ModifyMPSTemplate请求参数结构体
|
2654
|
+
*/
|
2655
|
+
export interface ModifyMPSTemplateRequest {
|
2656
|
+
/**
|
2657
|
+
* <b>点播[应用](/document/product/266/14574) ID。</b>
|
2658
|
+
*/
|
2659
|
+
SubAppId: number;
|
2660
|
+
/**
|
2661
|
+
* 需要修改的 MPS 模板的类型。取值:
|
2662
|
+
<li>Transcode: 创建转码模板,目前仅支持修改增强参数。</li>
|
2663
|
+
*/
|
2664
|
+
TemplateType: string;
|
2665
|
+
/**
|
2666
|
+
* MPS 修改模板参数。该参数用于透传至媒体处理服务(MPS),从云点播侧修改用户自定义的 MPS 任务模板。
|
2667
|
+
目前仅支持通过此方式修改以下任务类型的模板:
|
2668
|
+
1. 音视频增强:仅支持填写“[修改转码模板](https://cloud.tencent.com/document/api/862/37578)”接口中的 Name、Comment、RemoveVideo、RemoveAudio、VideoTemplate、AudioTemplate 和 EnhanceConfig 几个参数的内容。目前仅支持在模板中配置以上参数,其他参数无需填写,若包含其它参数,系统将自动忽略。
|
2669
|
+
*/
|
2670
|
+
MPSModifyTemplateParams: string;
|
2671
|
+
}
|
2648
2672
|
/**
|
2649
2673
|
* MPS 媒体处理任务信息。
|
2650
2674
|
*/
|
@@ -2727,6 +2751,20 @@ export interface DeleteImageProcessingTemplateRequest {
|
|
2727
2751
|
*/
|
2728
2752
|
SubAppId?: number;
|
2729
2753
|
}
|
2754
|
+
/**
|
2755
|
+
* MPS 任务模板详情。
|
2756
|
+
*/
|
2757
|
+
export interface MPSTemplate {
|
2758
|
+
/**
|
2759
|
+
* MPS 模板的类型。取值:
|
2760
|
+
<li>Transcode: 转码模板。</li>
|
2761
|
+
*/
|
2762
|
+
TaskType?: string;
|
2763
|
+
/**
|
2764
|
+
* MPS 任务模板详情内容。
|
2765
|
+
*/
|
2766
|
+
MPSTemplateInfo?: string;
|
2767
|
+
}
|
2730
2768
|
/**
|
2731
2769
|
* DescribeDailyPlayStatFileList返回参数结构体
|
2732
2770
|
*/
|
@@ -8203,7 +8241,6 @@ export interface MPSSubTaskResult {
|
|
8203
8241
|
Message?: string;
|
8204
8242
|
/**
|
8205
8243
|
* MPS 视频处理任务输入。该字段对应 MPS 任务返回中的 Input 结果,以 JSON 格式返回。
|
8206
|
-
示例:{"Definition": 24}
|
8207
8244
|
*/
|
8208
8245
|
Input?: string;
|
8209
8246
|
/**
|
@@ -9590,6 +9627,25 @@ export interface SortBy {
|
|
9590
9627
|
*/
|
9591
9628
|
Order: string;
|
9592
9629
|
}
|
9630
|
+
/**
|
9631
|
+
* DescribeMPSTemplates请求参数结构体
|
9632
|
+
*/
|
9633
|
+
export interface DescribeMPSTemplatesRequest {
|
9634
|
+
/**
|
9635
|
+
* <b>点播[应用](/document/product/266/14574) ID。</b>
|
9636
|
+
*/
|
9637
|
+
SubAppId: number;
|
9638
|
+
/**
|
9639
|
+
* MPS 模板类型。根据需要查询的 MPS 模板的类型对结果进行过滤。取值:
|
9640
|
+
<li>Transcode: 查询转码模板列表。</li>
|
9641
|
+
*/
|
9642
|
+
TemplateType: string;
|
9643
|
+
/**
|
9644
|
+
* MPS 查询模板参数。该参数用于透传至媒体处理服务(MPS),从云点播侧查询 MPS 任务模板列表。目前仅支持通过此方式查询以下任务类型的模板:
|
9645
|
+
1. 音视频增强:仅支持填写“[获取转码模板列表](https://cloud.tencent.com/document/product/862/37593)”接口中的 Definitions、Offset 和 Limit 几个参数的内容。目前仅支持在模板中配置以上参数,其他参数无需填写,若包含其它参数,系统将自动忽略。
|
9646
|
+
*/
|
9647
|
+
MPSDescribeTemplateParams?: string;
|
9648
|
+
}
|
9593
9649
|
/**
|
9594
9650
|
* 鉴别涉及令人不安全的信息的任务控制参数。
|
9595
9651
|
*/
|
@@ -11943,8 +11999,7 @@ export interface ProcessMediaByMPSRequest {
|
|
11943
11999
|
填写说明:
|
11944
12000
|
1. 目前仅需要配置 MPS “发起媒体处理”接口中任务配置相关的参数,如 AiAnalysisTask 与 MediaProcessTask,其他参数无需填写。若包含其它参数,系统将自动忽略;
|
11945
12001
|
2. 当前仅支持通过此方式发起智能擦除及音视频增强任务。若配置了其他任务类型的相关参数,系统将自动忽略这些参数;
|
11946
|
-
3. 音视频增强任务目前不支持使用预置模板发起,可通过 [CreateMPSTemplate](document/product/266/
|
11947
|
-
示例:{"AiAnalysisTask":{"Definition":25}}
|
12002
|
+
3. 音视频增强任务目前不支持使用预置模板发起,可通过 [CreateMPSTemplate](https://cloud.tencent.com/document/product/266/122580) 接口创建自定义模板。
|
11948
12003
|
*/
|
11949
12004
|
MPSProcessMediaParams: string;
|
11950
12005
|
/**
|
@@ -13370,6 +13425,15 @@ export interface ModifyAIRecognitionTemplateRequest {
|
|
13370
13425
|
*/
|
13371
13426
|
ScreenshotInterval?: number;
|
13372
13427
|
}
|
13428
|
+
/**
|
13429
|
+
* DeleteMPSTemplate返回参数结构体
|
13430
|
+
*/
|
13431
|
+
export interface DeleteMPSTemplateResponse {
|
13432
|
+
/**
|
13433
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13434
|
+
*/
|
13435
|
+
RequestId?: string;
|
13436
|
+
}
|
13373
13437
|
/**
|
13374
13438
|
* 视频画面二维码检测的控制参数。
|
13375
13439
|
*/
|
@@ -13390,6 +13454,19 @@ export interface DescribeStorageRegionsRequest {
|
|
13390
13454
|
*/
|
13391
13455
|
SubAppId?: number;
|
13392
13456
|
}
|
13457
|
+
/**
|
13458
|
+
* CreateMPSTemplate返回参数结构体
|
13459
|
+
*/
|
13460
|
+
export interface CreateMPSTemplateResponse {
|
13461
|
+
/**
|
13462
|
+
* MPS 任务模板唯一标识。该模板独立于直接在 MPS 服务中创建的模板。
|
13463
|
+
*/
|
13464
|
+
Definition?: number;
|
13465
|
+
/**
|
13466
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13467
|
+
*/
|
13468
|
+
RequestId?: string;
|
13469
|
+
}
|
13393
13470
|
/**
|
13394
13471
|
* 微信发布任务信息
|
13395
13472
|
*/
|
@@ -13555,17 +13632,31 @@ export interface HeadTailTaskInput {
|
|
13555
13632
|
Definition: number;
|
13556
13633
|
}
|
13557
13634
|
/**
|
13558
|
-
*
|
13635
|
+
* 视频裁剪结果文件信息(2017 版)
|
13559
13636
|
*/
|
13560
|
-
export interface
|
13637
|
+
export interface ClipFileInfo2017 {
|
13561
13638
|
/**
|
13562
|
-
*
|
13639
|
+
* 错误码
|
13640
|
+
<li>0:成功;</li>
|
13641
|
+
<li>其他值:失败。</li>
|
13563
13642
|
*/
|
13564
|
-
|
13643
|
+
ErrCode?: number;
|
13565
13644
|
/**
|
13566
|
-
*
|
13645
|
+
* 错误描述。
|
13567
13646
|
*/
|
13568
|
-
|
13647
|
+
Message?: string;
|
13648
|
+
/**
|
13649
|
+
* 输出目标文件的文件 ID。
|
13650
|
+
*/
|
13651
|
+
FileId?: string;
|
13652
|
+
/**
|
13653
|
+
* 输出目标文件的文件地址。
|
13654
|
+
*/
|
13655
|
+
FileUrl?: string;
|
13656
|
+
/**
|
13657
|
+
* 输出目标文件的文件类型。
|
13658
|
+
*/
|
13659
|
+
FileType?: string;
|
13569
13660
|
}
|
13570
13661
|
/**
|
13571
13662
|
* DeleteRoundPlay返回参数结构体
|
@@ -14929,6 +15020,29 @@ export interface AdaptiveDynamicStreamingInfoItem {
|
|
14929
15020
|
*/
|
14930
15021
|
DefaultSubtitleId?: string;
|
14931
15022
|
}
|
15023
|
+
/**
|
15024
|
+
* CreateMPSTemplate请求参数结构体
|
15025
|
+
*/
|
15026
|
+
export interface CreateMPSTemplateRequest {
|
15027
|
+
/**
|
15028
|
+
* <b>点播[应用](/document/product/266/14574) ID。</b>
|
15029
|
+
*/
|
15030
|
+
SubAppId: number;
|
15031
|
+
/**
|
15032
|
+
* 需要创建的 MPS 模板的类型。取值:
|
15033
|
+
<li>Transcode: 创建转码模板,目前仅支持创建增强模板。</li>
|
15034
|
+
*/
|
15035
|
+
TemplateType: string;
|
15036
|
+
/**
|
15037
|
+
* MPS 创建模板参数。该参数用于透传至媒体处理服务(MPS),从云点播侧创建用户自定义的 MPS 任务模板。
|
15038
|
+
目前仅支持通过此方式创建以下任务类型的模板:
|
15039
|
+
1. 音视频增强:仅支持填写“[创建转码模板](https://cloud.tencent.com/document/product/862/37605)”接口中的 Container 、Name、Comment、RemoveVideo、RemoveAudio、VideoTemplate、AudioTemplate 和 EnhanceConfig 几个参数。其中 EnhanceConfig 此处必填,且 Container 目前暂不支持 hls。
|
15040
|
+
|
15041
|
+
目前模板中仅支持配置以上参数,其他参数无需填写。若包含其它参数,系统将自动忽略。以上透传参数以JSON形式表示。
|
15042
|
+
|
15043
|
+
*/
|
15044
|
+
MPSCreateTemplateParams: string;
|
15045
|
+
}
|
14932
15046
|
/**
|
14933
15047
|
* 直播即时剪辑流信息
|
14934
15048
|
*/
|
@@ -15946,59 +16060,21 @@ export interface DescribeCLSLogsetsResponse {
|
|
15946
16060
|
RequestId?: string;
|
15947
16061
|
}
|
15948
16062
|
/**
|
15949
|
-
*
|
16063
|
+
* DescribeMPSTemplates返回参数结构体
|
15950
16064
|
*/
|
15951
|
-
export interface
|
15952
|
-
/**
|
15953
|
-
* 音画质重生模板号。
|
15954
|
-
*/
|
15955
|
-
Definition: number;
|
15956
|
-
/**
|
15957
|
-
* <b>点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>
|
15958
|
-
*/
|
15959
|
-
SubAppId?: number;
|
15960
|
-
/**
|
15961
|
-
* 音画质重生模板名称,长度限制:64 个字符。
|
15962
|
-
*/
|
15963
|
-
Name?: string;
|
16065
|
+
export interface DescribeMPSTemplatesResponse {
|
15964
16066
|
/**
|
15965
|
-
*
|
15966
|
-
*/
|
15967
|
-
Comment?: string;
|
15968
|
-
/**
|
15969
|
-
* 音画质重生视频控制控制信息。
|
15970
|
-
*/
|
15971
|
-
RebuildVideoInfo?: RebuildVideoInfo;
|
15972
|
-
/**
|
15973
|
-
* 音画质重生音频控制控制信息。
|
15974
|
-
*/
|
15975
|
-
RebuildAudioInfo?: RebuildAudioInfo;
|
15976
|
-
/**
|
15977
|
-
* 输出目标视频控制信息。
|
15978
|
-
*/
|
15979
|
-
TargetVideoInfo?: RebuildMediaTargetVideoStream;
|
15980
|
-
/**
|
15981
|
-
* 输出目标音频控制信息。
|
16067
|
+
* 符合过滤条件的记录总数。
|
15982
16068
|
*/
|
15983
|
-
|
16069
|
+
TotalCount?: number;
|
15984
16070
|
/**
|
15985
|
-
*
|
16071
|
+
* MPS 任务模板详情列表。
|
15986
16072
|
*/
|
15987
|
-
|
16073
|
+
MPSTemplateSet?: Array<MPSTemplate>;
|
15988
16074
|
/**
|
15989
|
-
*
|
15990
|
-
<li>0:保留</li>
|
15991
|
-
<li>1:去除</li>
|
15992
|
-
默认值 0。
|
15993
|
-
*/
|
15994
|
-
RemoveVideo?: number;
|
15995
|
-
/**
|
15996
|
-
* 是否去除音频数据,可选值:
|
15997
|
-
<li>0:保留</li>
|
15998
|
-
<li>1:去除</li>
|
15999
|
-
默认值 0。
|
16075
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
16000
16076
|
*/
|
16001
|
-
|
16077
|
+
RequestId?: string;
|
16002
16078
|
}
|
16003
16079
|
/**
|
16004
16080
|
* RebuildMedia返回参数结构体
|
@@ -16220,6 +16296,15 @@ export interface DescribeSubAppIdsRequest {
|
|
16220
16296
|
*/
|
16221
16297
|
Limit?: number;
|
16222
16298
|
}
|
16299
|
+
/**
|
16300
|
+
* ModifyMPSTemplate返回参数结构体
|
16301
|
+
*/
|
16302
|
+
export interface ModifyMPSTemplateResponse {
|
16303
|
+
/**
|
16304
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
16305
|
+
*/
|
16306
|
+
RequestId?: string;
|
16307
|
+
}
|
16223
16308
|
/**
|
16224
16309
|
* 人脸识别输入。
|
16225
16310
|
*/
|
@@ -19151,6 +19236,61 @@ export interface DescribeRebuildMediaTemplatesResponse {
|
|
19151
19236
|
*/
|
19152
19237
|
RequestId?: string;
|
19153
19238
|
}
|
19239
|
+
/**
|
19240
|
+
* ModifyEnhanceMediaTemplate请求参数结构体
|
19241
|
+
*/
|
19242
|
+
export interface ModifyEnhanceMediaTemplateRequest {
|
19243
|
+
/**
|
19244
|
+
* 音画质重生模板号。
|
19245
|
+
*/
|
19246
|
+
Definition: number;
|
19247
|
+
/**
|
19248
|
+
* <b>点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>
|
19249
|
+
*/
|
19250
|
+
SubAppId?: number;
|
19251
|
+
/**
|
19252
|
+
* 音画质重生模板名称,长度限制:64 个字符。
|
19253
|
+
*/
|
19254
|
+
Name?: string;
|
19255
|
+
/**
|
19256
|
+
* 模板描述信息,长度限制:256 个字符。
|
19257
|
+
*/
|
19258
|
+
Comment?: string;
|
19259
|
+
/**
|
19260
|
+
* 音画质重生视频控制控制信息。
|
19261
|
+
*/
|
19262
|
+
RebuildVideoInfo?: RebuildVideoInfo;
|
19263
|
+
/**
|
19264
|
+
* 音画质重生音频控制控制信息。
|
19265
|
+
*/
|
19266
|
+
RebuildAudioInfo?: RebuildAudioInfo;
|
19267
|
+
/**
|
19268
|
+
* 输出目标视频控制信息。
|
19269
|
+
*/
|
19270
|
+
TargetVideoInfo?: RebuildMediaTargetVideoStream;
|
19271
|
+
/**
|
19272
|
+
* 输出目标音频控制信息。
|
19273
|
+
*/
|
19274
|
+
TargetAudioInfo?: RebuildMediaTargetAudioStream;
|
19275
|
+
/**
|
19276
|
+
* 输出文件封装格式,可选值:mp4、flv、hls。
|
19277
|
+
*/
|
19278
|
+
Container?: string;
|
19279
|
+
/**
|
19280
|
+
* 是否去除视频数据,可选值:
|
19281
|
+
<li>0:保留</li>
|
19282
|
+
<li>1:去除</li>
|
19283
|
+
默认值 0。
|
19284
|
+
*/
|
19285
|
+
RemoveVideo?: number;
|
19286
|
+
/**
|
19287
|
+
* 是否去除音频数据,可选值:
|
19288
|
+
<li>0:保留</li>
|
19289
|
+
<li>1:去除</li>
|
19290
|
+
默认值 0。
|
19291
|
+
*/
|
19292
|
+
RemoveAudio?: number;
|
19293
|
+
}
|
19154
19294
|
/**
|
19155
19295
|
* 音频增益调节参数
|
19156
19296
|
*/
|