tencentcloud-sdk-mps 3.0.859 → 3.0.860

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 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: be010fee83351fbaa7bd106fe1899501c97a63df
4
- data.tar.gz: f9fe81a66b87fecd7f9f84ae4a300dcadd07180f
3
+ metadata.gz: 5f69541ce43ea742f1271ba94055f477615a715a
4
+ data.tar.gz: f27caa9c622e494e62e0b09b0822c5abe14c0638
5
5
  SHA512:
6
- metadata.gz: 539dabbb32bdc79678be51ac2ebebd160b53f985c2c0faca0b3c7e788192e9e47f7685550a021c9b7c8319628b26a0a890417cc6d81517016740dd09fb1ef655
7
- data.tar.gz: 1c3a14ab8c7373f06a318589650a81fcead654d78acdd9243b8b4a334edbdbe7a0ffb4e5f9a8815e850224f32fe207dd90cae2b7e21972dbd64927ed180ad4a9
6
+ metadata.gz: 5387411761c900558bcc6fed2774a84d7afc8dbadb19e8301f6ded8538bced3e15852ce9735b38cc7334849108514292e0ea24944433af0d0c2a00a8a3a97999
7
+ data.tar.gz: 056d6d9ec008fe64f09ecf0dc27a47b32454dcd34600ddde85ed5f9ee50930570eaa214cb061953093943e1e6e2582197941f22dfbed5cdab55325b50ba593b7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.859
1
+ 3.0.860
@@ -1002,12 +1002,20 @@ module TencentCloud
1002
1002
  # @type Path: String
1003
1003
  # @param OutputStorage: 擦除后文件的存储位置。
1004
1004
  # @type OutputStorage: :class:`Tencentcloud::Mps.v20190612.models.TaskOutputStorage`
1005
+ # @param OriginSubtitlePath: 基于画面提取的字幕文件路径。
1006
+ # 注意:此字段可能返回 null,表示取不到有效值。
1007
+ # @type OriginSubtitlePath: String
1008
+ # @param TranslateSubtitlePath: 基于画面提取的字幕翻译文件路径。
1009
+ # 注意:此字段可能返回 null,表示取不到有效值。
1010
+ # @type TranslateSubtitlePath: String
1005
1011
 
1006
- attr_accessor :Path, :OutputStorage
1012
+ attr_accessor :Path, :OutputStorage, :OriginSubtitlePath, :TranslateSubtitlePath
1007
1013
 
1008
- def initialize(path=nil, outputstorage=nil)
1014
+ def initialize(path=nil, outputstorage=nil, originsubtitlepath=nil, translatesubtitlepath=nil)
1009
1015
  @Path = path
1010
1016
  @OutputStorage = outputstorage
1017
+ @OriginSubtitlePath = originsubtitlepath
1018
+ @TranslateSubtitlePath = translatesubtitlepath
1011
1019
  end
1012
1020
 
1013
1021
  def deserialize(params)
@@ -1016,6 +1024,8 @@ module TencentCloud
1016
1024
  @OutputStorage = TaskOutputStorage.new
1017
1025
  @OutputStorage.deserialize(params['OutputStorage'])
1018
1026
  end
1027
+ @OriginSubtitlePath = params['OriginSubtitlePath']
1028
+ @TranslateSubtitlePath = params['TranslateSubtitlePath']
1019
1029
  end
1020
1030
  end
1021
1031
 
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.859
4
+ version: 3.0.860
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-07 00:00:00.000000000 Z
11
+ date: 2024-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common