tencentcloud-sdk-mps 3.0.859 → 3.0.861
Sign up to get free protection for your applications and to get access to all the features.
- 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: 6af8b3abfb6f3dc7befa220e8ead9ad3b267990f
|
4
|
+
data.tar.gz: 44dcb05aea79fbcd01c7671726182ea267151e1a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1cf412eaa4c78f7ed6c593bd35d6d661c622aa6973c1b1cba400ce88ca6558d8d093e8c4233402fc6adaa3484564c86c1c447351a4b27e9e8260ccae523087d0
|
7
|
+
data.tar.gz: f76830a14dc96ecc2b2a1514d6ea7e39a4336786c26a3dd70884c808c94e2873fb3f543f700a702bb53aa44bf05adb0335c0db7fb8f052f042bde901484d8c9d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.861
|
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.861
|
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-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|