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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 89f0a4d23d1534f94a0cbab15383de050414e051
4
- data.tar.gz: f1cb7beae74d0e0cad6756bb938789d3f9d4816a
3
+ metadata.gz: 9a8b989c754a50ff533da7bb0419319d1bca49ef
4
+ data.tar.gz: 5cb7933e8d40708cf49937c5b44e9c7bb909c60b
5
5
  SHA512:
6
- metadata.gz: a0d90542a9a5a1b83a06101cebd1775e90b01adec916f8632333988eaacc94a31636943165f929c94ee133e8c7e470974ecc94c1ac043b448deddedbaed533be
7
- data.tar.gz: 36d3d2575ab6394276a7460a9aa4be84579fbb3e3aa22fbbc17a0a81d499b7fbd9f365545c646c073799694e1570921a50aaf003484a8cc45b98526b83e1b43e
6
+ metadata.gz: 16e0bf1d93a84c924b0ac7a0a4bccc244fa01dd9e759b9d899dc215eec566dabc6ca1e6b919f09352b3159b89e056748ac5e0053bade2553cc2d070e14d12c3c
7
+ data.tar.gz: 0fd3d4c5f036df79c6439c7bfd99b4030f0fa1b55e0d1791b48297dc9ee9670925677a31de44fd504d29693965e7c2386fd230001de7209b9d8c047fc3772e1f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1171
1
+ 3.0.1173
@@ -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.1171
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-20 00:00:00.000000000 Z
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