tencentcloud-sdk-mps 3.0.1193 → 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190612/models.rb +33 -34
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7027b80ff498929f90df96461ac61560dd8c669a
4
- data.tar.gz: 1f1a93ed93fdf353b00f5aafbd0c1c93575b9723
3
+ metadata.gz: b9983203b8877d72c5042553b017de291343e6d7
4
+ data.tar.gz: 89c2ed0ceee51e6daf8448ba2f63996a5078dee8
5
5
  SHA512:
6
- metadata.gz: b1096132403749a85fddd530ef99010b4f28842aa319da1096b9be9c2a3cb79b1b0eddf3e048e4ea95cccf227aadfbdd0d976ed501a782ba9011a40f3221abb4
7
- data.tar.gz: c512d0a16ba9aec699da313e93b0442d242c3b549af0202defd17c368ecb56434f18a95a987f6f3572d98793ed06a0c22cf3bc29a63395b1d3ddeaeff6d4c1b6
6
+ metadata.gz: f532acd7418b60cd8a1fada16e61f20e45aa397b6a1aaa7121a7df6f2e048561d6ea15e3a4b2d6e84b163a253001a8643079818241568116869472973d5db82a
7
+ data.tar.gz: 062563ecea84b70f0d49113976715ea85c283c1a2f6ffc09e743eec4521e0370f5d07e80f110d3ee249a3f072ed8083a4981f042718784d7d9984a70600db460
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1193
1
+ 3.0.1196
@@ -2764,8 +2764,8 @@ module TencentCloud
2764
2764
 
2765
2765
  attr_accessor :SegmentSet, :SubtitlePath, :OutputStorage
2766
2766
  extend Gem::Deprecate
2767
- deprecate :OutputStorage, :none, 2025, 12
2768
- deprecate :OutputStorage=, :none, 2025, 12
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. Jimeng 1080P(默认)。
4973
- # 4. Vidu 720P(默认)1080P。
4974
- # 5. GV 720P(默认),1080P。
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. Jimeng ["16:9""4:3""1:1""3:4"、"9:16"、"21:9"]
4985
- # 4. Vidu 仅文生和参考图生视频 支持[16:9、9:16、4:3、3:4、1:1],其中仅q2支持4:3、3:4
4986
- # 5. GV 16:9(默认值)9:16。
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
@@ -7697,13 +7695,11 @@ module TencentCloud
7697
7695
  # 当前支持的模型列表:
7698
7696
  # Hunyuan,
7699
7697
  # GEM,
7700
- # Jimeng,
7701
7698
  # Qwen。
7702
7699
  # @type ModelName: String
7703
7700
  # @param ModelVersion: 指定模型特定版本号。默认使用系统当前所支持的模型稳定版本。
7704
7701
 
7705
7702
  # 1. GEM, 可选[2.5,3.0]。
7706
- # 2. Jimeng,可选[4.0]。
7707
7703
  # @type ModelVersion: String
7708
7704
  # @param Prompt: 生成图片的描述。(注:最大支持1000字符)。当未传入参考图片时,此参数必填。
7709
7705
  # @type Prompt: String
@@ -7794,16 +7790,14 @@ module TencentCloud
7794
7790
  # Hunyuan,
7795
7791
  # Hailuo,
7796
7792
  # Kling,
7797
- # Jimeng,
7798
7793
  # Vidu,
7799
7794
  # OS,
7800
7795
  # GV。
7801
7796
  # @type ModelName: String
7802
7797
  # @param ModelVersion: 指定模型特定版本号。默认使用系统当前所支持的模型稳定版本。
7803
7798
  # 1. Hailuo, 可选[02、2.3]。
7804
- # 2. Kling,可选[2.0、2.1、2.5]。
7805
- # 3. Jimeng, 可选[3.0pro]。
7806
- # 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]。
7807
7801
  # 4. GV, 可选[3.1]。
7808
7802
  # 5. OS,可选[2.0]。
7809
7803
  # @type ModelVersion: String
@@ -7847,22 +7841,25 @@ module TencentCloud
7847
7841
  # @param Duration: 生成视频的时长。
7848
7842
  # 注意:
7849
7843
  # 1. Kling支持 5、10秒。默认: 5秒。
7850
- # 2. Jimeng支持5、10秒。 默认: 5秒。
7851
- # 3. Hailuo的std模式可支持6、10秒,其他仅6秒。默认:6秒。
7852
- # 4. Vidu支持1-10秒。
7844
+ # 2. Hailuo的std模式可支持6、10秒,其他仅6秒。默认:6秒。
7845
+ # 3. Vidu支持1-10秒。
7853
7846
  # 4. GV支持 8秒。 默认:8秒。
7854
7847
  # 5. OS支持4、8、12秒。 默认:8秒。
7855
7848
  # @type Duration: Integer
7856
- # @param ExtraParameters: 用于传入模型要求的额外参数。
7849
+ # @param ExtraParameters: 用于传入要求的额外参数。
7857
7850
  # @type ExtraParameters: :class:`Tencentcloud::Mps.v20190612.models.AigcVideoExtraParam`
7858
7851
  # @param StoreCosParam: 文件结果指定存储Cos桶信息。 注意:需开通Cos,创建并授权MPS_QcsRole角色。
7859
7852
  # @type StoreCosParam: :class:`Tencentcloud::Mps.v20190612.models.AigcStoreCosParam`
7853
+ # @param AdditionalParameters: 用于传入一些模型需要的特殊场景参数,Json格式序列化成字符串。
7854
+ # 示例:
7855
+ # {\"camera_control\":{\"type\":\"simple\"}}
7856
+ # @type AdditionalParameters: String
7860
7857
  # @param Operator: 接口操作者名称。
7861
7858
  # @type Operator: String
7862
7859
 
7863
- 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
7864
7861
 
7865
- 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)
7866
7863
  @ModelName = modelname
7867
7864
  @ModelVersion = modelversion
7868
7865
  @Prompt = prompt
@@ -7874,6 +7871,7 @@ module TencentCloud
7874
7871
  @Duration = duration
7875
7872
  @ExtraParameters = extraparameters
7876
7873
  @StoreCosParam = storecosparam
7874
+ @AdditionalParameters = additionalparameters
7877
7875
  @Operator = operator
7878
7876
  end
7879
7877
 
@@ -7902,6 +7900,7 @@ module TencentCloud
7902
7900
  @StoreCosParam = AigcStoreCosParam.new
7903
7901
  @StoreCosParam.deserialize(params['StoreCosParam'])
7904
7902
  end
7903
+ @AdditionalParameters = params['AdditionalParameters']
7905
7904
  @Operator = params['Operator']
7906
7905
  end
7907
7906
  end
@@ -8726,8 +8725,8 @@ module TencentCloud
8726
8725
 
8727
8726
  attr_accessor :OutputName, :Description, :Protocol, :OutputRegion, :OutputType, :OutputKind, :SRTSettings, :RTMPSettings, :RTPSettings, :AllowIpList, :MaxConcurrent, :SecurityGroupIds, :Zones, :RISTSettings, :PidSelector, :StreamSelector
8728
8727
  extend Gem::Deprecate
8729
- deprecate :PidSelector, :none, 2025, 12
8730
- deprecate :PidSelector=, :none, 2025, 12
8728
+ deprecate :PidSelector, :none, 2026, 1
8729
+ deprecate :PidSelector=, :none, 2026, 1
8731
8730
 
8732
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)
8733
8732
  @OutputName = outputname
@@ -13057,8 +13056,8 @@ module TencentCloud
13057
13056
 
13058
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
13059
13058
  extend Gem::Deprecate
13060
- deprecate :PidSelector, :none, 2025, 12
13061
- deprecate :PidSelector=, :none, 2025, 12
13059
+ deprecate :PidSelector, :none, 2026, 1
13060
+ deprecate :PidSelector=, :none, 2026, 1
13062
13061
 
13063
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)
13064
13063
  @OutputId = outputid
@@ -16283,8 +16282,8 @@ module TencentCloud
16283
16282
 
16284
16283
  attr_accessor :TaskType, :EvaluationTypeSet, :EvaluationRangeType, :ContrastInfoSet, :ContrastMediaSet, :ContrastTemplateSet, :StartTime, :EndTime, :StartFrameIndex, :EndFrameIndex, :ResolutionAlignmentMode, :BitrateSet, :VCRFSet
16285
16284
  extend Gem::Deprecate
16286
- deprecate :ContrastInfoSet, :none, 2025, 12
16287
- deprecate :ContrastInfoSet=, :none, 2025, 12
16285
+ deprecate :ContrastInfoSet, :none, 2026, 1
16286
+ deprecate :ContrastInfoSet=, :none, 2026, 1
16288
16287
 
16289
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)
16290
16289
  @TaskType = tasktype
@@ -18677,10 +18676,10 @@ module TencentCloud
18677
18676
 
18678
18677
  attr_accessor :QualityControlResults, :DiagnoseResults, :QualityControlResultSet, :DiagnoseResultSet
18679
18678
  extend Gem::Deprecate
18680
- deprecate :QualityControlResults, :none, 2025, 12
18681
- deprecate :QualityControlResults=, :none, 2025, 12
18682
- deprecate :DiagnoseResults, :none, 2025, 12
18683
- deprecate :DiagnoseResults=, :none, 2025, 12
18679
+ deprecate :QualityControlResults, :none, 2026, 1
18680
+ deprecate :QualityControlResults=, :none, 2026, 1
18681
+ deprecate :DiagnoseResults, :none, 2026, 1
18682
+ deprecate :DiagnoseResults=, :none, 2026, 1
18684
18683
 
18685
18684
  def initialize(qualitycontrolresults=nil, diagnoseresults=nil, qualitycontrolresultset=nil, diagnoseresultset=nil)
18686
18685
  @QualityControlResults = qualitycontrolresults
@@ -21852,8 +21851,8 @@ module TencentCloud
21852
21851
 
21853
21852
  attr_accessor :OutputId, :OutputName, :Description, :Protocol, :OutputKind, :SRTSettings, :RTPSettings, :RTMPSettings, :AllowIpList, :MaxConcurrent, :SecurityGroupIds, :Zones, :RISTSettings, :OutputType, :PidSelector, :StreamSelector
21854
21853
  extend Gem::Deprecate
21855
- deprecate :PidSelector, :none, 2025, 12
21856
- deprecate :PidSelector=, :none, 2025, 12
21854
+ deprecate :PidSelector, :none, 2026, 1
21855
+ deprecate :PidSelector=, :none, 2026, 1
21857
21856
 
21858
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)
21859
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.1193
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: 2025-12-30 00:00:00.000000000 Z
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