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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190612/models.rb +12 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5f69541ce43ea742f1271ba94055f477615a715a
|
|
4
|
+
data.tar.gz: f27caa9c622e494e62e0b09b0822c5abe14c0638
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5387411761c900558bcc6fed2774a84d7afc8dbadb19e8301f6ded8538bced3e15852ce9735b38cc7334849108514292e0ea24944433af0d0c2a00a8a3a97999
|
|
7
|
+
data.tar.gz: 056d6d9ec008fe64f09ecf0dc27a47b32454dcd34600ddde85ed5f9ee50930570eaa214cb061953093943e1e6e2582197941f22dfbed5cdab55325b50ba593b7
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.860
|
data/lib/v20190612/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|