tencentcloud-sdk-vod 3.0.427 → 3.0.429

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: 2ca6cf0d4a02ff7c6cefe45cbc65af3e1311b8f6
4
- data.tar.gz: c4699281086162c746139d349aa7f455cea16c09
3
+ metadata.gz: feeeb8085d9b26f5f9c371522105117fa45fa746
4
+ data.tar.gz: 67e644849b46441e065deeb86bd6d8ee489c6121
5
5
  SHA512:
6
- metadata.gz: 20b6ec377c804549dde73e7b7b88f743633f8939942ee3a8a9199c3b036e23b48fabcc25269faa375f650d0b075394fea835f52fc6da20ece71ea750e8c28b58
7
- data.tar.gz: 810e1edb05714ef5cbc05e2b6835c5020466f05a07e21432115b057cf7125a71af56f1ef8ae0b1506c27032ba9bf5fd1753bce56de69979ea6db118a2795dd14
6
+ metadata.gz: 7e43b7510876e225c7c4ce6048826f08ab7ad2cf6fa460ee7540b653b5dfdce71381312c86291fd843b75717e8aa69e00e6b76ecb544a127064b7f900d6ebefa
7
+ data.tar.gz: a530e8c2deeb22161c01f7b7a13225fd959e2d78b542296519c04bcde7790508ba5c5de11328b635d94f7af08b97b051b6c6bce3c922e0bc55f33776b2d6da08
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.427
1
+ 3.0.429
@@ -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.429
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-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common