tencentcloud-sdk-mps 3.0.755 → 3.0.757
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190612/client.rb +2 -1
- data/lib/v20190612/models.rb +31 -17
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0ce12f8ade2489d2d428d285d05d5d6af51ec4dd
|
4
|
+
data.tar.gz: 25135edd66d2beb5a38bf71a7f5910ace90e3838
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8ffc5cde615c422fa709b124531ede2a567d6bbe430579af5ca4aa35359595dd2a2bfd5bdbf3a6f343bb7e0f4174115d3d13bec2e2db26ba14c789883be94da9
|
7
|
+
data.tar.gz: ddb87aabc556a65d3f560e603056c48cdf1080a4514bf75af0db920499da59007a1fc2d3b775c1731cf7e9f514ba38a6dfdc7523bbad41a816b7cba03063b0bf
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.757
|
data/lib/v20190612/client.rb
CHANGED
@@ -2343,8 +2343,9 @@ module TencentCloud
|
|
2343
2343
|
# 5. 对视频截图雪碧图;
|
2344
2344
|
# 6. 对视频转自适应码流;
|
2345
2345
|
# 7. 智能内容审核(鉴黄、敏感信息检测);
|
2346
|
-
# 8.
|
2346
|
+
# 8. 智能内容分析(标签、分类、封面、按帧标签、拆条、集锦、片头片尾、游戏打点);
|
2347
2347
|
# 9. 智能内容识别(人脸、文本全文、文本关键词、语音全文、语音关键词、语音翻译、物体识别)。
|
2348
|
+
# 10. 媒体质检(直播流格式诊断、音画内容检测(抖动、模糊、低光照、过曝光、黑边、白边、黑屏、白屏、花屏、噪点、马赛克、二维码等)、无参考打分)
|
2348
2349
|
|
2349
2350
|
# @param request: Request instance for ProcessMedia.
|
2350
2351
|
# @type request: :class:`Tencentcloud::mps::V20190612::ProcessMediaRequest`
|
data/lib/v20190612/models.rb
CHANGED
@@ -4164,8 +4164,8 @@ module TencentCloud
|
|
4164
4164
|
# @param AudioChannel: 音频通道方式,可选值:
|
4165
4165
|
# <li>1:单通道</li>
|
4166
4166
|
# <li>2:双通道</li>
|
4167
|
-
# <li>6
|
4168
|
-
# 当媒体的封装格式是音频格式时(flac,ogg,mp3,m4a
|
4167
|
+
# <li>6:5.1声道</li>
|
4168
|
+
# 当媒体的封装格式是音频格式时(flac,ogg,mp3,m4a)时,声道数不允许设为5.1声道。
|
4169
4169
|
# 默认值:2。
|
4170
4170
|
# @type AudioChannel: Integer
|
4171
4171
|
|
@@ -6628,16 +6628,19 @@ module TencentCloud
|
|
6628
6628
|
# @type OutputDir: String
|
6629
6629
|
# @param TaskNotifyConfig: 任务的事件通知配置,不填代表不获取事件通知。
|
6630
6630
|
# @type TaskNotifyConfig: :class:`Tencentcloud::Mps.v20190612.models.TaskNotifyConfig`
|
6631
|
+
# @param ResourceId: 资源ID,需要保证对应资源是开启状态。默认为帐号主资源ID。
|
6632
|
+
# @type ResourceId: String
|
6631
6633
|
|
6632
|
-
attr_accessor :ScheduleName, :Trigger, :Activities, :OutputStorage, :OutputDir, :TaskNotifyConfig
|
6634
|
+
attr_accessor :ScheduleName, :Trigger, :Activities, :OutputStorage, :OutputDir, :TaskNotifyConfig, :ResourceId
|
6633
6635
|
|
6634
|
-
def initialize(schedulename=nil, trigger=nil, activities=nil, outputstorage=nil, outputdir=nil, tasknotifyconfig=nil)
|
6636
|
+
def initialize(schedulename=nil, trigger=nil, activities=nil, outputstorage=nil, outputdir=nil, tasknotifyconfig=nil, resourceid=nil)
|
6635
6637
|
@ScheduleName = schedulename
|
6636
6638
|
@Trigger = trigger
|
6637
6639
|
@Activities = activities
|
6638
6640
|
@OutputStorage = outputstorage
|
6639
6641
|
@OutputDir = outputdir
|
6640
6642
|
@TaskNotifyConfig = tasknotifyconfig
|
6643
|
+
@ResourceId = resourceid
|
6641
6644
|
end
|
6642
6645
|
|
6643
6646
|
def deserialize(params)
|
@@ -6663,6 +6666,7 @@ module TencentCloud
|
|
6663
6666
|
@TaskNotifyConfig = TaskNotifyConfig.new
|
6664
6667
|
@TaskNotifyConfig.deserialize(params['TaskNotifyConfig'])
|
6665
6668
|
end
|
6669
|
+
@ResourceId = params['ResourceId']
|
6666
6670
|
end
|
6667
6671
|
end
|
6668
6672
|
|
@@ -13089,6 +13093,10 @@ module TencentCloud
|
|
13089
13093
|
|
13090
13094
|
# 任务处理的事件通知配置。
|
13091
13095
|
class LiveStreamTaskNotifyConfig < TencentCloud::Common::AbstractModel
|
13096
|
+
# @param NotifyType: 通知类型,默认CMQ,指定URL时HTTP回调推送到 NotifyUrl 指定的地址。
|
13097
|
+
|
13098
|
+
# <font color="red"> 注:不填或为空时默认 CMQ,如需采用其他类型需填写对应类型值。 </font>
|
13099
|
+
# @type NotifyType: String
|
13092
13100
|
# @param CmqModel: CMQ 的模型,有 Queue 和 Topic 两种,目前仅支持 Queue。
|
13093
13101
|
# @type CmqModel: String
|
13094
13102
|
# @param CmqRegion: CMQ 的园区,如 sh,bj 等。
|
@@ -13097,30 +13105,26 @@ module TencentCloud
|
|
13097
13105
|
# @type QueueName: String
|
13098
13106
|
# @param TopicName: 当模型为 Topic 时有效,表示接收事件通知的 CMQ 的主题名。
|
13099
13107
|
# @type TopicName: String
|
13100
|
-
# @param NotifyType: 通知类型,默认CMQ,指定URL时HTTP回调推送到 NotifyUrl 指定的地址。
|
13101
|
-
|
13102
|
-
# <font color="red"> 注:不填或为空时默认 CMQ,如需采用其他类型需填写对应类型值。 </font>
|
13103
|
-
# @type NotifyType: String
|
13104
13108
|
# @param NotifyUrl: HTTP回调地址,NotifyType为URL时必填。
|
13105
13109
|
# @type NotifyUrl: String
|
13106
13110
|
|
13107
|
-
attr_accessor :CmqModel, :CmqRegion, :QueueName, :TopicName, :
|
13111
|
+
attr_accessor :NotifyType, :CmqModel, :CmqRegion, :QueueName, :TopicName, :NotifyUrl
|
13108
13112
|
|
13109
|
-
def initialize(cmqmodel=nil, cmqregion=nil, queuename=nil, topicname=nil,
|
13113
|
+
def initialize(notifytype=nil, cmqmodel=nil, cmqregion=nil, queuename=nil, topicname=nil, notifyurl=nil)
|
13114
|
+
@NotifyType = notifytype
|
13110
13115
|
@CmqModel = cmqmodel
|
13111
13116
|
@CmqRegion = cmqregion
|
13112
13117
|
@QueueName = queuename
|
13113
13118
|
@TopicName = topicname
|
13114
|
-
@NotifyType = notifytype
|
13115
13119
|
@NotifyUrl = notifyurl
|
13116
13120
|
end
|
13117
13121
|
|
13118
13122
|
def deserialize(params)
|
13123
|
+
@NotifyType = params['NotifyType']
|
13119
13124
|
@CmqModel = params['CmqModel']
|
13120
13125
|
@CmqRegion = params['CmqRegion']
|
13121
13126
|
@QueueName = params['QueueName']
|
13122
13127
|
@TopicName = params['TopicName']
|
13123
|
-
@NotifyType = params['NotifyType']
|
13124
13128
|
@NotifyUrl = params['NotifyUrl']
|
13125
13129
|
end
|
13126
13130
|
end
|
@@ -15384,10 +15388,12 @@ module TencentCloud
|
|
15384
15388
|
# @type OutputDir: String
|
15385
15389
|
# @param TaskNotifyConfig: 任务的事件通知配置。
|
15386
15390
|
# @type TaskNotifyConfig: :class:`Tencentcloud::Mps.v20190612.models.TaskNotifyConfig`
|
15391
|
+
# @param ResourceId: 资源ID,需要保证对应资源是开启状态。
|
15392
|
+
# @type ResourceId: String
|
15387
15393
|
|
15388
|
-
attr_accessor :ScheduleId, :ScheduleName, :Trigger, :Activities, :OutputStorage, :OutputDir, :TaskNotifyConfig
|
15394
|
+
attr_accessor :ScheduleId, :ScheduleName, :Trigger, :Activities, :OutputStorage, :OutputDir, :TaskNotifyConfig, :ResourceId
|
15389
15395
|
|
15390
|
-
def initialize(scheduleid=nil, schedulename=nil, trigger=nil, activities=nil, outputstorage=nil, outputdir=nil, tasknotifyconfig=nil)
|
15396
|
+
def initialize(scheduleid=nil, schedulename=nil, trigger=nil, activities=nil, outputstorage=nil, outputdir=nil, tasknotifyconfig=nil, resourceid=nil)
|
15391
15397
|
@ScheduleId = scheduleid
|
15392
15398
|
@ScheduleName = schedulename
|
15393
15399
|
@Trigger = trigger
|
@@ -15395,6 +15401,7 @@ module TencentCloud
|
|
15395
15401
|
@OutputStorage = outputstorage
|
15396
15402
|
@OutputDir = outputdir
|
15397
15403
|
@TaskNotifyConfig = tasknotifyconfig
|
15404
|
+
@ResourceId = resourceid
|
15398
15405
|
end
|
15399
15406
|
|
15400
15407
|
def deserialize(params)
|
@@ -15421,6 +15428,7 @@ module TencentCloud
|
|
15421
15428
|
@TaskNotifyConfig = TaskNotifyConfig.new
|
15422
15429
|
@TaskNotifyConfig.deserialize(params['TaskNotifyConfig'])
|
15423
15430
|
end
|
15431
|
+
@ResourceId = params['ResourceId']
|
15424
15432
|
end
|
15425
15433
|
end
|
15426
15434
|
|
@@ -16967,7 +16975,8 @@ module TencentCloud
|
|
16967
16975
|
# @param ScheduleId: 编排ID。
|
16968
16976
|
# 注意1:对于OutputStorage、OutputDir参数:
|
16969
16977
|
# <li>当服务编排中子任务节点配置了OutputStorage、OutputDir时,该子任务节点中配置的输出作为子任务的输出。</li>
|
16970
|
-
# <li>当服务编排中子任务节点没有配置OutputStorage、OutputDir时,若创建任务接口(ProcessMedia
|
16978
|
+
# <li>当服务编排中子任务节点没有配置OutputStorage、OutputDir时,若创建任务接口(ProcessMedia)有指定输出,将覆盖原有编排的默认输出。</li>
|
16979
|
+
# <li>即输出设置的优先级:编排子任务节点 > 任务接口指定 > 对应编排内的配置 </li>
|
16971
16980
|
# 注意2:对于TaskNotifyConfig参数,若创建任务接口(ProcessMedia)有设置,将覆盖原有编排的默认回调。
|
16972
16981
|
|
16973
16982
|
# 注意3:编排的 Trigger 只是用来自动化触发场景,在手动发起的请求中已经配置的 Trigger 无意义。
|
@@ -18316,10 +18325,13 @@ module TencentCloud
|
|
18316
18325
|
# @param UpdateTime: 最后编辑时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
|
18317
18326
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
18318
18327
|
# @type UpdateTime: String
|
18328
|
+
# @param ResourceId: 资源ID,对于没有关联资源ID的,用账号主资源ID填充。
|
18329
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
18330
|
+
# @type ResourceId: String
|
18319
18331
|
|
18320
|
-
attr_accessor :ScheduleId, :ScheduleName, :Type, :Status, :Trigger, :Activities, :OutputStorage, :OutputDir, :TaskNotifyConfig, :CreateTime, :UpdateTime
|
18332
|
+
attr_accessor :ScheduleId, :ScheduleName, :Type, :Status, :Trigger, :Activities, :OutputStorage, :OutputDir, :TaskNotifyConfig, :CreateTime, :UpdateTime, :ResourceId
|
18321
18333
|
|
18322
|
-
def initialize(scheduleid=nil, schedulename=nil, type=nil, status=nil, trigger=nil, activities=nil, outputstorage=nil, outputdir=nil, tasknotifyconfig=nil, createtime=nil, updatetime=nil)
|
18334
|
+
def initialize(scheduleid=nil, schedulename=nil, type=nil, status=nil, trigger=nil, activities=nil, outputstorage=nil, outputdir=nil, tasknotifyconfig=nil, createtime=nil, updatetime=nil, resourceid=nil)
|
18323
18335
|
@ScheduleId = scheduleid
|
18324
18336
|
@ScheduleName = schedulename
|
18325
18337
|
@Type = type
|
@@ -18331,6 +18343,7 @@ module TencentCloud
|
|
18331
18343
|
@TaskNotifyConfig = tasknotifyconfig
|
18332
18344
|
@CreateTime = createtime
|
18333
18345
|
@UpdateTime = updatetime
|
18346
|
+
@ResourceId = resourceid
|
18334
18347
|
end
|
18335
18348
|
|
18336
18349
|
def deserialize(params)
|
@@ -18361,6 +18374,7 @@ module TencentCloud
|
|
18361
18374
|
end
|
18362
18375
|
@CreateTime = params['CreateTime']
|
18363
18376
|
@UpdateTime = params['UpdateTime']
|
18377
|
+
@ResourceId = params['ResourceId']
|
18364
18378
|
end
|
18365
18379
|
end
|
18366
18380
|
|
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.757
|
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-01-
|
11
|
+
date: 2024-01-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,9 +33,9 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/tencentcloud-sdk-mps.rb
|
37
|
-
- lib/v20190612/client.rb
|
38
36
|
- lib/v20190612/models.rb
|
37
|
+
- lib/v20190612/client.rb
|
38
|
+
- lib/tencentcloud-sdk-mps.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|