tencentcloud-sdk-vod 1.0.350 → 1.0.351

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1b769b325c4bb7bbde328e940689750b96949deb
4
- data.tar.gz: 468f00286569020671643b58ce9129842b9d2e3e
3
+ metadata.gz: 72de470a577c34f07fa4f20608a0abcc7f277da5
4
+ data.tar.gz: 1a7a9fafe7dd81c49f549298829820e43a5b7603
5
5
  SHA512:
6
- metadata.gz: e795c6f579b0d93c515737e3a30f91de5b88ed0f0da24babf29cc59b4e98ae0341490848d7ee43cc133d0fb606f027886d7c276d618948debefc9ef45d14f537
7
- data.tar.gz: 0e650461d3fd0235f51943d45e808b0aea9aa03096bc8fbcb78ae699c05ee48f814c2b2f4e391a8257b738f785a4f2966099e46e07be3d286168456730fd7ff8
6
+ metadata.gz: 23c64b779d977c73a06d018b4f72bd5bb6ba9a14691e4c4e3ca1179c6352cc5bb99c50df45c9c501bfe3ca90ab062f455103e9d2c8d8e2e3573773770e16301b
7
+ data.tar.gz: 7ca824bea5826dbc96c727211b9c438ba9fe7847561ffc87115ca4a1b0cb316631c39d65614328178d887c617ff45f0b21582ba16c4016b6dee5ebd1c83967c5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.350
1
+ 1.0.351
@@ -1173,16 +1173,19 @@ module TencentCloud
1173
1173
  # @param Output: 语音全文识别任务输出信息。
1174
1174
  # 注意:此字段可能返回 null,表示取不到有效值。
1175
1175
  # @type Output: :class:`Tencentcloud::Vod.v20180717.models.AiRecognitionTaskAsrFullTextResultOutput`
1176
+ # @param Progress: 任务进度,取值范围 [0-100] 。
1177
+ # @type Progress: Integer
1176
1178
 
1177
- attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
1179
+ attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output, :Progress
1178
1180
 
1179
- def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
1181
+ def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil, progress=nil)
1180
1182
  @Status = status
1181
1183
  @ErrCodeExt = errcodeext
1182
1184
  @ErrCode = errcode
1183
1185
  @Message = message
1184
1186
  @Input = input
1185
1187
  @Output = output
1188
+ @Progress = progress
1186
1189
  end
1187
1190
 
1188
1191
  def deserialize(params)
@@ -1198,6 +1201,7 @@ module TencentCloud
1198
1201
  @Output = AiRecognitionTaskAsrFullTextResultOutput.new
1199
1202
  @Output.deserialize(params['Output'])
1200
1203
  end
1204
+ @Progress = params['Progress']
1201
1205
  end
1202
1206
  end
1203
1207
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-vod
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.350
4
+ version: 1.0.351
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-06 00:00:00.000000000 Z
11
+ date: 2022-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common