tencentcloud-sdk-mps 3.0.1208 → 3.0.1210

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 +12 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7f30b1cf970005b15f4d3718c017628250f9f533
4
- data.tar.gz: 2bda29b022950a84ea8a1325157b912c613bc4df
3
+ metadata.gz: c3bb4358880b6224251fa9a5e4d3a778cc21f9b2
4
+ data.tar.gz: 6ccdde1976ea4267610fe7de24d1c5aebd7bd523
5
5
  SHA512:
6
- metadata.gz: 2d09ab49875fb15ac982bec771a62b5784793dacb41aefa32f395d11ceaef5bf771b9571c7f034ebe0675f5d22f36681e517fcd1fdf6ca63f5d0efc8a730ad1b
7
- data.tar.gz: 25859be206cba940b60a8f0e07a31665bd7211513e63e0ffbbd4ca5e4cf0facea55960e38efd05e7dde9c8883585a530e3d961cdde33ca756d7b7cd2be0d2d54
6
+ metadata.gz: efe6869e4ca1c67b3b71a69d7070e498be252e351ff8d32f58ae68d1662de7366e2c650e32389f1cc729ea48e0c862eefb73f73f0dcf2ad0801568ab35babcec
7
+ data.tar.gz: ad756e64d1113c70e8a28d3b19b0b7a2e13cd8d774e21e20c23b66f278acf3424f4dab98ed8f2ef7e98283f623aae2adb2a20edb7997d3e4a06a3176055d705e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1208
1
+ 3.0.1210
@@ -9111,13 +9111,16 @@ module TencentCloud
9111
9111
  # @type Name: String
9112
9112
  # @param Comment: 图片处理模板描述信息,长度限制:256个字符。
9113
9113
  # @type Comment: String
9114
+ # @param StdExtInfo: 图片处理模板拓展参数。
9115
+ # @type StdExtInfo: String
9114
9116
 
9115
- attr_accessor :ProcessImageTemplate, :Name, :Comment
9117
+ attr_accessor :ProcessImageTemplate, :Name, :Comment, :StdExtInfo
9116
9118
 
9117
- def initialize(processimagetemplate=nil, name=nil, comment=nil)
9119
+ def initialize(processimagetemplate=nil, name=nil, comment=nil, stdextinfo=nil)
9118
9120
  @ProcessImageTemplate = processimagetemplate
9119
9121
  @Name = name
9120
9122
  @Comment = comment
9123
+ @StdExtInfo = stdextinfo
9121
9124
  end
9122
9125
 
9123
9126
  def deserialize(params)
@@ -9127,6 +9130,7 @@ module TencentCloud
9127
9130
  end
9128
9131
  @Name = params['Name']
9129
9132
  @Comment = params['Comment']
9133
+ @StdExtInfo = params['StdExtInfo']
9130
9134
  end
9131
9135
  end
9132
9136
 
@@ -27113,16 +27117,19 @@ module TencentCloud
27113
27117
  # @param Output: 媒体质检任务的输出。
27114
27118
  # 注意:此字段可能返回 null,表示取不到有效值。
27115
27119
  # @type Output: :class:`Tencentcloud::Mps.v20190612.models.QualityControlData`
27120
+ # @param Progress: 任务执行进度。
27121
+ # @type Progress: Integer
27116
27122
 
27117
- attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
27123
+ attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output, :Progress
27118
27124
 
27119
- def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
27125
+ def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil, progress=nil)
27120
27126
  @Status = status
27121
27127
  @ErrCodeExt = errcodeext
27122
27128
  @ErrCode = errcode
27123
27129
  @Message = message
27124
27130
  @Input = input
27125
27131
  @Output = output
27132
+ @Progress = progress
27126
27133
  end
27127
27134
 
27128
27135
  def deserialize(params)
@@ -27138,6 +27145,7 @@ module TencentCloud
27138
27145
  @Output = QualityControlData.new
27139
27146
  @Output.deserialize(params['Output'])
27140
27147
  end
27148
+ @Progress = params['Progress']
27141
27149
  end
27142
27150
  end
27143
27151
 
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.1208
4
+ version: 3.0.1210
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-01-26 00:00:00.000000000 Z
11
+ date: 2026-01-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common