tencentcloud-sdk-vod 3.0.427 → 3.0.428

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: 2ca6cf0d4a02ff7c6cefe45cbc65af3e1311b8f6
4
- data.tar.gz: c4699281086162c746139d349aa7f455cea16c09
3
+ metadata.gz: 4a99dd56db873b527601f823160c22de7c57dd44
4
+ data.tar.gz: 213a4fed6b2a481523e0731a032854d6612df9f0
5
5
  SHA512:
6
- metadata.gz: 20b6ec377c804549dde73e7b7b88f743633f8939942ee3a8a9199c3b036e23b48fabcc25269faa375f650d0b075394fea835f52fc6da20ece71ea750e8c28b58
7
- data.tar.gz: 810e1edb05714ef5cbc05e2b6835c5020466f05a07e21432115b057cf7125a71af56f1ef8ae0b1506c27032ba9bf5fd1753bce56de69979ea6db118a2795dd14
6
+ metadata.gz: c9af72a34c40bcb7ec7ef8d14a881f55762b51c7a21cbbcf262f02286862de17dacd07125cdbef311d498b0888fb411e5a599e467137ac2678b0a19ca3798dbf
7
+ data.tar.gz: c0a8b8ed89cd0441a4eb30cf240462594376a7598f9ef2a1322799e27c6d64281896fb433c683db474b6ad23bf92463627c267f25469703c6fbcf40daf69a981
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.427
1
+ 3.0.428
@@ -11811,7 +11811,7 @@ module TencentCloud
11811
11811
  end
11812
11812
  end
11813
11813
 
11814
- # 即时剪辑后媒资的片段信息。
11814
+ # 即时剪辑后媒体的片段信息。
11815
11815
  class LiveRealTimeClipMediaSegmentInfo < TencentCloud::Common::AbstractModel
11816
11816
  # @param StartTime: 片段的起始时间。格式参照 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
11817
11817
  # @type StartTime: String
@@ -13769,7 +13769,7 @@ module TencentCloud
13769
13769
  # @type Format: String
13770
13770
  # @param Content: 字幕内容,进行 [Base64](https://tools.ietf.org/html/rfc4648) 编码后的字符串。
13771
13771
  # @type Content: String
13772
- # @param Id: 字幕的唯一标识。长度不能超过16个字符,可以使用大小写字母、数字、下划线(_)或横杠(-)。不能与媒资文件中现有字幕的唯一标识重复。
13772
+ # @param Id: 字幕的唯一标识。长度不能超过16个字符,可以使用大小写字母、数字、下划线(_)或横杠(-)。不能与媒体文件中现有字幕的唯一标识重复。
13773
13773
  # @type Id: String
13774
13774
 
13775
13775
  attr_accessor :Name, :Language, :Format, :Content, :Id
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: 3.0.427
4
+ version: 3.0.428
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-10-13 00:00:00.000000000 Z
11
+ date: 2022-10-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common