tencentcloud-sdk-vod 3.0.953 → 3.0.954

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: 78e07e7aac729b6b6a5e42b229d3a84c61113c96
4
- data.tar.gz: 4d807b487d38e6da211d8d96981f7b8d53deeb3b
3
+ metadata.gz: 3961ec8ce3d3cfe3f911e7228f7f3ffbc0b67b98
4
+ data.tar.gz: 27feff72506b53aba761d8fa955614d150225d82
5
5
  SHA512:
6
- metadata.gz: 43d87dd22e4a098983d8c361befd68e2e1b9788580cb90a24b4f5cb4ee66c80c8886bfd56091683125eae1c815dd2d90e8920387f7239409ed2af37faa4c4c3c
7
- data.tar.gz: c86f5f438bfa134ce8e99c038b05cfcb23e544bdc18e18bc63b45ee7cb7ec60900d820c9c89ca511bf6543d088146af0d2b6ae364c9a3e28ef09bb08eba2f199
6
+ metadata.gz: 5153fcf8f98028ba9c9035ed77e93e4c9dd4c843eea918a571117394a9a0fa92d2cba5c2a0363aaef67dd972e9a99178d40bb4dd805a2e48fae0763627e15b5c
7
+ data.tar.gz: 458b32afe303708a1be47eacb85d4d30afc26c90094744e9dbde7ca515c8d44a7ee272e8af076159e2caad71ab5582887fc63d438a9fd9df6aa82c9151b56180
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.953
1
+ 3.0.954
@@ -164,7 +164,7 @@ module TencentCloud
164
164
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
165
165
  end
166
166
 
167
- # 创建用户自定义音视频内容分析模板,数量上限:50
167
+ # 创建用户自定义音视频内容分析模板,数量上限:50。暂时不支持 HLS 格式。
168
168
 
169
169
  # @param request: Request instance for CreateAIAnalysisTemplate.
170
170
  # @type request: :class:`Tencentcloud::vod::V20180717::CreateAIAnalysisTemplateRequest`
@@ -4069,7 +4069,7 @@ module TencentCloud
4069
4069
  # 6. 对视频截取一张图做封面;
4070
4070
  # 7. 对视频转自适应码流(并加密);
4071
4071
  # 8. 内容审核(令人反感的信息、不安全的信息、不适宜的信息),<font color=red>不建议</font> 使用该接口发起,推荐使用 [音视频审核(ReviewAudioVideo)](https://cloud.tencent.com/document/api/266/80283) 或 [图片审核(ReviewImage)](https://cloud.tencent.com/document/api/266/73217);
4072
- # 9. 内容分析(标签、分类、封面、按帧标签);
4072
+ # 9. 内容分析(标签、分类、封面、按帧标签),暂时不支持 HLS 格式;
4073
4073
  # 10. 内容识别(视频片头片尾、人脸、文本全文、文本关键词、语音全文、语音关键词、物体)。
4074
4074
 
4075
4075
  # 如使用事件通知,事件通知的类型为 [任务流状态变更](https://cloud.tencent.com/document/product/266/9636)。
@@ -2181,8 +2181,8 @@ module TencentCloud
2181
2181
 
2182
2182
  attr_accessor :Name, :SegmentSet, :RecognitionSegmentSet
2183
2183
  extend Gem::Deprecate
2184
- deprecate :SegmentSet, :none, 2024, 11
2185
- deprecate :SegmentSet=, :none, 2024, 11
2184
+ deprecate :SegmentSet, :none, 2024, 12
2185
+ deprecate :SegmentSet=, :none, 2024, 12
2186
2186
 
2187
2187
  def initialize(name=nil, segmentset=nil, recognitionsegmentset=nil)
2188
2188
  @Name = name
@@ -10639,8 +10639,8 @@ module TencentCloud
10639
10639
 
10640
10640
  attr_accessor :DomainName, :Domain, :Scheme, :PlayKey, :RequestId
10641
10641
  extend Gem::Deprecate
10642
- deprecate :DomainName, :none, 2024, 11
10643
- deprecate :DomainName=, :none, 2024, 11
10642
+ deprecate :DomainName, :none, 2024, 12
10643
+ deprecate :DomainName=, :none, 2024, 12
10644
10644
 
10645
10645
  def initialize(domainname=nil, domain=nil, scheme=nil, playkey=nil, requestid=nil)
10646
10646
  @DomainName = domainname
@@ -18438,8 +18438,8 @@ module TencentCloud
18438
18438
 
18439
18439
  attr_accessor :Duration, :Transitions, :MediaTransitions
18440
18440
  extend Gem::Deprecate
18441
- deprecate :Transitions, :none, 2024, 11
18442
- deprecate :Transitions=, :none, 2024, 11
18441
+ deprecate :Transitions, :none, 2024, 12
18442
+ deprecate :Transitions=, :none, 2024, 12
18443
18443
 
18444
18444
  def initialize(duration=nil, transitions=nil, mediatransitions=nil)
18445
18445
  @Duration = duration
@@ -22392,8 +22392,8 @@ module TencentCloud
22392
22392
 
22393
22393
  attr_accessor :ProductType, :StartTime, :ExpireTime, :ProductInstanceId, :LastConsumeDate, :BindStatus, :ProductInstanceResourceSet, :ResourceSet, :ProductInstanceStatus, :RefundStatus, :RenewStatus
22394
22394
  extend Gem::Deprecate
22395
- deprecate :ProductInstanceResourceSet, :none, 2024, 11
22396
- deprecate :ProductInstanceResourceSet=, :none, 2024, 11
22395
+ deprecate :ProductInstanceResourceSet, :none, 2024, 12
22396
+ deprecate :ProductInstanceResourceSet=, :none, 2024, 12
22397
22397
 
22398
22398
  def initialize(producttype=nil, starttime=nil, expiretime=nil, productinstanceid=nil, lastconsumedate=nil, bindstatus=nil, productinstanceresourceset=nil, resourceset=nil, productinstancestatus=nil, refundstatus=nil, renewstatus=nil)
22399
22399
  @ProductType = producttype
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.953
4
+ version: 3.0.954
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-12-03 00:00:00.000000000 Z
11
+ date: 2024-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common