tencentcloud-sdk-nodejs-mps 4.0.598 → 4.0.600
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 +418 -0
- package/SERVICE_CHANGELOG.md +444 -62
- package/package.json +1 -1
- package/products.md +30 -30
- package/src/services/mps/v20190612/mps_client.ts +1 -1
- package/src/services/mps/v20190612/mps_models.ts +149 -21
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
- package/tencentcloud/services/mps/v20190612/mps_client.js +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +129 -21
|
@@ -687,8 +687,10 @@ export interface AwsS3FileUploadTrigger {
|
|
|
687
687
|
*/
|
|
688
688
|
S3Bucket: string;
|
|
689
689
|
/**
|
|
690
|
-
|
|
691
|
-
|
|
690
|
+
* 绑定的桶所在 AWS 区域,目前支持:
|
|
691
|
+
us-east-1
|
|
692
|
+
eu-west-3
|
|
693
|
+
*/
|
|
692
694
|
S3Region: string;
|
|
693
695
|
/**
|
|
694
696
|
* 绑定的输入路径目录,必须为绝对路径,即以 `/` 开头和结尾。如`/movie/201907/`,不填代表根目录`/`。
|
|
@@ -2664,6 +2666,16 @@ export interface MediaProcessTaskAdaptiveDynamicStreamingResult {
|
|
|
2664
2666
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2665
2667
|
*/
|
|
2666
2668
|
Output: AdaptiveDynamicStreamingInfoItem;
|
|
2669
|
+
/**
|
|
2670
|
+
* 任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
|
|
2671
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2672
|
+
*/
|
|
2673
|
+
BeginProcessTime?: string;
|
|
2674
|
+
/**
|
|
2675
|
+
* 任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
|
|
2676
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2677
|
+
*/
|
|
2678
|
+
FinishTime?: string;
|
|
2667
2679
|
}
|
|
2668
2680
|
/**
|
|
2669
2681
|
* 文本关键词识别控制参数。
|
|
@@ -2942,6 +2954,16 @@ export interface ScheduleRecognitionTaskResult {
|
|
|
2942
2954
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2943
2955
|
*/
|
|
2944
2956
|
Output: Array<AiRecognitionResult>;
|
|
2957
|
+
/**
|
|
2958
|
+
* 任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
|
|
2959
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2960
|
+
*/
|
|
2961
|
+
BeginProcessTime?: string;
|
|
2962
|
+
/**
|
|
2963
|
+
* 任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
|
|
2964
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2965
|
+
*/
|
|
2966
|
+
FinishTime?: string;
|
|
2945
2967
|
}
|
|
2946
2968
|
/**
|
|
2947
2969
|
* WithdrawsWatermark请求参数结构体
|
|
@@ -3071,6 +3093,16 @@ export interface MediaProcessTaskAnimatedGraphicResult {
|
|
|
3071
3093
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3072
3094
|
*/
|
|
3073
3095
|
Output: MediaAnimatedGraphicsItem;
|
|
3096
|
+
/**
|
|
3097
|
+
* 任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
|
|
3098
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3099
|
+
*/
|
|
3100
|
+
BeginProcessTime?: string;
|
|
3101
|
+
/**
|
|
3102
|
+
* 任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
|
|
3103
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3104
|
+
*/
|
|
3105
|
+
FinishTime?: string;
|
|
3074
3106
|
}
|
|
3075
3107
|
/**
|
|
3076
3108
|
* ProcessMedia返回参数结构体
|
|
@@ -3593,8 +3625,11 @@ export interface S3InputInfo {
|
|
|
3593
3625
|
*/
|
|
3594
3626
|
S3Bucket: string;
|
|
3595
3627
|
/**
|
|
3596
|
-
|
|
3597
|
-
|
|
3628
|
+
* S3 bucket 对应的区域,目前支持:
|
|
3629
|
+
us-east-1
|
|
3630
|
+
eu-west-3
|
|
3631
|
+
|
|
3632
|
+
*/
|
|
3598
3633
|
S3Region: string;
|
|
3599
3634
|
/**
|
|
3600
3635
|
* S3 bucket 中的媒体资源路径。
|
|
@@ -3638,6 +3673,16 @@ export interface MediaProcessTaskImageSpriteResult {
|
|
|
3638
3673
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3639
3674
|
*/
|
|
3640
3675
|
Output: MediaImageSpriteItem;
|
|
3676
|
+
/**
|
|
3677
|
+
* 任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
|
|
3678
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3679
|
+
*/
|
|
3680
|
+
BeginProcessTime?: string;
|
|
3681
|
+
/**
|
|
3682
|
+
* 任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
|
|
3683
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3684
|
+
*/
|
|
3685
|
+
FinishTime?: string;
|
|
3641
3686
|
}
|
|
3642
3687
|
/**
|
|
3643
3688
|
* 转推的RTP目标地址信息。
|
|
@@ -4722,6 +4767,16 @@ export interface MediaProcessTaskSnapshotByTimeOffsetResult {
|
|
|
4722
4767
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4723
4768
|
*/
|
|
4724
4769
|
Output: MediaSnapshotByTimeOffsetItem;
|
|
4770
|
+
/**
|
|
4771
|
+
* 任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
|
|
4772
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4773
|
+
*/
|
|
4774
|
+
BeginProcessTime?: string;
|
|
4775
|
+
/**
|
|
4776
|
+
* 任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
|
|
4777
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4778
|
+
*/
|
|
4779
|
+
FinishTime?: string;
|
|
4725
4780
|
}
|
|
4726
4781
|
/**
|
|
4727
4782
|
* 查询输出的HLS拉流配置信息。
|
|
@@ -5626,6 +5681,16 @@ export interface ScheduleAnalysisTaskResult {
|
|
|
5626
5681
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5627
5682
|
*/
|
|
5628
5683
|
Output: Array<AiAnalysisResult>;
|
|
5684
|
+
/**
|
|
5685
|
+
* 任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
|
|
5686
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5687
|
+
*/
|
|
5688
|
+
BeginProcessTime?: string;
|
|
5689
|
+
/**
|
|
5690
|
+
* 任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
|
|
5691
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5692
|
+
*/
|
|
5693
|
+
FinishTime?: string;
|
|
5629
5694
|
}
|
|
5630
5695
|
/**
|
|
5631
5696
|
* 质检任务结果类型
|
|
@@ -7789,6 +7854,16 @@ export interface MediaProcessTaskSampleSnapshotResult {
|
|
|
7789
7854
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7790
7855
|
*/
|
|
7791
7856
|
Output: MediaSampleSnapshotItem;
|
|
7857
|
+
/**
|
|
7858
|
+
* 任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
|
|
7859
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7860
|
+
*/
|
|
7861
|
+
BeginProcessTime?: string;
|
|
7862
|
+
/**
|
|
7863
|
+
* 任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
|
|
7864
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7865
|
+
*/
|
|
7866
|
+
FinishTime?: string;
|
|
7792
7867
|
}
|
|
7793
7868
|
/**
|
|
7794
7869
|
* 用户自定义审核任务控制参数。
|
|
@@ -7908,7 +7983,8 @@ export interface FlowRealtimeStatusSRT {
|
|
|
7908
7983
|
export interface TEHDConfigForUpdate {
|
|
7909
7984
|
/**
|
|
7910
7985
|
* 极速高清类型,可选值:
|
|
7911
|
-
<li>TEHD-100:极速高清-100
|
|
7986
|
+
<li>TEHD-100:极速高清-100(视频极速高清)。</li>
|
|
7987
|
+
<li>TEHD-200:极速高清-200(音频极速高清)。</li>
|
|
7912
7988
|
不填代表不修改。
|
|
7913
7989
|
*/
|
|
7914
7990
|
Type?: string;
|
|
@@ -8592,6 +8668,16 @@ export interface ScheduleReviewTaskResult {
|
|
|
8592
8668
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8593
8669
|
*/
|
|
8594
8670
|
Output: Array<AiContentReviewResult>;
|
|
8671
|
+
/**
|
|
8672
|
+
* 任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
|
|
8673
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8674
|
+
*/
|
|
8675
|
+
BeginProcessTime?: string;
|
|
8676
|
+
/**
|
|
8677
|
+
* 任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
|
|
8678
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8679
|
+
*/
|
|
8680
|
+
FinishTime?: string;
|
|
8595
8681
|
}
|
|
8596
8682
|
/**
|
|
8597
8683
|
* ModifyTranscodeTemplate返回参数结构体
|
|
@@ -9006,67 +9092,67 @@ export interface DescribeTaskDetailResponse {
|
|
|
9006
9092
|
<li>LiveStreamProcessTask:直播流处理任务。</li>
|
|
9007
9093
|
<li>ScheduleTask:编排处理任务。</li>
|
|
9008
9094
|
*/
|
|
9009
|
-
TaskType
|
|
9095
|
+
TaskType?: string;
|
|
9010
9096
|
/**
|
|
9011
9097
|
* 任务状态,取值:
|
|
9012
9098
|
<li>WAITING:等待中;</li>
|
|
9013
9099
|
<li>PROCESSING:处理中;</li>
|
|
9014
9100
|
<li>FINISH:已完成。</li>
|
|
9015
9101
|
*/
|
|
9016
|
-
Status
|
|
9102
|
+
Status?: string;
|
|
9017
9103
|
/**
|
|
9018
9104
|
* 任务的创建时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
|
|
9019
9105
|
*/
|
|
9020
|
-
CreateTime
|
|
9106
|
+
CreateTime?: string;
|
|
9021
9107
|
/**
|
|
9022
9108
|
* 任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
|
|
9023
9109
|
*/
|
|
9024
|
-
BeginProcessTime
|
|
9110
|
+
BeginProcessTime?: string;
|
|
9025
9111
|
/**
|
|
9026
9112
|
* 任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
|
|
9027
9113
|
*/
|
|
9028
|
-
FinishTime
|
|
9114
|
+
FinishTime?: string;
|
|
9029
9115
|
/**
|
|
9030
9116
|
* 视频编辑任务信息,仅当 TaskType 为 EditMediaTask,该字段有值。
|
|
9031
9117
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9032
9118
|
*/
|
|
9033
|
-
EditMediaTask
|
|
9119
|
+
EditMediaTask?: EditMediaTask;
|
|
9034
9120
|
/**
|
|
9035
9121
|
* 视频处理任务信息,仅当 TaskType 为 WorkflowTask,该字段有值。
|
|
9036
9122
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9037
9123
|
*/
|
|
9038
|
-
WorkflowTask
|
|
9124
|
+
WorkflowTask?: WorkflowTask;
|
|
9039
9125
|
/**
|
|
9040
9126
|
* 直播流处理任务信息,仅当 TaskType 为 LiveStreamProcessTask,该字段有值。
|
|
9041
9127
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9042
9128
|
*/
|
|
9043
|
-
LiveStreamProcessTask
|
|
9129
|
+
LiveStreamProcessTask?: LiveStreamProcessTask;
|
|
9044
9130
|
/**
|
|
9045
9131
|
* 任务的事件通知信息。
|
|
9046
9132
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9047
9133
|
*/
|
|
9048
|
-
TaskNotifyConfig
|
|
9134
|
+
TaskNotifyConfig?: TaskNotifyConfig;
|
|
9049
9135
|
/**
|
|
9050
9136
|
* 任务流的优先级,取值范围为 [-10, 10]。
|
|
9051
9137
|
*/
|
|
9052
|
-
TasksPriority
|
|
9138
|
+
TasksPriority?: number;
|
|
9053
9139
|
/**
|
|
9054
9140
|
* 用于去重的识别码,如果七天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长50个字符,不带或者带空字符串表示不做去重。
|
|
9055
9141
|
*/
|
|
9056
|
-
SessionId
|
|
9142
|
+
SessionId?: string;
|
|
9057
9143
|
/**
|
|
9058
9144
|
* 来源上下文,用于透传用户请求信息,任务流状态变更回调将返回该字段值,最长1000个字符。
|
|
9059
9145
|
*/
|
|
9060
|
-
SessionContext
|
|
9146
|
+
SessionContext?: string;
|
|
9061
9147
|
/**
|
|
9062
9148
|
* 扩展信息字段,仅用于特定场景。
|
|
9063
9149
|
*/
|
|
9064
|
-
ExtInfo
|
|
9150
|
+
ExtInfo?: string;
|
|
9065
9151
|
/**
|
|
9066
9152
|
* 编排处理任务信息,仅当 TaskType 为 ScheduleTask,该字段有值。
|
|
9067
9153
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9068
9154
|
*/
|
|
9069
|
-
ScheduleTask
|
|
9155
|
+
ScheduleTask?: ScheduleTask;
|
|
9070
9156
|
/**
|
|
9071
9157
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
9072
9158
|
*/
|
|
@@ -9512,7 +9598,8 @@ export interface LiveStreamAiReviewResultItem {
|
|
|
9512
9598
|
export interface TEHDConfig {
|
|
9513
9599
|
/**
|
|
9514
9600
|
* 极速高清类型,可选值:
|
|
9515
|
-
<li>TEHD-100:极速高清-100
|
|
9601
|
+
<li>TEHD-100:极速高清-100(视频极速高清)。</li>
|
|
9602
|
+
<li>TEHD-200:极速高清-200(音频极速高清)。</li>
|
|
9516
9603
|
不填代表不启用极速高清。
|
|
9517
9604
|
*/
|
|
9518
9605
|
Type: string;
|
|
@@ -9628,6 +9715,11 @@ export interface MediaVideoStreamItem {
|
|
|
9628
9715
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9629
9716
|
*/
|
|
9630
9717
|
HdrType: string;
|
|
9718
|
+
/**
|
|
9719
|
+
* 视频Codecs。
|
|
9720
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9721
|
+
*/
|
|
9722
|
+
Codecs?: string;
|
|
9631
9723
|
}
|
|
9632
9724
|
/**
|
|
9633
9725
|
* 时间点截图模板详情
|
|
@@ -9962,6 +10054,16 @@ export interface MediaAudioStreamItem {
|
|
|
9962
10054
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9963
10055
|
*/
|
|
9964
10056
|
Channel: number;
|
|
10057
|
+
/**
|
|
10058
|
+
* 音频Codecs。
|
|
10059
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
10060
|
+
*/
|
|
10061
|
+
Codecs?: string;
|
|
10062
|
+
/**
|
|
10063
|
+
* 音频响度。
|
|
10064
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
10065
|
+
*/
|
|
10066
|
+
Loudness?: number;
|
|
9965
10067
|
}
|
|
9966
10068
|
/**
|
|
9967
10069
|
* 直播 AI 内容审核图片涉敏结果
|
|
@@ -11844,6 +11946,11 @@ export interface EditMediaTaskOutput {
|
|
|
11844
11946
|
* 编辑后的视频文件路径。
|
|
11845
11947
|
*/
|
|
11846
11948
|
Path: string;
|
|
11949
|
+
/**
|
|
11950
|
+
* 编辑后的视频文件元信息。
|
|
11951
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
11952
|
+
*/
|
|
11953
|
+
MetaData?: MediaMetaData;
|
|
11847
11954
|
}
|
|
11848
11955
|
/**
|
|
11849
11956
|
* 智能精彩集锦片段列表。
|
|
@@ -12054,7 +12161,8 @@ export interface AiRecognitionResult {
|
|
|
12054
12161
|
OcrFullTextTask: AiRecognitionTaskOcrFullTextResult;
|
|
12055
12162
|
/**
|
|
12056
12163
|
* 翻译结果,当 Type 为
|
|
12057
|
-
|
|
12164
|
+
|
|
12165
|
+
TransTextRecognition 时有效。
|
|
12058
12166
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
12059
12167
|
*/
|
|
12060
12168
|
TransTextTask: AiRecognitionTaskTransTextResult;
|