tencentcloud-sdk-nodejs-vod 4.1.266 → 4.1.267
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
|
@@ -15206,6 +15206,10 @@ export interface AigcVideoTaskOutput {
|
|
|
15206
15206
|
* <p>任务类型为 Procedure 的任务 ID。若发起<a href="https://cloud.tencent.com/document/product/266/126239">创建 AIGC 生视频任务</a>时指定了任务流模板(Procedure),当该任务流模板指定了 MediaProcessTask、AiAnalysisTask、AiRecognitionTask 中的一个或多个时发起该任务。</p>
|
|
15207
15207
|
*/
|
|
15208
15208
|
ProcedureTaskIds?: Array<string>;
|
|
15209
|
+
/**
|
|
15210
|
+
* <p>AIGC 生视频任务的用量信息。</p>
|
|
15211
|
+
*/
|
|
15212
|
+
Usage?: AigcVideoTaskUsage;
|
|
15209
15213
|
}
|
|
15210
15214
|
/**
|
|
15211
15215
|
* DeletePersonSample返回参数结构体
|
|
@@ -21256,6 +21260,83 @@ export interface DescribeStorageRegionsResponse {
|
|
|
21256
21260
|
*/
|
|
21257
21261
|
RequestId?: string;
|
|
21258
21262
|
}
|
|
21263
|
+
/**
|
|
21264
|
+
* 采样截图模板详情
|
|
21265
|
+
*/
|
|
21266
|
+
export interface SampleSnapshotTemplate {
|
|
21267
|
+
/**
|
|
21268
|
+
* 采样截图模板唯一标识。
|
|
21269
|
+
*/
|
|
21270
|
+
Definition: number;
|
|
21271
|
+
/**
|
|
21272
|
+
* 模板类型,取值范围:
|
|
21273
|
+
<li>Preset:系统预置模板;</li>
|
|
21274
|
+
<li>Custom:用户自定义模板。</li>
|
|
21275
|
+
*/
|
|
21276
|
+
Type: string;
|
|
21277
|
+
/**
|
|
21278
|
+
* 采样截图模板名称。
|
|
21279
|
+
*/
|
|
21280
|
+
Name: string;
|
|
21281
|
+
/**
|
|
21282
|
+
* 模板描述信息。
|
|
21283
|
+
*/
|
|
21284
|
+
Comment: string;
|
|
21285
|
+
/**
|
|
21286
|
+
* 截图宽度(或长边)的最大值,取值范围:0 和 [128, 4096],单位:px。
|
|
21287
|
+
<li>当 Width、Height 均为 0,则分辨率同源;</li>
|
|
21288
|
+
<li>当 Width 为 0,Height 非 0,则 Width 按比例缩放;</li>
|
|
21289
|
+
<li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li>
|
|
21290
|
+
<li>当 Width、Height 均非 0,则分辨率按用户指定。</li>
|
|
21291
|
+
默认值:0。
|
|
21292
|
+
*/
|
|
21293
|
+
Width: number;
|
|
21294
|
+
/**
|
|
21295
|
+
* 截图高度(或短边)的最大值,取值范围:0 和 [128, 4096],单位:px。
|
|
21296
|
+
<li>当 Width、Height 均为 0,则分辨率同源;</li>
|
|
21297
|
+
<li>当 Width 为 0,Height 非 0,则 Width 按比例缩放;</li>
|
|
21298
|
+
<li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li>
|
|
21299
|
+
<li>当 Width、Height 均非 0,则分辨率按用户指定。</li>
|
|
21300
|
+
默认值:0。
|
|
21301
|
+
*/
|
|
21302
|
+
Height: number;
|
|
21303
|
+
/**
|
|
21304
|
+
* 分辨率自适应,可选值:
|
|
21305
|
+
<li>open:开启,此时,Width 代表视频的长边,Height 表示视频的短边;</li>
|
|
21306
|
+
<li>close:关闭,此时,Width 代表视频的宽度,Height 表示视频的高度。</li>
|
|
21307
|
+
默认值:open。
|
|
21308
|
+
*/
|
|
21309
|
+
ResolutionAdaptive: string;
|
|
21310
|
+
/**
|
|
21311
|
+
* 图片格式。
|
|
21312
|
+
*/
|
|
21313
|
+
Format: string;
|
|
21314
|
+
/**
|
|
21315
|
+
* 采样截图类型。
|
|
21316
|
+
*/
|
|
21317
|
+
SampleType: string;
|
|
21318
|
+
/**
|
|
21319
|
+
* 采样间隔。
|
|
21320
|
+
*/
|
|
21321
|
+
SampleInterval: number;
|
|
21322
|
+
/**
|
|
21323
|
+
* 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
21324
|
+
*/
|
|
21325
|
+
CreateTime: string;
|
|
21326
|
+
/**
|
|
21327
|
+
* 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
21328
|
+
*/
|
|
21329
|
+
UpdateTime: string;
|
|
21330
|
+
/**
|
|
21331
|
+
* 填充方式,当截图配置宽高参数与原始视频的宽高比不一致时,对截图的处理方式,即为“填充”。可选填充方式:
|
|
21332
|
+
<li> stretch:拉伸,对每一帧进行拉伸,填满整个画面,可能导致转码后的视频被“压扁“或者“拉长“;</li>
|
|
21333
|
+
<li>black:留黑,保持视频宽高比不变,边缘剩余部分使用黑色填充。</li>
|
|
21334
|
+
<li>white:留白,保持视频宽高比不变,边缘剩余部分使用白色填充。</li>
|
|
21335
|
+
<li>gauss:高斯模糊,保持视频宽高比不变,边缘剩余部分使用高斯模糊。</li>
|
|
21336
|
+
默认值:black 。
|
|
21337
|
+
*/
|
|
21338
|
+
FillType: string;
|
|
21339
|
+
}
|
|
21259
21340
|
/**
|
|
21260
21341
|
* ModifySnapshotByTimeOffsetTemplate请求参数结构体
|
|
21261
21342
|
*/
|
|
@@ -25705,81 +25786,17 @@ export interface CreateAnimatedGraphicsTemplateResponse {
|
|
|
25705
25786
|
RequestId?: string;
|
|
25706
25787
|
}
|
|
25707
25788
|
/**
|
|
25708
|
-
*
|
|
25789
|
+
* AIGC 生视频任务的用量。
|
|
25709
25790
|
*/
|
|
25710
|
-
export interface
|
|
25711
|
-
/**
|
|
25712
|
-
* 采样截图模板唯一标识。
|
|
25713
|
-
*/
|
|
25714
|
-
Definition: number;
|
|
25715
|
-
/**
|
|
25716
|
-
* 模板类型,取值范围:
|
|
25717
|
-
<li>Preset:系统预置模板;</li>
|
|
25718
|
-
<li>Custom:用户自定义模板。</li>
|
|
25719
|
-
*/
|
|
25720
|
-
Type: string;
|
|
25721
|
-
/**
|
|
25722
|
-
* 采样截图模板名称。
|
|
25723
|
-
*/
|
|
25724
|
-
Name: string;
|
|
25791
|
+
export interface AigcVideoTaskUsage {
|
|
25725
25792
|
/**
|
|
25726
|
-
*
|
|
25793
|
+
* <p>输入 Token 数目。</p>
|
|
25727
25794
|
*/
|
|
25728
|
-
|
|
25729
|
-
/**
|
|
25730
|
-
* 截图宽度(或长边)的最大值,取值范围:0 和 [128, 4096],单位:px。
|
|
25731
|
-
<li>当 Width、Height 均为 0,则分辨率同源;</li>
|
|
25732
|
-
<li>当 Width 为 0,Height 非 0,则 Width 按比例缩放;</li>
|
|
25733
|
-
<li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li>
|
|
25734
|
-
<li>当 Width、Height 均非 0,则分辨率按用户指定。</li>
|
|
25735
|
-
默认值:0。
|
|
25736
|
-
*/
|
|
25737
|
-
Width: number;
|
|
25738
|
-
/**
|
|
25739
|
-
* 截图高度(或短边)的最大值,取值范围:0 和 [128, 4096],单位:px。
|
|
25740
|
-
<li>当 Width、Height 均为 0,则分辨率同源;</li>
|
|
25741
|
-
<li>当 Width 为 0,Height 非 0,则 Width 按比例缩放;</li>
|
|
25742
|
-
<li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li>
|
|
25743
|
-
<li>当 Width、Height 均非 0,则分辨率按用户指定。</li>
|
|
25744
|
-
默认值:0。
|
|
25745
|
-
*/
|
|
25746
|
-
Height: number;
|
|
25747
|
-
/**
|
|
25748
|
-
* 分辨率自适应,可选值:
|
|
25749
|
-
<li>open:开启,此时,Width 代表视频的长边,Height 表示视频的短边;</li>
|
|
25750
|
-
<li>close:关闭,此时,Width 代表视频的宽度,Height 表示视频的高度。</li>
|
|
25751
|
-
默认值:open。
|
|
25752
|
-
*/
|
|
25753
|
-
ResolutionAdaptive: string;
|
|
25754
|
-
/**
|
|
25755
|
-
* 图片格式。
|
|
25756
|
-
*/
|
|
25757
|
-
Format: string;
|
|
25758
|
-
/**
|
|
25759
|
-
* 采样截图类型。
|
|
25760
|
-
*/
|
|
25761
|
-
SampleType: string;
|
|
25762
|
-
/**
|
|
25763
|
-
* 采样间隔。
|
|
25764
|
-
*/
|
|
25765
|
-
SampleInterval: number;
|
|
25766
|
-
/**
|
|
25767
|
-
* 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
25768
|
-
*/
|
|
25769
|
-
CreateTime: string;
|
|
25770
|
-
/**
|
|
25771
|
-
* 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
25772
|
-
*/
|
|
25773
|
-
UpdateTime: string;
|
|
25795
|
+
InputTokens?: number;
|
|
25774
25796
|
/**
|
|
25775
|
-
*
|
|
25776
|
-
<li> stretch:拉伸,对每一帧进行拉伸,填满整个画面,可能导致转码后的视频被“压扁“或者“拉长“;</li>
|
|
25777
|
-
<li>black:留黑,保持视频宽高比不变,边缘剩余部分使用黑色填充。</li>
|
|
25778
|
-
<li>white:留白,保持视频宽高比不变,边缘剩余部分使用白色填充。</li>
|
|
25779
|
-
<li>gauss:高斯模糊,保持视频宽高比不变,边缘剩余部分使用高斯模糊。</li>
|
|
25780
|
-
默认值:black 。
|
|
25797
|
+
* <p>思考产生的 Token 数目。</p>
|
|
25781
25798
|
*/
|
|
25782
|
-
|
|
25799
|
+
ThoughtTokens?: number;
|
|
25783
25800
|
}
|
|
25784
25801
|
/**
|
|
25785
25802
|
* AIGC 生视频任务的输入。
|