tencentcloud-sdk-vod 3.0.953 → 3.0.955

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: 78e07e7aac729b6b6a5e42b229d3a84c61113c96
4
- data.tar.gz: 4d807b487d38e6da211d8d96981f7b8d53deeb3b
3
+ metadata.gz: 82e6f3dcd5b9270f1a628aed82d142383e7e3bfb
4
+ data.tar.gz: c66d9d301eea3c3e37d18c40e6c400f0afbf1dbf
5
5
  SHA512:
6
- metadata.gz: 43d87dd22e4a098983d8c361befd68e2e1b9788580cb90a24b4f5cb4ee66c80c8886bfd56091683125eae1c815dd2d90e8920387f7239409ed2af37faa4c4c3c
7
- data.tar.gz: c86f5f438bfa134ce8e99c038b05cfcb23e544bdc18e18bc63b45ee7cb7ec60900d820c9c89ca511bf6543d088146af0d2b6ae364c9a3e28ef09bb08eba2f199
6
+ metadata.gz: 875019d36326242c52f434688d3694f2192c15aba86661aa429144fd906421cf82e63ad0e32cd07fb9a3b4ebb925e9e7c8e7778c20aac139b9beffbb9817a75b
7
+ data.tar.gz: 5fd931ed281f89b9b98d8e1251fd7f5b01d50d94f87d03f20f1a21d54649322be20af0bebbf166f18c32b07ef0b59d0d316e12ab78f9fa0ab44a2d61ca0f1373
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.953
1
+ 3.0.955
@@ -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
@@ -7825,16 +7825,22 @@ module TencentCloud
7825
7825
  # <li>Linear:单次播放,播单播放完停止播放。</li>
7826
7826
  # 默认值:Loop。
7827
7827
  # @type PlayBackMode: String
7828
+ # @param RoundPlayId: 播单唯一标识 ID,长度限制为64个字符,只允许包含大小写英文字母(a-zA-Z)、数字(0-9)和连字符(-)。如果存在相同 RoundPlayId 的播单,返回 InvalidParameterValue.RoundPlayAlreadyExists 错误。默认取值为空,表示由系统分配。
7829
+ # @type RoundPlayId: String
7830
+ # @param ExpiredTime: 过期时间,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#52)。过期后的播单将停止播放,“9999-12-31T23:59:59+08:00“表示不过期。默认值:9999-12-31T23:59:59+08:00。
7831
+ # @type ExpiredTime: String
7828
7832
 
7829
- attr_accessor :StartTime, :RoundPlaylist, :SubAppId, :Name, :Desc, :PlayBackMode
7833
+ attr_accessor :StartTime, :RoundPlaylist, :SubAppId, :Name, :Desc, :PlayBackMode, :RoundPlayId, :ExpiredTime
7830
7834
 
7831
- def initialize(starttime=nil, roundplaylist=nil, subappid=nil, name=nil, desc=nil, playbackmode=nil)
7835
+ def initialize(starttime=nil, roundplaylist=nil, subappid=nil, name=nil, desc=nil, playbackmode=nil, roundplayid=nil, expiredtime=nil)
7832
7836
  @StartTime = starttime
7833
7837
  @RoundPlaylist = roundplaylist
7834
7838
  @SubAppId = subappid
7835
7839
  @Name = name
7836
7840
  @Desc = desc
7837
7841
  @PlayBackMode = playbackmode
7842
+ @RoundPlayId = roundplayid
7843
+ @ExpiredTime = expiredtime
7838
7844
  end
7839
7845
 
7840
7846
  def deserialize(params)
@@ -7851,6 +7857,8 @@ module TencentCloud
7851
7857
  @Name = params['Name']
7852
7858
  @Desc = params['Desc']
7853
7859
  @PlayBackMode = params['PlayBackMode']
7860
+ @RoundPlayId = params['RoundPlayId']
7861
+ @ExpiredTime = params['ExpiredTime']
7854
7862
  end
7855
7863
  end
7856
7864
 
@@ -10639,8 +10647,8 @@ module TencentCloud
10639
10647
 
10640
10648
  attr_accessor :DomainName, :Domain, :Scheme, :PlayKey, :RequestId
10641
10649
  extend Gem::Deprecate
10642
- deprecate :DomainName, :none, 2024, 11
10643
- deprecate :DomainName=, :none, 2024, 11
10650
+ deprecate :DomainName, :none, 2024, 12
10651
+ deprecate :DomainName=, :none, 2024, 12
10644
10652
 
10645
10653
  def initialize(domainname=nil, domain=nil, scheme=nil, playkey=nil, requestid=nil)
10646
10654
  @DomainName = domainname
@@ -18438,8 +18446,8 @@ module TencentCloud
18438
18446
 
18439
18447
  attr_accessor :Duration, :Transitions, :MediaTransitions
18440
18448
  extend Gem::Deprecate
18441
- deprecate :Transitions, :none, 2024, 11
18442
- deprecate :Transitions=, :none, 2024, 11
18449
+ deprecate :Transitions, :none, 2024, 12
18450
+ deprecate :Transitions=, :none, 2024, 12
18443
18451
 
18444
18452
  def initialize(duration=nil, transitions=nil, mediatransitions=nil)
18445
18453
  @Duration = duration
@@ -19975,10 +19983,12 @@ module TencentCloud
19975
19983
  # <li>Loop:循环播放播单;</li>
19976
19984
  # <li>Linear:单次播放,播单播放完停止播放。</li>
19977
19985
  # @type PlayBackMode: String
19986
+ # @param ExpiredTime: 过期时间,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#52),过期后将停止播放。“9999-12-31T23:59:59+08:00”表示不过期。
19987
+ # @type ExpiredTime: String
19978
19988
 
19979
- attr_accessor :RoundPlayId, :SubAppId, :StartTime, :RoundPlaylist, :Name, :Desc, :Status, :PlayBackMode
19989
+ attr_accessor :RoundPlayId, :SubAppId, :StartTime, :RoundPlaylist, :Name, :Desc, :Status, :PlayBackMode, :ExpiredTime
19980
19990
 
19981
- def initialize(roundplayid=nil, subappid=nil, starttime=nil, roundplaylist=nil, name=nil, desc=nil, status=nil, playbackmode=nil)
19991
+ def initialize(roundplayid=nil, subappid=nil, starttime=nil, roundplaylist=nil, name=nil, desc=nil, status=nil, playbackmode=nil, expiredtime=nil)
19982
19992
  @RoundPlayId = roundplayid
19983
19993
  @SubAppId = subappid
19984
19994
  @StartTime = starttime
@@ -19987,6 +19997,7 @@ module TencentCloud
19987
19997
  @Desc = desc
19988
19998
  @Status = status
19989
19999
  @PlayBackMode = playbackmode
20000
+ @ExpiredTime = expiredtime
19990
20001
  end
19991
20002
 
19992
20003
  def deserialize(params)
@@ -20005,6 +20016,7 @@ module TencentCloud
20005
20016
  @Desc = params['Desc']
20006
20017
  @Status = params['Status']
20007
20018
  @PlayBackMode = params['PlayBackMode']
20019
+ @ExpiredTime = params['ExpiredTime']
20008
20020
  end
20009
20021
  end
20010
20022
 
@@ -22392,8 +22404,8 @@ module TencentCloud
22392
22404
 
22393
22405
  attr_accessor :ProductType, :StartTime, :ExpireTime, :ProductInstanceId, :LastConsumeDate, :BindStatus, :ProductInstanceResourceSet, :ResourceSet, :ProductInstanceStatus, :RefundStatus, :RenewStatus
22394
22406
  extend Gem::Deprecate
22395
- deprecate :ProductInstanceResourceSet, :none, 2024, 11
22396
- deprecate :ProductInstanceResourceSet=, :none, 2024, 11
22407
+ deprecate :ProductInstanceResourceSet, :none, 2024, 12
22408
+ deprecate :ProductInstanceResourceSet=, :none, 2024, 12
22397
22409
 
22398
22410
  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
22411
  @ProductType = producttype
@@ -25628,10 +25640,12 @@ module TencentCloud
25628
25640
  # @param UpdateTime: 更新时间,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#52)。
25629
25641
  # 注意:此字段可能返回 null,表示取不到有效值。
25630
25642
  # @type UpdateTime: String
25643
+ # @param ExpiredTime: 过期时间,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#52),过期后将停止播单的播放。“9999-12-31T23:59:59+08:00”表示永不过期。
25644
+ # @type ExpiredTime: String
25631
25645
 
25632
- attr_accessor :RoundPlayId, :StartTime, :RoundPlaylist, :Name, :Desc, :Status, :PlayBackMode, :Url, :CreateTime, :UpdateTime
25646
+ attr_accessor :RoundPlayId, :StartTime, :RoundPlaylist, :Name, :Desc, :Status, :PlayBackMode, :Url, :CreateTime, :UpdateTime, :ExpiredTime
25633
25647
 
25634
- def initialize(roundplayid=nil, starttime=nil, roundplaylist=nil, name=nil, desc=nil, status=nil, playbackmode=nil, url=nil, createtime=nil, updatetime=nil)
25648
+ def initialize(roundplayid=nil, starttime=nil, roundplaylist=nil, name=nil, desc=nil, status=nil, playbackmode=nil, url=nil, createtime=nil, updatetime=nil, expiredtime=nil)
25635
25649
  @RoundPlayId = roundplayid
25636
25650
  @StartTime = starttime
25637
25651
  @RoundPlaylist = roundplaylist
@@ -25642,6 +25656,7 @@ module TencentCloud
25642
25656
  @Url = url
25643
25657
  @CreateTime = createtime
25644
25658
  @UpdateTime = updatetime
25659
+ @ExpiredTime = expiredtime
25645
25660
  end
25646
25661
 
25647
25662
  def deserialize(params)
@@ -25662,6 +25677,7 @@ module TencentCloud
25662
25677
  @Url = params['Url']
25663
25678
  @CreateTime = params['CreateTime']
25664
25679
  @UpdateTime = params['UpdateTime']
25680
+ @ExpiredTime = params['ExpiredTime']
25665
25681
  end
25666
25682
  end
25667
25683
 
@@ -25676,7 +25692,7 @@ module TencentCloud
25676
25692
  # @type AudioVideoType: String
25677
25693
  # @param ItemId: 播放节目的 ID,由系统分配。
25678
25694
  # @type ItemId: String
25679
- # @param Definition: 指定播放的转码模版,当 AudioVideoType 为 Transcode 时必须指定。
25695
+ # @param Definition: 指定播放的转码模板,当 AudioVideoType 为 Transcode 时必须指定。
25680
25696
  # @type Definition: Integer
25681
25697
 
25682
25698
  attr_accessor :FileId, :AudioVideoType, :ItemId, :Definition
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.955
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