tencentcloud-sdk-nodejs-mps 4.1.230 → 4.1.232
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/package.json
CHANGED
|
@@ -443,49 +443,43 @@ export interface AliasValueConf {
|
|
|
443
443
|
*/
|
|
444
444
|
export interface CreateTranscodeTemplateRequest {
|
|
445
445
|
/**
|
|
446
|
-
*
|
|
446
|
+
* <p>封装格式,可选值:mp4、flv、hls、ts、webm、mkv、mxf、mov、mp3、flac、ogg、m4a、wav。其中,mp3、flac、ogg、m4a、wav 为纯音频文件。</p>
|
|
447
447
|
*/
|
|
448
448
|
Container: string;
|
|
449
449
|
/**
|
|
450
|
-
*
|
|
450
|
+
* <p>转码模板名称,长度限制:64 个字符。</p>
|
|
451
451
|
*/
|
|
452
452
|
Name?: string;
|
|
453
453
|
/**
|
|
454
|
-
*
|
|
454
|
+
* <p>模板描述信息,长度限制:256 个字符。</p>
|
|
455
455
|
*/
|
|
456
456
|
Comment?: string;
|
|
457
457
|
/**
|
|
458
|
-
*
|
|
459
|
-
<li>0:保留</li>
|
|
460
|
-
<li>1:去除</li>
|
|
461
|
-
默认值:0。
|
|
458
|
+
* <p>是否去除视频数据,可选值:</p><li>0:保留</li><li>1:去除</li>默认值:0。
|
|
462
459
|
*/
|
|
463
460
|
RemoveVideo?: number;
|
|
464
461
|
/**
|
|
465
|
-
*
|
|
466
|
-
<li>0:保留</li>
|
|
467
|
-
<li>1:去除</li>
|
|
468
|
-
默认值:0。
|
|
462
|
+
* <p>是否去除音频数据,可选值:</p><li>0:保留</li><li>1:去除</li>默认值:0。
|
|
469
463
|
*/
|
|
470
464
|
RemoveAudio?: number;
|
|
471
465
|
/**
|
|
472
|
-
*
|
|
466
|
+
* <p>视频流配置参数,当 RemoveVideo 为 0,该字段必填。</p>
|
|
473
467
|
*/
|
|
474
468
|
VideoTemplate?: VideoTemplateInfo;
|
|
475
469
|
/**
|
|
476
|
-
*
|
|
470
|
+
* <p>音频流配置参数,当 RemoveAudio 为 0,该字段必填。</p>
|
|
477
471
|
*/
|
|
478
472
|
AudioTemplate?: AudioTemplateInfo;
|
|
479
473
|
/**
|
|
480
|
-
*
|
|
474
|
+
* <p>极速高清转码参数。</p>
|
|
481
475
|
*/
|
|
482
476
|
TEHDConfig?: TEHDConfig;
|
|
483
477
|
/**
|
|
484
|
-
*
|
|
478
|
+
* <p>音视频增强配置。</p>
|
|
485
479
|
*/
|
|
486
480
|
EnhanceConfig?: EnhanceConfig;
|
|
487
481
|
/**
|
|
488
|
-
*
|
|
482
|
+
* <p>扩展参数,序列化的 json 字符串。</p>
|
|
489
483
|
*/
|
|
490
484
|
StdExtInfo?: string;
|
|
491
485
|
}
|
|
@@ -3543,47 +3537,43 @@ export interface TerrorismImgReviewTemplateInfoForUpdate {
|
|
|
3543
3537
|
*/
|
|
3544
3538
|
export interface ModifyTranscodeTemplateRequest {
|
|
3545
3539
|
/**
|
|
3546
|
-
*
|
|
3540
|
+
* <p>转码模板唯一标识。</p>
|
|
3547
3541
|
*/
|
|
3548
3542
|
Definition: number;
|
|
3549
3543
|
/**
|
|
3550
|
-
*
|
|
3544
|
+
* <p>封装格式,可选值:mp4、flv、hls、mp3、flac、ogg、m4a、wav。其中,mp3、flac、ogg、m4a、wav 为纯音频文件。</p>
|
|
3551
3545
|
*/
|
|
3552
3546
|
Container?: string;
|
|
3553
3547
|
/**
|
|
3554
|
-
*
|
|
3548
|
+
* <p>转码模板名称,长度限制:64 个字符。</p>
|
|
3555
3549
|
*/
|
|
3556
3550
|
Name?: string;
|
|
3557
3551
|
/**
|
|
3558
|
-
*
|
|
3552
|
+
* <p>模板描述信息,长度限制:256 个字符。</p>
|
|
3559
3553
|
*/
|
|
3560
3554
|
Comment?: string;
|
|
3561
3555
|
/**
|
|
3562
|
-
*
|
|
3563
|
-
<li>0:保留</li>
|
|
3564
|
-
<li>1:去除</li>
|
|
3556
|
+
* <p>是否去除视频数据,可选值:</p><li>0:保留</li><li>1:去除</li>
|
|
3565
3557
|
*/
|
|
3566
3558
|
RemoveVideo?: number;
|
|
3567
3559
|
/**
|
|
3568
|
-
*
|
|
3569
|
-
<li>0:保留</li>
|
|
3570
|
-
<li>1:去除</li>
|
|
3560
|
+
* <p>是否去除音频数据,可选值:</p><li>0:保留</li><li>1:去除</li>
|
|
3571
3561
|
*/
|
|
3572
3562
|
RemoveAudio?: number;
|
|
3573
3563
|
/**
|
|
3574
|
-
*
|
|
3564
|
+
* <p>视频流配置参数。</p>
|
|
3575
3565
|
*/
|
|
3576
3566
|
VideoTemplate?: VideoTemplateInfoForUpdate;
|
|
3577
3567
|
/**
|
|
3578
|
-
*
|
|
3568
|
+
* <p>音频流配置参数。</p>
|
|
3579
3569
|
*/
|
|
3580
3570
|
AudioTemplate?: AudioTemplateInfoForUpdate;
|
|
3581
3571
|
/**
|
|
3582
|
-
*
|
|
3572
|
+
* <p>极速高清转码参数。</p>
|
|
3583
3573
|
*/
|
|
3584
3574
|
TEHDConfig?: TEHDConfigForUpdate;
|
|
3585
3575
|
/**
|
|
3586
|
-
*
|
|
3576
|
+
* <p>音视频增强参数。</p>
|
|
3587
3577
|
*/
|
|
3588
3578
|
EnhanceConfig?: EnhanceConfig;
|
|
3589
3579
|
}
|
|
@@ -10318,6 +10308,10 @@ export interface DesignVoiceAsyncRequest {
|
|
|
10318
10308
|
* <p>音色属性</p>
|
|
10319
10309
|
*/
|
|
10320
10310
|
VoiceProfile?: VoiceProfile;
|
|
10311
|
+
/**
|
|
10312
|
+
* <p>试听音频文本。长度不超过500</p>
|
|
10313
|
+
*/
|
|
10314
|
+
Text?: string;
|
|
10321
10315
|
/**
|
|
10322
10316
|
* <p>扩展参数,json字符串</p>
|
|
10323
10317
|
*/
|
|
@@ -13199,6 +13193,10 @@ export interface DescribeDesignTaskResponse {
|
|
|
13199
13193
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
13200
13194
|
*/
|
|
13201
13195
|
VoiceId?: string;
|
|
13196
|
+
/**
|
|
13197
|
+
* <p>试听音频Url</p>
|
|
13198
|
+
*/
|
|
13199
|
+
AudioUrl?: string;
|
|
13202
13200
|
/**
|
|
13203
13201
|
* <p>扩展信息</p>
|
|
13204
13202
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -19965,7 +19963,7 @@ export interface FaceConfigureInfoForUpdate {
|
|
|
19965
19963
|
*/
|
|
19966
19964
|
export interface CreateTranscodeTemplateResponse {
|
|
19967
19965
|
/**
|
|
19968
|
-
*
|
|
19966
|
+
* <p>转码模板唯一标识。</p>
|
|
19969
19967
|
*/
|
|
19970
19968
|
Definition?: number;
|
|
19971
19969
|
/**
|
|
@@ -22816,7 +22814,11 @@ export interface SmartSubtitleTaskTransTextSegmentItem {
|
|
|
22816
22814
|
*/
|
|
22817
22815
|
export interface AddOnImageInput {
|
|
22818
22816
|
/**
|
|
22819
|
-
*
|
|
22817
|
+
* <p>图片类型。</p>
|
|
22818
|
+
*/
|
|
22819
|
+
Type?: string;
|
|
22820
|
+
/**
|
|
22821
|
+
* <p>图片路径。</p>
|
|
22820
22822
|
*/
|
|
22821
22823
|
Image?: MediaInputInfo;
|
|
22822
22824
|
}
|