tencentcloud-sdk-vod 1.0.348 → 1.0.351

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 411784cae27d4c5795e3838df847e3221c916944
4
- data.tar.gz: 16a87b183637d1ed42607111556c88a6db84fe6f
3
+ metadata.gz: 72de470a577c34f07fa4f20608a0abcc7f277da5
4
+ data.tar.gz: 1a7a9fafe7dd81c49f549298829820e43a5b7603
5
5
  SHA512:
6
- metadata.gz: 2b637a3e512f1a620f4c133a68e7c5b16551f72dfbb3e3bba417cf4cb58fea205606db5b756c78ff32b02fcddc70fa7ad9418a2414df39b9557b2c4cf419da16
7
- data.tar.gz: f587c63842aad7f475771b62e83f1aab3c4fcda97272eadbc1b2e2510e7650e83e612336df6399c6e525cf6136458b8dbfaeab17161b84e593342404909f66d4
6
+ metadata.gz: 23c64b779d977c73a06d018b4f72bd5bb6ba9a14691e4c4e3ca1179c6352cc5bb99c50df45c9c501bfe3ca90ab062f455103e9d2c8d8e2e3573773770e16301b
7
+ data.tar.gz: 7ca824bea5826dbc96c727211b9c438ba9fe7847561ffc87115ca4a1b0cb316631c39d65614328178d887c617ff45f0b21582ba16c4016b6dee5ebd1c83967c5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.348
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.348
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-04 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