tencentcloud-sdk-mps 3.0.1192 → 3.0.1196
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190612/models.rb +35 -34
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b9983203b8877d72c5042553b017de291343e6d7
|
|
4
|
+
data.tar.gz: 89c2ed0ceee51e6daf8448ba2f63996a5078dee8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f532acd7418b60cd8a1fada16e61f20e45aa397b6a1aaa7121a7df6f2e048561d6ea15e3a4b2d6e84b163a253001a8643079818241568116869472973d5db82a
|
|
7
|
+
data.tar.gz: 062563ecea84b70f0d49113976715ea85c283c1a2f6ffc09e743eec4521e0370f5d07e80f110d3ee249a3f072ed8083a4981f042718784d7d9984a70600db460
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1196
|
data/lib/v20190612/models.rb
CHANGED
|
@@ -2764,8 +2764,8 @@ module TencentCloud
|
|
|
2764
2764
|
|
|
2765
2765
|
attr_accessor :SegmentSet, :SubtitlePath, :OutputStorage
|
|
2766
2766
|
extend Gem::Deprecate
|
|
2767
|
-
deprecate :OutputStorage, :none,
|
|
2768
|
-
deprecate :OutputStorage=, :none,
|
|
2767
|
+
deprecate :OutputStorage, :none, 2026, 1
|
|
2768
|
+
deprecate :OutputStorage=, :none, 2026, 1
|
|
2769
2769
|
|
|
2770
2770
|
def initialize(segmentset=nil, subtitlepath=nil, outputstorage=nil)
|
|
2771
2771
|
@SegmentSet = segmentset
|
|
@@ -4969,10 +4969,9 @@ module TencentCloud
|
|
|
4969
4969
|
# 不同模型支持的分辨率选项:
|
|
4970
4970
|
# 1. Kling 720P(默认), 1080P。
|
|
4971
4971
|
# 2. Hailuo 768P(默认), 1080P。
|
|
4972
|
-
# 3.
|
|
4973
|
-
# 4.
|
|
4974
|
-
# 5.
|
|
4975
|
-
# 6. OS 720P, 图片仅支持1280x720、720x1280,暂不支持指定。
|
|
4972
|
+
# 3. Vidu 720P(默认),1080P。
|
|
4973
|
+
# 4. GV 720P(默认),1080P。
|
|
4974
|
+
# 5. OS 720P, 图片仅支持1280x720、720x1280,暂不支持指定。
|
|
4976
4975
|
|
|
4977
4976
|
# 注意:除模型可支持的分辨率外,还可以生成 2K、4K分辨率。
|
|
4978
4977
|
# @type Resolution: String
|
|
@@ -4981,10 +4980,9 @@ module TencentCloud
|
|
|
4981
4980
|
# 不同模型对于此参数的支持:
|
|
4982
4981
|
# 1. Kling 仅文生视频支持, 16:9(默认值)、9:16、 1:1。
|
|
4983
4982
|
# 2. Hailuo 暂不支持。
|
|
4984
|
-
# 3.
|
|
4985
|
-
# 4.
|
|
4986
|
-
# 5.
|
|
4987
|
-
# 6. OS 仅文生视频支持, 16:9(默认), 9:16。
|
|
4983
|
+
# 3. Vidu 仅文生和参考图生视频 支持[16:9、9:16、4:3、3:4、1:1],其中仅q2支持4:3、3:4。
|
|
4984
|
+
# 4. GV 16:9(默认值)、9:16。
|
|
4985
|
+
# 5. OS 仅文生视频支持, 16:9(默认), 9:16。
|
|
4988
4986
|
|
|
4989
4987
|
# 注:关于具体模型支持的宽高比例,可查看具体模型官网介绍获取更完整描述。
|
|
4990
4988
|
# @type AspectRatio: String
|
|
@@ -7695,14 +7693,13 @@ module TencentCloud
|
|
|
7695
7693
|
class CreateAigcImageTaskRequest < TencentCloud::Common::AbstractModel
|
|
7696
7694
|
# @param ModelName: 模型名称。
|
|
7697
7695
|
# 当前支持的模型列表:
|
|
7696
|
+
# Hunyuan,
|
|
7698
7697
|
# GEM,
|
|
7699
|
-
# Jimeng,
|
|
7700
7698
|
# Qwen。
|
|
7701
7699
|
# @type ModelName: String
|
|
7702
7700
|
# @param ModelVersion: 指定模型特定版本号。默认使用系统当前所支持的模型稳定版本。
|
|
7703
7701
|
|
|
7704
7702
|
# 1. GEM, 可选[2.5,3.0]。
|
|
7705
|
-
# 2. Jimeng,可选[4.0]。
|
|
7706
7703
|
# @type ModelVersion: String
|
|
7707
7704
|
# @param Prompt: 生成图片的描述。(注:最大支持1000字符)。当未传入参考图片时,此参数必填。
|
|
7708
7705
|
# @type Prompt: String
|
|
@@ -7790,18 +7787,17 @@ module TencentCloud
|
|
|
7790
7787
|
class CreateAigcVideoTaskRequest < TencentCloud::Common::AbstractModel
|
|
7791
7788
|
# @param ModelName: 模型名称。
|
|
7792
7789
|
# 当前支持的模型列表:
|
|
7790
|
+
# Hunyuan,
|
|
7793
7791
|
# Hailuo,
|
|
7794
7792
|
# Kling,
|
|
7795
|
-
# Jimeng,
|
|
7796
7793
|
# Vidu,
|
|
7797
7794
|
# OS,
|
|
7798
7795
|
# GV。
|
|
7799
7796
|
# @type ModelName: String
|
|
7800
7797
|
# @param ModelVersion: 指定模型特定版本号。默认使用系统当前所支持的模型稳定版本。
|
|
7801
7798
|
# 1. Hailuo, 可选[02、2.3]。
|
|
7802
|
-
# 2. Kling,可选[2.0、2.1、2.5]。
|
|
7803
|
-
# 3.
|
|
7804
|
-
# 4. Vidu,可选[q2、q2-pro、q2-turbo]。
|
|
7799
|
+
# 2. Kling,可选[2.0、2.1、2.5、O1、2.6]。
|
|
7800
|
+
# 3. Vidu,可选[q2、q2-pro、q2-turbo]。
|
|
7805
7801
|
# 4. GV, 可选[3.1]。
|
|
7806
7802
|
# 5. OS,可选[2.0]。
|
|
7807
7803
|
# @type ModelVersion: String
|
|
@@ -7845,22 +7841,25 @@ module TencentCloud
|
|
|
7845
7841
|
# @param Duration: 生成视频的时长。
|
|
7846
7842
|
# 注意:
|
|
7847
7843
|
# 1. Kling支持 5、10秒。默认: 5秒。
|
|
7848
|
-
# 2.
|
|
7849
|
-
# 3.
|
|
7850
|
-
# 4. Vidu支持1-10秒。
|
|
7844
|
+
# 2. Hailuo的std模式可支持6、10秒,其他仅6秒。默认:6秒。
|
|
7845
|
+
# 3. Vidu支持1-10秒。
|
|
7851
7846
|
# 4. GV支持 8秒。 默认:8秒。
|
|
7852
7847
|
# 5. OS支持4、8、12秒。 默认:8秒。
|
|
7853
7848
|
# @type Duration: Integer
|
|
7854
|
-
# @param ExtraParameters:
|
|
7849
|
+
# @param ExtraParameters: 用于传入要求的额外参数。
|
|
7855
7850
|
# @type ExtraParameters: :class:`Tencentcloud::Mps.v20190612.models.AigcVideoExtraParam`
|
|
7856
7851
|
# @param StoreCosParam: 文件结果指定存储Cos桶信息。 注意:需开通Cos,创建并授权MPS_QcsRole角色。
|
|
7857
7852
|
# @type StoreCosParam: :class:`Tencentcloud::Mps.v20190612.models.AigcStoreCosParam`
|
|
7853
|
+
# @param AdditionalParameters: 用于传入一些模型需要的特殊场景参数,Json格式序列化成字符串。
|
|
7854
|
+
# 示例:
|
|
7855
|
+
# {\"camera_control\":{\"type\":\"simple\"}}
|
|
7856
|
+
# @type AdditionalParameters: String
|
|
7858
7857
|
# @param Operator: 接口操作者名称。
|
|
7859
7858
|
# @type Operator: String
|
|
7860
7859
|
|
|
7861
|
-
attr_accessor :ModelName, :ModelVersion, :Prompt, :NegativePrompt, :EnhancePrompt, :ImageUrl, :LastImageUrl, :ImageInfos, :Duration, :ExtraParameters, :StoreCosParam, :Operator
|
|
7860
|
+
attr_accessor :ModelName, :ModelVersion, :Prompt, :NegativePrompt, :EnhancePrompt, :ImageUrl, :LastImageUrl, :ImageInfos, :Duration, :ExtraParameters, :StoreCosParam, :AdditionalParameters, :Operator
|
|
7862
7861
|
|
|
7863
|
-
def initialize(modelname=nil, modelversion=nil, prompt=nil, negativeprompt=nil, enhanceprompt=nil, imageurl=nil, lastimageurl=nil, imageinfos=nil, duration=nil, extraparameters=nil, storecosparam=nil, operator=nil)
|
|
7862
|
+
def initialize(modelname=nil, modelversion=nil, prompt=nil, negativeprompt=nil, enhanceprompt=nil, imageurl=nil, lastimageurl=nil, imageinfos=nil, duration=nil, extraparameters=nil, storecosparam=nil, additionalparameters=nil, operator=nil)
|
|
7864
7863
|
@ModelName = modelname
|
|
7865
7864
|
@ModelVersion = modelversion
|
|
7866
7865
|
@Prompt = prompt
|
|
@@ -7872,6 +7871,7 @@ module TencentCloud
|
|
|
7872
7871
|
@Duration = duration
|
|
7873
7872
|
@ExtraParameters = extraparameters
|
|
7874
7873
|
@StoreCosParam = storecosparam
|
|
7874
|
+
@AdditionalParameters = additionalparameters
|
|
7875
7875
|
@Operator = operator
|
|
7876
7876
|
end
|
|
7877
7877
|
|
|
@@ -7900,6 +7900,7 @@ module TencentCloud
|
|
|
7900
7900
|
@StoreCosParam = AigcStoreCosParam.new
|
|
7901
7901
|
@StoreCosParam.deserialize(params['StoreCosParam'])
|
|
7902
7902
|
end
|
|
7903
|
+
@AdditionalParameters = params['AdditionalParameters']
|
|
7903
7904
|
@Operator = params['Operator']
|
|
7904
7905
|
end
|
|
7905
7906
|
end
|
|
@@ -8724,8 +8725,8 @@ module TencentCloud
|
|
|
8724
8725
|
|
|
8725
8726
|
attr_accessor :OutputName, :Description, :Protocol, :OutputRegion, :OutputType, :OutputKind, :SRTSettings, :RTMPSettings, :RTPSettings, :AllowIpList, :MaxConcurrent, :SecurityGroupIds, :Zones, :RISTSettings, :PidSelector, :StreamSelector
|
|
8726
8727
|
extend Gem::Deprecate
|
|
8727
|
-
deprecate :PidSelector, :none,
|
|
8728
|
-
deprecate :PidSelector=, :none,
|
|
8728
|
+
deprecate :PidSelector, :none, 2026, 1
|
|
8729
|
+
deprecate :PidSelector=, :none, 2026, 1
|
|
8729
8730
|
|
|
8730
8731
|
def initialize(outputname=nil, description=nil, protocol=nil, outputregion=nil, outputtype=nil, outputkind=nil, srtsettings=nil, rtmpsettings=nil, rtpsettings=nil, allowiplist=nil, maxconcurrent=nil, securitygroupids=nil, zones=nil, ristsettings=nil, pidselector=nil, streamselector=nil)
|
|
8731
8732
|
@OutputName = outputname
|
|
@@ -13055,8 +13056,8 @@ module TencentCloud
|
|
|
13055
13056
|
|
|
13056
13057
|
attr_accessor :OutputId, :OutputName, :OutputType, :OutputKind, :Description, :Protocol, :OutputAddressList, :OutputRegion, :SRTSettings, :RTPSettings, :RTMPSettings, :RTMPPullSettings, :AllowIpList, :RTSPPullSettings, :HLSPullSettings, :MaxConcurrent, :SecurityGroupIds, :Zones, :RISTSettings, :PidSelector, :StreamUrls, :StreamSelector
|
|
13057
13058
|
extend Gem::Deprecate
|
|
13058
|
-
deprecate :PidSelector, :none,
|
|
13059
|
-
deprecate :PidSelector=, :none,
|
|
13059
|
+
deprecate :PidSelector, :none, 2026, 1
|
|
13060
|
+
deprecate :PidSelector=, :none, 2026, 1
|
|
13060
13061
|
|
|
13061
13062
|
def initialize(outputid=nil, outputname=nil, outputtype=nil, outputkind=nil, description=nil, protocol=nil, outputaddresslist=nil, outputregion=nil, srtsettings=nil, rtpsettings=nil, rtmpsettings=nil, rtmppullsettings=nil, allowiplist=nil, rtsppullsettings=nil, hlspullsettings=nil, maxconcurrent=nil, securitygroupids=nil, zones=nil, ristsettings=nil, pidselector=nil, streamurls=nil, streamselector=nil)
|
|
13062
13063
|
@OutputId = outputid
|
|
@@ -16281,8 +16282,8 @@ module TencentCloud
|
|
|
16281
16282
|
|
|
16282
16283
|
attr_accessor :TaskType, :EvaluationTypeSet, :EvaluationRangeType, :ContrastInfoSet, :ContrastMediaSet, :ContrastTemplateSet, :StartTime, :EndTime, :StartFrameIndex, :EndFrameIndex, :ResolutionAlignmentMode, :BitrateSet, :VCRFSet
|
|
16283
16284
|
extend Gem::Deprecate
|
|
16284
|
-
deprecate :ContrastInfoSet, :none,
|
|
16285
|
-
deprecate :ContrastInfoSet=, :none,
|
|
16285
|
+
deprecate :ContrastInfoSet, :none, 2026, 1
|
|
16286
|
+
deprecate :ContrastInfoSet=, :none, 2026, 1
|
|
16286
16287
|
|
|
16287
16288
|
def initialize(tasktype=nil, evaluationtypeset=nil, evaluationrangetype=nil, contrastinfoset=nil, contrastmediaset=nil, contrasttemplateset=nil, starttime=nil, endtime=nil, startframeindex=nil, endframeindex=nil, resolutionalignmentmode=nil, bitrateset=nil, vcrfset=nil)
|
|
16288
16289
|
@TaskType = tasktype
|
|
@@ -18675,10 +18676,10 @@ module TencentCloud
|
|
|
18675
18676
|
|
|
18676
18677
|
attr_accessor :QualityControlResults, :DiagnoseResults, :QualityControlResultSet, :DiagnoseResultSet
|
|
18677
18678
|
extend Gem::Deprecate
|
|
18678
|
-
deprecate :QualityControlResults, :none,
|
|
18679
|
-
deprecate :QualityControlResults=, :none,
|
|
18680
|
-
deprecate :DiagnoseResults, :none,
|
|
18681
|
-
deprecate :DiagnoseResults=, :none,
|
|
18679
|
+
deprecate :QualityControlResults, :none, 2026, 1
|
|
18680
|
+
deprecate :QualityControlResults=, :none, 2026, 1
|
|
18681
|
+
deprecate :DiagnoseResults, :none, 2026, 1
|
|
18682
|
+
deprecate :DiagnoseResults=, :none, 2026, 1
|
|
18682
18683
|
|
|
18683
18684
|
def initialize(qualitycontrolresults=nil, diagnoseresults=nil, qualitycontrolresultset=nil, diagnoseresultset=nil)
|
|
18684
18685
|
@QualityControlResults = qualitycontrolresults
|
|
@@ -21850,8 +21851,8 @@ module TencentCloud
|
|
|
21850
21851
|
|
|
21851
21852
|
attr_accessor :OutputId, :OutputName, :Description, :Protocol, :OutputKind, :SRTSettings, :RTPSettings, :RTMPSettings, :AllowIpList, :MaxConcurrent, :SecurityGroupIds, :Zones, :RISTSettings, :OutputType, :PidSelector, :StreamSelector
|
|
21852
21853
|
extend Gem::Deprecate
|
|
21853
|
-
deprecate :PidSelector, :none,
|
|
21854
|
-
deprecate :PidSelector=, :none,
|
|
21854
|
+
deprecate :PidSelector, :none, 2026, 1
|
|
21855
|
+
deprecate :PidSelector=, :none, 2026, 1
|
|
21855
21856
|
|
|
21856
21857
|
def initialize(outputid=nil, outputname=nil, description=nil, protocol=nil, outputkind=nil, srtsettings=nil, rtpsettings=nil, rtmpsettings=nil, allowiplist=nil, maxconcurrent=nil, securitygroupids=nil, zones=nil, ristsettings=nil, outputtype=nil, pidselector=nil, streamselector=nil)
|
|
21857
21858
|
@OutputId = outputid
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-mps
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1196
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-01-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|