tencentcloud-sdk-nodejs-vod 4.1.224 → 4.1.225
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
|
@@ -7185,39 +7185,45 @@ export interface SimpleHlsClipResponse {
|
|
|
7185
7185
|
*/
|
|
7186
7186
|
export interface AigcVideoTaskOutputFileInfo {
|
|
7187
7187
|
/**
|
|
7188
|
-
*
|
|
7189
|
-
默认值:Temporary
|
|
7188
|
+
* <p>存储模式。取值有: <li>Permanent:永久存储;</li> <li>Temporary:临时存储;</li><br>默认值:Temporary</p>
|
|
7190
7189
|
*/
|
|
7191
7190
|
StorageMode?: string;
|
|
7192
7191
|
/**
|
|
7193
|
-
*
|
|
7192
|
+
* <p>输出文件名,最长 64 个字符。缺省由系统指定生成文件名。当 StorageMode 为 Permanent 时有效。</p>
|
|
7194
7193
|
*/
|
|
7195
7194
|
MediaName?: string;
|
|
7196
7195
|
/**
|
|
7197
|
-
*
|
|
7198
|
-
|
|
7196
|
+
* <p>分类ID,用于对媒体进行分类管理,可通过 <a href="/document/product/266/7812">创建分类</a> 接口,创建分类,获得分类 ID。当 StorageMode 为 Permanent 时有效。</p>
|
|
7199
7197
|
*/
|
|
7200
7198
|
ClassId?: number;
|
|
7201
7199
|
/**
|
|
7202
|
-
*
|
|
7200
|
+
* <p>输出文件的过期时间,超过该时间文件将被删除,默认为永久不过期,格式按照 ISO 8601标准表示,详见 <a href="https://cloud.tencent.com/document/product/266/11732#I">ISO 日期格式说明</a>。</p>
|
|
7203
7201
|
*/
|
|
7204
7202
|
ExpireTime?: string;
|
|
7205
7203
|
/**
|
|
7206
|
-
*
|
|
7204
|
+
* <p>文件类型,例如 mp4、flv 等。</p>
|
|
7207
7205
|
*/
|
|
7208
7206
|
FileType?: string;
|
|
7209
7207
|
/**
|
|
7210
|
-
*
|
|
7208
|
+
* <p>媒体文件播放地址。</p>
|
|
7211
7209
|
*/
|
|
7212
7210
|
FileUrl?: string;
|
|
7213
7211
|
/**
|
|
7214
|
-
*
|
|
7212
|
+
* <p>文件内容。当 UsageType 为 position_info 时有返回值。</p>
|
|
7213
|
+
*/
|
|
7214
|
+
FileContent?: string;
|
|
7215
|
+
/**
|
|
7216
|
+
* <p>媒体文件 ID。当 StorageMode 为 Permanent 时有效。</p>
|
|
7215
7217
|
*/
|
|
7216
7218
|
FileId?: string;
|
|
7217
7219
|
/**
|
|
7218
|
-
*
|
|
7220
|
+
* <p>输出视频的元信息。当 StorageMode 为 Permanent 时有效。</p>
|
|
7219
7221
|
*/
|
|
7220
7222
|
MetaData?: MediaMetaData;
|
|
7223
|
+
/**
|
|
7224
|
+
* <p>文件的用途类型。</p><p>枚举值:</p><ul><li>scene_url: 3D 场景文件,FileUrl 字段有返回值。</li><li>point_url: 点云文件,FileUrl 字段有返回值。</li><li>mesh_url: 原始网格模型文,FileUrl 字段有返回值。</li><li>mesh_simplified_url: 简化后的网格模型文件,FileUrl 字段有返回值。</li><li>position_info: 场景空间位置信息,FileContent 字段有返回值。</li><li>image_url: 生成的图片,FileUrl 字段有返回值。</li></ul>
|
|
7225
|
+
*/
|
|
7226
|
+
UsageType?: string;
|
|
7221
7227
|
}
|
|
7222
7228
|
/**
|
|
7223
7229
|
* DeleteAIAnalysisTemplate请求参数结构体
|
|
@@ -14867,53 +14873,51 @@ export interface AiReviewPornOcrTaskOutput {
|
|
|
14867
14873
|
*/
|
|
14868
14874
|
export interface ApplyUploadRequest {
|
|
14869
14875
|
/**
|
|
14870
|
-
*
|
|
14876
|
+
* <p>媒体类型,可选值请参考 <a href="/document/product/266/9760#.E6.96.87.E4.BB.B6.E7.B1.BB.E5.9E.8B">上传能力综述</a>。</p>
|
|
14871
14877
|
*/
|
|
14872
14878
|
MediaType: string;
|
|
14873
14879
|
/**
|
|
14874
|
-
* <b
|
|
14880
|
+
* <p><b>点播<a href="/document/product/266/14574">应用</a> ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b></p>
|
|
14875
14881
|
*/
|
|
14876
14882
|
SubAppId?: number;
|
|
14877
14883
|
/**
|
|
14878
|
-
*
|
|
14884
|
+
* <p>媒体名称。</p>
|
|
14879
14885
|
*/
|
|
14880
14886
|
MediaName?: string;
|
|
14881
14887
|
/**
|
|
14882
|
-
*
|
|
14888
|
+
* <p>封面类型,可选值请参考 <a href="/document/product/266/9760#.E6.96.87.E4.BB.B6.E7.B1.BB.E5.9E.8B">上传能力综述</a>。</p>
|
|
14883
14889
|
*/
|
|
14884
14890
|
CoverType?: string;
|
|
14885
14891
|
/**
|
|
14886
|
-
*
|
|
14892
|
+
* <p>媒体后续任务处理操作,即完成媒体上传后,可自动发起任务流操作。参数值为任务流模板名,云点播支持 <a href="/document/product/266/33819">创建任务流模板</a> 并为模板命名。</p>
|
|
14887
14893
|
*/
|
|
14888
14894
|
Procedure?: string;
|
|
14889
14895
|
/**
|
|
14890
|
-
*
|
|
14896
|
+
* <p>媒体文件过期时间,格式按照 ISO 8601 标准表示,详见 <a href="/document/product/266/11732#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F">ISO 日期格式说明</a>。</p>
|
|
14891
14897
|
*/
|
|
14892
14898
|
ExpireTime?: string;
|
|
14893
14899
|
/**
|
|
14894
|
-
*
|
|
14900
|
+
* <p>指定上传园区,仅适用于对上传地域有特殊需求的用户。</p>
|
|
14895
14901
|
*/
|
|
14896
14902
|
StorageRegion?: string;
|
|
14897
14903
|
/**
|
|
14898
|
-
*
|
|
14899
|
-
<li>默认值:0,表示其他分类。</li>
|
|
14904
|
+
* <p>分类ID,用于对媒体进行分类管理,可通过 <a href="/document/product/266/7812">创建分类</a> 接口,创建分类,获得分类 ID。</p><li>默认值:0,表示其他分类。</li>
|
|
14900
14905
|
*/
|
|
14901
14906
|
ClassId?: number;
|
|
14902
14907
|
/**
|
|
14903
|
-
*
|
|
14908
|
+
* <p>来源上下文,用于透传用户请求信息,<a href="/document/product/266/7830">上传完成回调</a> 将返回该字段值,最长 250 个字符。</p>
|
|
14904
14909
|
*/
|
|
14905
14910
|
SourceContext?: string;
|
|
14906
14911
|
/**
|
|
14907
|
-
*
|
|
14912
|
+
* <p>会话上下文,用于透传用户请求信息,当指定 Procedure 参数后,<a href="/document/product/266/9636">任务流状态变更回调</a> 将返回该字段值,最长 1000 个字符。</p>
|
|
14908
14913
|
*/
|
|
14909
14914
|
SessionContext?: string;
|
|
14910
14915
|
/**
|
|
14911
|
-
*
|
|
14916
|
+
* <p>保留字段,特殊用途时使用。</p>
|
|
14912
14917
|
*/
|
|
14913
14918
|
ExtInfo?: string;
|
|
14914
14919
|
/**
|
|
14915
|
-
*
|
|
14916
|
-
只有[FileID + Path 模式](https://cloud.tencent.com/document/product/266/126825)的子应用可以指定存储路径。
|
|
14920
|
+
* <p>媒体存储路径,以/开头。<br>只有<a href="https://cloud.tencent.com/document/product/266/126825">FileID + Path 模式</a>的子应用可以指定存储路径。</p>
|
|
14917
14921
|
*/
|
|
14918
14922
|
MediaStoragePath?: string;
|
|
14919
14923
|
}
|
|
@@ -18517,6 +18521,10 @@ export interface AigcImageTaskInput {
|
|
|
18517
18521
|
* <p>模型随机种子。</p>
|
|
18518
18522
|
*/
|
|
18519
18523
|
Seed?: number;
|
|
18524
|
+
/**
|
|
18525
|
+
* <p>场景类型。取值如下:<li>当 ModelName 为 Hunyuan 时: 3d_panorama 表示全景图;</li><li>其他 ModelName 暂不支持。</li></p>
|
|
18526
|
+
*/
|
|
18527
|
+
SceneType?: string;
|
|
18520
18528
|
}
|
|
18521
18529
|
/**
|
|
18522
18530
|
* 视频流配置参数
|
|
@@ -20747,15 +20755,15 @@ export interface ModifyAIAnalysisTemplateRequest {
|
|
|
20747
20755
|
*/
|
|
20748
20756
|
export interface CommitUploadResponse {
|
|
20749
20757
|
/**
|
|
20750
|
-
*
|
|
20758
|
+
* <p>媒体文件的唯一标识。</p>
|
|
20751
20759
|
*/
|
|
20752
20760
|
FileId?: string;
|
|
20753
20761
|
/**
|
|
20754
|
-
*
|
|
20762
|
+
* <p>媒体播放地址。</p>
|
|
20755
20763
|
*/
|
|
20756
20764
|
MediaUrl?: string;
|
|
20757
20765
|
/**
|
|
20758
|
-
*
|
|
20766
|
+
* <p>媒体封面地址。</p>
|
|
20759
20767
|
*/
|
|
20760
20768
|
CoverUrl?: string;
|
|
20761
20769
|
/**
|
|
@@ -21145,6 +21153,10 @@ export interface CreateAigcImageTaskRequest {
|
|
|
21145
21153
|
* <p>输入的区域信息。可选值:</p><ul><li>Mainland:中国大陆;</li><li>Oversea:海外;</li><li>OverseaUSWest:海外-美西;</li></ul>
|
|
21146
21154
|
*/
|
|
21147
21155
|
InputRegion?: string;
|
|
21156
|
+
/**
|
|
21157
|
+
* <p>场景类型。取值如下:<li>当 ModelName 为 Hunyuan 时: 3d_panorama 表示全景图;</li><li>其他 ModelName 暂不支持。</li></p>
|
|
21158
|
+
*/
|
|
21159
|
+
SceneType?: string;
|
|
21148
21160
|
/**
|
|
21149
21161
|
* <p>模型随机种子。</p>
|
|
21150
21162
|
*/
|
|
@@ -21232,27 +21244,27 @@ export interface MPSAiMediaItem {
|
|
|
21232
21244
|
*/
|
|
21233
21245
|
export interface ApplyUploadResponse {
|
|
21234
21246
|
/**
|
|
21235
|
-
*
|
|
21247
|
+
* <p>存储桶,用于上传接口 URL 的 bucket_name。</p>
|
|
21236
21248
|
*/
|
|
21237
21249
|
StorageBucket?: string;
|
|
21238
21250
|
/**
|
|
21239
|
-
*
|
|
21251
|
+
* <p>存储园区,用于上传接口 Host 的 Region。</p>
|
|
21240
21252
|
*/
|
|
21241
21253
|
StorageRegion?: string;
|
|
21242
21254
|
/**
|
|
21243
|
-
*
|
|
21255
|
+
* <p>点播会话,用于确认上传接口的参数 VodSessionKey。</p>
|
|
21244
21256
|
*/
|
|
21245
21257
|
VodSessionKey?: string;
|
|
21246
21258
|
/**
|
|
21247
|
-
*
|
|
21259
|
+
* <p>媒体存储路径,用于上传接口存储媒体的对象键(Key)。</p>
|
|
21248
21260
|
*/
|
|
21249
21261
|
MediaStoragePath?: string;
|
|
21250
21262
|
/**
|
|
21251
|
-
*
|
|
21263
|
+
* <p>封面存储路径,用于上传接口存储封面的对象键(Key)。</p>
|
|
21252
21264
|
*/
|
|
21253
21265
|
CoverStoragePath?: string;
|
|
21254
21266
|
/**
|
|
21255
|
-
*
|
|
21267
|
+
* <p>临时凭证,用于上传接口的权限验证。</p>
|
|
21256
21268
|
*/
|
|
21257
21269
|
TempCertificate?: TempCertificate;
|
|
21258
21270
|
/**
|
|
@@ -23295,11 +23307,11 @@ export interface FileDeleteResultItem {
|
|
|
23295
23307
|
*/
|
|
23296
23308
|
export interface CommitUploadRequest {
|
|
23297
23309
|
/**
|
|
23298
|
-
*
|
|
23310
|
+
* <p>点播会话,取申请上传接口的返回值 VodSessionKey。</p>
|
|
23299
23311
|
*/
|
|
23300
23312
|
VodSessionKey: string;
|
|
23301
23313
|
/**
|
|
23302
|
-
* <b
|
|
23314
|
+
* <p><b>点播<a href="/document/product/266/14574">应用</a> ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b></p>
|
|
23303
23315
|
*/
|
|
23304
23316
|
SubAppId?: number;
|
|
23305
23317
|
}
|