tencentcloud-sdk-iotexplorer 3.0.1171 → 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 +6 -2
- 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']
|
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
|