tencentcloud-sdk-nodejs-vod 4.1.47 → 4.1.54
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
|
@@ -255,6 +255,7 @@ export interface DescribeRoundPlaysRequest {
|
|
|
255
255
|
ScrollToken?: string;
|
|
256
256
|
/**
|
|
257
257
|
* 分页偏移量,默认值:0。已经废弃,请根据 ScrollToken 参数进行分批次查询。
|
|
258
|
+
* @deprecated
|
|
258
259
|
*/
|
|
259
260
|
Offset?: number;
|
|
260
261
|
/**
|
|
@@ -4296,6 +4297,7 @@ export interface TraceWatermarkInput {
|
|
|
4296
4297
|
Switch?: string;
|
|
4297
4298
|
/**
|
|
4298
4299
|
* 该字段已废弃,请勿使用。
|
|
4300
|
+
* @deprecated
|
|
4299
4301
|
*/
|
|
4300
4302
|
Definition?: number;
|
|
4301
4303
|
}
|
|
@@ -6331,6 +6333,7 @@ export interface AsrFullTextConfigureInfoForUpdate {
|
|
|
6331
6333
|
<li>vtt:生成 WebVTT 字幕文件;</li>
|
|
6332
6334
|
<li>srt:生成 SRT 字幕文件。</li>
|
|
6333
6335
|
<font color='red'>注意:此字段已废弃,建议使用 SubtitleFormatsOperation。</font>
|
|
6336
|
+
* @deprecated
|
|
6334
6337
|
*/
|
|
6335
6338
|
SubtitleFormat?: string;
|
|
6336
6339
|
/**
|
|
@@ -7223,10 +7226,12 @@ export interface RestoreMediaTask {
|
|
|
7223
7226
|
RestoreDay?: number;
|
|
7224
7227
|
/**
|
|
7225
7228
|
* 该字段已废弃。
|
|
7229
|
+
* @deprecated
|
|
7226
7230
|
*/
|
|
7227
7231
|
Status?: number;
|
|
7228
7232
|
/**
|
|
7229
7233
|
* 该字段已废弃。
|
|
7234
|
+
* @deprecated
|
|
7230
7235
|
*/
|
|
7231
7236
|
Message?: string;
|
|
7232
7237
|
}
|
|
@@ -9346,6 +9351,7 @@ export interface ExtractTraceWatermarkTaskOutput {
|
|
|
9346
9351
|
Uv?: string;
|
|
9347
9352
|
/**
|
|
9348
9353
|
* 该字段已废弃。
|
|
9354
|
+
* @deprecated
|
|
9349
9355
|
*/
|
|
9350
9356
|
Uid?: string;
|
|
9351
9357
|
}
|
|
@@ -11431,6 +11437,7 @@ export interface MediaContentReviewPoliticalSegmentItem {
|
|
|
11431
11437
|
AreaCoordSet?: Array<number | bigint>;
|
|
11432
11438
|
/**
|
|
11433
11439
|
* 该字段已废弃,请使用 PicUrlExpireTime。
|
|
11440
|
+
* @deprecated
|
|
11434
11441
|
*/
|
|
11435
11442
|
PicUrlExpireTimeStamp?: number;
|
|
11436
11443
|
/**
|
|
@@ -14087,6 +14094,7 @@ export interface AsrFullTextConfigureInfo {
|
|
|
14087
14094
|
<li>vtt:生成 WebVTT 字幕文件;</li>
|
|
14088
14095
|
<li>srt:生成 SRT 字幕文件。</li>
|
|
14089
14096
|
<font color='red'>注意:此字段已废弃,建议使用 SubtitleFormats。</font>
|
|
14097
|
+
* @deprecated
|
|
14090
14098
|
*/
|
|
14091
14099
|
SubtitleFormat?: string;
|
|
14092
14100
|
/**
|
|
@@ -16158,6 +16166,7 @@ export interface ReviewImageResponse {
|
|
|
16158
16166
|
/**
|
|
16159
16167
|
* 图片审核任务结果。
|
|
16160
16168
|
<font color=red>注意:该字段已废弃,建议使用 MediaReviewResult。</font>
|
|
16169
|
+
* @deprecated
|
|
16161
16170
|
*/
|
|
16162
16171
|
ReviewResultSet?: Array<ContentReviewResult>;
|
|
16163
16172
|
/**
|
|
@@ -17329,6 +17338,7 @@ export interface MediaContentReviewSegmentItem {
|
|
|
17329
17338
|
Url?: string;
|
|
17330
17339
|
/**
|
|
17331
17340
|
* 该字段已废弃,请使用 PicUrlExpireTime。
|
|
17341
|
+
* @deprecated
|
|
17332
17342
|
*/
|
|
17333
17343
|
PicUrlExpireTimeStamp?: number;
|
|
17334
17344
|
/**
|
|
@@ -17867,6 +17877,7 @@ export interface WeChatMiniProgramPublishResponse {
|
|
|
17867
17877
|
export interface DescribeRoundPlaysResponse {
|
|
17868
17878
|
/**
|
|
17869
17879
|
* 符合过滤条件的轮播播单总数。已经废弃,分批次查询请请使用 ScrollToken 参数。
|
|
17880
|
+
* @deprecated
|
|
17870
17881
|
*/
|
|
17871
17882
|
TotalCount?: number;
|
|
17872
17883
|
/**
|