tencentcloud-sdk-iotexplorer 3.0.1170 → 3.0.1173
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/v20190423/models.rb +12 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9a8b989c754a50ff533da7bb0419319d1bca49ef
|
|
4
|
+
data.tar.gz: 5cb7933e8d40708cf49937c5b44e9c7bb909c60b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 16e0bf1d93a84c924b0ac7a0a4bccc244fa01dd9e759b9d899dc215eec566dabc6ca1e6b919f09352b3159b89e056748ac5e0053bade2553cc2d070e14d12c3c
|
|
7
|
+
data.tar.gz: 0fd3d4c5f036df79c6439c7bfd99b4030f0fa1b55e0d1791b48297dc9ee9670925677a31de44fd504d29693965e7c2386fd230001de7209b9d8c047fc3772e1f
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1173
|
data/lib/v20190423/models.rb
CHANGED
|
@@ -2453,6 +2453,8 @@ module TencentCloud
|
|
|
2453
2453
|
# @type DeviceName: String
|
|
2454
2454
|
# @param InputURL: 输入视频 / 图片的 URL
|
|
2455
2455
|
# @type InputURL: String
|
|
2456
|
+
# @param ChannelId: 通道 ID
|
|
2457
|
+
# @type ChannelId: Integer
|
|
2456
2458
|
# @param CustomId: 自定义事件 ID
|
|
2457
2459
|
# @type CustomId: String
|
|
2458
2460
|
# @param EnableSearch: 是否保存该事件使其可被搜索
|
|
@@ -2484,12 +2486,13 @@ module TencentCloud
|
|
|
2484
2486
|
# @param ObjectDetectConfig: 目标检测配置
|
|
2485
2487
|
# @type ObjectDetectConfig: :class:`Tencentcloud::Iotexplorer.v20190423.models.VisionObjectDetectConfig`
|
|
2486
2488
|
|
|
2487
|
-
attr_accessor :ProductId, :DeviceName, :InputURL, :CustomId, :EnableSearch, :StartTimeMs, :EndTimeMs, :Config, :IsCustomDevice, :InputType, :SummaryQOS, :SummaryConfig, :ServiceType, :ObjectDetectConfig
|
|
2489
|
+
attr_accessor :ProductId, :DeviceName, :InputURL, :ChannelId, :CustomId, :EnableSearch, :StartTimeMs, :EndTimeMs, :Config, :IsCustomDevice, :InputType, :SummaryQOS, :SummaryConfig, :ServiceType, :ObjectDetectConfig
|
|
2488
2490
|
|
|
2489
|
-
def initialize(productid=nil, devicename=nil, inputurl=nil, customid=nil, enablesearch=nil, starttimems=nil, endtimems=nil, config=nil, iscustomdevice=nil, inputtype=nil, summaryqos=nil, summaryconfig=nil, servicetype=nil, objectdetectconfig=nil)
|
|
2491
|
+
def initialize(productid=nil, devicename=nil, inputurl=nil, channelid=nil, customid=nil, enablesearch=nil, starttimems=nil, endtimems=nil, config=nil, iscustomdevice=nil, inputtype=nil, summaryqos=nil, summaryconfig=nil, servicetype=nil, objectdetectconfig=nil)
|
|
2490
2492
|
@ProductId = productid
|
|
2491
2493
|
@DeviceName = devicename
|
|
2492
2494
|
@InputURL = inputurl
|
|
2495
|
+
@ChannelId = channelid
|
|
2493
2496
|
@CustomId = customid
|
|
2494
2497
|
@EnableSearch = enablesearch
|
|
2495
2498
|
@StartTimeMs = starttimems
|
|
@@ -2507,6 +2510,7 @@ module TencentCloud
|
|
|
2507
2510
|
@ProductId = params['ProductId']
|
|
2508
2511
|
@DeviceName = params['DeviceName']
|
|
2509
2512
|
@InputURL = params['InputURL']
|
|
2513
|
+
@ChannelId = params['ChannelId']
|
|
2510
2514
|
@CustomId = params['CustomId']
|
|
2511
2515
|
@EnableSearch = params['EnableSearch']
|
|
2512
2516
|
@StartTimeMs = params['StartTimeMs']
|
|
@@ -12872,19 +12876,23 @@ module TencentCloud
|
|
|
12872
12876
|
# @type GreetingMessage: String
|
|
12873
12877
|
# @param DefaultVoiceType: 音色,支持的音色列表:100510000-阅读男声智逍遥;101001-情感女声智瑜;101002-通用女声智聆;101003-客服女声智美;101004-通用男声智云;101005-通用女声智莉;101006-助手女声智言;101008-客服女声智琪;101009-知性女声智芸;101010-通用男声智华;101011-新闻女声智燕;101012-新闻女声智丹;101013-新闻男声智辉;101014 -新闻男声智宁;101015-男童声智萌;101016-女童声智甜;101017-情感女声智蓉;101018-情感男声智靖;101019-粤语女声智彤。
|
|
12874
12878
|
# @type DefaultVoiceType: Integer
|
|
12879
|
+
# @param FastVoiceType: 复刻音色ID,当不为空时,DefaultVoiceType为200000000
|
|
12880
|
+
# @type FastVoiceType: String
|
|
12875
12881
|
|
|
12876
|
-
attr_accessor :SystemPrompt, :GreetingMessage, :DefaultVoiceType
|
|
12882
|
+
attr_accessor :SystemPrompt, :GreetingMessage, :DefaultVoiceType, :FastVoiceType
|
|
12877
12883
|
|
|
12878
|
-
def initialize(systemprompt=nil, greetingmessage=nil, defaultvoicetype=nil)
|
|
12884
|
+
def initialize(systemprompt=nil, greetingmessage=nil, defaultvoicetype=nil, fastvoicetype=nil)
|
|
12879
12885
|
@SystemPrompt = systemprompt
|
|
12880
12886
|
@GreetingMessage = greetingmessage
|
|
12881
12887
|
@DefaultVoiceType = defaultvoicetype
|
|
12888
|
+
@FastVoiceType = fastvoicetype
|
|
12882
12889
|
end
|
|
12883
12890
|
|
|
12884
12891
|
def deserialize(params)
|
|
12885
12892
|
@SystemPrompt = params['SystemPrompt']
|
|
12886
12893
|
@GreetingMessage = params['GreetingMessage']
|
|
12887
12894
|
@DefaultVoiceType = params['DefaultVoiceType']
|
|
12895
|
+
@FastVoiceType = params['FastVoiceType']
|
|
12888
12896
|
end
|
|
12889
12897
|
end
|
|
12890
12898
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-iotexplorer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1173
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-11-
|
|
11
|
+
date: 2025-11-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|